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 2013/06/21 12:24:47 UTC

[JENKINS] Lucene-Solr-4.x-Windows (32bit/jdk1.6.0_45) - Build # 2914 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Windows/2914/
Java: 32bit/jdk1.6.0_45 -server -XX:+UseSerialGC

1 tests failed.
REGRESSION:  org.apache.solr.spelling.suggest.SuggesterTest.testSuggestions

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([F30801A3EE9A7BE3:55D4385620AE2C1D]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:527)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:494)
	at org.apache.solr.spelling.suggest.SuggesterTest.testSuggestions(SuggesterTest.java:71)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//lst[@name='spellcheck']/lst[@name='suggestions']/lst[@name='ac']/int[@name='numFound'][.='2']
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">1</int></lst><lst name="spellcheck"><lst name="suggestions"/></lst>
</response>

	request was:q=ac&spellcheck.count=2&qt=/suggest&spellcheck.onlyMorePopular=true
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:520)
	... 42 more




Build Log:
[...truncated 9225 lines...]
[junit4:junit4] Suite: org.apache.solr.spelling.suggest.SuggesterTest
[junit4:junit4]   2> 2308157 T6584 oas.SolrTestCaseJ4.initCore ####initCore
[junit4:junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SuggesterTest-1371810047325
[junit4:junit4]   2> 2308160 T6584 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\'
[junit4:junit4]   2> 2308162 T6584 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 2308162 T6584 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 2308234 T6584 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 2308294 T6584 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-spellchecker.xml
[junit4:junit4]   2> 2308295 T6584 oass.IndexSchema.readSchema Reading Solr Schema from schema-spellchecker.xml
[junit4:junit4]   2> 2308299 T6584 oass.IndexSchema.readSchema [null] Schema name=Solr SpellCheck Test
[junit4:junit4]   2> 2308336 T6584 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2308338 T6584 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 2308339 T6584 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2308343 T6584 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2308343 T6584 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr
[junit4:junit4]   2> 2308344 T6584 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\'
[junit4:junit4]   2> 2308360 T6584 oasc.CoreContainer.<init> New CoreContainer 28301622
[junit4:junit4]   2> 2308424 T6584 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 2308425 T6584 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SuggesterTest-1371810047325\
[junit4:junit4]   2> 2308425 T6584 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 2308425 T6584 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 2308429 T6584 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solrtest-SuggesterTest-1371810047325
[junit4:junit4]   2> 2308429 T6584 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SuggesterTest-1371810047325\index/
[junit4:junit4]   2> 2308431 T6584 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SuggesterTest-1371810047325\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2308432 T6584 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solrtest-SuggesterTest-1371810047325\index
[junit4:junit4]   2> 2308435 T6584 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solrtest-SuggesterTest-1371810047325\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@eb374),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2308436 T6584 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2308438 T6584 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2308438 T6584 oasc.RequestHandlers.initHandlersFromConfig created /suggest: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2308439 T6584 oasc.RequestHandlers.initHandlersFromConfig created /suggest_tst: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2308439 T6584 oasc.RequestHandlers.initHandlersFromConfig created /suggest_fst: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2308439 T6584 oasc.RequestHandlers.initHandlersFromConfig created /suggest_wfst: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2308451 T6584 oass.SolrIndexSearcher.<init> Opening Searcher@27c82f main
[junit4:junit4]   2> 2308452 T6584 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2308452 T6584 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2308453 T6584 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 2308453 T6584 oasss.Suggester.init init: {name=suggest,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.jaspell.JaspellLookup,field=suggest,storeDir=suggest,buildOnCommit=true,threshold=0.0}
[junit4:junit4]   2> 2308453 T6584 oasssj.JaspellLookupFactory.create init: {name=suggest,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.jaspell.JaspellLookup,field=suggest,storeDir=suggest,buildOnCommit=true,threshold=0.0}
[junit4:junit4]   2> 2308454 T6584 oashc.SpellCheckComponent.inform Registering newSearcher listener for spellchecker: suggest
[junit4:junit4]   2> 2308454 T6584 oashc.SpellCheckComponent.inform No queryConverter defined, using default converter
[junit4:junit4]   2> 2308454 T6584 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 2308455 T6584 oasss.Suggester.init init: {name=suggest_tst,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.tst.TSTLookup,field=suggest,storeDir=suggest_tst,buildOnCommit=true,threshold=0.0}
[junit4:junit4]   2> 2308459 T6584 oashc.SpellCheckComponent.inform Registering newSearcher listener for spellchecker: suggest_tst
[junit4:junit4]   2> 2308459 T6584 oashc.SpellCheckComponent.inform No queryConverter defined, using default converter
[junit4:junit4]   2> 2308460 T6584 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 2308460 T6584 oasss.Suggester.init init: {name=suggest_fst,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.FSTLookup,field=suggest,storeDir=suggest_fst,buildOnCommit=true,weightBuckets=5,exactMatchFirst=true}
[junit4:junit4]   2> 2308462 T6584 oashc.SpellCheckComponent.inform Registering newSearcher listener for spellchecker: suggest_fst
[junit4:junit4]   2> 2308462 T6584 oashc.SpellCheckComponent.inform No queryConverter defined, using default converter
[junit4:junit4]   2> 2308462 T6584 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 2308463 T6584 oasss.Suggester.init init: {name=suggest_wfst,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.WFSTLookupFactory,field=suggest,storeDir=suggest_wfst,buildOnCommit=true,exactMatchFirst=true}
[junit4:junit4]   2> 2308464 T6584 oashc.SpellCheckComponent.inform Registering newSearcher listener for spellchecker: suggest_wfst
[junit4:junit4]   2> 2308464 T6584 oashc.SpellCheckComponent.inform No queryConverter defined, using default converter
[junit4:junit4]   2> 2308464 T6584 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2308473 T6584 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4:junit4]   2> 2308479 T6584 oas.SolrTestCaseJ4.setUp ###Starting testSuggestions
[junit4:junit4]   2> ASYNC  NEW_CORE C5129 name=collection1 org.apache.solr.core.SolrCore@14e5e23
[junit4:junit4]   2> 2308488 T6584 C5129 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solrtest-SuggesterTest-1371810047325\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@eb374),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2308489 T6584 C5129 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2308492 T6584 C5129 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1]} 0 5
[junit4:junit4]   2> 2308509 T6584 C5129 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[2]} 0 0
[junit4:junit4]   2> 2308519 T6584 C5129 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[3]} 0 0
[junit4:junit4]   2> 2308528 T6584 C5129 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2308537 T6584 C5129 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solrtest-SuggesterTest-1371810047325\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@eb374),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solrtest-SuggesterTest-1371810047325\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@eb374),segFN=segments_2,generation=2}
[junit4:junit4]   2> 2308537 T6584 C5129 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 2308538 T6584 C5129 oasc.SolrCore.getSearcher WARN [collection1] PERFORMANCE WARNING: Overlapping onDeckSearchers=2
[junit4:junit4]   2> 2308544 T6584 C5129 oass.SolrIndexSearcher.<init> Opening Searcher@1109719 main
[junit4:junit4]   2> 2308545 T6584 C5129 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2308545 T6585 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@27c82f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2308545 T6585 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: suggest
[junit4:junit4]   2> 2308545 T6585 oasss.Suggester.reload reload()
[junit4:junit4]   2> 2308546 T6585 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher ERROR Exception in reloading spell check index for spellchecker: suggest java.io.FileNotFoundException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SuggesterTest-1371810047325\suggest\jaspell.dat (The system cannot find the file specified)
[junit4:junit4]   2> 	at java.io.FileInputStream.open(Native Method)
[junit4:junit4]   2> 	at java.io.FileInputStream.<init>(FileInputStream.java:120)
[junit4:junit4]   2> 	at org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:162)
[junit4:junit4]   2> 	at org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:703)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore$5.call(SolrCore.java:1683)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 
[junit4:junit4]   2> 2308547 T6585 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: suggest_tst
[junit4:junit4]   2> 2308547 T6585 oasss.Suggester.reload reload()
[junit4:junit4]   2> 2308548 T6585 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher ERROR Exception in reloading spell check index for spellchecker: suggest_tst java.io.FileNotFoundException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SuggesterTest-1371810047325\suggest_tst\tst.dat (The system cannot find the file specified)
[junit4:junit4]   2> 	at java.io.FileInputStream.open(Native Method)
[junit4:junit4]   2> 	at java.io.FileInputStream.<init>(FileInputStream.java:120)
[junit4:junit4]   2> 	at org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:162)
[junit4:junit4]   2> 	at org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:703)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore$5.call(SolrCore.java:1683)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 
[junit4:junit4]   2> 2308549 T6585 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: suggest_fst
[junit4:junit4]   2> 2308549 T6585 oasss.Suggester.reload reload()
[junit4:junit4]   2> 2308549 T6585 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher ERROR Exception in reloading spell check index for spellchecker: suggest_fst java.io.FileNotFoundException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SuggesterTest-1371810047325\suggest_fst\fst.bin (The system cannot find the file specified)
[junit4:junit4]   2> 	at java.io.FileInputStream.open(Native Method)
[junit4:junit4]   2> 	at java.io.FileInputStream.<init>(FileInputStream.java:120)
[junit4:junit4]   2> 	at org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:162)
[junit4:junit4]   2> 	at org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:703)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore$5.call(SolrCore.java:1683)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 
[junit4:junit4]   2> 2308550 T6585 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: suggest_wfst
[junit4:junit4]   2> 2308551 T6585 oasss.Suggester.reload reload()
[junit4:junit4]   2> 2308551 T6585 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher ERROR Exception in reloading spell check index for spellchecker: suggest_wfst java.io.FileNotFoundException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SuggesterTest-1371810047325\suggest_wfst\wfst.bin (The system cannot find the file specified)
[junit4:junit4]   2> 	at java.io.FileInputStream.open(Native Method)
[junit4:junit4]   2> 	at java.io.FileInputStream.<init>(FileInputStream.java:120)
[junit4:junit4]   2> 	at org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:162)
[junit4:junit4]   2> 	at org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:703)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore$5.call(SolrCore.java:1683)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 
[junit4:junit4]   2> 2308553 T6585 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1109719 main{StandardDirectoryReader(segments_2:3:nrt _0(4.4):C3)}
[junit4:junit4]   2> 2308553 T6584 C5129 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 25
[junit4:junit4]   2> 2308559 T6584 C5129 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=ac&spellcheck.count=2&qt=/suggest&spellcheck.onlyMorePopular=true} status=0 QTime=1 
[junit4:junit4]   2> 2308560 T6584 oas.SolrTestCaseJ4.assertQ ERROR REQUEST FAILED: xpath=//lst[@name='spellcheck']/lst[@name='suggestions']/lst[@name='ac']/int[@name='numFound'][.='2']
[junit4:junit4]   2> 		xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4:junit4]   2> 	<response>
[junit4:junit4]   2> 	<lst name="responseHeader"><int name="status">0</int><int name="QTime">1</int></lst><lst name="spellcheck"><lst name="suggestions"/></lst>
[junit4:junit4]   2> 	</response>
[junit4:junit4]   2> 	
[junit4:junit4]   2> 		request was:q=ac&spellcheck.count=2&qt=/suggest&spellcheck.onlyMorePopular=true
[junit4:junit4]   2> 2308561 T6584 oasc.SolrException.log ERROR REQUEST FAILED: q=ac&spellcheck.count=2&qt=/suggest&spellcheck.onlyMorePopular=true:java.lang.RuntimeException: REQUEST FAILED: xpath=//lst[@name='spellcheck']/lst[@name='suggestions']/lst[@name='ac']/int[@name='numFound'][.='2']
[junit4:junit4]   2> 		xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4:junit4]   2> 	<response>
[junit4:junit4]   2> 	<lst name="responseHeader"><int name="status">0</int><int name="QTime">1</int></lst><lst name="spellcheck"><lst name="suggestions"/></lst>
[junit4:junit4]   2> 	</response>
[junit4:junit4]   2> 	
[junit4:junit4]   2> 		request was:q=ac&spellcheck.count=2&qt=/suggest&spellcheck.onlyMorePopular=true
[junit4:junit4]   2> 		at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:520)
[junit4:junit4]   2> 		at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:494)
[junit4:junit4]   2> 		at org.apache.solr.spelling.suggest.SuggesterTest.testSuggestions(SuggesterTest.java:71)
[junit4:junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]   2> 		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]   2> 		at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 2308562 T6584 oas.SolrTestCaseJ4.tearDown ###Ending testSuggestions
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SuggesterTest -Dtests.method=testSuggestions -Dtests.seed=F30801A3EE9A7BE3 -Dtests.slow=true -Dtests.locale=es -Dtests.timezone=Europe/Zagreb -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.10s | SuggesterTest.testSuggestions <<<
[junit4:junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([F30801A3EE9A7BE3:55D4385620AE2C1D]:0)
[junit4:junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:527)
[junit4:junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:494)
[junit4:junit4]    > 	at org.apache.solr.spelling.suggest.SuggesterTest.testSuggestions(SuggesterTest.java:71)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//lst[@name='spellcheck']/lst[@name='suggestions']/lst[@name='ac']/int[@name='numFound'][.='2']
[junit4:junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4:junit4]    > <response>
[junit4:junit4]    > <lst name="responseHeader"><int name="status">0</int><int name="QTime">1</int></lst><lst name="spellcheck"><lst name="suggestions"/></lst>
[junit4:junit4]    > </response>
[junit4:junit4]    > 	request was:q=ac&spellcheck.count=2&qt=/suggest&spellcheck.onlyMorePopular=true
[junit4:junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:520)
[junit4:junit4]    > 	... 42 more
[junit4:junit4]   2> 2308579 T6584 oas.SolrTestCaseJ4.setUp ###Starting testAnalyzer
[junit4:junit4]   2> 2308579 T6584 oasss.Suggester.init init: {lookupImpl=org.apache.solr.spelling.suggest.tst.TSTLookupFactory}
[junit4:junit4]   2> 2308579 T6584 oas.SolrTestCaseJ4.tearDown ###Ending testAnalyzer
[junit4:junit4]   2> 2308583 T6584 oas.SolrTestCaseJ4.setUp ###Starting testRebuild
[junit4:junit4]   2> 2308592 T6584 C5129 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1]} 0 2
[junit4:junit4]   2> 2308601 T6584 C5129 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[2]} 0 1
[junit4:junit4]   2> 2308610 T6584 C5129 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[3]} 0 0
[junit4:junit4]   2> 2308619 T6584 C5129 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2308629 T6584 C5129 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solrtest-SuggesterTest-1371810047325\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@eb374),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solrtest-SuggesterTest-1371810047325\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@eb374),segFN=segments_3,generation=3}
[junit4:junit4]   2> 2308630 T6584 C5129 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 2308640 T6584 C5129 oass.SolrIndexSearcher.<init> Opening Searcher@1c5b504 main
[junit4:junit4]   2> 2308641 T6584 C5129 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2308642 T6585 oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell index for spell checker: suggest
[junit4:junit4]   2> 2308642 T6585 oasss.Suggester.build build()
[junit4:junit4]   2> 2308646 T6585 oasss.Suggester.build Stored suggest data to: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SuggesterTest-1371810047325\suggest\jaspell.dat
[junit4:junit4]   2> 2308646 T6585 oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell index for spell checker: suggest_tst
[junit4:junit4]   2> 2308646 T6585 oasss.Suggester.build build()
[junit4:junit4]   2> 2308657 T6585 oasss.Suggester.build Stored suggest data to: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SuggesterTest-1371810047325\suggest_tst\tst.dat
[junit4:junit4]   2> 2308657 T6585 oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell index for spell checker: suggest_fst
[junit4:junit4]   2> 2308658 T6585 oasss.Suggester.build build()
[junit4:junit4]   2> 2308675 T6585 oasss.Suggester.build Stored suggest data to: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SuggesterTest-1371810047325\suggest_fst\fst.bin
[junit4:junit4]   2> 2308675 T6585 oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell index for spell checker: suggest_wfst
[junit4:junit4]   2> 2308675 T6585 oasss.Suggester.build build()
[junit4:junit4]   2> 2308685 T6585 oasss.Suggester.build Stored suggest data to: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SuggesterTest-1371810047325\suggest_wfst\wfst.bin
[junit4:junit4]   2> 2308685 T6585 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1c5b504 main{StandardDirectoryReader(segments_3:7:nrt _1(4.4):C3)}
[junit4:junit4]   2> 2308701 T6584 C5129 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 82
[junit4:junit4]   2> 2308706 T6584 C5129 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=ac&spellcheck.count=2&qt=/suggest&spellcheck.onlyMorePopular=true} status=0 QTime=1 
[junit4:junit4]   2> 2308718 T6584 C5129 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[4]} 0 3
[junit4:junit4]   2> 2308726 T6584 C5129 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2308741 T6584 C5129 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solrtest-SuggesterTest-1371810047325\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@eb374),segFN=segments_3,generation=3}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solrtest-SuggesterTest-1371810047325\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@eb374),segFN=segments_4,generation=4}
[junit4:junit4]   2> 2308742 T6584 C5129 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
[junit4:junit4]   2> 2308748 T6584 C5129 oass.SolrIndexSearcher.<init> Opening Searcher@80b36a main
[junit4:junit4]   2> 2308748 T6584 C5129 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2308749 T6585 oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell index for spell checker: suggest
[junit4:junit4]   2> 2308749 T6585 oasss.Suggester.build build()
[junit4:junit4]   2> 2308753 T6585 oasss.Suggester.build Stored suggest data to: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SuggesterTest-1371810047325\suggest\jaspell.dat
[junit4:junit4]   2> 2308753 T6585 oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell index for spell checker: suggest_tst
[junit4:junit4]   2> 2308754 T6585 oasss.Suggester.build build()
[junit4:junit4]   2> 2308765 T6585 oasss.Suggester.build Stored suggest data to: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SuggesterTest-1371810047325\suggest_tst\tst.dat
[junit4:junit4]   2> 2308765 T6585 oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell index for spell checker: suggest_fst
[junit4:junit4]   2> 2308766 T6585 oasss.Suggester.build build()
[junit4:junit4]   2> 2308785 T6585 oasss.Suggester.build Stored suggest data to: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SuggesterTest-1371810047325\suggest_fst\fst.bin
[junit4:junit4]   2> 2308785 T6585 oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell index for spell checker: suggest_wfst
[junit4:junit4]   2> 2308785 T6585 oasss.Suggester.build build()
[junit4:junit4]   2> 2308793 T6585 oasss.Suggester.build Stored suggest data to: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SuggesterTest-1371810047325\suggest_wfst\wfst.bin
[junit4:junit4]   2> 2308794 T6585 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@80b36a main{StandardDirectoryReader(segments_4:9:nrt _1(4.4):C3 _2(4.4):C1)}
[junit4:junit4]   2> 2308795 T6584 C5129 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 69
[junit4:junit4]   2> 2308800 T6584 C5129 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=ac&spellcheck.count=2&qt=/suggest&spellcheck.onlyMorePopular=true} status=0 QTime=0 
[junit4:junit4]   2> 2308803 T6584 oas.SolrTestCaseJ4.tearDown ###Ending testRebuild
[junit4:junit4]   2> 2308807 T6584 oas.SolrTestCaseJ4.setUp ###Starting testReload
[junit4:junit4]   2> 2308817 T6584 C5129 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1]} 0 3
[junit4:junit4]   2> ASYNC  NEW_CORE C5130 name=collection1 org.apache.solr.core.SolrCore@14e5e23
[junit4:junit4]   2> 2308832 T6584 C5130 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[2]} 0 0
[junit4:junit4]   2> 2308841 T6584 C5130 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[3]} 0 0
[junit4:junit4]   2> 2308850 T6584 C5130 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2308866 T6584 C5130 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solrtest-SuggesterTest-1371810047325\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@eb374),segFN=segments_4,generation=4}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solrtest-SuggesterTest-1371810047325\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@eb374),segFN=segments_5,generation=5}
[junit4:junit4]   2> 2308867 T6584 C5130 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
[junit4:junit4]   2> 2308877 T6584 C5130 oass.SolrIndexSearcher.<init> Opening Searcher@1cc6186 main
[junit4:junit4]   2> 2308877 T6584 C5130 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2308878 T6585 oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell index for spell checker: suggest
[junit4:junit4]   2> 2308878 T6585 oasss.Suggester.build build()
[junit4:junit4]   2> 2308882 T6585 oasss.Suggester.build Stored suggest data to: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SuggesterTest-1371810047325\suggest\jaspell.dat
[junit4:junit4]   2> 2308882 T6585 oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell index for spell checker: suggest_tst
[junit4:junit4]   2> 2308882 T6585 oasss.Suggester.build build()
[junit4:junit4]   2> 2308895 T6585 oasss.Suggester.build Stored suggest data to: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SuggesterTest-1371810047325\suggest_tst\tst.dat
[junit4:junit4]   2> 2308895 T6585 oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell index for spell checker: suggest_fst
[junit4:junit4]   2> 2308895 T6585 oasss.Suggester.build build()
[junit4:junit4]   2> 2308915 T6585 oasss.Suggester.build Stored suggest data to: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SuggesterTest-1371810047325\suggest_fst\fst.bin
[junit4:junit4]   2> 2308915 T6585 oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell index for spell checker: suggest_wfst
[junit4:junit4]   2> 2308915 T6585 oasss.Suggester.build build()
[junit4:junit4]   2> 2308927 T6585 oasss.Suggester.build Stored suggest data to: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SuggesterTest-1371810047325\suggest_wfst\wfst.bin
[junit4:junit4]   2> 2308928 T6585 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1cc6186 main{StandardDirectoryReader(segments_5:13:nrt _2(4.4):C1 _3(4.4):C3)}
[junit4:junit4]   2> 2308934 T6584 C5130 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 84
[junit4:junit4]   2> 2308941 T6584 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 2308941 T6584 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=28301622
[junit4:junit4]   2> 2308942 T6584 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@14e5e23
[junit4:junit4]   2> 2308942 T6584 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=4,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 2308943 T6584 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 2308944 T6584 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 2308944 T6584 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 2308947 T6584 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 2308947 T6584 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 2308947 T6584 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solrtest-SuggesterTest-1371810047325 [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solrtest-SuggesterTest-1371810047325;done=false>>]
[junit4:junit4]   2> 2308948 T6584 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solrtest-SuggesterTest-1371810047325
[junit4:junit4]   2> 2308952 T6584 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solrtest-SuggesterTest-1371810047325\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solrtest-SuggesterTest-1371810047325\index;done=false>>]
[junit4:junit4]   2> 2308952 T6584 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solrtest-SuggesterTest-1371810047325\index
[junit4:junit4]   2> NOTE: per solr.test.leavedatadir, dataDir will not be removed: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SuggesterTest-1371810047325
[junit4:junit4]   2> 2308964 T6584 oas.SolrTestCaseJ4.initCore ####initCore
[junit4:junit4]   2> 2308964 T6584 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\'
[junit4:junit4]   2> 2308967 T6584 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 2308968 T6584 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 2309040 T6584 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 2309104 T6584 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-spellchecker.xml
[junit4:junit4]   2> 2309105 T6584 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2309110 T6584 oass.IndexSchema.readSchema [null] Schema name=test
[junit4:junit4]   2> 2309793 T6584 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
[junit4:junit4]   2> 2309794 T6584 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
[junit4:junit4]   2> 2309795 T6584 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2309806 T6584 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2309810 T6584 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2309818 T6584 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2309822 T6584 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2309826 T6584 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2309826 T6584 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2309827 T6584 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2309827 T6584 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2309828 T6584 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2309828 T6584 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2309829 T6584 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2309829 T6584 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr
[junit4:junit4]   2> 2309829 T6584 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\'
[junit4:junit4]   2> 2309850 T6584 oasc.CoreContainer.<init> New CoreContainer 14289136
[junit4:junit4]   2> 2309912 T6584 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 2309912 T6584 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SuggesterTest-1371810047325\
[junit4:junit4]   2> 2309912 T6584 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 2309912 T6584 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 2309914 T6584 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solrtest-SuggesterTest-1371810047325
[junit4:junit4]   2> 2309914 T6584 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SuggesterTest-1371810047325\index/
[junit4:junit4]   2> 2309917 T6584 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2309918 T6584 oasc.RequestHandlers.initHandlersFromConfig created /suggest: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2309918 T6584 oasc.RequestHandlers.initHandlersFromConfig created /suggest_tst: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2309919 T6584 oasc.RequestHandlers.initHandlersFromConfig created /suggest_fst: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2309919 T6584 oasc.RequestHandlers.initHandlersFromConfig created /suggest_wfst: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2309923 T6584 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solrtest-SuggesterTest-1371810047325\index
[junit4:junit4]   2> 2309930 T6584 oass.SolrIndexSearcher.<init> Opening Searcher@101f0f4 main
[junit4:junit4]   2> 2309931 T6584 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2309931 T6584 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2309931 T6584 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 2309932 T6584 oasss.Suggester.init init: {name=suggest,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.jaspell.JaspellLookup,field=suggest,storeDir=suggest,buildOnCommit=true,threshold=0.0}
[junit4:junit4]   2> 2309932 T6584 oasssj.JaspellLookupFactory.create init: {name=suggest,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.jaspell.JaspellLookup,field=suggest,storeDir=suggest,buildOnCommit=true,threshold=0.0}
[junit4:junit4]   2> 2309935 T6584 oashc.SpellCheckComponent.inform Registering newSearcher listener for spellchecker: suggest
[junit4:junit4]   2> 2309936 T6584 oashc.SpellCheckComponent.inform No queryConverter defined, using default converter
[junit4:junit4]   2> 2309936 T6584 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 2309936 T6584 oasss.Suggester.init init: {name=suggest_tst,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.tst.TSTLookup,field=suggest,storeDir=suggest_tst,buildOnCommit=true,threshold=0.0}
[junit4:junit4]   2> 2309940 T6584 oashc.SpellCheckComponent.inform Registering newSearcher listener for spellchecker: suggest_tst
[junit4:junit4]   2> 2309940 T6584 oashc.SpellCheckComponent.inform No queryConverter defined, using default converter
[junit4:junit4]   2> 2309940 T6584 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 2309941 T6584 oasss.Suggester.init init: {name=suggest_fst,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.FSTLookup,field=suggest,storeDir=suggest_fst,buildOnCommit=true,weightBuckets=5,exactMatchFirst=true}
[junit4:junit4]   2> 2309943 T6584 oashc.SpellCheckComponent.inform Registering newSearcher listener for spellchecker: suggest_fst
[junit4:junit4]   2> 2309943 T6584 oashc.SpellCheckComponent.inform No queryConverter defined, using default converter
[junit4:junit4]   2> 2309943 T6584 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 2309944 T6584 oasss.Suggester.init init: {name=suggest_wfst,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.WFSTLookupFactory,field=suggest,storeDir=suggest_wfst,buildOnCommit=true,exactMatchFirst=true}
[junit4:junit4]   2> 2309946 T6584 oashc.SpellCheckComponent.inform Registering newSearcher listener for spellchecker: suggest_wfst
[junit4:junit4]   2> 2309946 T6584 oashc.SpellCheckComponent.inform No queryConverter defined, using default converter
[junit4:junit4]   2> 2309947 T6584 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2309947 T6586 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@101f0f4 main{StandardDirectoryReader(segments_5:13 _2(4.4):C1 _3(4.4):C3)}
[junit4:junit4]   2> 2309953 T6584 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4:junit4]   2> ASYNC  NEW_CORE C5131 name=collection1 org.apache.solr.core.SolrCore@1a767eb
[junit4:junit4]   2> 2309954 T6584 C5131 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=ac&spellcheck.count=2&qt=/suggest&spellcheck.onlyMorePopular=true} status=0 QTime=1 
[junit4:junit4]   2> 2309960 T6584 oas.SolrTestCaseJ4.tearDown ###Ending testReload
[junit4:junit4]   2> 2309961 T6584 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 2309961 T6584 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=14289136
[junit4:junit4]   2> 2309962 T6584 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1a767eb
[junit4:junit4]   2> 2309962 T6584 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 2309962 T6584 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 2309962 T6584 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 2309963 T6584 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 2309963 T6584 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 2309964 T6584 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 2309964 T6584 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solrtest-SuggesterTest-1371810047325\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solrtest-SuggesterTest-1371810047325\index;done=false>>]
[junit4:junit4]   2> 2309964 T6584 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solrtest-SuggesterTest-1371810047325\index
[junit4:junit4]   2> 2309974 T6584 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solrtest-SuggesterTest-1371810047325 [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solrtest-SuggesterTest-1371810047325;done=false>>]
[junit4:junit4]   2> 2309975 T6584 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solrtest-SuggesterTest-1371810047325
[junit4:junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=358), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=358)), sim=DefaultSimilarity, locale=es, timezone=Europe/Zagreb
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Sun Microsystems Inc. 1.6.0_45 (32-bit)/cpus=2,threads=1,free=72177416,total=240889856
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestJmxMonitoredMap, SolrRequestParserTest, SOLR749Test, TestSweetSpotSimilarityFactory, ShowFileRequestHandlerTest, ShardSplitTest, TestSolrXml, QueryParsingTest, TestAnalyzedSuggestions, MBeansHandlerTest, PrimUtilsTest, DOMUtilTest, CurrencyFieldOpenExchangeTest, TestQuerySenderListener, TestSolr4Spatial, DistributedQueryElevationComponentTest, TimeZoneUtilsTest, TestSerializedLuceneMatchVersion, TestSurroundQueryParser, OpenExchangeRatesOrgProviderTest, TestDFRSimilarityFactory, IndexReaderFactoryTest, BadIndexSchemaTest, IndexBasedSpellCheckerTest, TestPluginEnable, SpatialFilterTest, TermVectorComponentTest, ExternalFileFieldSortTest, TestStressReorder, FullSolrCloudDistribCmdsTest, TestSolrJ, TestManagedSchemaFieldResource, TestQuerySenderNoQuery, TestReload, TestDefaultSimilarityFactory, MultiTermTest, TestManagedSchema, SynonymTokenizerTest, FieldAnalysisRequestHandlerTest, DistributedTermsComponentTest, CacheHeaderTest, SimpleFacetsTest, TestNumberUtils, DirectSolrSpellCheckerTest, StatsComponentTest, OverseerTest, MinimalSchemaTest, BasicDistributedZk2Test, IndexSchemaTest, TestRTGBase, TestMultiCoreConfBootstrap, DocumentAnalysisRequestHandlerTest, TestArbitraryIndexDir, TestLFUCache, PluginInfoTest, FileBasedSpellCheckerTest, SolrInfoMBeanTest, PolyFieldTest, CoreAdminHandlerTest, DocumentBuilderTest, TestSolrIndexConfig, TestJmxIntegration, TestBinaryResponseWriter, TestReversedWildcardFilterFactory, TestDynamicFieldCollectionResource, TestZkChroot, TestAtomicUpdateErrorCases, StatelessScriptUpdateProcessorFactoryTest, PreAnalyzedUpdateProcessorTest, RegexBoostProcessorTest, DateMathParserTest, SpellPossibilityIteratorTest, UpdateParamsTest, PingRequestHandlerTest, TestPartialUpdateDeduplication, SolrIndexSplitterTest, DirectUpdateHandlerOptimizeTest, TestPropInject, TestIndexSearcher, TestLazyCores, TestMaxScoreQueryParser, SearchHandlerTest, XsltUpdateRequestHandlerTest, SampleTest, JSONWriterTest, TestCollationKeyRangeQueries, UpdateRequestProcessorFactoryTest, TestCoreDiscovery, EchoParamsTest, PrimitiveFieldTypeTest, ZkNodePropsTest, SolrPluginUtilsTest, TestBadConfig, ConvertedLegacyTest, BinaryUpdateRequestHandlerTest, TestPropInjectDefaults, AnalysisAfterCoreReloadTest, TestPerFieldSimilarity, BasicFunctionalityTest, XmlUpdateRequestHandlerTest, TestStressLucene, TestBM25SimilarityFactory, TestCollationField, TestUtils, TestFastLRUCache, TestCSVResponseWriter, ClusterStateUpdateTest, TestTrie, CopyFieldTest, TestRemoteStreaming, SolrIndexConfigTest, SliceStateUpdateTest, TestFastWriter, SliceStateTest, TestConfig, TestFastOutputStream, TestSchemaVersionResource, TestReplicationHandler, DateFieldTest, TestFoldingMultitermQuery, LeaderElectionTest, TestLMDirichletSimilarityFactory, TestDocumentBuilder, ZkCLITest, TestSolrDeletionPolicy1, TestLuceneMatchVersion, TestPostingsSolrHighlighter, TestDefaultSearchFieldResource, ZkControllerTest, SolrTestCaseJ4Test, UniqFieldsUpdateProcessorFactoryTest, TestSchemaSimilarityResource, TestSystemIdResolver, TestSort, PeerSyncTest, CSVRequestHandlerTest, CoreContainerCoreInitFailuresTest, AliasIntegrationTest, RecoveryZkTest, CachingDirectoryFactoryTest, TestFaceting, DisMaxRequestHandlerTest, TestAddFieldRealTimeGet, TestDistributedSearch, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, TestRandomFaceting, ZkSolrClientTest, TestRandomDVFaceting, ShardRoutingCustomTest, AutoCommitTest, TestDistributedGrouping, TestRecovery, TestHashPartitioner, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestRealTimeGet, TestJoin, TestStressVersions, HardAutoCommitTest, TestRangeQuery, TestCoreContainer, SolrCoreTest, SpellCheckComponentTest, TestGroupingSearch, SolrCmdDistributorTest, QueryElevationComponentTest, TestFiltering, TestFunctionQuery, DirectUpdateHandlerTest, OverseerCollectionProcessorTest, HighlighterTest, SoftAutoCommitTest, CurrencyFieldXmlFileTest, SimplePostToolTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterFSTTest, DocValuesTest, SuggesterTSTTest, SuggesterTest]
[junit4:junit4] Completed in 1.89s, 4 tests, 1 error <<< FAILURES!

[...truncated 330 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:392: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:372: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build.xml:181: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\common-build.xml:437: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:1246: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:890: There were test failures: 298 suites, 1254 tests, 1 error, 20 ignored (14 assumptions)

Total time: 71 minutes 41 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.6.0_45 -server -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-4.x-Windows (64bit/jdk1.7.0_25) - Build # 2917 - Still Failing!

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

3 tests failed.
REGRESSION:  org.apache.solr.cloud.ShardSplitTest.testDistribSearch

Error Message:
Server at http://127.0.0.1:56616 returned non ok status:500, message:Server Error

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:56616 returned non ok status:500, message:Server Error
	at __randomizedtesting.SeedInfo.seed([99B7F739742481F1:18517921037BE1CD]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:228)
	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:150)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:724)


REGRESSION:  org.apache.solr.cloud.SyncSliceTest.testDistribSearch

Error Message:
shard1 is not consistent.  Got 305 from http://127.0.0.1:58739/kk_ru/ob/collection1lastClient and got 252 from http://127.0.0.1:58758/kk_ru/ob/collection1

Stack Trace:
java.lang.AssertionError: shard1 is not consistent.  Got 305 from http://127.0.0.1:58739/kk_ru/ob/collection1lastClient and got 252 from http://127.0.0.1:58758/kk_ru/ob/collection1
	at __randomizedtesting.SeedInfo.seed([99B7F739742481F1:18517921037BE1CD]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1018)
	at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:238)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:724)


FAILED:  org.apache.solr.core.TestSolrXmlPersistence.testCreateAndManipulateCores

Error Message:
File XPath failure: file=.\org.apache.solr.core.TestSolrXmlPersistence\create_man_1.xml xpath=/solr/cores/core[@name='new_two' and @instanceDir='new_two/']  xml was: <?xml version="1.0" encoding="UTF-8" ?> <solr coreLoadThreads="12" persistent="${solr.xml.persist:false}" sharedLib="${something:.}">   <logging enabled="{logenable:true}" class="${logclass:log4j.class}">     <watcher threshold="${logThresh:54}" size="{watchSize:13}"/>   </logging>   <shardHandlerFactory name="${shhandler:shardHandlerFactory}" class="${handlefac:HttpShardHandlerFactory}">     <int name="connTimeout">${connTimeout:15000}</int>     <int name="socketTimeout">${socketTimeout:120000}</int>   </shardHandlerFactory>   <cores transientCacheSize="${tranSize:128}" defaultCoreName="SystemVars1" host="127.0.0.1" adminPath="/admin/cores" leaderVoteWait="${leadVoteWait:32}" shareSchema="${shareSchema:false}" zkClientTimeout="${solr.zkclienttimeout:30000}" distribUpdateSoTimeout="${distribUpdateSoTimeout:120000}" distribUpdateConnTimeout="${distribUpdateConnTimeout:15000}" hostPort="${hostPort:8983}" hostContext="${hostContext:solr}" managementPath="${manpath:/var/lib/path}">     <core schema="${schema:schema.xml}" shard="${shard:32}" coreNodeName="${coreNodeName:}" instanceDir="SystemVars2" name="SystemVars2" config="${solrconfig:solrconfig.xml}" collection="${collection:collection2}">       <property name="schema" value="${schema:schema.xml}"/>       <property name="collection" value="{collection:collection2}"/>       <property name="coreNodeName" value="EricksCore"/>     </core>     <core instanceDir="C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_one" name="new_one"/>     <core instanceDir="new_two\" name="new_two"/>     <core schema="${schema:schema.xml}" loadOnStartup="${onStart:true}" shard="${shard:32}" coreNodeName="${coreNode:utterlyridiculous}" instanceDir="SystemVars1" roles="${myrole:boss}" transient="${tran:true}" name="SystemVars1" config="${solrconfig:solrconfig.xml}" dataDir="${data:./}" collection="${collection:collection1}" ulogDir="${ulog:./}"/>   </cores> </solr> 

Stack Trace:
java.lang.AssertionError: File XPath failure: file=.\org.apache.solr.core.TestSolrXmlPersistence\create_man_1.xml xpath=/solr/cores/core[@name='new_two' and @instanceDir='new_two/']

xml was: <?xml version="1.0" encoding="UTF-8" ?>
<solr coreLoadThreads="12" persistent="${solr.xml.persist:false}" sharedLib="${something:.}">
  <logging enabled="{logenable:true}" class="${logclass:log4j.class}">
    <watcher threshold="${logThresh:54}" size="{watchSize:13}"/>
  </logging>
  <shardHandlerFactory name="${shhandler:shardHandlerFactory}" class="${handlefac:HttpShardHandlerFactory}">
    <int name="connTimeout">${connTimeout:15000}</int>
    <int name="socketTimeout">${socketTimeout:120000}</int>
  </shardHandlerFactory>
  <cores transientCacheSize="${tranSize:128}" defaultCoreName="SystemVars1" host="127.0.0.1" adminPath="/admin/cores" leaderVoteWait="${leadVoteWait:32}" shareSchema="${shareSchema:false}" zkClientTimeout="${solr.zkclienttimeout:30000}" distribUpdateSoTimeout="${distribUpdateSoTimeout:120000}" distribUpdateConnTimeout="${distribUpdateConnTimeout:15000}" hostPort="${hostPort:8983}" hostContext="${hostContext:solr}" managementPath="${manpath:/var/lib/path}">
    <core schema="${schema:schema.xml}" shard="${shard:32}" coreNodeName="${coreNodeName:}" instanceDir="SystemVars2" name="SystemVars2" config="${solrconfig:solrconfig.xml}" collection="${collection:collection2}">
      <property name="schema" value="${schema:schema.xml}"/>
      <property name="collection" value="{collection:collection2}"/>
      <property name="coreNodeName" value="EricksCore"/>
    </core>
    <core instanceDir="C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_one" name="new_one"/>
    <core instanceDir="new_two\" name="new_two"/>
    <core schema="${schema:schema.xml}" loadOnStartup="${onStart:true}" shard="${shard:32}" coreNodeName="${coreNode:utterlyridiculous}" instanceDir="SystemVars1" roles="${myrole:boss}" transient="${tran:true}" name="SystemVars1" config="${solrconfig:solrconfig.xml}" dataDir="${data:./}" collection="${collection:collection1}" ulogDir="${ulog:./}"/>
  </cores>
</solr>

	at __randomizedtesting.SeedInfo.seed([99B7F739742481F1:88997CBDB90458B9]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.assertXmlFile(SolrTestCaseJ4.java:1458)
	at org.apache.solr.core.TestSolrXmlPersistence.testCreateAndManipulateCores(TestSolrXmlPersistence.java:375)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:724)




Build Log:
[...truncated 9277 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ShardSplitTest
[junit4:junit4]   2> 51201 T162 oas.SolrTestCaseJ4.startTrackingSearchers WARN startTrackingSearchers: numOpens=1 numCloses=1
[junit4:junit4]   2> 51203 T162 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 51213 T162 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-ShardSplitTest-1371875180548
[junit4:junit4]   2> 51226 T162 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 51235 T163 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 51452 T162 oasc.ZkTestServer.run start zk server on port:56597
[junit4:junit4]   2> 51654 T162 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 51764 T169 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@78527518 name:ZooKeeperConnection Watcher:127.0.0.1:56597 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 51765 T162 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 51774 T162 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 51875 T162 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 51879 T171 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@67fcee4a name:ZooKeeperConnection Watcher:127.0.0.1:56597/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 51879 T162 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 51883 T162 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 51894 T162 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 51903 T162 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 51912 T162 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 51921 T162 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 51942 T162 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 51958 T162 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema15.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 51960 T162 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 51972 T162 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 51973 T162 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 51983 T162 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 51985 T162 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 51995 T162 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 51997 T162 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 52008 T162 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 52009 T162 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 52017 T162 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 52017 T162 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 52027 T162 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 52029 T162 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 52037 T162 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 52037 T162 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 52507 T162 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 52513 T162 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56604
[junit4:junit4]   2> 52514 T162 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 52515 T162 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 52515 T162 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1371875181382
[junit4:junit4]   2> 52516 T162 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1371875181382\solr.xml
[junit4:junit4]   2> 52517 T162 oasc.CoreContainer.<init> New CoreContainer 431869431
[junit4:junit4]   2> 52517 T162 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1371875181382\'
[junit4:junit4]   2> 52518 T162 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1371875181382\'
[junit4:junit4]   2> 52638 T162 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 52638 T162 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 52641 T162 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 52641 T162 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 52641 T162 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 52642 T162 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 52643 T162 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 52643 T162 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 52645 T162 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 52645 T162 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 52659 T162 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 52660 T162 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56597/solr
[junit4:junit4]   2> 52686 T162 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 52688 T162 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 52702 T182 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@397c8a21 name:ZooKeeperConnection Watcher:127.0.0.1:56597 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 52703 T162 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 52708 T164 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13f6a2201600002, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:724)
[junit4:junit4]   2> 
[junit4:junit4]   2> 52712 T162 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 52734 T162 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 52739 T184 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2d2d1d47 name:ZooKeeperConnection Watcher:127.0.0.1:56597/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 52739 T162 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 52756 T162 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 52778 T162 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 52799 T162 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 52805 T162 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56604_
[junit4:junit4]   2> 52813 T162 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56604_
[junit4:junit4]   2> 52823 T162 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 52851 T162 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 52858 T162 oasc.Overseer.start Overseer (id=89907211855200259-127.0.0.1:56604_-n_0000000000) starting
[junit4:junit4]   2> 52881 T162 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 52902 T186 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 52903 T162 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 52911 T162 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 52918 T162 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 52939 T185 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 52955 T187 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 52955 T187 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 54570 T185 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 54573 T185 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56604_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56604"}
[junit4:junit4]   2> 54573 T185 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 54599 T185 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 54632 T184 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 55115 T187 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1371875181382\collection1
[junit4:junit4]   2> 55115 T187 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 55118 T187 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 55118 T187 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 55122 T187 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1371875181382\collection1\'
[junit4:junit4]   2> 55124 T187 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1371875181382/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 55126 T187 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1371875181382/collection1/lib/README' to classloader
[junit4:junit4]   2> 55216 T187 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 55301 T187 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 55305 T187 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 55315 T187 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 55943 T187 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 55947 T187 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 55951 T187 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 55960 T187 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 56186 T187 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 56187 T187 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1371875181382\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1371875180547/control/data\
[junit4:junit4]   2> 56187 T187 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3264c826
[junit4:junit4]   2> 56187 T187 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 56188 T187 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1371875180547/control/data\
[junit4:junit4]   2> 56188 T187 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1371875180547/control/data\index/
[junit4:junit4]   2> 56188 T187 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1371875180547\control\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 56189 T187 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1371875180547/control/data\index
[junit4:junit4]   2> 56195 T187 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@66db9181 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66d04849),segFN=segments_1,generation=1}
[junit4:junit4]   2> 56195 T187 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 56199 T187 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 56199 T187 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 56200 T187 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 56200 T187 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 56201 T187 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 56201 T187 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 56202 T187 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 56202 T187 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 56203 T187 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 56212 T187 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 56219 T187 oass.SolrIndexSearcher.<init> Opening Searcher@20f796ee main
[junit4:junit4]   2> 56220 T187 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ShardSplitTest-1371875180547\control\data\tlog
[junit4:junit4]   2> 56222 T187 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 56222 T187 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 56225 T188 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@20f796ee main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 56227 T187 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 56227 T187 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56604 collection:control_collection shard:shard1
[junit4:junit4]   2> 56237 T187 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 56246 T187 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 56271 T187 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 56279 T187 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 56279 T187 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 56280 T187 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56604/collection1/
[junit4:junit4]   2> 56280 T187 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 56280 T187 oasc.SyncStrategy.syncToMe http://127.0.0.1:56604/collection1/ has no replicas
[junit4:junit4]   2> 56280 T187 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56604/collection1/
[junit4:junit4]   2> 56281 T187 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 57883 T185 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 57910 T184 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 57945 T187 oasc.ZkController.register We are http://127.0.0.1:56604/collection1/ and leader is http://127.0.0.1:56604/collection1/
[junit4:junit4]   2> 57945 T187 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56604
[junit4:junit4]   2> 57945 T187 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 57946 T187 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 57946 T187 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 57951 T187 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 57953 T162 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 57953 T162 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 57954 T162 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 57960 T162 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 57967 T162 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 57972 T191 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@630f64d4 name:ZooKeeperConnection Watcher:127.0.0.1:56597/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 57972 T162 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 57975 T162 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 57983 T162 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 58403 T162 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 58408 T162 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56616
[junit4:junit4]   2> 58409 T162 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 58410 T162 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 58410 T162 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1371875187317
[junit4:junit4]   2> 58411 T162 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1371875187317\solr.xml
[junit4:junit4]   2> 58412 T162 oasc.CoreContainer.<init> New CoreContainer 607321090
[junit4:junit4]   2> 58413 T162 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1371875187317\'
[junit4:junit4]   2> 58414 T162 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1371875187317\'
[junit4:junit4]   2> 58529 T162 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 58530 T162 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 58530 T162 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 58530 T162 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 58531 T162 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 58531 T162 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 58531 T162 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 58532 T162 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 58532 T162 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 58533 T162 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 58540 T162 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 58541 T162 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56597/solr
[junit4:junit4]   2> 58541 T162 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 58544 T162 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 58561 T202 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13b25934 name:ZooKeeperConnection Watcher:127.0.0.1:56597 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 58562 T162 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 58567 T162 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 58568 T164 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13f6a2201600005, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:724)
[junit4:junit4]   2> 
[junit4:junit4]   2> 58583 T162 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 58594 T204 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5cb3d841 name:ZooKeeperConnection Watcher:127.0.0.1:56597/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 58594 T162 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 58605 T162 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 59484 T185 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 59486 T185 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:56604__collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56604_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56604"}
[junit4:junit4]   2> 59499 T204 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 59500 T184 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 59500 T191 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 59620 T162 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56616_
[junit4:junit4]   2> 59625 T162 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56616_
[junit4:junit4]   2> 59632 T191 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 59635 T204 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 59635 T204 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 59636 T184 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 59637 T184 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 59644 T191 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 59657 T205 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 59658 T205 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 61012 T185 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 61014 T185 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56616_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56616"}
[junit4:junit4]   2> 61014 T185 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 61014 T185 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 61035 T184 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 61036 T204 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 61036 T191 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 61661 T205 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1371875187317\collection1
[junit4:junit4]   2> 61661 T205 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 61662 T205 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 61663 T205 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 61666 T205 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1371875187317\collection1\'
[junit4:junit4]   2> 61667 T205 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1371875187317/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 61668 T205 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1371875187317/collection1/lib/README' to classloader
[junit4:junit4]   2> 61719 T205 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 61782 T205 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 61785 T205 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 61792 T205 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 62354 T205 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 62358 T205 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 62360 T205 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 62368 T205 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 62422 T205 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 62423 T205 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1371875187317\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1371875180547/jetty1\
[junit4:junit4]   2> 62423 T205 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3264c826
[junit4:junit4]   2> 62424 T205 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 62424 T205 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1371875180547/jetty1\
[junit4:junit4]   2> 62425 T205 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1371875180547/jetty1\index/
[junit4:junit4]   2> 62425 T205 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1371875180547\jetty1\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 62426 T205 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1371875180547/jetty1\index
[junit4:junit4]   2> 62429 T205 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@49b328a lockFactory=org.apache.lucene.store.NativeFSLockFactory@11a390fc),segFN=segments_1,generation=1}
[junit4:junit4]   2> 62429 T205 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 62433 T205 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 62434 T205 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 62434 T205 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 62435 T205 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 62436 T205 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 62436 T205 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 62436 T205 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 62438 T205 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 62439 T205 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 62451 T205 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 62459 T205 oass.SolrIndexSearcher.<init> Opening Searcher@1d30c140 main
[junit4:junit4]   2> 62460 T205 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ShardSplitTest-1371875180547\jetty1\tlog
[junit4:junit4]   2> 62462 T205 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 62463 T205 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 62468 T206 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1d30c140 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 62470 T205 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 62471 T205 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56616 collection:collection1 shard:shard1
[junit4:junit4]   2> 62472 T205 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 62495 T205 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 62502 T205 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 62502 T205 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 62503 T205 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56616/collection1/
[junit4:junit4]   2> 62503 T205 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 62503 T205 oasc.SyncStrategy.syncToMe http://127.0.0.1:56616/collection1/ has no replicas
[junit4:junit4]   2> 62504 T205 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56616/collection1/
[junit4:junit4]   2> 62504 T205 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 62551 T185 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 62579 T184 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 62580 T204 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 62581 T191 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 62622 T205 oasc.ZkController.register We are http://127.0.0.1:56616/collection1/ and leader is http://127.0.0.1:56616/collection1/
[junit4:junit4]   2> 62622 T205 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56616
[junit4:junit4]   2> 62622 T205 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 62623 T205 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 62623 T205 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 62629 T205 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 62631 T162 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 62632 T162 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 62632 T162 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 63029 T162 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 63033 T162 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56625
[junit4:junit4]   2> 63034 T162 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 63034 T162 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 63035 T162 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1371875191973
[junit4:junit4]   2> 63035 T162 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1371875191973\solr.xml
[junit4:junit4]   2> 63036 T162 oasc.CoreContainer.<init> New CoreContainer 2040397133
[junit4:junit4]   2> 63036 T162 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1371875191973\'
[junit4:junit4]   2> 63037 T162 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1371875191973\'
[junit4:junit4]   2> 63147 T162 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 63148 T162 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 63148 T162 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 63148 T162 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 63149 T162 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 63149 T162 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 63149 T162 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 63149 T162 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 63149 T162 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 63150 T162 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 63159 T162 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 63160 T162 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56597/solr
[junit4:junit4]   2> 63160 T162 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 63162 T162 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 63177 T218 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@23fef4b5 name:ZooKeeperConnection Watcher:127.0.0.1:56597 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 63177 T162 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 63181 T162 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 63190 T162 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 63195 T220 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11daa417 name:ZooKeeperConnection Watcher:127.0.0.1:56597/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 63195 T162 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 63205 T162 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 64105 T185 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 64106 T185 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:56616__collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56616_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56616"}
[junit4:junit4]   2> 64122 T191 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 64122 T220 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 64122 T204 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 64123 T184 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 64212 T162 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56625_
[junit4:junit4]   2> 64218 T162 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56625_
[junit4:junit4]   2> 64226 T191 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 64228 T204 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 64229 T204 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 64230 T184 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 64230 T184 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 64231 T220 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 64231 T220 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 64240 T191 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 64251 T221 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 64251 T221 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 65641 T185 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 65643 T185 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56625_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56625"}
[junit4:junit4]   2> 65643 T185 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 65643 T185 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard2
[junit4:junit4]   2> 65662 T191 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 65662 T220 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 65662 T184 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 65662 T204 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 66254 T221 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1371875191973\collection1
[junit4:junit4]   2> 66254 T221 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 66255 T221 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 66256 T221 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 66259 T221 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1371875191973\collection1\'
[junit4:junit4]   2> 66260 T221 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1371875191973/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 66261 T221 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1371875191973/collection1/lib/README' to classloader
[junit4:junit4]   2> 66312 T221 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 66373 T221 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 66378 T221 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 66384 T221 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 66958 T221 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 66962 T221 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 66964 T221 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 66970 T221 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 67022 T221 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 67022 T221 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1371875191973\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1371875180547/jetty2\
[junit4:junit4]   2> 67023 T221 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3264c826
[junit4:junit4]   2> 67023 T221 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 67025 T221 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1371875180547/jetty2\
[junit4:junit4]   2> 67025 T221 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1371875180547/jetty2\index/
[junit4:junit4]   2> 67025 T221 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1371875180547\jetty2\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 67025 T221 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1371875180547/jetty2\index
[junit4:junit4]   2> 67030 T221 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@156b2796 lockFactory=org.apache.lucene.store.NativeFSLockFactory@42d66ff5),segFN=segments_1,generation=1}
[junit4:junit4]   2> 67030 T221 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 67034 T221 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 67034 T221 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 67035 T221 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 67036 T221 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 67037 T221 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 67037 T221 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 67038 T221 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 67038 T221 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 67039 T221 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 67049 T221 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 67056 T221 oass.SolrIndexSearcher.<init> Opening Searcher@3c1544d6 main
[junit4:junit4]   2> 67057 T221 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ShardSplitTest-1371875180547\jetty2\tlog
[junit4:junit4]   2> 67059 T221 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 67059 T221 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 67064 T222 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3c1544d6 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 67067 T221 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 67068 T221 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56625 collection:collection1 shard:shard2
[junit4:junit4]   2> 67070 T221 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 67094 T221 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 67103 T221 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 67103 T221 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 67103 T221 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56625/collection1/
[junit4:junit4]   2> 67104 T221 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 67104 T221 oasc.SyncStrategy.syncToMe http://127.0.0.1:56625/collection1/ has no replicas
[junit4:junit4]   2> 67104 T221 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56625/collection1/
[junit4:junit4]   2> 67104 T221 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 67181 T185 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 67207 T204 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 67207 T191 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 67207 T220 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 67207 T184 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 67221 T221 oasc.ZkController.register We are http://127.0.0.1:56625/collection1/ and leader is http://127.0.0.1:56625/collection1/
[junit4:junit4]   2> 67221 T221 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56625
[junit4:junit4]   2> 67221 T221 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 67222 T221 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 67222 T221 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 67227 T221 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 67229 T162 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 67229 T162 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 67229 T162 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 67645 T162 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 67649 T162 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56634
[junit4:junit4]   2> 67650 T162 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 67651 T162 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 67651 T162 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1371875196572
[junit4:junit4]   2> 67651 T162 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1371875196572\solr.xml
[junit4:junit4]   2> 67652 T162 oasc.CoreContainer.<init> New CoreContainer 636789956
[junit4:junit4]   2> 67652 T162 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1371875196572\'
[junit4:junit4]   2> 67653 T162 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1371875196572\'
[junit4:junit4]   2> 67779 T162 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 67779 T162 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 67780 T162 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 67780 T162 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 67780 T162 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 67780 T162 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 67781 T162 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 67782 T162 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 67782 T162 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 67783 T162 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 67791 T162 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 67792 T162 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56597/solr
[junit4:junit4]   2> 67793 T162 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 67795 T162 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 67812 T234 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7ce0d250 name:ZooKeeperConnection Watcher:127.0.0.1:56597 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 67813 T162 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 67818 T162 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 67826 T162 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 67831 T236 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10755569 name:ZooKeeperConnection Watcher:127.0.0.1:56597/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 67831 T162 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 67841 T162 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 68723 T185 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 68725 T185 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:56625__collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56625_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56625"}
[junit4:junit4]   2> 68742 T191 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 68743 T184 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 68743 T220 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 68742 T204 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 68743 T236 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 68847 T162 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56634_
[junit4:junit4]   2> 68850 T162 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56634_
[junit4:junit4]   2> 68855 T191 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 68861 T236 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 68861 T236 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 68863 T184 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 68863 T184 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 68863 T204 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 68863 T204 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 68864 T220 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 68864 T220 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 68874 T191 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 68890 T237 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 68890 T237 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 70255 T185 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 70256 T185 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56634_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56634"}
[junit4:junit4]   2> 70257 T185 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 70257 T185 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 70270 T204 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 70270 T236 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 70271 T184 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 70270 T191 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 70272 T220 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 70894 T237 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1371875196572\collection1
[junit4:junit4]   2> 70894 T237 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 70896 T237 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 70896 T237 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 70900 T237 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1371875196572\collection1\'
[junit4:junit4]   2> 70901 T237 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty3-1371875196572/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 70902 T237 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty3-1371875196572/collection1/lib/README' to classloader
[junit4:junit4]   2> 70958 T237 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 71017 T237 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 71021 T237 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 71029 T237 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 71592 T237 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 71595 T237 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 71598 T237 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 71604 T237 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 71673 T237 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 71674 T237 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1371875196572\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1371875180547/jetty3\
[junit4:junit4]   2> 71674 T237 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3264c826
[junit4:junit4]   2> 71674 T237 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 71675 T237 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1371875180547/jetty3\
[junit4:junit4]   2> 71675 T237 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1371875180547/jetty3\index/
[junit4:junit4]   2> 71675 T237 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1371875180547\jetty3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 71676 T237 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1371875180547/jetty3\index
[junit4:junit4]   2> 71680 T237 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@383bd328 lockFactory=org.apache.lucene.store.NativeFSLockFactory@78aa6cbd),segFN=segments_1,generation=1}
[junit4:junit4]   2> 71680 T237 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 71684 T237 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 71685 T237 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 71685 T237 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 71686 T237 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 71687 T237 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 71687 T237 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 71688 T237 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 71688 T237 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 71689 T237 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 71699 T237 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 71706 T237 oass.SolrIndexSearcher.<init> Opening Searcher@66c9f0e7 main
[junit4:junit4]   2> 71707 T237 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ShardSplitTest-1371875180547\jetty3\tlog
[junit4:junit4]   2> 71709 T237 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 71709 T237 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 71716 T238 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@66c9f0e7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 71718 T237 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 71718 T237 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56634 collection:collection1 shard:shard1
[junit4:junit4]   2> 71729 T237 oasc.ZkController.register We are http://127.0.0.1:56634/collection1/ and leader is http://127.0.0.1:56616/collection1/
[junit4:junit4]   2> 71730 T237 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56634
[junit4:junit4]   2> 71730 T237 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 71730 T237 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C33 name=collection1 org.apache.solr.core.SolrCore@64bbe1ee url=http://127.0.0.1:56634/collection1 node=127.0.0.1:56634_ C33_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:56634_, base_url=http://127.0.0.1:56634}
[junit4:junit4]   2> 71737 T239 C33 P56634 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 71738 T239 C33 P56634 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 71738 T239 C33 P56634 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 71738 T239 C33 P56634 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 71738 T237 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 71742 T239 C33 P56634 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 71744 T162 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 71744 T162 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 71744 T162 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 71765 T198 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:56634__collection1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 71788 T185 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 71789 T185 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:56634__collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56634_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56634"}
[junit4:junit4]   2> 71812 T204 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 71813 T236 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 71813 T184 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 71814 T220 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 71814 T191 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 72144 T162 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 72148 T162 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56644
[junit4:junit4]   2> 72149 T162 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 72149 T162 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 72150 T162 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1371875201084
[junit4:junit4]   2> 72150 T162 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1371875201084\solr.xml
[junit4:junit4]   2> 72150 T162 oasc.CoreContainer.<init> New CoreContainer 558262585
[junit4:junit4]   2> 72151 T162 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1371875201084\'
[junit4:junit4]   2> 72152 T162 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1371875201084\'
[junit4:junit4]   2> 72254 T162 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 72254 T162 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 72254 T162 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 72256 T162 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 72256 T162 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 72256 T162 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 72256 T162 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 72256 T162 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 72257 T162 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 72257 T162 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 72265 T162 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 72265 T162 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56597/solr
[junit4:junit4]   2> 72265 T162 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 72268 T162 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 72282 T251 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5ccfd847 name:ZooKeeperConnection Watcher:127.0.0.1:56597 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 72283 T162 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 72290 T162 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 72296 T162 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 72301 T253 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@23c9e065 name:ZooKeeperConnection Watcher:127.0.0.1:56597/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 72302 T162 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 72313 T162 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 72765 T198 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:56634__collection1, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   2> 72765 T198 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:56634__collection1&state=recovering&nodeName=127.0.0.1:56634_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1004 
[junit4:junit4]   2> 73320 T162 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56644_
[junit4:junit4]   2> 73337 T162 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56644_
[junit4:junit4]   2> 73364 T191 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 73368 T204 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 73369 T204 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 73371 T253 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 73368 T236 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 73371 T236 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 73376 T220 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 73376 T220 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 73378 T184 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 73379 T184 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 73386 T191 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 73396 T254 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 73397 T254 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2>  C33_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:56634_, base_url=http://127.0.0.1:56634}
[junit4:junit4]   2> 74766 T239 C33 P56634 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:56616/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 74767 T239 C33 P56634 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:56634 START replicas=[http://127.0.0.1:56616/collection1/] nUpdates=100
[junit4:junit4]   2> 74768 T239 C33 P56634 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 74770 T239 C33 P56634 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 74770 T239 C33 P56634 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 74771 T239 C33 P56634 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 74771 T239 C33 P56634 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 74773 T239 C33 P56634 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:56616/collection1/. core=collection1
[junit4:junit4]   2> 74773 T239 C33 P56634 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C34 name=collection1 org.apache.solr.core.SolrCore@663afdd8 url=http://127.0.0.1:56616/collection1 node=127.0.0.1:56616_ C34_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:56616_, base_url=http://127.0.0.1:56616, leader=true}
[junit4:junit4]   2> 74790 T198 C34 P56616 oasc.SolrCore.execute [collection1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 74821 T195 C34 P56616 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 74829 T195 C34 P56616 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@49b328a lockFactory=org.apache.lucene.store.NativeFSLockFactory@11a390fc),segFN=segments_1,generation=1}
[junit4:junit4]   2> 74831 T195 C34 P56616 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 74832 T195 C34 P56616 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@49b328a lockFactory=org.apache.lucene.store.NativeFSLockFactory@11a390fc),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@49b328a lockFactory=org.apache.lucene.store.NativeFSLockFactory@11a390fc),segFN=segments_2,generation=2}
[junit4:junit4]   2> 74832 T195 C34 P56616 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 74833 T195 C34 P56616 oass.SolrIndexSearcher.<init> Opening Searcher@1566ee23 realtime
[junit4:junit4]   2> 74833 T195 C34 P56616 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 74833 T195 C34 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 40
[junit4:junit4]   2> 74847 T185 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 74849 T185 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56644_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56644"}
[junit4:junit4]   2> 74849 T185 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 74849 T185 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard2
[junit4:junit4]   2> 74866 T253 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 74867 T191 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 74868 T204 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 74869 T236 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 74869 T184 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 74870 T220 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 74883 T239 C33 P56634 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 74883 T239 C33 P56634 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> 74893 T239 C33 P56634 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 74897 T199 C34 P56616 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 74898 T199 C34 P56616 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 74900 T239 C33 P56634 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 74900 T239 C33 P56634 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 74900 T239 C33 P56634 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 74904 T200 C34 P56616 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 74905 T239 C33 P56634 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 74906 T239 C33 P56634 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1371875180547/jetty3\index.20130622072644238
[junit4:junit4]   2> 74906 T239 C33 P56634 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@6208e5ba lockFactory=org.apache.lucene.store.NativeFSLockFactory@55ed0c10) fullCopy=false
[junit4:junit4]   2> 74919 T198 C34 P56616 oasc.SolrCore.execute [collection1] webapp= path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=5 
[junit4:junit4]   2> 74934 T239 C33 P56634 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 74936 T239 C33 P56634 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 74936 T239 C33 P56634 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 74944 T239 C33 P56634 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@383bd328 lockFactory=org.apache.lucene.store.NativeFSLockFactory@78aa6cbd),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@383bd328 lockFactory=org.apache.lucene.store.NativeFSLockFactory@78aa6cbd),segFN=segments_2,generation=2}
[junit4:junit4]   2> 74945 T239 C33 P56634 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 74945 T239 C33 P56634 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 74945 T239 C33 P56634 oass.SolrIndexSearcher.<init> Opening Searcher@64e4cdb main
[junit4:junit4]   2> 74946 T238 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@64e4cdb main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 74947 T239 C33 P56634 oasc.CachingDirectoryFactory.closeCacheValue looking to close .\org.apache.solr.cloud.ShardSplitTest-1371875180547/jetty3\index.20130622072644238 [CachedDir<<refCount=0;path=.\org.apache.solr.cloud.ShardSplitTest-1371875180547/jetty3\index.20130622072644238;done=true>>]
[junit4:junit4]   2> 74947 T239 C33 P56634 oasc.CachingDirectoryFactory.close Closing directory: .\org.apache.solr.cloud.ShardSplitTest-1371875180547/jetty3\index.20130622072644238
[junit4:junit4]   2> 74947 T239 C33 P56634 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: .\org.apache.solr.cloud.ShardSplitTest-1371875180547/jetty3\index.20130622072644238
[junit4:junit4]   2> 74947 T239 C33 P56634 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 74948 T239 C33 P56634 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 74948 T239 C33 P56634 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 74948 T239 C33 P56634 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 74953 T239 C33 P56634 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 75401 T254 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1371875201084\collection1
[junit4:junit4]   2> 75401 T254 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 75403 T254 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 75403 T254 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 75410 T254 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1371875201084\collection1\'
[junit4:junit4]   2> 75416 T254 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty4-1371875201084/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 75419 T254 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty4-1371875201084/collection1/lib/README' to classloader
[junit4:junit4]   2> 75491 T254 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 75557 T254 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 75561 T254 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 75566 T254 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 76099 T254 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 76103 T254 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 76106 T254 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 76111 T254 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 76159 T254 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 76160 T254 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1371875201084\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1371875180547/jetty4\
[junit4:junit4]   2> 76160 T254 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3264c826
[junit4:junit4]   2> 76161 T254 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 76162 T254 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1371875180547/jetty4\
[junit4:junit4]   2> 76162 T254 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1371875180547/jetty4\index/
[junit4:junit4]   2> 76162 T254 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1371875180547\jetty4\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 76163 T254 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1371875180547/jetty4\index
[junit4:junit4]   2> 76167 T254 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@271e47aa lockFactory=org.apache.lucene.store.NativeFSLockFactory@18e5cef7),segFN=segments_1,generation=1}
[junit4:junit4]   2> 76168 T254 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 76171 T254 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 76172 T254 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 76173 T254 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 76174 T254 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 76174 T254 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 76175 T254 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 76179 T254 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 76180 T254 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 76180 T254 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 76190 T254 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 76196 T254 oass.SolrIndexSearcher.<init> Opening Searcher@16d65b1c main
[junit4:junit4]   2> 76197 T254 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ShardSplitTest-1371875180547\jetty4\tlog
[junit4:junit4]   2> 76198 T254 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 76198 T254 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 76206 T257 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@16d65b1c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 76209 T254 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 76210 T254 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56644 collection:collection1 shard:shard2
[junit4:junit4]   2> 76225 T254 oasc.ZkController.register We are http://127.0.0.1:56644/collection1/ and leader is http://127.0.0.1:56625/collection1/
[junit4:junit4]   2> 76225 T254 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56644
[junit4:junit4]   2> 76225 T254 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 76226 T254 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C35 name=collection1 org.apache.solr.core.SolrCore@cd72d2e url=http://127.0.0.1:56644/collection1 node=127.0.0.1:56644_ C35_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:56644_, base_url=http://127.0.0.1:56644}
[junit4:junit4]   2> 76227 T258 C35 P56644 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 76228 T258 C35 P56644 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 76229 T258 C35 P56644 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 76229 T258 C35 P56644 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 76228 T254 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 76232 T258 C35 P56644 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 76235 T162 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 76235 T162 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 76235 T162 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 76242 T162 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 76246 T214 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:56644__collection1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 76246 T162 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 15 for each attempt
[junit4:junit4]   2> 76247 T162 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15
[junit4:junit4]   2> 76249 T162 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 76391 T185 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 76395 T185 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:56634__collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56634_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56634"}
[junit4:junit4]   2> 76417 T185 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:56644__collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56644_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56644"}
[junit4:junit4]   2> 76438 T253 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 76440 T220 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 76440 T184 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 76440 T204 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 76440 T236 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 76440 T191 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 77246 T214 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:56644__collection1, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   2> 77248 T214 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:56644__collection1&state=recovering&nodeName=127.0.0.1:56644_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1002 
[junit4:junit4]   2> 77253 T162 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 78257 T162 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C35_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:56644_, base_url=http://127.0.0.1:56644}
[junit4:junit4]   2> 79250 T258 C35 P56644 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:56625/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 79250 T258 C35 P56644 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:56644 START replicas=[http://127.0.0.1:56625/collection1/] nUpdates=100
[junit4:junit4]   2> 79252 T258 C35 P56644 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 79252 T258 C35 P56644 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 79252 T258 C35 P56644 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 79252 T258 C35 P56644 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 79253 T258 C35 P56644 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 79256 T258 C35 P56644 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:56625/collection1/. core=collection1
[junit4:junit4]   2> 79257 T258 C35 P56644 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C36 name=collection1 org.apache.solr.core.SolrCore@5d15c3a6 url=http://127.0.0.1:56625/collection1 node=127.0.0.1:56625_ C36_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:56625_, base_url=http://127.0.0.1:56625, leader=true}
[junit4:junit4]   2> 79273 T216 C36 P56625 oasc.SolrCore.execute [collection1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 79273 T162 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 79275 T214 C36 P56625 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 79279 T214 C36 P56625 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@156b2796 lockFactory=org.apache.lucene.store.NativeFSLockFactory@42d66ff5),segFN=segments_1,generation=1}
[junit4:junit4]   2> 79280 T214 C36 P56625 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 79280 T214 C36 P56625 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@156b2796 lockFactory=org.apache.lucene.store.NativeFSLockFactory@42d66ff5),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@156b2796 lockFactory=org.apache.lucene.store.NativeFSLockFactory@42d66ff5),segFN=segments_2,generation=2}
[junit4:junit4]   2> 79281 T214 C36 P56625 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 79281 T214 C36 P56625 oass.SolrIndexSearcher.<init> Opening Searcher@491e2104 realtime
[junit4:junit4]   2> 79281 T214 C36 P56625 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 79282 T214 C36 P56625 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 8
[junit4:junit4]   2> 79283 T258 C35 P56644 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 79283 T258 C35 P56644 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 79287 T212 C36 P56625 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 79287 T212 C36 P56625 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 79289 T258 C35 P56644 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 79289 T258 C35 P56644 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 79289 T258 C35 P56644 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 79293 T213 C36 P56625 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 79293 T258 C35 P56644 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 79294 T258 C35 P56644 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1371875180547/jetty4\index.20130622072648627
[junit4:junit4]   2> 79295 T258 C35 P56644 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@6462f6ea lockFactory=org.apache.lucene.store.NativeFSLockFactory@22e8ca96) fullCopy=false
[junit4:junit4]   2> 79297 T215 C36 P56625 oasc.SolrCore.execute [collection1] webapp= path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 79299 T258 C35 P56644 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 79300 T258 C35 P56644 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 79300 T258 C35 P56644 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 79302 T258 C35 P56644 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@271e47aa lockFactory=org.apache.lucene.store.NativeFSLockFactory@18e5cef7),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@271e47aa lockFactory=org.apache.lucene.store.NativeFSLockFactory@18e5cef7),segFN=segments_2,generation=2}
[junit4:junit4]   2> 79303 T258 C35 P56644 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 79303 T258 C35 P56644 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 79303 T258 C35 P56644 oass.SolrIndexSearcher.<init> Opening Searcher@5a61a567 main
[junit4:junit4]   2> 79304 T257 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5a61a567 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 79305 T258 C35 P56644 oasc.CachingDirectoryFactory.closeCacheValue looking to close .\org.apache.solr.cloud.ShardSplitTest-1371875180547/jetty4\index.20130622072648627 [CachedDir<<refCount=0;path=.\org.apache.solr.cloud.ShardSplitTest-1371875180547/jetty4\index.20130622072648627;done=true>>]
[junit4:junit4]   2> 79305 T258 C35 P56644 oasc.CachingDirectoryFactory.close Closing directory: .\org.apache.solr.cloud.ShardSplitTest-1371875180547/jetty4\index.20130622072648627
[junit4:junit4]   2> 79305 T258 C35 P56644 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: .\org.apache.solr.cloud.ShardSplitTest-1371875180547/jetty4\index.20130622072648627
[junit4:junit4]   2> 79306 T258 C35 P56644 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 79307 T258 C35 P56644 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 79307 T258 C35 P56644 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 79307 T258 C35 P56644 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 79316 T258 C35 P56644 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 79477 T185 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 79481 T185 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:56644__collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56644_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56644"}
[junit4:junit4]   2> 79507 T191 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 79509 T253 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 79510 T204 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 79510 T236 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 79512 T184 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 79513 T220 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 80279 T162 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 80283 T162 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C37 name=collection1 org.apache.solr.core.SolrCore@f6a121e url=http://127.0.0.1:56604/collection1 node=127.0.0.1:56604_ C37_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:56604_, base_url=http://127.0.0.1:56604, leader=true}
[junit4:junit4]   2> 80305 T176 C37 P56604 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 80310 T176 C37 P56604 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@66db9181 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66d04849),segFN=segments_1,generation=1}
[junit4:junit4]   2> 80311 T176 C37 P56604 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 80311 T176 C37 P56604 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@66db9181 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66d04849),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@66db9181 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66d04849),segFN=segments_2,generation=2}
[junit4:junit4]   2> 80312 T176 C37 P56604 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 80312 T176 C37 P56604 oass.SolrIndexSearcher.<init> Opening Searcher@23f90490 main
[junit4:junit4]   2> 80313 T176 C37 P56604 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 80313 T188 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@23f90490 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 80316 T176 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 12
[junit4:junit4]   2> 80333 T214 C36 P56625 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:56616/collection1/, StdNode: http://127.0.0.1:56634/collection1/, StdNode: http://127.0.0.1:56625/collection1/, StdNode: http://127.0.0.1:56644/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2> ASYNC  NEW_CORE C38 name=collection1 org.apache.solr.core.SolrCore@663afdd8 url=http://127.0.0.1:56616/collection1 node=127.0.0.1:56616_ C38_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:56616_, base_url=http://127.0.0.1:56616, leader=true}
[junit4:junit4]   2> 80348 T197 C38 P56616 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2>  C35_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:56644_, base_url=http://127.0.0.1:56644}
[junit4:junit4]   2> 80359 T244 C35 P56644 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 80362 T212 C36 P56625 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 80363 T197 C38 P56616 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@49b328a lockFactory=org.apache.lucene.store.NativeFSLockFactory@11a390fc),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@49b328a lockFactory=org.apache.lucene.store.NativeFSLockFactory@11a390fc),segFN=segments_3,generation=3}
[junit4:junit4]   2> 80363 T197 C38 P56616 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 80364 T197 C38 P56616 oass.SolrIndexSearcher.<init> Opening Searcher@5bdf8d13 main
[junit4:junit4]   2> 80364 T197 C38 P56616 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 80365 T206 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5bdf8d13 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 80366 T244 C35 P56644 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@271e47aa lockFactory=org.apache.lucene.store.NativeFSLockFactory@18e5cef7),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@271e47aa lockFactory=org.apache.lucene.store.NativeFSLockFactory@18e5cef7),segFN=segments_3,generation=3}
[junit4:junit4]   2> 80367 T244 C35 P56644 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 80368 T197 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 20
[junit4:junit4]   2> 80369 T244 C35 P56644 oass.SolrIndexSearcher.<init> Opening Searcher@6d60098d main
[junit4:junit4]   2> 80370 T212 C36 P56625 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@156b2796 lockFactory=org.apache.lucene.store.NativeFSLockFactory@42d66ff5),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@156b2796 lockFactory=org.apache.lucene.store.NativeFSLockFactory@42d66ff5),segFN=segments_3,generation=3}
[junit4:junit4]   2> 80370 T212 C36 P56625 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 80370 T212 C36 P56625 oass.SolrIndexSearcher.<init> Opening Searcher@13d3ffdc main
[junit4:junit4]   2> 80370 T244 C35 P56644 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> ASYNC  NEW_CORE C39 name=collection1 org.apache.solr.core.SolrCore@64bbe1ee url=http://127.0.0.1:56634/collection1 node=127.0.0.1:56634_ C39_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:56634_, base_url=http://127.0.0.1:56634}
[junit4:junit4]   2> 80369 T229 C39 P56634 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 80371 T212 C36 P56625 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 80370 T257 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6d60098d main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 80373 T229 C39 P56634 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@383bd328 lockFactory=org.apache.lucene.store.NativeFSLockFactory@78aa6cbd),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@383bd328 lockFactory=org.apache.lucene.store.NativeFSLockFactory@78aa6cbd),segFN=segments_3,generation=3}
[junit4:junit4]   2> 80374 T229 C39 P56634 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 80373 T222 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@13d3ffdc main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 80373 T244 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 14
[junit4:junit4]   2> 80375 T212 C36 P56625 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 13
[junit4:junit4]   2> 80374 T229 C39 P56634 oass.SolrIndexSearcher.<init> Opening Searcher@74b2b9c3 main
[junit4:junit4]   2> 80376 T229 C39 P56634 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 80377 T238 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@74b2b9c3 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 80378 T229 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 9
[junit4:junit4]   2> 80378 T214 C36 P56625 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 45
[junit4:junit4]   2> 80380 T162 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 80385 T199 C38 P56616 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 80388 T230 C39 P56634 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 80390 T213 C36 P56625 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 80394 T246 C35 P56644 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 82412 T180 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1438515422025482240)} 0 13
[junit4:junit4]   2> 82436 T246 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=FROMLEADER&_version_=-1438515422049599488&update.from=http://127.0.0.1:56625/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1438515422049599488)} 0 1
[junit4:junit4]   2> 82436 T229 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=FROMLEADER&_version_=-1438515422049599488&update.from=http://127.0.0.1:56616/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1438515422049599488)} 0 1
[junit4:junit4]   2> 82437 T212 C36 P56625 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1438515422049599488)} 0 8
[junit4:junit4]   2> 82438 T197 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1438515422049599488)} 0 9
[junit4:junit4]   2> 82439 T244 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 20
[junit4:junit4]   2> 82446 T176 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!0 (1438515422063230976)]} 0 3
[junit4:junit4]   2> 82468 T247 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56625/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[a!0 (1438515422083153920)]} 0 2
[junit4:junit4]   2> 82468 T213 C36 P56625 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[a!0 (1438515422083153920)]} 0 7
[junit4:junit4]   2> 82470 T199 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!0]} 0 22
[junit4:junit4]   2> 82475 T177 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!1 (1438515422095736832)]} 0 2
[junit4:junit4]   2> 82488 T230 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[b!1 (1438515422104125440)]} 0 3
[junit4:junit4]   2> 82489 T200 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56644/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[b!1 (1438515422104125440)]} 0 8
[junit4:junit4]   2> 82492 T248 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!1]} 0 14
[junit4:junit4]   2> 82497 T178 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!2 (1438515422118805504)]} 0 1
[junit4:junit4]   2> 82514 T231 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[c!2 (1438515422130339840)]} 0 4
[junit4:junit4]   2> 82516 T198 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56644/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[c!2 (1438515422130339840)]} 0 10
[junit4:junit4]   2> 82519 T249 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!2]} 0 17
[junit4:junit4]   2> 82525 T179 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!3 (1438515422148165632)]} 0 2
[junit4:junit4]   2> 82534 T245 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56625/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[d!3 (1438515422154457088)]} 0 1
[junit4:junit4]   2> 82535 T215 C36 P56625 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[d!3 (1438515422154457088)]} 0 5
[junit4:junit4]   2> 82536 T196 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!3]} 0 9
[junit4:junit4]   2> 82540 T175 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!4 (1438515422164942848)]} 0 1
[junit4:junit4]   2> 82551 T246 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56625/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[e!4 (1438515422172282880)]} 0 1
[junit4:junit4]   2> 82552 T216 C36 P56625 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[e!4 (1438515422172282880)]} 0 6
[junit4:junit4]   2> 82553 T195 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!4]} 0 10
[junit4:junit4]   2> 82556 T180 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!5 (1438515422180671488)]} 0 1
[junit4:junit4]   2> 82570 T247 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56625/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[f!5 (1438515422189060096)]} 0 2
[junit4:junit4]   2> 82571 T211 C36 P56625 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56644/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[f!5 (1438515422189060096)]} 0 8
[junit4:junit4]   2> 82573 T244 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!5]} 0 14
[junit4:junit4]   2> 82580 T176 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!6 (1438515422204788736)]} 0 1
[junit4:junit4]   2> 82602 T232 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[g!6 (1438515422222614528)]} 0 2
[junit4:junit4]   2> 82604 T197 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56644/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[g!6 (1438515422222614528)]} 0 10
[junit4:junit4]   2> 82607 T248 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!6]} 0 23
[junit4:junit4]   2> 82613 T177 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!7 (1438515422240440320)]} 0 1
[junit4:junit4]   2> 82628 T227 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[h!7 (1438515422251974656)]} 0 1
[junit4:junit4]   2> 82629 T199 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56644/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[h!7 (1438515422251974656)]} 0 6
[junit4:junit4]   2> 82630 T249 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!7]} 0 11
[junit4:junit4]   2> 82634 T178 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!8 (1438515422263508992)]} 0 0
[junit4:junit4]   2> 82645 T229 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[i!8 (1438515422270849024)]} 0 1
[junit4:junit4]   2> 82646 T200 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56634/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[i!8 (1438515422270849024)]} 0 5
[junit4:junit4]   2> 82647 T228 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!8]} 0 11
[junit4:junit4]   2> 82650 T179 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!9 (1438515422280286208)]} 0 0
[junit4:junit4]   2> 82661 T230 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[j!9 (1438515422287626240)]} 0 1
[junit4:junit4]   2> 82663 T198 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56644/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[j!9 (1438515422287626240)]} 0 6
[junit4:junit4]   2> 82664 T245 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!9]} 0 10
[junit4:junit4]   2> 82667 T175 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!10 (1438515422298112000)]} 0 0
[junit4:junit4]   2> 82679 T231 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[k!10 (1438515422307549184)]} 0 1
[junit4:junit4]   2> 82681 T196 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56644/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[k!10 (1438515422307549184)]} 0 5
[junit4:junit4]   2> 82682 T246 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!10]} 0 8
[junit4:junit4]   2> 82685 T180 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!11 (1438515422315937792)]} 0 1
[junit4:junit4]   2> 82692 T247 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56625/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[l!11 (1438515422320132096)]} 0 1
[junit4:junit4]   2> 82693 T214 C36 P56625 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!11 (1438515422320132096)]} 0 5
[junit4:junit4]   2> 82697 T176 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[m!12 (1438515422329569280)]} 0 1
[junit4:junit4]   2> 82709 T244 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56625/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[m!12 (1438515422335860736)]} 0 0
[junit4:junit4]   2> 82711 T212 C36 P56625 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[m!12 (1438515422335860736)]} 0 8
[junit4:junit4]   2> 82712 T195 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[m!12]} 0 12
[junit4:junit4]   2> 82716 T177 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[n!13 (1438515422348443648)]} 0 1
[junit4:junit4]   2> 82724 T232 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[n!13 (1438515422353686528)]} 0 1
[junit4:junit4]   2> 82726 T197 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56625/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[n!13 (1438515422353686528)]} 0 6
[junit4:junit4]   2> 82727 T213 C36 P56625 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[n!13]} 0 9
[junit4:junit4]   2> 82730 T178 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[o!14 (1438515422364172288)]} 0 0
[junit4:junit4]   2> 82741 T249 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56625/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[o!14 (1438515422371512320)]} 0 0
[junit4:junit4]   2> 82743 T215 C36 P56625 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56644/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[o!14 (1438515422371512320)]} 0 6
[junit4:junit4]   2> 82744 T248 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[o!14]} 0 10
[junit4:junit4]   2> 82748 T179 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[p!15 (1438515422381998080)]} 0 1
[junit4:junit4]   2> 82754 T227 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[p!15 (1438515422385143808)]} 0 1
[junit4:junit4]   2> 82755 T199 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[p!15 (1438515422385143808)]} 0 5
[junit4:junit4]   2> 82758 T175 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[q!16 (1438515422393532416)]} 0 0
[junit4:junit4]   2> 82768 T229 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[q!16 (1438515422400872448)]} 0 1
[junit4:junit4]   2> 82769 T200 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56625/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[q!16 (1438515422400872448)]} 0 5
[junit4:junit4]   2> 82770 T216 C36 P56625 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[q!16]} 0 9
[junit4:junit4]   2> 82773 T180 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[r!17 (1438515422408212480)]} 0 1
[junit4:junit4]   2> 82780 T245 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56625/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[r!17 (1438515422412406784)]} 0 1
[junit4:junit4]   2> 82782 T211 C36 P56625 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[r!17 (1438515422412406784)]} 0 6
[junit4:junit4]   2> 82785 T176 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[s!18 (1438515422420795392)]} 0 1
[junit4:junit4]   2> 82795 T230 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[s!18 (1438515422428135424)]} 0 1
[junit4:junit4]   2> 82796 T198 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56634/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[s!18 (1438515422428135424)]} 0 5
[junit4:junit4]   2> 82797 T228 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[s!18]} 0 9
[junit4:junit4]   2> 82801 T177 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[t!19 (1438515422438621184)]} 0 1
[junit4:junit4]   2> 82811 T232 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[t!19 (1438515422443864064)]} 0 2
[junit4:junit4]   2> 82812 T196 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56634/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[t!19 (1438515422443864064)]} 0 6
[junit4:junit4]   2> 82813 T231 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[t!19]} 0 10
[junit4:junit4]   2> 82818 T179 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[u!20 (1438515422456446976)]} 0 0
[junit4:junit4]   2> 82832 T246 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56625/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[u!20 (1438515422464835584)]} 0 1
[junit4:junit4]   2> 82834 T214 C36 P56625 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[u!20 (1438515422464835584)]} 0 9
[junit4:junit4]   2> 82835 T197 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[u!20]} 0 13
[junit4:junit4]   2> 82840 T175 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[v!21 (1438515422478467072)]} 0 1
[junit4:junit4]   2> 82855 T229 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[v!21 (1438515422490001408)]} 0 1
[junit4:junit4]   2> 82858 T199 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56644/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[v!21 (1438515422490001408)]} 0 9
[junit4:junit4]   2> 82859 T244 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[v!21]} 0 14
[junit4:junit4]   2> 82866 T180 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[w!22 (1438515422504681472)]} 0 2
[junit4:junit4]   2> 82876 T230 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[w!22 (1438515422512021504)]} 0 1
[junit4:junit4]   2> 82878 T200 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[w!22 (1438515422512021504)]} 0 8
[junit4:junit4]   2> 82884 T176 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[x!23 (1438515422524604416)]} 0 1
[junit4:junit4]   2> 82900 T249 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56625/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[x!23 (1438515422535090176)]} 0 2
[junit4:junit4]   2> 82901 T213 C36 P56625 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[x!23 (1438515422535090176)]} 0 8
[junit4:junit4]   2> 82903 T198 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[x!23]} 0 14
[junit4:junit4]   2> 82909 T177 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[y!24 (1438515422550818816)]} 0 1
[junit4:junit4]   2> 82926 T245 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56625/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[y!24 (1438515422562353152)]} 0 2
[junit4:junit4]   2> 82926 T215 C36 P56625 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56644/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[y!24 (1438515422562353152)]} 0 7
[junit4:junit4]   2> 82929 T248 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[y!24]} 0 15
[junit4:junit4]   2> 82935 T178 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[z!25 (1438515422578081792)]} 0 1
[junit4:junit4]   2> 82952 T228 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[z!25 (1438515422590664704)]} 0 2
[junit4:junit4]   2> 82954 T196 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56625/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[z!25 (1438515422590664704)]} 0 9
[junit4:junit4]   2> 82955 T216 C36 P56625 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[z!25]} 0 14
[junit4:junit4]   2> 82961 T179 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!26 (1438515422605344768)]} 0 1
[junit4:junit4]   2> 82978 T246 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56625/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[a!26 (1438515422615830528)]} 0 2
[junit4:junit4]   2> 82979 T211 C36 P56625 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56644/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[a!26 (1438515422615830528)]} 0 9
[junit4:junit4]   2> 82981 T247 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!26]} 0 14
[junit4:junit4]   2> 82987 T175 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!27 (1438515422632607744)]} 0 1
[junit4:junit4]   2> 83003 T227 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[b!27 (1438515422644142080)]} 0 2
[junit4:junit4]   2> 83007 T195 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56625/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[b!27 (1438515422644142080)]} 0 11
[junit4:junit4]   2> 83009 T212 C36 P56625 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!27]} 0 17
[junit4:junit4]   2> 83012 T180 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!28 (1438515422658822144)]} 0 1
[junit4:junit4]   2> 83025 T232 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[c!28 (1438515422667210752)]} 0 1
[junit4:junit4]   2> 83025 T197 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56644/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[c!28 (1438515422667210752)]} 0 6
[junit4:junit4]   2> 83026 T244 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!28]} 0 11
[junit4:junit4]   2> 83030 T176 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!29 (1438515422678745088)]} 0 1
[junit4:junit4]   2> 83040 T249 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56625/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[d!29 (1438515422683987968)]} 0 1
[junit4:junit4]   2> 83041 T214 C36 P56625 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56634/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[d!29 (1438515422683987968)]} 0 6
[junit4:junit4]   2> 83043 T231 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!29]} 0 11
[junit4:junit4]   2> 83046 T177 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!30 (1438515422695522304)]} 0 0
[junit4:junit4]   2> 83057 T248 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56625/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[e!30 (1438515422702862336)]} 0 0
[junit4:junit4]   2> 83058 T213 C36 P56625 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56644/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[e!30 (1438515422702862336)]} 0 5
[junit4:junit4]   2> 83068 T245 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!30]} 0 19
[junit4:junit4]   2> 83073 T178 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!31 (1438515422722785280)]} 0 1
[junit4:junit4]   2> 83086 T246 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56625/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[f!31 (1438515422733271040)]} 0 1
[junit4:junit4]   2> 83087 T215 C36 P56625 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[f!31 (1438515422733271040)]} 0 5
[junit4:junit4]   2> 83089 T199 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!31]} 0 13
[junit4:junit4]   2> 83093 T179 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!32 (1438515422743756800)]} 0 1
[junit4:junit4]   2> 83102 T229 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[g!32 (1438515422750048256)]} 0 0
[junit4:junit4]   2> 83104 T200 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56644/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[g!32 (1438515422750048256)]} 0 6
[junit4:junit4]   2> 83105 T247 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!32]} 0 10
[junit4:junit4]   2> 83109 T175 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!33 (1438515422761582592)]} 0 1
[junit4:junit4]   2> 83146 T228 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[h!33 (1438515422772068352)]} 0 0
[junit4:junit4]   2> 83149 T198 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56634/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[h!33 (1438515422772068352)]} 0 30
[junit4:junit4]   2> 83150 T230 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!33]} 0 36
[junit4:junit4]   2> 83153 T180 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!34 (1438515422806671360)]} 0 1
[junit4:junit4]   2> 83168 T227 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[i!34 (1438515422819254272)]} 0 1
[junit4:junit4]   2> 83170 T196 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56625/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[i!34 (1438515422819254272)]} 0 12
[junit4:junit4]   2> 83171 T216 C36 P56625 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!34]} 0 16
[junit4:junit4]   2> 83174 T176 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!35 (1438515422828691456)]} 0 1
[junit4:junit4]   2> 83183 T232 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[j!35 (1438515422834982912)]} 0 0
[junit4:junit4]   2> 83185 T195 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56644/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[j!35 (1438515422834982912)]} 0 6
[junit4:junit4]   2> 83186 T244 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!35]} 0 10
[junit4:junit4]   2> 83190 T177 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!36 (1438515422846517248)]} 0 1
[junit4:junit4]   2> 83202 T229 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[k!36 (1438515422854905856)]} 0 1
[junit4:junit4]   2> 83203 T197 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56634/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[k!36 (1438515422854905856)]} 0 5
[junit4:junit4]   2> 83204 T231 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!36]} 0 11
[junit4:junit4]   2> 83210 T178 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!37 (1438515422865391616)]} 0 2
[junit4:junit4]   2> 83223 T249 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56625/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[l!37 (1438515422875877376)]} 0 1
[junit4:junit4]   2> 83225 T211 C36 P56625 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56634/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[l!37 (1438515422875877376)]} 0 7
[junit4:junit4]   2> 83226 T228 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!37]} 0 12
[junit4:junit4]   2> 83231 T175 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[m!38 (1438515422888460288)]} 0 1
[junit4:junit4]   2> 83242 T248 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56625/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[m!38 (1438515422896848896)]} 0 1
[junit4:junit4]   2> 83242 T212 C36 P56625 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56634/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[m!38 (1438515422896848896)]} 0 4
[junit4:junit4]   2> 83243 T227 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[m!38]} 0 8
[junit4:junit4]   2> 83248 T180 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[n!39 (1438515422907334656)]} 0 2
[junit4:junit4]   2> 83260 T232 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[n!39 (1438515422915723264)]} 0 1
[junit4:junit4]   2> 83262 T199 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56644/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[n!39 (1438515422915723264)]} 0 7
[junit4:junit4]   2> 83263 T246 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[n!39]} 0 10
[junit4:junit4]   2> 83267 T176 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[o!40 (1438515422926209024)]} 0 1
[junit4:junit4]   2> 83277 T247 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56625/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[o!40 (1438515422934597632)]} 0 0
[junit4:junit4]   2> 83278 T213 C36 P56625 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[o!40 (1438515422934597632)]} 0 5
[junit4:junit4]   2> 83279 T198 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[o!40]} 0 9
[junit4:junit4]   2> 83282 T177 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[p!41 (1438515422942986240)]} 0 0
[junit4:junit4]   2> 83295 T229 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[p!41 (1438515422952423424)]} 0 0
[junit4:junit4]   2> 83300 T196 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56644/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[p!41 (1438515422952423424)]} 0 9
[junit4:junit4]   2> 83301 T244 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[p!41]} 0 14
[junit4:junit4]   2> 83307 T179 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[q!42 (1438515422968152064)]} 0 2
[junit4:junit4]   2> 83317 T231 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[q!42 (1438515422973394944)]} 0 1
[junit4:junit4]   2> 83319 T195 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[q!42 (1438515422973394944)]} 0 9
[junit4:junit4]   2> 83325 T178 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[r!43 (1438515422988075008)]} 0 0
[junit4:junit4]   2> 83339 T249 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56625/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[r!43 (1438515422997512192)]} 0 1
[junit4:junit4]   2> 83342 T215 C36 P56625 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[r!43 (1438515422997512192)]} 0 8
[junit4:junit4]   2> 83346 T175 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[s!44 (1438515423009046528)]} 0 1
[junit4:junit4]   2> 83355 T230 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[s!44 (1438515423017435136)]} 0 0
[junit4:junit4]   2> 83357 T197 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56625/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[s!44 (1438515423017435136)]} 0 5
[junit4:junit4]   2> 83358 T216 C36 P56625 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[s!44]} 0 9
[junit4:junit4]   2> 83361 T180 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[t!45 (1438515423024775168)]} 0 1
[junit4:junit4]   2> 83372 T227 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56616/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[t!45 (1438515423032115200)]} 0 2
[junit4:junit4]   2> 83373 T200 C38 P56616 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56634/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[t!45 (1438515423032115200)]} 0 6
[junit4:junit4]   2> 83374 T228 C39 P56634 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[t!45]} 0 10
[junit4:junit4]   2> 83378 T176 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[u!46 (1438515423043649536)]} 0 0
[junit4:junit4]   2> 83386 T245 C35 P56644 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:56625/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[u!46 (1438515423048892416)]} 0 1
[junit4:junit4]   2> 83387 T211 C36 P56625 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[u!46 (1438515423048892416)]} 0 4
[junit4:junit4]   2> 83391 T177 C37 P56604 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[v!47 (1438515423057281024)]} 0 1
[junit4:junit4]   2> 83402 T232 C39 P56634 oasup.LogUpdateProcess

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

est-1371876482734\jetty4 [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371876482734\jetty4;done=false>>]
[junit4:junit4]   2> 1495983 T3966 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371876482734\jetty4
[junit4:junit4]   2> 1495983 T3966 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371876482734\jetty4\index.20130622014906443 [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371876482734\jetty4\index.20130622014906443;done=false>>]
[junit4:junit4]   2> 1495983 T3966 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371876482734\jetty4\index.20130622014906443
[junit4:junit4]   2> 1495984 T3966 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 1495985 T3966 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/election/89907297173110796-127.0.0.1:58771_kk_ru%2Fob_collection1-n_0000000003
[junit4:junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]   2> 	at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:152)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:149)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:149)
[junit4:junit4]   2> 	at org.apache.solr.cloud.ElectionContext.cancelElection(ElectionContext.java:63)
[junit4:junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:260)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:156)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:100)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
[junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]   2> 
[junit4:junit4]   2> 1495985 T3966 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
[junit4:junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
[junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]   2> 
[junit4:junit4]   2> 1495986 T3966 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 1495986 T3966 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 1495987 T3966 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {range_facet_l=PostingsFormat(name=Lucene41WithOrds), text=Lucene41(blocksize=128), _version_=PostingsFormat(name=MockRandom), rnd_b=PostingsFormat(name=Direct), intDefault=PostingsFormat(name=MockRandom), timestamp=PostingsFormat(name=Lucene41WithOrds), id=PostingsFormat(name=Direct), a_t=PostingsFormat(name=Lucene41WithOrds), range_facet_sl=PostingsFormat(name=Direct), range_facet_si=PostingsFormat(name=Lucene41WithOrds), other_tl1=PostingsFormat(name=MockRandom), multiDefault=PostingsFormat(name=Lucene41WithOrds), a_si=PostingsFormat(name=MockRandom)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=lt, timezone=America/Maceio
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=2,threads=3,free=177800072,total=358678528
[junit4:junit4]   2> NOTE: All tests run in this JVM: [OutputWriterTest, TestSolrQueryParserResource, TestReload, XmlUpdateRequestHandlerTest, TestExtendedDismaxParser, TestCSVLoader, LegacyHTMLStripCharFilterTest, TestSuggestSpellingConverter, TestUniqueKeyFieldResource, PeerSyncTest, TestWriterPerf, TestSolrCoreProperties, ShardSplitTest, TestLazyCores, TestBinaryResponseWriter, StatelessScriptUpdateProcessorFactoryTest, TestSolr4Spatial, JSONWriterTest, TestCodecSupport, TestFieldResource, BasicDistributedZkTest, NoCacheHeaderTest, SolrCoreTest, IndexBasedSpellCheckerTest, TestFieldTypeResource, TestSweetSpotSimilarityFactory, CSVRequestHandlerTest, BadComponentTest, TestCloudManagedSchema, TestFieldCollectionResource, HardAutoCommitTest, AlternateDirectoryTest, SpatialFilterTest, TestSchemaVersionResource, LeaderElectionIntegrationTest, PolyFieldTest, TestMultiCoreConfBootstrap, PingRequestHandlerTest, TestComponentsName, ShardRoutingTest, SystemInfoHandlerTest, QueryParsingTest, StatsComponentTest, OverseerCollectionProcessorTest, SolrCmdDistributorTest, CachingDirectoryFactoryTest, CircularListTest, LoggingHandlerTest, TestFoldingMultitermQuery, TestSolrXml, TestPostingsSolrHighlighter, ZkSolrClientTest, TestConfig, TestAnalyzedSuggestions, TestStressReorder, TestRecovery, CollectionsAPIDistributedZkTest, DirectSolrConnectionTest, SuggesterTSTTest, ChaosMonkeySafeLeaderTest, TestReloadAndDeleteDocs, ResourceLoaderTest, TestIndexingPerformance, AnalysisAfterCoreReloadTest, IndexReaderFactoryTest, TestPropInject, NumericFieldsTest, TestRandomFaceting, TestSolrIndexConfig, TestBinaryField, TestRealTimeGet, WordBreakSolrSpellCheckerTest, SuggesterWFSTTest, TestCollationField, ZkCLITest, TestFastWriter, AliasIntegrationTest, StandardRequestHandlerTest, CacheHeaderTest, DirectUpdateHandlerOptimizeTest, TestSystemIdResolver, TestRTGBase, TestHashPartitioner, UpdateRequestProcessorFactoryTest, TestCollationKeyRangeQueries, TestCloudManagedSchemaAddField, CoreAdminHandlerTest, TestSolrXmlPersistence, SolrTestCaseJ4Test, ScriptEngineTest, TestDynamicFieldResource, CoreContainerCoreInitFailuresTest, TestDocumentBuilder, TestJmxIntegration, TestFaceting, SpellingQueryConverterTest, TestDefaultSimilarityFactory, TermVectorComponentTest, UnloadDistributedZkTest, ShowFileRequestHandlerTest, TestRemoteStreaming, TestSchemaResource, TestRandomDVFaceting, SignatureUpdateProcessorFactoryTest, ChaosMonkeyNothingIsSafeTest, TestWordDelimiterFilterFactory, RequiredFieldsTest, SpellPossibilityIteratorTest, DocValuesTest, TestBM25SimilarityFactory, DebugComponentTest, SolrRequestParserTest, FileBasedSpellCheckerTest, FastVectorHighlighterTest, TestValueSourceCache, FullSolrCloudDistribCmdsTest, DistributedQueryElevationComponentTest, SyncSliceTest]
[junit4:junit4] Completed in 143.61s, 1 test, 1 failure <<< FAILURES!

[...truncated 561 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:392: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:372: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build.xml:181: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\common-build.xml:437: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:1246: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:890: There were test failures: 298 suites, 1255 tests, 1 error, 2 failures, 18 ignored (12 assumptions)

Total time: 65 minutes 56 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_25 -XX:+UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-4.x-Windows (64bit/jdk1.7.0_25) - Build # 2916 - Still Failing!

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

2 tests failed.
FAILED:  org.apache.solr.core.TestSolrXmlPersistence.testCreateAndManipulateCores

Error Message:
File XPath failure: file=.\org.apache.solr.core.TestSolrXmlPersistence\create_man_1.xml xpath=/solr/cores/core[@name='new_two' and @instanceDir='new_two/']  xml was: <?xml version="1.0" encoding="UTF-8" ?> <solr coreLoadThreads="12" persistent="${solr.xml.persist:false}" sharedLib="${something:.}">   <logging enabled="{logenable:true}" class="${logclass:log4j.class}">     <watcher threshold="${logThresh:54}" size="{watchSize:13}"/>   </logging>   <shardHandlerFactory name="${shhandler:shardHandlerFactory}" class="${handlefac:HttpShardHandlerFactory}">     <int name="connTimeout">${connTimeout:15000}</int>     <int name="socketTimeout">${socketTimeout:120000}</int>   </shardHandlerFactory>   <cores transientCacheSize="${tranSize:128}" defaultCoreName="SystemVars1" host="127.0.0.1" adminPath="/admin/cores" leaderVoteWait="${leadVoteWait:32}" shareSchema="${shareSchema:false}" zkClientTimeout="${solr.zkclienttimeout:30000}" distribUpdateSoTimeout="${distribUpdateSoTimeout:120000}" distribUpdateConnTimeout="${distribUpdateConnTimeout:15000}" hostPort="${hostPort:8983}" hostContext="${hostContext:solr}" managementPath="${manpath:/var/lib/path}">     <core schema="${schema:schema.xml}" shard="${shard:32}" coreNodeName="${coreNodeName:}" instanceDir="SystemVars2" name="SystemVars2" config="${solrconfig:solrconfig.xml}" collection="${collection:collection2}">       <property name="schema" value="${schema:schema.xml}"/>       <property name="collection" value="{collection:collection2}"/>       <property name="coreNodeName" value="EricksCore"/>     </core>     <core instanceDir="C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_one" name="new_one"/>     <core instanceDir="new_two\" name="new_two"/>     <core schema="${schema:schema.xml}" loadOnStartup="${onStart:true}" shard="${shard:32}" coreNodeName="${coreNode:utterlyridiculous}" instanceDir="SystemVars1" roles="${myrole:boss}" transient="${tran:true}" name="SystemVars1" config="${solrconfig:solrconfig.xml}" dataDir="${data:./}" collection="${collection:collection1}" ulogDir="${ulog:./}"/>   </cores> </solr> 

Stack Trace:
java.lang.AssertionError: File XPath failure: file=.\org.apache.solr.core.TestSolrXmlPersistence\create_man_1.xml xpath=/solr/cores/core[@name='new_two' and @instanceDir='new_two/']

xml was: <?xml version="1.0" encoding="UTF-8" ?>
<solr coreLoadThreads="12" persistent="${solr.xml.persist:false}" sharedLib="${something:.}">
  <logging enabled="{logenable:true}" class="${logclass:log4j.class}">
    <watcher threshold="${logThresh:54}" size="{watchSize:13}"/>
  </logging>
  <shardHandlerFactory name="${shhandler:shardHandlerFactory}" class="${handlefac:HttpShardHandlerFactory}">
    <int name="connTimeout">${connTimeout:15000}</int>
    <int name="socketTimeout">${socketTimeout:120000}</int>
  </shardHandlerFactory>
  <cores transientCacheSize="${tranSize:128}" defaultCoreName="SystemVars1" host="127.0.0.1" adminPath="/admin/cores" leaderVoteWait="${leadVoteWait:32}" shareSchema="${shareSchema:false}" zkClientTimeout="${solr.zkclienttimeout:30000}" distribUpdateSoTimeout="${distribUpdateSoTimeout:120000}" distribUpdateConnTimeout="${distribUpdateConnTimeout:15000}" hostPort="${hostPort:8983}" hostContext="${hostContext:solr}" managementPath="${manpath:/var/lib/path}">
    <core schema="${schema:schema.xml}" shard="${shard:32}" coreNodeName="${coreNodeName:}" instanceDir="SystemVars2" name="SystemVars2" config="${solrconfig:solrconfig.xml}" collection="${collection:collection2}">
      <property name="schema" value="${schema:schema.xml}"/>
      <property name="collection" value="{collection:collection2}"/>
      <property name="coreNodeName" value="EricksCore"/>
    </core>
    <core instanceDir="C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_one" name="new_one"/>
    <core instanceDir="new_two\" name="new_two"/>
    <core schema="${schema:schema.xml}" loadOnStartup="${onStart:true}" shard="${shard:32}" coreNodeName="${coreNode:utterlyridiculous}" instanceDir="SystemVars1" roles="${myrole:boss}" transient="${tran:true}" name="SystemVars1" config="${solrconfig:solrconfig.xml}" dataDir="${data:./}" collection="${collection:collection1}" ulogDir="${ulog:./}"/>
  </cores>
</solr>

	at __randomizedtesting.SeedInfo.seed([FABDB6D96428DE92:EB933D5DA90807DA]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.assertXmlFile(SolrTestCaseJ4.java:1458)
	at org.apache.solr.core.TestSolrXmlPersistence.testCreateAndManipulateCores(TestSolrXmlPersistence.java:375)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:724)


REGRESSION:  org.apache.solr.core.TestSolrXmlPersistence.testCreatePersistCore

Error Message:
File XPath failure: file=.\org.apache.solr.core.TestSolrXmlPersistence\persist_create_core.solr.xml xpath=/solr/cores/core[@name='props1' and @instanceDir='props1/']  xml was: <?xml version="1.0" encoding="UTF-8" ?> <solr coreLoadThreads="12" persistent="${solr.xml.persist:false}" sharedLib="${something:.}">   <logging enabled="{logenable:true}" class="${logclass:log4j.class}">     <watcher threshold="${logThresh:54}" size="{watchSize:13}"/>   </logging>   <shardHandlerFactory name="${shhandler:shardHandlerFactory}" class="${handlefac:HttpShardHandlerFactory}">     <int name="connTimeout">${connTimeout:15000}</int>     <int name="socketTimeout">${socketTimeout:120000}</int>   </shardHandlerFactory>   <cores transientCacheSize="${tranSize:128}" defaultCoreName="SystemVars1" host="127.0.0.1" adminPath="/admin/cores" leaderVoteWait="${leadVoteWait:32}" shareSchema="${shareSchema:false}" zkClientTimeout="${solr.zkclienttimeout:30000}" distribUpdateSoTimeout="${distribUpdateSoTimeout:120000}" distribUpdateConnTimeout="${distribUpdateConnTimeout:15000}" hostPort="${hostPort:8983}" hostContext="${hostContext:solr}" managementPath="${manpath:/var/lib/path}">     <core schema="${schema:schema.xml}" shard="${shard:32}" coreNodeName="${coreNodeName:}" instanceDir="SystemVars2" name="SystemVars2" config="${solrconfig:solrconfig.xml}" collection="${collection:collection2}">       <property name="schema" value="${schema:schema.xml}"/>       <property name="collection" value="{collection:collection2}"/>       <property name="coreNodeName" value="EricksCore"/>     </core>     <core loadOnStartup="true" instanceDir="props1\" transient="true" name="props1">       <property name="prefix2" value="valueP2"/>       <property name="prefix1" value="valuep1"/>     </core>     <core schema="schema.xml" instanceDir="C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\props2" name="props2" config="solrconfig.xml" dataDir="./dataDirTest">       <property name="prefix2_2" value="valueP2_2"/>       <property name="prefix2_1" value="valuep2_1"/>     </core>     <core schema="${schema:schema.xml}" loadOnStartup="${onStart:true}" shard="${shard:32}" coreNodeName="${coreNode:utterlyridiculous}" instanceDir="SystemVars1" roles="${myrole:boss}" transient="${tran:true}" name="SystemVars1" config="${solrconfig:solrconfig.xml}" dataDir="${data:./}" collection="${collection:collection1}" ulogDir="${ulog:./}"/>   </cores> </solr> 

Stack Trace:
java.lang.AssertionError: File XPath failure: file=.\org.apache.solr.core.TestSolrXmlPersistence\persist_create_core.solr.xml xpath=/solr/cores/core[@name='props1' and @instanceDir='props1/']

xml was: <?xml version="1.0" encoding="UTF-8" ?>
<solr coreLoadThreads="12" persistent="${solr.xml.persist:false}" sharedLib="${something:.}">
  <logging enabled="{logenable:true}" class="${logclass:log4j.class}">
    <watcher threshold="${logThresh:54}" size="{watchSize:13}"/>
  </logging>
  <shardHandlerFactory name="${shhandler:shardHandlerFactory}" class="${handlefac:HttpShardHandlerFactory}">
    <int name="connTimeout">${connTimeout:15000}</int>
    <int name="socketTimeout">${socketTimeout:120000}</int>
  </shardHandlerFactory>
  <cores transientCacheSize="${tranSize:128}" defaultCoreName="SystemVars1" host="127.0.0.1" adminPath="/admin/cores" leaderVoteWait="${leadVoteWait:32}" shareSchema="${shareSchema:false}" zkClientTimeout="${solr.zkclienttimeout:30000}" distribUpdateSoTimeout="${distribUpdateSoTimeout:120000}" distribUpdateConnTimeout="${distribUpdateConnTimeout:15000}" hostPort="${hostPort:8983}" hostContext="${hostContext:solr}" managementPath="${manpath:/var/lib/path}">
    <core schema="${schema:schema.xml}" shard="${shard:32}" coreNodeName="${coreNodeName:}" instanceDir="SystemVars2" name="SystemVars2" config="${solrconfig:solrconfig.xml}" collection="${collection:collection2}">
      <property name="schema" value="${schema:schema.xml}"/>
      <property name="collection" value="{collection:collection2}"/>
      <property name="coreNodeName" value="EricksCore"/>
    </core>
    <core loadOnStartup="true" instanceDir="props1\" transient="true" name="props1">
      <property name="prefix2" value="valueP2"/>
      <property name="prefix1" value="valuep1"/>
    </core>
    <core schema="schema.xml" instanceDir="C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\props2" name="props2" config="solrconfig.xml" dataDir="./dataDirTest">
      <property name="prefix2_2" value="valueP2_2"/>
      <property name="prefix2_1" value="valuep2_1"/>
    </core>
    <core schema="${schema:schema.xml}" loadOnStartup="${onStart:true}" shard="${shard:32}" coreNodeName="${coreNode:utterlyridiculous}" instanceDir="SystemVars1" roles="${myrole:boss}" transient="${tran:true}" name="SystemVars1" config="${solrconfig:solrconfig.xml}" dataDir="${data:./}" collection="${collection:collection1}" ulogDir="${ulog:./}"/>
  </cores>
</solr>

	at __randomizedtesting.SeedInfo.seed([FABDB6D96428DE92:93DD343883F8805C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.assertXmlFile(SolrTestCaseJ4.java:1458)
	at org.apache.solr.core.TestSolrXmlPersistence.testCreatePersistCore(TestSolrXmlPersistence.java:490)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:724)




Build Log:
[...truncated 10192 lines...]
[junit4:junit4] Suite: org.apache.solr.core.TestSolrXmlPersistence
[junit4:junit4]   2> 2553640 T7179 oas.SolrTestCaseJ4.initCore ####initCore
[junit4:junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestSolrXmlPersistence-1371853996917
[junit4:junit4]   2> 2553642 T7179 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\'
[junit4:junit4]   2> 2553643 T7179 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 2553644 T7179 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 2553689 T7179 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 2553748 T7179 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 2553749 T7179 oass.IndexSchema.readSchema Reading Solr Schema from schema-tiny.xml
[junit4:junit4]   2> 2553751 T7179 oass.IndexSchema.readSchema [null] Schema name=tiny
[junit4:junit4]   2> 2553774 T7179 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2553775 T7179 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2553776 T7179 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr
[junit4:junit4]   2> 2553776 T7179 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\'
[junit4:junit4]   2> 2553792 T7179 oasc.CoreContainer.<init> New CoreContainer 1940624608
[junit4:junit4]   2> 2553849 T7179 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2553849 T7179 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestSolrXmlPersistence-1371853996917\
[junit4:junit4]   2> 2553849 T7179 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@236077c2
[junit4:junit4]   2> 2553849 T7179 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2553850 T7179 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestSolrXmlPersistence-1371853996917\
[junit4:junit4]   2> 2553850 T7179 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestSolrXmlPersistence-1371853996917\index/
[junit4:junit4]   2> 2553850 T7179 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestSolrXmlPersistence-1371853996917\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2553851 T7179 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestSolrXmlPersistence-1371853996917\index
[junit4:junit4]   2> 2553853 T7179 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@75fd847 lockFactory=org.apache.lucene.store.NativeFSLockFactory@65e17f60),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2553853 T7179 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2553856 T7179 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2553857 T7179 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2553857 T7179 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2553858 T7179 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2553866 T7179 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2553871 T7179 oass.SolrIndexSearcher.<init> Opening Searcher@9bf5372 main
[junit4:junit4]   2> 2553872 T7179 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9bf5372 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2553873 T7179 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2553873 T7179 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2553878 T7179 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2553879 T7179 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4:junit4]   2> 2553883 T7179 oas.SolrTestCaseJ4.setUp ###Starting testCreateAndManipulateCores
[junit4:junit4]   2> 2553908 T7179 oasc.CoreContainer.<init> New CoreContainer 1426271710
[junit4:junit4]   2> 2553908 T7179 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence'
[junit4:junit4]   2> 2553909 T7179 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\'
[junit4:junit4]   2> 2553992 T7179 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\.
[junit4:junit4]   2> 2553994 T7179 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.core.TestSolrXmlPersistence/new_one/' to classloader
[junit4:junit4]   2> 2553994 T7179 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.core.TestSolrXmlPersistence/new_two/' to classloader
[junit4:junit4]   2> 2553994 T7179 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.core.TestSolrXmlPersistence/solr.xml' to classloader
[junit4:junit4]   2> 2553995 T7179 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.core.TestSolrXmlPersistence/SystemVars1/' to classloader
[junit4:junit4]   2> 2553996 T7179 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.core.TestSolrXmlPersistence/SystemVars2/' to classloader
[junit4:junit4]   2> 2554025 T7179 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 2554025 T7179 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2554025 T7179 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 2554026 T7179 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2554026 T7179 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2554026 T7179 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2554026 T7179 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2554026 T7179 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2554026 T7179 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2554026 T7179 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 2554033 T7179 oasc.SolrCores.allocateLazyCores Allocating transient cache for 128 transient cores
[junit4:junit4]   2> 2554037 T7181 oasc.CoreContainer.create Creating SolrCore 'SystemVars1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1
[junit4:junit4]   2> 2554039 T7181 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\'
[junit4:junit4]   2> 2554040 T7182 oasc.CoreContainer.create Creating SolrCore 'SystemVars2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2
[junit4:junit4]   2> 2554042 T7182 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\'
[junit4:junit4]   2> 2554099 T7181 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 2554117 T7182 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 2554161 T7181 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2554161 T7181 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2554164 T7181 oass.IndexSchema.readSchema [SystemVars1] Schema name=tiny
[junit4:junit4]   2> 2554179 T7182 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2554181 T7182 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2554183 T7182 oass.IndexSchema.readSchema [SystemVars2] Schema name=tiny
[junit4:junit4]   2> 2554186 T7181 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2554187 T7181 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2554188 T7181 oasc.SolrCore.<init> [SystemVars1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\
[junit4:junit4]   2> 2554188 T7181 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@236077c2
[junit4:junit4]   2> 2554188 T7181 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2554189 T7181 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\
[junit4:junit4]   2> 2554189 T7181 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index/
[junit4:junit4]   2> 2554189 T7181 oasc.SolrCore.initIndex WARN [SystemVars1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2554191 T7181 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index
[junit4:junit4]   2> 2554193 T7181 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@64f8347b lockFactory=org.apache.lucene.store.NativeFSLockFactory@49df2ad3),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2554193 T7181 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2554195 T7181 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2554197 T7181 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2554198 T7181 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2554198 T7181 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2554205 T7182 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2554206 T7181 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2554206 T7182 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2554206 T7182 oasc.SolrCore.<init> [SystemVars2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\
[junit4:junit4]   2> 2554206 T7182 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@236077c2
[junit4:junit4]   2> 2554206 T7182 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2554207 T7182 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\
[junit4:junit4]   2> 2554207 T7182 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index/
[junit4:junit4]   2> 2554208 T7182 oasc.SolrCore.initIndex WARN [SystemVars2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2554208 T7182 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index
[junit4:junit4]   2> 2554209 T7181 oass.SolrIndexSearcher.<init> Opening Searcher@28a89254 main
[junit4:junit4]   2> 2554210 T7181 oasc.SolrCore.registerSearcher [SystemVars1] Registered new searcher Searcher@28a89254 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2554210 T7181 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2554210 T7181 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2554211 T7182 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3e6a48ce lockFactory=org.apache.lucene.store.NativeFSLockFactory@4b6d6575),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2554211 T7182 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2554213 T7181 oasc.SolrCores.putTransientCore Opening transient core SystemVars1
[junit4:junit4]   2> 2554213 T7182 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2554213 T7181 oasc.CoreContainer.registerCore registering core: SystemVars1
[junit4:junit4]   2> 2554214 T7182 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2554215 T7182 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2554215 T7182 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2554224 T7182 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2554229 T7182 oass.SolrIndexSearcher.<init> Opening Searcher@3af7642e main
[junit4:junit4]   2> 2554229 T7182 oasc.SolrCore.registerSearcher [SystemVars2] Registered new searcher Searcher@3af7642e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2554230 T7182 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2554230 T7182 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2554234 T7182 oasc.CoreContainer.registerCore registering core: SystemVars2
[junit4:junit4]   2> 2554234 T7179 oasc.CoreContainer.create Creating SolrCore 'new_one' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_one
[junit4:junit4]   2> 2554235 T7179 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_one\'
[junit4:junit4]   2> 2554314 T7179 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 2554361 T7179 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2554361 T7179 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2554365 T7179 oass.IndexSchema.readSchema [new_one] Schema name=tiny
[junit4:junit4]   2> 2554385 T7179 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2554386 T7179 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2554387 T7179 oasc.SolrCore.<init> [new_one] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_one\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_one\data\
[junit4:junit4]   2> 2554387 T7179 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@236077c2
[junit4:junit4]   2> 2554387 T7179 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2554388 T7179 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_one\data\
[junit4:junit4]   2> 2554388 T7179 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_one\data\index/
[junit4:junit4]   2> 2554388 T7179 oasc.SolrCore.initIndex WARN [new_one] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_one\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2554389 T7179 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_one\data\index
[junit4:junit4]   2> 2554393 T7179 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4a9fdaa5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cbd2b29),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2554393 T7179 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2554395 T7179 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2554396 T7179 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2554397 T7179 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2554398 T7179 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2554406 T7179 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2554411 T7179 oass.SolrIndexSearcher.<init> Opening Searcher@7e51386d main
[junit4:junit4]   2> 2554413 T7179 oasc.SolrCore.registerSearcher [new_one] Registered new searcher Searcher@7e51386d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2554413 T7179 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2554414 T7179 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2554418 T7179 oasc.CoreContainer.registerCore registering core: new_one
[junit4:junit4]   2> 2554419 T7179 oasc.CoreContainer.create Creating SolrCore 'new_two' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_two
[junit4:junit4]   2> 2554421 T7179 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_two\'
[junit4:junit4]   2> 2554512 T7179 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 2554568 T7179 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2554569 T7179 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2554572 T7179 oass.IndexSchema.readSchema [new_two] Schema name=tiny
[junit4:junit4]   2> 2554599 T7179 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2554601 T7179 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2554601 T7179 oasc.SolrCore.<init> [new_two] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_two\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_two\data\
[junit4:junit4]   2> 2554601 T7179 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@236077c2
[junit4:junit4]   2> 2554602 T7179 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2554603 T7179 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_two\data\
[junit4:junit4]   2> 2554603 T7179 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_two\data\index/
[junit4:junit4]   2> 2554604 T7179 oasc.SolrCore.initIndex WARN [new_two] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_two\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2554605 T7179 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_two\data\index
[junit4:junit4]   2> 2554609 T7179 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7e34b14d lockFactory=org.apache.lucene.store.NativeFSLockFactory@5f31a501),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2554610 T7179 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2554612 T7179 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2554615 T7179 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2554615 T7179 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2554616 T7179 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2554627 T7179 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2554636 T7179 oass.SolrIndexSearcher.<init> Opening Searcher@28719544 main
[junit4:junit4]   2> 2554636 T7179 oasc.SolrCore.registerSearcher [new_two] Registered new searcher Searcher@28719544 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2554637 T7179 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2554637 T7179 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2554642 T7179 oasc.CoreContainer.registerCore registering core: new_two
[junit4:junit4]   2> 2554643 T7179 oasc.CoreContainer.persistFile Persisting cores config to .\org.apache.solr.core.TestSolrXmlPersistence\create_man_1.xml
[junit4:junit4]   2> 2554690 T7179 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\org.apache.solr.core.TestSolrXmlPersistence\create_man_1.xml
[junit4:junit4]   2> 2554758 T7179 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1426271710
[junit4:junit4]   2> 2554759 T7179 oasc.SolrCore.close [SystemVars2]  CLOSING SolrCore org.apache.solr.core.SolrCore@b652e19
[junit4:junit4]   2> 2554766 T7179 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 2554766 T7179 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 2554767 T7179 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 2554767 T7179 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 2554767 T7179 oasc.SolrCore.closeSearcher [SystemVars2] Closing main searcher on request.
[junit4:junit4]   2> 2554768 T7179 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 2554768 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index;done=false>>]
[junit4:junit4]   2> 2554768 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index
[junit4:junit4]   2> 2554768 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\;done=false>>]
[junit4:junit4]   2> 2554769 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\
[junit4:junit4]   2> 2554769 T7179 oasc.SolrCore.close [new_one]  CLOSING SolrCore org.apache.solr.core.SolrCore@1f0cb257
[junit4:junit4]   2> 2554773 T7179 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 2554774 T7179 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 2554774 T7179 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 2554774 T7179 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 2554775 T7179 oasc.SolrCore.closeSearcher [new_one] Closing main searcher on request.
[junit4:junit4]   2> 2554775 T7179 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 2554775 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_one\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_one\data\index;done=false>>]
[junit4:junit4]   2> 2554775 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_one\data\index
[junit4:junit4]   2> 2554776 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_one\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_one\data\;done=false>>]
[junit4:junit4]   2> 2554776 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_one\data\
[junit4:junit4]   2> 2554776 T7179 oasc.SolrCore.close [new_two]  CLOSING SolrCore org.apache.solr.core.SolrCore@4bfe835
[junit4:junit4]   2> 2554781 T7179 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 2554781 T7179 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 2554781 T7179 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 2554781 T7179 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 2554782 T7179 oasc.SolrCore.closeSearcher [new_two] Closing main searcher on request.
[junit4:junit4]   2> 2554782 T7179 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 2554784 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_two\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_two\data\;done=false>>]
[junit4:junit4]   2> 2554784 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_two\data\
[junit4:junit4]   2> 2554784 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_two\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_two\data\index;done=false>>]
[junit4:junit4]   2> 2554784 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_two\data\index
[junit4:junit4]   2> 2554784 T7179 oasc.SolrCore.close [SystemVars1]  CLOSING SolrCore org.apache.solr.core.SolrCore@277d71b7
[junit4:junit4]   2> 2554788 T7179 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 2554789 T7179 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 2554789 T7179 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 2554790 T7179 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 2554790 T7179 oasc.SolrCore.closeSearcher [SystemVars1] Closing main searcher on request.
[junit4:junit4]   2> 2554791 T7179 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 2554791 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index;done=false>>]
[junit4:junit4]   2> 2554791 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index
[junit4:junit4]   2> 2554792 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\;done=false>>]
[junit4:junit4]   2> 2554792 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\
[junit4:junit4]   2> 2554832 T7179 oas.SolrTestCaseJ4.tearDown ###Ending testCreateAndManipulateCores
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrXmlPersistence -Dtests.method=testCreateAndManipulateCores -Dtests.seed=FABDB6D96428DE92 -Dtests.slow=true -Dtests.locale=ca_ES -Dtests.timezone=Africa/Lagos -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] FAILURE 0.96s | TestSolrXmlPersistence.testCreateAndManipulateCores <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: File XPath failure: file=.\org.apache.solr.core.TestSolrXmlPersistence\create_man_1.xml xpath=/solr/cores/core[@name='new_two' and @instanceDir='new_two/']
[junit4:junit4]    > xml was: <?xml version="1.0" encoding="UTF-8" ?>
[junit4:junit4]    > <solr coreLoadThreads="12" persistent="${solr.xml.persist:false}" sharedLib="${something:.}">
[junit4:junit4]    >   <logging enabled="{logenable:true}" class="${logclass:log4j.class}">
[junit4:junit4]    >     <watcher threshold="${logThresh:54}" size="{watchSize:13}"/>
[junit4:junit4]    >   </logging>
[junit4:junit4]    >   <shardHandlerFactory name="${shhandler:shardHandlerFactory}" class="${handlefac:HttpShardHandlerFactory}">
[junit4:junit4]    >     <int name="connTimeout">${connTimeout:15000}</int>
[junit4:junit4]    >     <int name="socketTimeout">${socketTimeout:120000}</int>
[junit4:junit4]    >   </shardHandlerFactory>
[junit4:junit4]    >   <cores transientCacheSize="${tranSize:128}" defaultCoreName="SystemVars1" host="127.0.0.1" adminPath="/admin/cores" leaderVoteWait="${leadVoteWait:32}" shareSchema="${shareSchema:false}" zkClientTimeout="${solr.zkclienttimeout:30000}" distribUpdateSoTimeout="${distribUpdateSoTimeout:120000}" distribUpdateConnTimeout="${distribUpdateConnTimeout:15000}" hostPort="${hostPort:8983}" hostContext="${hostContext:solr}" managementPath="${manpath:/var/lib/path}">
[junit4:junit4]    >     <core schema="${schema:schema.xml}" shard="${shard:32}" coreNodeName="${coreNodeName:}" instanceDir="SystemVars2" name="SystemVars2" config="${solrconfig:solrconfig.xml}" collection="${collection:collection2}">
[junit4:junit4]    >       <property name="schema" value="${schema:schema.xml}"/>
[junit4:junit4]    >       <property name="collection" value="{collection:collection2}"/>
[junit4:junit4]    >       <property name="coreNodeName" value="EricksCore"/>
[junit4:junit4]    >     </core>
[junit4:junit4]    >     <core instanceDir="C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\new_one" name="new_one"/>
[junit4:junit4]    >     <core instanceDir="new_two\" name="new_two"/>
[junit4:junit4]    >     <core schema="${schema:schema.xml}" loadOnStartup="${onStart:true}" shard="${shard:32}" coreNodeName="${coreNode:utterlyridiculous}" instanceDir="SystemVars1" roles="${myrole:boss}" transient="${tran:true}" name="SystemVars1" config="${solrconfig:solrconfig.xml}" dataDir="${data:./}" collection="${collection:collection1}" ulogDir="${ulog:./}"/>
[junit4:junit4]    >   </cores>
[junit4:junit4]    > </solr>
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([FABDB6D96428DE92:EB933D5DA90807DA]:0)
[junit4:junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertXmlFile(SolrTestCaseJ4.java:1458)
[junit4:junit4]    > 	at org.apache.solr.core.TestSolrXmlPersistence.testCreateAndManipulateCores(TestSolrXmlPersistence.java:375)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:724)
[junit4:junit4]   2> 2554845 T7179 oas.SolrTestCaseJ4.setUp ###Starting testSwap
[junit4:junit4]   2> 2554860 T7179 oasc.CoreContainer.<init> New CoreContainer 418885565
[junit4:junit4]   2> 2554861 T7179 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence'
[junit4:junit4]   2> 2554861 T7179 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\'
[junit4:junit4]   2> 2554966 T7179 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\.
[junit4:junit4]   2> 2554968 T7179 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.core.TestSolrXmlPersistence/solr.xml' to classloader
[junit4:junit4]   2> 2554968 T7179 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.core.TestSolrXmlPersistence/SystemVars1/' to classloader
[junit4:junit4]   2> 2554968 T7179 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.core.TestSolrXmlPersistence/SystemVars2/' to classloader
[junit4:junit4]   2> 2554993 T7179 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 2554993 T7179 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2554993 T7179 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 2554993 T7179 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2554993 T7179 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2554993 T7179 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2554993 T7179 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2554994 T7179 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2554994 T7179 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2554995 T7179 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 2555001 T7179 oasc.SolrCores.allocateLazyCores Allocating transient cache for 128 transient cores
[junit4:junit4]   2> 2555007 T7189 oasc.CoreContainer.create Creating SolrCore 'SystemVars2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2
[junit4:junit4]   2> 2555008 T7188 oasc.CoreContainer.create Creating SolrCore 'SystemVars1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1
[junit4:junit4]   2> 2555009 T7189 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\'
[junit4:junit4]   2> 2555010 T7188 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\'
[junit4:junit4]   2> 2555067 T7189 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 2555075 T7188 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 2555141 T7189 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2555142 T7189 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2555144 T7189 oass.IndexSchema.readSchema [SystemVars2] Schema name=tiny
[junit4:junit4]   2> 2555158 T7188 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2555159 T7188 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2555178 T7188 oass.IndexSchema.readSchema [SystemVars1] Schema name=tiny
[junit4:junit4]   2> 2555185 T7189 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2555187 T7189 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2555188 T7189 oasc.SolrCore.<init> [SystemVars2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\
[junit4:junit4]   2> 2555188 T7189 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@236077c2
[junit4:junit4]   2> 2555188 T7189 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2555189 T7189 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\
[junit4:junit4]   2> 2555189 T7189 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index/
[junit4:junit4]   2> 2555189 T7189 oasc.SolrCore.initIndex WARN [SystemVars2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2555190 T7189 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index
[junit4:junit4]   2> 2555195 T7189 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@56060d09 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6e521338),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2555197 T7189 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2555204 T7188 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2555206 T7188 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2555206 T7188 oasc.SolrCore.<init> [SystemVars1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\
[junit4:junit4]   2> 2555206 T7189 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2555206 T7188 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@236077c2
[junit4:junit4]   2> 2555208 T7188 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2555208 T7188 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\
[junit4:junit4]   2> 2555208 T7188 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index/
[junit4:junit4]   2> 2555208 T7188 oasc.SolrCore.initIndex WARN [SystemVars1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2555209 T7188 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index
[junit4:junit4]   2> 2555210 T7189 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2555211 T7189 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2555211 T7189 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2555213 T7188 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@562ee703 lockFactory=org.apache.lucene.store.NativeFSLockFactory@153bae3d),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2555213 T7188 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2555215 T7188 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2555216 T7188 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2555217 T7188 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2555217 T7188 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2555223 T7188 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2555224 T7189 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2555229 T7188 oass.SolrIndexSearcher.<init> Opening Searcher@2017e4cb main
[junit4:junit4]   2> 2555229 T7188 oasc.SolrCore.registerSearcher [SystemVars1] Registered new searcher Searcher@2017e4cb main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2555230 T7189 oass.SolrIndexSearcher.<init> Opening Searcher@3488e9e main
[junit4:junit4]   2> 2555230 T7188 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2555230 T7188 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2555231 T7189 oasc.SolrCore.registerSearcher [SystemVars2] Registered new searcher Searcher@3488e9e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2555232 T7189 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2555232 T7189 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2555234 T7188 oasc.SolrCores.putTransientCore Opening transient core SystemVars1
[junit4:junit4]   2> 2555234 T7188 oasc.CoreContainer.registerCore registering core: SystemVars1
[junit4:junit4]   2> 2555235 T7189 oasc.CoreContainer.registerCore registering core: SystemVars2
[junit4:junit4]   2> 2555236 T7179 oasc.CoreContainer.swap swapped: SystemVars1 with SystemVars2
[junit4:junit4]   2> 2555236 T7179 oasc.CoreContainer.persistFile Persisting cores config to .\org.apache.solr.core.TestSolrXmlPersistence\rename.solr.xml
[junit4:junit4]   2> 2555292 T7179 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\org.apache.solr.core.TestSolrXmlPersistence\rename.solr.xml
[junit4:junit4]   2> 2555381 T7179 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=418885565
[junit4:junit4]   2> 2555382 T7179 oasc.SolrCore.close [SystemVars1]  CLOSING SolrCore org.apache.solr.core.SolrCore@237c7994
[junit4:junit4]   2> 2555385 T7179 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 2555386 T7179 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 2555386 T7179 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 2555386 T7179 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 2555388 T7179 oasc.SolrCore.closeSearcher [SystemVars1] Closing main searcher on request.
[junit4:junit4]   2> 2555388 T7179 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 2555388 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\;done=false>>]
[junit4:junit4]   2> 2555389 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\
[junit4:junit4]   2> 2555389 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index;done=false>>]
[junit4:junit4]   2> 2555390 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index
[junit4:junit4]   2> 2555390 T7179 oasc.SolrCore.close [SystemVars2]  CLOSING SolrCore org.apache.solr.core.SolrCore@79e93e3a
[junit4:junit4]   2> 2555394 T7179 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 2555395 T7179 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 2555395 T7179 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 2555395 T7179 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 2555395 T7179 oasc.SolrCore.closeSearcher [SystemVars2] Closing main searcher on request.
[junit4:junit4]   2> 2555396 T7179 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 2555396 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index;done=false>>]
[junit4:junit4]   2> 2555396 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index
[junit4:junit4]   2> 2555396 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\;done=false>>]
[junit4:junit4]   2> 2555398 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\
[junit4:junit4]   2> 2555432 T7179 oasc.CoreContainer.<init> New CoreContainer 715792864
[junit4:junit4]   2> 2555432 T7179 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence'
[junit4:junit4]   2> 2555433 T7179 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\'
[junit4:junit4]   2> 2555545 T7179 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\.
[junit4:junit4]   2> 2555546 T7179 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.core.TestSolrXmlPersistence/solr.xml' to classloader
[junit4:junit4]   2> 2555547 T7179 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.core.TestSolrXmlPersistence/SystemVars1/' to classloader
[junit4:junit4]   2> 2555547 T7179 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.core.TestSolrXmlPersistence/SystemVars2/' to classloader
[junit4:junit4]   2> 2555570 T7179 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 2555570 T7179 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2555571 T7179 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 2555571 T7179 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2555571 T7179 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2555571 T7179 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2555571 T7179 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2555571 T7179 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2555572 T7179 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2555572 T7179 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 2555596 T7179 oasc.SolrCores.allocateLazyCores Allocating transient cache for 128 transient cores
[junit4:junit4]   2> 2555602 T7193 oasc.CoreContainer.create Creating SolrCore 'SystemVars1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1
[junit4:junit4]   2> 2555602 T7194 oasc.CoreContainer.create Creating SolrCore 'SystemVars2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2
[junit4:junit4]   2> 2555603 T7193 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\'
[junit4:junit4]   2> 2555603 T7194 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\'
[junit4:junit4]   2> 2555645 T7194 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 2555656 T7193 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 2555703 T7194 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2555704 T7194 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2555706 T7194 oass.IndexSchema.readSchema [SystemVars2] Schema name=tiny
[junit4:junit4]   2> 2555726 T7194 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2555727 T7194 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2555728 T7194 oasc.SolrCore.<init> [SystemVars2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\
[junit4:junit4]   2> 2555728 T7194 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@236077c2
[junit4:junit4]   2> 2555728 T7194 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2555729 T7194 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\
[junit4:junit4]   2> 2555729 T7194 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index/
[junit4:junit4]   2> 2555729 T7194 oasc.SolrCore.initIndex WARN [SystemVars2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2555730 T7194 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index
[junit4:junit4]   2> 2555730 T7193 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2555730 T7193 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2555732 T7194 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3607ea25 lockFactory=org.apache.lucene.store.NativeFSLockFactory@74ccd40),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2555733 T7194 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2555733 T7193 oass.IndexSchema.readSchema [SystemVars1] Schema name=tiny
[junit4:junit4]   2> 2555734 T7194 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2555736 T7194 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2555736 T7194 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2555737 T7194 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2555744 T7194 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2555747 T7194 oass.SolrIndexSearcher.<init> Opening Searcher@26839457 main
[junit4:junit4]   2> 2555748 T7194 oasc.SolrCore.registerSearcher [SystemVars2] Registered new searcher Searcher@26839457 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2555748 T7194 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2555748 T7194 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2555751 T7194 oasc.JmxMonitoredMap$SolrDynamicMBean.getMBeanInfo WARN Could not getStatistics on info bean SystemVars1 org.apache.lucene.store.AlreadyClosedException: Already closed
[junit4:junit4]   2> 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:336)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:253)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.getIndexDir(SolrCore.java:232)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.getStatistics(SolrCore.java:2287)
[junit4:junit4]   2> 	at org.apache.solr.core.JmxMonitoredMap$SolrDynamicMBean.getMBeanInfo(JmxMonitoredMap.java:231)
[junit4:junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getClassName(DefaultMBeanServerInterceptor.java:1804)
[junit4:junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.safeGetClassName(DefaultMBeanServerInterceptor.java:1595)
[junit4:junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.checkMBeanPermission(DefaultMBeanServerInterceptor.java:1813)
[junit4:junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:430)
[junit4:junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415)
[junit4:junit4]   2> 	at com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546)
[junit4:junit4]   2> 	at org.apache.solr.core.JmxMonitoredMap.put(JmxMonitoredMap.java:138)
[junit4:junit4]   2> 	at org.apache.solr.core.JmxMonitoredMap.put(JmxMonitoredMap.java:51)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:842)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:627)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromLocal(CoreContainer.java:731)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:766)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:437)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:429)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:724)
[junit4:junit4]   2> 
[junit4:junit4]   2> 2555753 T7194 oasc.CoreContainer.registerCore registering core: SystemVars2
[junit4:junit4]   2> 2555758 T7193 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2555771 T7193 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2555772 T7193 oasc.SolrCore.<init> [SystemVars1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\
[junit4:junit4]   2> 2555772 T7193 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@236077c2
[junit4:junit4]   2> 2555772 T7193 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2555773 T7193 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\
[junit4:junit4]   2> 2555773 T7193 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index/
[junit4:junit4]   2> 2555773 T7193 oasc.SolrCore.initIndex WARN [SystemVars1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2555773 T7193 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index
[junit4:junit4]   2> 2555776 T7193 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5057a9d3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@42f2c10c),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2555776 T7193 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2555779 T7193 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2555780 T7193 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2555780 T7193 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2555781 T7193 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2555789 T7193 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2555793 T7193 oass.SolrIndexSearcher.<init> Opening Searcher@16df8513 main
[junit4:junit4]   2> 2555793 T7193 oasc.SolrCore.registerSearcher [SystemVars1] Registered new searcher Searcher@16df8513 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2555794 T7193 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2555794 T7193 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2555797 T7193 oasc.JmxMonitoredMap$SolrDynamicMBean.getMBeanInfo WARN Could not getStatistics on info bean SystemVars2 org.apache.lucene.store.AlreadyClosedException: Already closed
[junit4:junit4]   2> 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:336)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:253)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.getIndexDir(SolrCore.java:232)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.getStatistics(SolrCore.java:2287)
[junit4:junit4]   2> 	at org.apache.solr.core.JmxMonitoredMap$SolrDynamicMBean.getMBeanInfo(JmxMonitoredMap.java:231)
[junit4:junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getClassName(DefaultMBeanServerInterceptor.java:1804)
[junit4:junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.safeGetClassName(DefaultMBeanServerInterceptor.java:1595)
[junit4:junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.checkMBeanPermission(DefaultMBeanServerInterceptor.java:1813)
[junit4:junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:430)
[junit4:junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415)
[junit4:junit4]   2> 	at com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546)
[junit4:junit4]   2> 	at org.apache.solr.core.JmxMonitoredMap.put(JmxMonitoredMap.java:138)
[junit4:junit4]   2> 	at org.apache.solr.core.JmxMonitoredMap.put(JmxMonitoredMap.java:51)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:842)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:627)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromLocal(CoreContainer.java:731)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:766)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:437)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:429)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:724)
[junit4:junit4]   2> 
[junit4:junit4]   2> 2555800 T7193 oasc.SolrCores.putTransientCore Opening transient core SystemVars1
[junit4:junit4]   2> 2555800 T7193 oasc.CoreContainer.registerCore registering core: SystemVars1
[junit4:junit4]   2> 2555801 T7179 oasc.CoreContainer.swap swapped: SystemVars2 with SystemVars1
[junit4:junit4]   2> 2555801 T7179 oasc.CoreContainer.persistFile Persisting cores config to .\org.apache.solr.core.TestSolrXmlPersistence\rename.solr.xml
[junit4:junit4]   2> 2555842 T7179 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\org.apache.solr.core.TestSolrXmlPersistence\rename.solr.xml
[junit4:junit4]   2> 2555920 T7179 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=715792864
[junit4:junit4]   2> 2555921 T7179 oasc.SolrCore.close [SystemVars1]  CLOSING SolrCore org.apache.solr.core.SolrCore@49545bb5
[junit4:junit4]   2> 2555926 T7179 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 2555926 T7179 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 2555926 T7179 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 2555926 T7179 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 2555927 T7179 oasc.SolrCore.closeSearcher [SystemVars1] Closing main searcher on request.
[junit4:junit4]   2> 2555927 T7179 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 2555928 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\;done=false>>]
[junit4:junit4]   2> 2555928 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\
[junit4:junit4]   2> 2555928 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index;done=false>>]
[junit4:junit4]   2> 2555929 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index
[junit4:junit4]   2> 2555929 T7179 oasc.SolrCore.close [SystemVars2]  CLOSING SolrCore org.apache.solr.core.SolrCore@7c99defe
[junit4:junit4]   2> 2555936 T7179 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 2555937 T7179 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 2555937 T7179 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 2555937 T7179 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 2555938 T7179 oasc.SolrCore.closeSearcher [SystemVars2] Closing main searcher on request.
[junit4:junit4]   2> 2555939 T7179 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 2555939 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\;done=false>>]
[junit4:junit4]   2> 2555939 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\
[junit4:junit4]   2> 2555939 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index;done=false>>]
[junit4:junit4]   2> 2555939 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index
[junit4:junit4]   2> 2555971 T7179 oas.SolrTestCaseJ4.tearDown ###Ending testSwap
[junit4:junit4]   2> 2555977 T7179 oas.SolrTestCaseJ4.setUp ###Starting testUnloadCreate
[junit4:junit4]   2> 2555999 T7179 oasc.CoreContainer.<init> New CoreContainer 1492724689
[junit4:junit4]   2> 2555999 T7179 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence'
[junit4:junit4]   2> 2556000 T7179 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\'
[junit4:junit4]   2> 2556099 T7179 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\.
[junit4:junit4]   2> 2556101 T7179 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.core.TestSolrXmlPersistence/solr.xml' to classloader
[junit4:junit4]   2> 2556101 T7179 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.core.TestSolrXmlPersistence/SystemVars1/' to classloader
[junit4:junit4]   2> 2556101 T7179 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.core.TestSolrXmlPersistence/SystemVars2/' to classloader
[junit4:junit4]   2> 2556127 T7179 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 2556127 T7179 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2556127 T7179 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 2556128 T7179 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2556128 T7179 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2556128 T7179 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2556129 T7179 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2556129 T7179 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2556129 T7179 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2556129 T7179 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 2556136 T7179 oasc.SolrCores.allocateLazyCores Allocating transient cache for 128 transient cores
[junit4:junit4]   2> 2556141 T7198 oasc.CoreContainer.create Creating SolrCore 'SystemVars1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1
[junit4:junit4]   2> 2556143 T7199 oasc.CoreContainer.create Creating SolrCore 'SystemVars2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2
[junit4:junit4]   2> 2556143 T7198 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\'
[junit4:junit4]   2> 2556143 T7199 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\'
[junit4:junit4]   2> 2556213 T7199 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 2556221 T7198 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 2556285 T7198 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2556286 T7198 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2556289 T7198 oass.IndexSchema.readSchema [SystemVars1] Schema name=tiny
[junit4:junit4]   2> 2556299 T7199 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2556300 T7199 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2556304 T7199 oass.IndexSchema.readSchema [SystemVars2] Schema name=tiny
[junit4:junit4]   2> 2556311 T7198 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2556312 T7198 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2556313 T7198 oasc.SolrCore.<init> [SystemVars1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\
[junit4:junit4]   2> 2556313 T7198 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@236077c2
[junit4:junit4]   2> 2556314 T7198 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2556315 T7198 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\
[junit4:junit4]   2> 2556315 T7198 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index/
[junit4:junit4]   2> 2556315 T7198 oasc.SolrCore.initIndex WARN [SystemVars1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2556315 T7198 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index
[junit4:junit4]   2> 2556318 T7198 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1ccf6688 lockFactory=org.apache.lucene.store.NativeFSLockFactory@25ae2d9a),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2556319 T7198 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2556321 T7198 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2556322 T7198 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2556323 T7198 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2556323 T7198 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2556333 T7198 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2556336 T7198 oass.SolrIndexSearcher.<init> Opening Searcher@456250cf main
[junit4:junit4]   2> 2556336 T7198 oasc.SolrCore.registerSearcher [SystemVars1] Registered new searcher Searcher@456250cf main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2556337 T7198 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2556337 T7198 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2556338 T7199 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2556340 T7198 oasc.JmxMonitoredMap$SolrDynamicMBean.getMBeanInfo WARN Could not getStatistics on info bean SystemVars2 org.apache.lucene.store.AlreadyClosedException: Already closed
[junit4:junit4]   2> 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:336)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:253)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.getIndexDir(SolrCore.java:232)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.getStatistics(SolrCore.java:2287)
[junit4:junit4]   2> 	at org.apache.solr.core.JmxMonitoredMap$SolrDynamicMBean.getMBeanInfo(JmxMonitoredMap.java:231)
[junit4:junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getClassName(DefaultMBeanServerInterceptor.java:1804)
[junit4:junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.safeGetClassName(DefaultMBeanServerInterceptor.java:1595)
[junit4:junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.checkMBeanPermission(DefaultMBeanServerInterceptor.java:1813)
[junit4:junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:430)
[junit4:junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415)
[junit4:junit4]   2> 	at com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546)
[junit4:junit4]   2> 	at org.apache.solr.core.JmxMonitoredMap.put(JmxMonitoredMap.java:138)
[junit4:junit4]   2> 	at org.apache.solr.core.JmxMonitoredMap.put(JmxMonitoredMap.java:51)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:842)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:627)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromLocal(CoreContainer.java:731)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:766)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:437)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:429)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:724)
[junit4:junit4]   2> 
[junit4:junit4]   2> 2556340 T7199 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2556340 T7199 oasc.SolrCore.<init> [SystemVars2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\
[junit4:junit4]   2> 2556340 T7199 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@236077c2
[junit4:junit4]   2> 2556341 T7198 oasc.SolrCores.putTransientCore Opening transient core SystemVars1
[junit4:junit4]   2> 2556341 T7198 oasc.CoreContainer.registerCore registering core: SystemVars1
[junit4:junit4]   2> 2556341 T7199 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2556342 T7199 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\
[junit4:junit4]   2> 2556342 T7199 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index/
[junit4:junit4]   2> 2556343 T7199 oasc.SolrCore.initIndex WARN [SystemVars2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2556343 T7199 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index
[junit4:junit4]   2> 2556349 T7199 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2a3886f6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e58a993),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2556349 T7199 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2556352 T7199 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2556353 T7199 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2556354 T7199 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2556355 T7199 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2556363 T7199 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2556369 T7199 oass.SolrIndexSearcher.<init> Opening Searcher@4acfaca2 main
[junit4:junit4]   2> 2556369 T7199 oasc.SolrCore.registerSearcher [SystemVars2] Registered new searcher Searcher@4acfaca2 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2556370 T7199 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2556370 T7199 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2556372 T7199 oasc.JmxMonitoredMap$SolrDynamicMBean.getMBeanInfo WARN Could not getStatistics on info bean SystemVars1 org.apache.lucene.store.AlreadyClosedException: Already closed
[junit4:junit4]   2> 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:336)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:253)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.getIndexDir(SolrCore.java:232)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.getStatistics(SolrCore.java:2287)
[junit4:junit4]   2> 	at org.apache.solr.core.JmxMonitoredMap$SolrDynamicMBean.getMBeanInfo(JmxMonitoredMap.java:231)
[junit4:junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getClassName(DefaultMBeanServerInterceptor.java:1804)
[junit4:junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.safeGetClassName(DefaultMBeanServerInterceptor.java:1595)
[junit4:junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.checkMBeanPermission(DefaultMBeanServerInterceptor.java:1813)
[junit4:junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:430)
[junit4:junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415)
[junit4:junit4]   2> 	at com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546)
[junit4:junit4]   2> 	at org.apache.solr.core.JmxMonitoredMap.put(JmxMonitoredMap.java:138)
[junit4:junit4]   2> 	at org.apache.solr.core.JmxMonitoredMap.put(JmxMonitoredMap.java:51)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:842)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:627)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromLocal(CoreContainer.java:731)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:766)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:437)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:429)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:724)
[junit4:junit4]   2> 
[junit4:junit4]   2> 2556374 T7199 oasc.CoreContainer.registerCore registering core: SystemVars2
[junit4:junit4]   2> 2556375 T7179 oasc.SolrCore.close [SystemVars1]  CLOSING SolrCore org.apache.solr.core.SolrCore@69fa4bba
[junit4:junit4]   2> 2556379 T7179 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 2556380 T7179 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 2556380 T7179 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 2556380 T7179 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 2556381 T7179 oasc.SolrCore.closeSearcher [SystemVars1] Closing main searcher on request.
[junit4:junit4]   2> 2556382 T7179 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 2556382 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\;done=false>>]
[junit4:junit4]   2> 2556383 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\
[junit4:junit4]   2> 2556383 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index;done=false>>]
[junit4:junit4]   2> 2556383 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index
[junit4:junit4]   2> 2556384 T7179 oasc.CoreContainer.persistFile Persisting cores config to .\org.apache.solr.core.TestSolrXmlPersistence\unloadcreate1.solr.xml
[junit4:junit4]   2> 2556406 T7179 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\org.apache.solr.core.TestSolrXmlPersistence\unloadcreate1.solr.xml
[junit4:junit4]   2> 2556494 T7179 oasc.CoreContainer.create Creating SolrCore 'SystemVars1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1
[junit4:junit4]   2> 2556496 T7179 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\'
[junit4:junit4]   2> 2556558 T7179 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 2556612 T7179 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2556612 T7179 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2556616 T7179 oass.IndexSchema.readSchema [SystemVars1] Schema name=tiny
[junit4:junit4]   2> 2556655 T7179 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2556657 T7179 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2556658 T7179 oasc.SolrCore.<init> [SystemVars1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\data\
[junit4:junit4]   2> 2556658 T7179 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@236077c2
[junit4:junit4]   2> 2556658 T7179 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2556658 T7179 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\data\
[junit4:junit4]   2> 2556658 T7179 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\data\index/
[junit4:junit4]   2> 2556658 T7179 oasc.SolrCore.initIndex WARN [SystemVars1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2556659 T7179 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\data\index
[junit4:junit4]   2> 2556664 T7179 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@67899c5c lockFactory=org.apache.lucene.store.NativeFSLockFactory@4cb321cf),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2556664 T7179 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2556666 T7179 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2556668 T7179 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2556669 T7179 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2556670 T7179 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2556678 T7179 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2556684 T7179 oass.SolrIndexSearcher.<init> Opening Searcher@2a55951f main
[junit4:junit4]   2> 2556685 T7179 oasc.SolrCore.registerSearcher [SystemVars1] Registered new searcher Searcher@2a55951f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2556686 T7179 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2556686 T7179 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2556689 T7179 oasc.CoreContainer.registerCore registering core: SystemVars1
[junit4:junit4]   2> 2556690 T7179 oasc.CoreContainer.persistFile Persisting cores config to .\org.apache.solr.core.TestSolrXmlPersistence\rename.solr.xml
[junit4:junit4]   2> 2556707 T7179 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\org.apache.solr.core.TestSolrXmlPersistence\rename.solr.xml
[junit4:junit4]   2> 2556755 T7179 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1492724689
[junit4:junit4]   2> 2556756 T7179 oasc.SolrCore.close [SystemVars2]  CLOSING SolrCore org.apache.solr.core.SolrCore@4ea8a9fc
[junit4:junit4]   2> 2556760 T7179 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 2556761 T7179 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 2556761 T7179 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 2556761 T7179 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 2556762 T7179 oasc.SolrCore.closeSearcher [SystemVars2] Closing main searcher on request.
[junit4:junit4]   2> 2556763 T7179 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 2556763 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\;done=false>>]
[junit4:junit4]   2> 2556764 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\
[junit4:junit4]   2> 2556765 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index;done=false>>]
[junit4:junit4]   2> 2556765 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index
[junit4:junit4]   2> 2556765 T7179 oasc.SolrCore.close [SystemVars1]  CLOSING SolrCore org.apache.solr.core.SolrCore@fe90c42
[junit4:junit4]   2> 2556771 T7179 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 2556772 T7179 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 2556772 T7179 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 2556772 T7179 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 2556774 T7179 oasc.SolrCore.closeSearcher [SystemVars1] Closing main searcher on request.
[junit4:junit4]   2> 2556774 T7179 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 2556774 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\data\index;done=false>>]
[junit4:junit4]   2> 2556774 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\data\index
[junit4:junit4]   2> 2556776 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\data\;done=false>>]
[junit4:junit4]   2> 2556776 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\data\
[junit4:junit4]   2> 2556833 T7179 oasc.CoreContainer.<init> New CoreContainer 1855999069
[junit4:junit4]   2> 2556833 T7179 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence'
[junit4:junit4]   2> 2556834 T7179 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\'
[junit4:junit4]   2> 2556969 T7179 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\.
[junit4:junit4]   2> 2556973 T7179 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.core.TestSolrXmlPersistence/solr.xml' to classloader
[junit4:junit4]   2> 2556973 T7179 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.core.TestSolrXmlPersistence/SystemVars1/' to classloader
[junit4:junit4]   2> 2556974 T7179 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.core.TestSolrXmlPersistence/SystemVars2/' to classloader
[junit4:junit4]   2> 2557002 T7179 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 2557002 T7179 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2557002 T7179 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 2557002 T7179 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2557003 T7179 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2557003 T7179 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2557003 T7179 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2557003 T7179 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2557003 T7179 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2557004 T7179 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 2557015 T7179 oasc.SolrCores.allocateLazyCores Allocating transient cache for 128 transient cores
[junit4:junit4]   2> 2557023 T7204 oasc.CoreContainer.create Creating SolrCore 'SystemVars1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1
[junit4:junit4]   2> 2557023 T7204 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\'
[junit4:junit4]   2> 2557027 T7205 oasc.CoreContainer.create Creating SolrCore 'SystemVars2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2
[junit4:junit4]   2> 2557027 T7205 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\'
[junit4:junit4]   2> 2557075 T7204 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 2557097 T7205 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 2557160 T7205 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2557161 T7205 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2557164 T7205 oass.IndexSchema.readSchema [SystemVars2] Schema name=tiny
[junit4:junit4]   2> 2557174 T7204 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2557175 T7204 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2557196 T7204 oass.IndexSchema.readSchema [SystemVars1] Schema name=tiny
[junit4:junit4]   2> 2557216 T7205 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2557218 T7205 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2557219 T7205 oasc.SolrCore.<init> [SystemVars2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\
[junit4:junit4]   2> 2557220 T7205 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@236077c2
[junit4:junit4]   2> 2557220 T7205 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2557220 T7205 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\
[junit4:junit4]   2> 2557220 T7205 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index/
[junit4:junit4]   2> 2557220 T7205 oasc.SolrCore.initIndex WARN [SystemVars2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2557221 T7205 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index
[junit4:junit4]   2> 2557227 T7205 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5ca94ae lockFactory=org.apache.lucene.store.NativeFSLockFactory@115f2e73),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2557228 T7205 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2557227 T7204 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2557231 T7205 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2557234 T7205 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2557235 T7205 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2557236 T7204 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2557236 T7205 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2557236 T7204 oasc.SolrCore.<init> [SystemVars1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\
[junit4:junit4]   2> 2557237 T7204 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@236077c2
[junit4:junit4]   2> 2557237 T7204 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2557238 T7204 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\
[junit4:junit4]   2> 2557238 T7204 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index/
[junit4:junit4]   2> 2557238 T7204 oasc.SolrCore.initIndex WARN [SystemVars1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2557238 T7204 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index
[junit4:junit4]   2> 2557244 T7204 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2d877754 lockFactory=org.apache.lucene.store.NativeFSLockFactory@b7384db),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2557244 T7204 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2557246 T7204 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2557249 T7204 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2557250 T7204 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2557250 T7205 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2557250 T7204 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2557260 T7205 oass.SolrIndexSearcher.<init> Opening Searcher@166eb089 main
[junit4:junit4]   2> 2557261 T7204 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2557261 T7205 oasc.SolrCore.registerSearcher [SystemVars2] Registered new searcher Searcher@166eb089 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2557262 T7205 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2557262 T7205 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2557265 T7204 oass.SolrIndexSearcher.<init> Opening Searcher@6cedff2d main
[junit4:junit4]   2> 2557266 T7204 oasc.SolrCore.registerSearcher [SystemVars1] Registered new searcher Searcher@6cedff2d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2557267 T7204 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2557267 T7204 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2557268 T7205 oasc.CoreContainer.registerCore registering core: SystemVars2
[junit4:junit4]   2> 2557272 T7204 oasc.SolrCores.putTransientCore Opening transient core SystemVars1
[junit4:junit4]   2> 2557272 T7204 oasc.CoreContainer.registerCore registering core: SystemVars1
[junit4:junit4]   2> 2557274 T7179 oasc.SolrCore.close [SystemVars2]  CLOSING SolrCore org.apache.solr.core.SolrCore@3ca5db18
[junit4:junit4]   2> 2557281 T7179 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 2557281 T7179 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 2557281 T7179 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 2557282 T7179 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 2557284 T7179 oasc.SolrCore.closeSearcher [SystemVars2] Closing main searcher on request.
[junit4:junit4]   2> 2557285 T7179 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 2557286 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index;done=false>>]
[junit4:junit4]   2> 2557286 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index
[junit4:junit4]   2> 2557286 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\;done=false>>]
[junit4:junit4]   2> 2557286 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\
[junit4:junit4]   2> 2557287 T7179 oasc.CoreContainer.persistFile Persisting cores config to .\org.apache.solr.core.TestSolrXmlPersistence\unloadcreate1.solr.xml
[junit4:junit4]   2> 2557310 T7179 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\org.apache.solr.core.TestSolrXmlPersistence\unloadcreate1.solr.xml
[junit4:junit4]   2> 2557364 T7179 oasc.CoreContainer.create Creating SolrCore 'SystemVars2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2
[junit4:junit4]   2> 2557365 T7179 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\'
[junit4:junit4]   2> 2557464 T7179 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 2557522 T7179 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2557523 T7179 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2557526 T7179 oass.IndexSchema.readSchema [SystemVars2] Schema name=tiny
[junit4:junit4]   2> 2557550 T7179 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2557551 T7179 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2557551 T7179 oasc.SolrCore.<init> [SystemVars2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\
[junit4:junit4]   2> 2557551 T7179 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@236077c2
[junit4:junit4]   2> 2557552 T7179 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2557553 T7179 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\
[junit4:junit4]   2> 2557553 T7179 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index/
[junit4:junit4]   2> 2557553 T7179 oasc.SolrCore.initIndex WARN [SystemVars2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2557554 T7179 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index
[junit4:junit4]   2> 2557557 T7179 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1b6968c6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@48ff3c22),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2557558 T7179 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2557560 T7179 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2557562 T7179 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2557562 T7179 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2557562 T7179 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2557576 T7179 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2557585 T7179 oass.SolrIndexSearcher.<init> Opening Searcher@48999d34 main
[junit4:junit4]   2> 2557586 T7179 oasc.SolrCore.registerSearcher [SystemVars2] Registered new searcher Searcher@48999d34 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2557587 T7179 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2557587 T7179 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2557592 T7179 oasc.CoreContainer.registerCore registering core: SystemVars2
[junit4:junit4]   2> 2557593 T7179 oasc.CoreContainer.persistFile Persisting cores config to .\org.apache.solr.core.TestSolrXmlPersistence\rename.solr.xml
[junit4:junit4]   2> 2557631 T7179 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\org.apache.solr.core.TestSolrXmlPersistence\rename.solr.xml
[junit4:junit4]   2> 2557683 T7179 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1855999069
[junit4:junit4]   2> 2557684 T7179 oasc.SolrCore.close [SystemVars2]  CLOSING SolrCore org.apache.solr.core.SolrCore@14865586
[junit4:junit4]   2> 2557690 T7179 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 2557691 T7179 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 2557691 T7179 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 2557692 T7179 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 2557693 T7179 oasc.SolrCore.closeSearcher [SystemVars2] Closing main searcher on request.
[junit4:junit4]   2> 2557693 T7179 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 2557693 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\;done=false>>]
[junit4:junit4]   2> 2557693 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\
[junit4:junit4]   2> 2557694 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index;done=false>>]
[junit4:junit4]   2> 2557694 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index
[junit4:junit4]   2> 2557695 T7179 oasc.SolrCore.close [SystemVars1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4fbc29f3
[junit4:junit4]   2> 2557700 T7179 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 2557700 T7179 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 2557701 T7179 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 2557701 T7179 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 2557702 T7179 oasc.SolrCore.closeSearcher [SystemVars1] Closing main searcher on request.
[junit4:junit4]   2> 2557704 T7179 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 2557704 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\;done=false>>]
[junit4:junit4]   2> 2557704 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\
[junit4:junit4]   2> 2557705 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index;done=false>>]
[junit4:junit4]   2> 2557705 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index
[junit4:junit4]   2> 2557732 T7179 oas.SolrTestCaseJ4.tearDown ###Ending testUnloadCreate
[junit4:junit4]   2> 2557736 T7179 oas.SolrTestCaseJ4.setUp ###Starting testReload
[junit4:junit4]   2> 2557753 T7179 oasc.CoreContainer.<init> New CoreContainer 1658574337
[junit4:junit4]   2> 2557753 T7179 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence'
[junit4:junit4]   2> 2557754 T7179 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\'
[junit4:junit4]   2> 2557870 T7179 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\.
[junit4:junit4]   2> 2557871 T7179 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.core.TestSolrXmlPersistence/solr.xml' to classloader
[junit4:junit4]   2> 2557871 T7179 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.core.TestSolrXmlPersistence/SystemVars1/' to classloader
[junit4:junit4]   2> 2557872 T7179 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.core.TestSolrXmlPersistence/SystemVars2/' to classloader
[junit4:junit4]   2> 2557897 T7179 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 2557897 T7179 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2557897 T7179 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 2557897 T7179 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2557898 T7179 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2557899 T7179 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2557899 T7179 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2557899 T7179 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2557899 T7179 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2557900 T7179 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 2557907 T7179 oasc.SolrCores.allocateLazyCores Allocating transient cache for 128 transient cores
[junit4:junit4]   2> 2557912 T7210 oasc.CoreContainer.create Creating SolrCore 'SystemVars1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1
[junit4:junit4]   2> 2557914 T7210 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\'
[junit4:junit4]   2> 2557915 T7211 oasc.CoreContainer.create Creating SolrCore 'SystemVars2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2
[junit4:junit4]   2> 2557915 T7211 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\'
[junit4:junit4]   2> 2557976 T7210 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 2557986 T7211 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 2558053 T7210 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2558054 T7210 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2558057 T7210 oass.IndexSchema.readSchema [SystemVars1] Schema name=tiny
[junit4:junit4]   2> 2558072 T7211 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2558073 T7211 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2558080 T7211 oass.IndexSchema.readSchema [SystemVars2] Schema name=tiny
[junit4:junit4]   2> 2558081 T7210 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2558082 T7210 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2558083 T7210 oasc.SolrCore.<init> [SystemVars1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\
[junit4:junit4]   2> 2558084 T7210 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@236077c2
[junit4:junit4]   2> 2558084 T7210 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2558085 T7210 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\
[junit4:junit4]   2> 2558085 T7210 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index/
[junit4:junit4]   2> 2558086 T7210 oasc.SolrCore.initIndex WARN [SystemVars1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2558086 T7210 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index
[junit4:junit4]   2> 2558089 T7210 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@701a68bc lockFactory=org.apache.lucene.store.NativeFSLockFactory@77d9c30c),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2558090 T7210 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2558094 T7210 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2558098 T7210 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2558099 T7210 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2558099 T7210 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2558127 T7210 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2558129 T7211 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2558131 T7211 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2558131 T7211 oasc.SolrCore.<init> [SystemVars2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\
[junit4:junit4]   2> 2558131 T7211 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@236077c2
[junit4:junit4]   2> 2558131 T7211 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2558131 T7210 oass.SolrIndexSearcher.<init> Opening Searcher@7cb5d141 main
[junit4:junit4]   2> 2558131 T7211 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\
[junit4:junit4]   2> 2558131 T7211 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index/
[junit4:junit4]   2> 2558132 T7211 oasc.SolrCore.initIndex WARN [SystemVars2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2558132 T7210 oasc.SolrCore.registerSearcher [SystemVars1] Registered new searcher Searcher@7cb5d141 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2558132 T7211 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index
[junit4:junit4]   2> 2558133 T7210 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2558133 T7210 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2558137 T7211 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6111483c lockFactory=org.apache.lucene.store.NativeFSLockFactory@506acad2),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2558137 T7211 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2558137 T7210 oasc.SolrCores.putTransientCore Opening transient core SystemVars1
[junit4:junit4]   2> 2558137 T7210 oasc.CoreContainer.registerCore registering core: SystemVars1
[junit4:junit4]   2> 2558138 T7211 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2558141 T7211 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2558141 T7211 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2558142 T7211 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2558150 T7211 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2558155 T7211 oass.SolrIndexSearcher.<init> Opening Searcher@2ab3306b main
[junit4:junit4]   2> 2558156 T7211 oasc.SolrCore.registerSearcher [SystemVars2] Registered new searcher Searcher@2ab3306b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2558156 T7211 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2558156 T7211 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2558160 T7211 oasc.CoreContainer.registerCore registering core: SystemVars2
[junit4:junit4]   2> 2558161 T7179 oasc.CoreContainer.reload Reloading SolrCore 'SystemVars2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2
[junit4:junit4]   2> 2558162 T7179 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\'
[junit4:junit4]   2> 2558226 T7179 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 2558281 T7179 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2558282 T7179 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2558286 T7179 oass.IndexSchema.readSchema [SystemVars2] Schema name=tiny
[junit4:junit4]   2> 2558321 T7179 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2558323 T7179 oasc.SolrCore.<init> [SystemVars2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\
[junit4:junit4]   2> 2558323 T7179 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@236077c2
[junit4:junit4]   2> 2558324 T7179 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index/
[junit4:junit4]   2> 2558325 T7179 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2558328 T7179 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2558329 T7179 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2558330 T7179 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2558334 T7179 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2558338 T7179 oass.SolrIndexSearcher.<init> Opening Searcher@6a3eb8d2 main
[junit4:junit4]   2> 2558339 T7179 oasc.SolrCore.registerSearcher [SystemVars2] Registered new searcher Searcher@6a3eb8d2 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2558340 T7179 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2558340 T7179 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2558348 T7179 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 2558348 T7179 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=SystemVars2
[junit4:junit4]   2> 2558351 T7179 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6111483c lockFactory=org.apache.lucene.store.NativeFSLockFactory@506acad2),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2558354 T7179 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2558355 T7179 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 2558355 T7179 oass.SolrIndexSearcher.<init> Opening Searcher@5b0c0bdd main
[junit4:junit4]   2> 2558355 T7179 oasc.CoreContainer.registerCore replacing core: SystemVars2
[junit4:junit4]   2> 2558355 T7179 oasc.SolrCore.close [SystemVars2]  CLOSING SolrCore org.apache.solr.core.SolrCore@11c0fdac
[junit4:junit4]   2> 2558358 T7179 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 2558358 T7215 oasc.SolrCore.registerSearcher [SystemVars2] Registered new searcher Searcher@5b0c0bdd main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4:junit4]   2> 2558359 T7179 oasc.SolrCore.closeSearcher [SystemVars2] Closing main searcher on request.
[junit4:junit4]   2> 2558359 T7179 oasc.CoreContainer.persistFile Persisting cores config to .\org.apache.solr.core.TestSolrXmlPersistence\reload1.solr.xml
[junit4:junit4]   2> 2558390 T7179 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\org.apache.solr.core.TestSolrXmlPersistence\reload1.solr.xml
[junit4:junit4]   2> 2558447 T7179 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1658574337
[junit4:junit4]   2> 2558448 T7179 oasc.SolrCore.close [SystemVars2]  CLOSING SolrCore org.apache.solr.core.SolrCore@4e779f93
[junit4:junit4]   2> 2558454 T7179 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 2558455 T7179 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 2558455 T7179 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 2558456 T7179 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 2558460 T7179 oasc.SolrCore.closeSearcher [SystemVars2] Closing main searcher on request.
[junit4:junit4]   2> 2558460 T7179 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 2558460 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\;done=false>>]
[junit4:junit4]   2> 2558461 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\
[junit4:junit4]   2> 2558462 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index;done=false>>]
[junit4:junit4]   2> 2558462 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index
[junit4:junit4]   2> 2558463 T7179 oasc.SolrCore.close [SystemVars1]  CLOSING SolrCore org.apache.solr.core.SolrCore@20bdd762
[junit4:junit4]   2> 2558482 T7179 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 2558483 T7179 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 2558484 T7179 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 2558484 T7179 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 2558484 T7179 oasc.SolrCore.closeSearcher [SystemVars1] Closing main searcher on request.
[junit4:junit4]   2> 2558484 T7179 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 2558485 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\;done=false>>]
[junit4:junit4]   2> 2558485 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\
[junit4:junit4]   2> 2558485 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index;done=false>>]
[junit4:junit4]   2> 2558486 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index
[junit4:junit4]   2> 2558534 T7179 oasc.CoreContainer.<init> New CoreContainer 1693792614
[junit4:junit4]   2> 2558535 T7179 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence'
[junit4:junit4]   2> 2558535 T7179 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\'
[junit4:junit4]   2> 2558632 T7179 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\.
[junit4:junit4]   2> 2558633 T7179 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.core.TestSolrXmlPersistence/solr.xml' to classloader
[junit4:junit4]   2> 2558636 T7179 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.core.TestSolrXmlPersistence/SystemVars1/' to classloader
[junit4:junit4]   2> 2558636 T7179 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.core.TestSolrXmlPersistence/SystemVars2/' to classloader
[junit4:junit4]   2> 2558664 T7179 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 2558664 T7179 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2558664 T7179 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 2558664 T7179 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2558664 T7179 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2558664 T7179 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2558665 T7179 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2558665 T7179 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2558665 T7179 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2558666 T7179 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 2558672 T7179 oasc.SolrCores.allocateLazyCores Allocating transient cache for 128 transient cores
[junit4:junit4]   2> 2558678 T7216 oasc.CoreContainer.create Creating SolrCore 'SystemVars1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1
[junit4:junit4]   2> 2558681 T7217 oasc.CoreContainer.create Creating SolrCore 'SystemVars2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2
[junit4:junit4]   2> 2558681 T7216 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\'
[junit4:junit4]   2> 2558682 T7217 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\'
[junit4:junit4]   2> 2558752 T7217 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 2558759 T7216 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 2558809 T7217 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2558810 T7217 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2558813 T7217 oass.IndexSchema.readSchema [SystemVars2] Schema name=tiny
[junit4:junit4]   2> 2558851 T7217 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2558854 T7217 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2558855 T7217 oasc.SolrCore.<init> [SystemVars2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\
[junit4:junit4]   2> 2558855 T7217 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@236077c2
[junit4:junit4]   2> 2558855 T7217 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2558856 T7217 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\
[junit4:junit4]   2> 2558856 T7217 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index/
[junit4:junit4]   2> 2558857 T7217 oasc.SolrCore.initIndex WARN [SystemVars2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2558858 T7217 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars2\data\index
[junit4:junit4]   2> 2558859 T7216 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2558860 T7216 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2558861 T7217 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4065deb lockFactory=org.apache.lucene.store.NativeFSLockFactory@76870d2c),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2558861 T7217 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2558864 T7217 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2558868 T7216 oass.IndexSchema.readSchema [SystemVars1] Schema name=tiny
[junit4:junit4]   2> 2558906 T7216 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2558908 T7216 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2558908 T7216 oasc.SolrCore.<init> [SystemVars1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\
[junit4:junit4]   2> 2558909 T7216 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@236077c2
[junit4:junit4]   2> 2558909 T7216 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2558910 T7216 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\
[junit4:junit4]   2> 2558910 T7216 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index/
[junit4:junit4]   2> 2558910 T7216 oasc.SolrCore.initIndex WARN [SystemVars1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2558911 T7216 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index
[junit4:junit4]   2> 2558915 T7216 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@78ce5d19 lockFactory=org.apache.lucene.store.NativeFSLockFactory@55a0d62f),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2558915 T7216 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2558917 T7217 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2558917 T7217 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2558917 T7216 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2558918 T7217 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2558920 T7216 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2558921 T7216 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2558921 T7216 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2558927 T7217 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2558927 T7216 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2558935 T7217 oass.SolrIndexSearcher.<init> Opening Searcher@20ec007 main
[junit4:junit4]   2> 2558935 T7216 oass.SolrIndexSearcher.<init> Opening Searcher@6fa951ae main
[junit4:junit4]   2> 2558935 T7217 oasc.SolrCore.registerSearcher [SystemVars2] Registered new searcher Searcher@20ec007 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2558936 T7216 oasc.SolrCore.registerSearcher [SystemVars1] Registered new searcher Searcher@6fa951ae main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2558936 T7217 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2558936 T7217 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2558936 T7216 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2558937 T7216 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2558944 T7217 oasc.CoreContainer.registerCore registering core: SystemVars2
[junit4:junit4]   2> 2558946 T7216 oasc.SolrCores.putTransientCore Opening transient core SystemVars1
[junit4:junit4]   2> 2558946 T7216 oasc.CoreContainer.registerCore registering core: SystemVars1
[junit4:junit4]   2> 2558948 T7179 oasc.CoreContainer.reload Reloading SolrCore 'SystemVars1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1
[junit4:junit4]   2> 2558951 T7179 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\'
[junit4:junit4]   2> 2559040 T7179 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 2559112 T7179 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2559113 T7179 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2559115 T7179 oass.IndexSchema.readSchema [SystemVars1] Schema name=tiny
[junit4:junit4]   2> 2559138 T7179 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2559141 T7179 oasc.SolrCore.<init> [SystemVars1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\
[junit4:junit4]   2> 2559141 T7179 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@236077c2
[junit4:junit4]   2> 2559142 T7179 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrXmlPersistence\SystemVars1\.\index/
[junit4:junit4]   2> 2559142 T7179 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 2559143 T7179 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 2559144 T7179 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 2559145 T7179 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2559147 T7179 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2559150 T7179 oass.SolrIndexSearcher.<init> Opening Searcher@711df698 main
[junit4:junit4]   2> 2559152 T7179 oasc.SolrCore.registerSearcher [SystemVars1] Registered new searcher Searcher@711df698 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2559153 T7179 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2559153 T7179 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2559159 T7179 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 2559160 T7179 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=SystemVars1
[junit4:junit4]   2> 2559162 T7179 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@78ce5d19 lockFactory=org.apache.lucene.store.NativeFSLockFactory@55a0d62f),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2559162 T7179 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2559163 T7179 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 2559163 T7179 oass.SolrIndexSearcher.<init> Opening Searcher@711fbdf6 main
[junit4:junit4]   2> 2559163 T7179 oasc.CoreContainer.registerCore registering core: SystemVars1
[junit4:junit4]   2> 2559164 T7179 oasc.CoreContainer.persistFile Persisting cores config to .\org.apache.solr.core.TestSolrXmlPersistence\reload1.solr.xml
[junit4:junit4]   2> 2559165 T7221 oasc.SolrCore.registerSearcher [SystemVars1] Registered new searcher Searcher@711fbdf6 main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4:junit4]   2> 2559223 T7179 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\org.apache.solr.core.TestSolrXmlPersistence\reload1.solr.xml
[junit4:junit4]   2> 2559294 T7179 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1693792614
[junit4:junit4]   2> 2559296 T7179 oasc.SolrCore.close [SystemVars2]  CLOSING SolrCore org.apache.solr.core.SolrCore@25126e4f
[junit4:junit4]   2> 2559300 T7179 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 2559300 T7179 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 2559300 T7179 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 2559301 T7179 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 2559

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

d=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 2562888 T7179 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 2562889 T7179 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 2562889 T7179 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 2562889 T7179 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 2562890 T7179 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 2562890 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestSolrXmlPersistence-1371853996917\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestSolrXmlPersistence-1371853996917\index;done=false>>]
[junit4:junit4]   2> 2562890 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestSolrXmlPersistence-1371853996917\index
[junit4:junit4]   2> 2562890 T7179 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestSolrXmlPersistence-1371853996917\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestSolrXmlPersistence-1371853996917\;done=false>>]
[junit4:junit4]   2> 2562891 T7179 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestSolrXmlPersistence-1371853996917\
[junit4:junit4]   2> NOTE: test params are: codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=348), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=348)), sim=DefaultSimilarity, locale=ca_ES, timezone=Africa/Lagos
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=2,threads=1,free=200987056,total=431009792
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SuggesterTSTTest, DistributedQueryElevationComponentTest, StatelessScriptUpdateProcessorFactoryTest, DirectUpdateHandlerTest, TestPerFieldSimilarity, TestComponentsName, AutoCommitTest, BasicZkTest, PolyFieldTest, SpellingQueryConverterTest, ZkNodePropsTest, ExternalFileFieldSortTest, DebugComponentTest, TestValueSourceCache, DirectSolrConnectionTest, QueryElevationComponentTest, BinaryUpdateRequestHandlerTest, TestRandomFaceting, TestFastOutputStream, TestAnalyzedSuggestions, TestRealTimeGet, TestExtendedDismaxParser, UniqFieldsUpdateProcessorFactoryTest, TestRecovery, HighlighterConfigTest, SpatialFilterTest, DisMaxRequestHandlerTest, TestFieldTypeCollectionResource, SpellCheckComponentTest, TestFieldCollectionResource, TestLRUCache, DOMUtilTest, TestSolrCoreProperties, TestIBSimilarityFactory, PeerSyncTest, SearchHandlerTest, TestPHPSerializedResponseWriter, TestSolrQueryParser, TestOmitPositions, SimpleFacetsTest, TestWordDelimiterFilterFactory, SolrRequestParserTest, TestDefaultSearchFieldResource, AnalysisAfterCoreReloadTest, TestSchemaResource, TestFuzzyAnalyzedSuggestions, TestAtomicUpdateErrorCases, TestSerializedLuceneMatchVersion, TestCSVLoader, TestStressRecovery, TestDocumentBuilder, SortByFunctionTest, TestSolrQueryParserDefaultOperatorResource, TestRandomDVFaceting, SolrCmdDistributorTest, CurrencyFieldXmlFileTest, ResponseLogComponentTest, TestCollationKeyRangeQueries, DefaultValueUpdateProcessorTest, SpellPossibilityIteratorTest, OutputWriterTest, DistributedSpellCheckComponentTest, TestJmxIntegration, TestManagedSchema, TestDefaultSimilarityFactory, SolrPluginUtilsTest, TestCoreDiscovery, TestBM25SimilarityFactory, TestGroupingSearch, UpdateRequestProcessorFactoryTest, DocumentBuilderTest, MoreLikeThisHandlerTest, TestDynamicFieldResource, BasicFunctionalityTest, TestPropInject, StandardRequestHandlerTest, NotRequiredUniqueKeyTest, CircularListTest, SolrCoreTest, TestXIncludeConfig, TestQuerySenderListener, TestCSVResponseWriter, QueryResultKeyTest, BasicDistributedZkTest, TestSearchPerf, JsonLoaderTest, TestPropInjectDefaults, TestIndexSearcher, WordBreakSolrSpellCheckerTest, NoCacheHeaderTest, FileBasedSpellCheckerTest, FieldMutatingUpdateProcessorTest, ResourceLoaderTest, SynonymTokenizerTest, TestJmxMonitoredMap, TestLuceneMatchVersion, ShardRoutingCustomTest, TestPhraseSuggestions, TestReload, RAMDirectoryFactoryTest, TermsComponentTest, TestAddFieldRealTimeGet, OpenExchangeRatesOrgProviderTest, ShowFileRequestHandlerTest, FieldAnalysisRequestHandlerTest, TestSolrXMLSerializer, TestBadConfig, TestQueryUtils, TestCharFilters, TestSuggestSpellingConverter, CopyFieldTest, TestWriterPerf, TestUniqueKeyFieldResource, TestQuerySenderNoQuery, CSVRequestHandlerTest, TestReloadAndDeleteDocs, LukeRequestHandlerTest, TestStressVersions, HighlighterTest, TestQueryTypes, PrimUtilsTest, SpellCheckCollatorTest, CollectionsAPIDistributedZkTest, TestCodecSupport, TestNumberUtils, ZkSolrClientTest, TestZkChroot, DateFieldTest, TestSolrDeletionPolicy2, CoreAdminHandlerTest, TestFiltering, HardAutoCommitTest, TestDistributedSearch, QueryParsingTest, URLClassifyProcessorTest, TestCloudManagedSchemaAddField, SyncSliceTest, TestDFRSimilarityFactory, TestFunctionQuery, BasicDistributedZk2Test, TestFieldResource, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, ShardRoutingTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, ClusterStateUpdateTest, LeaderElectionTest, ZkCLITest, SliceStateUpdateTest, TestDistributedGrouping, TestFaceting, TestHashPartitioner, TermVectorComponentDistributedTest, ZkControllerTest, TestStressReorder, TestJoin, TestMultiCoreConfBootstrap, DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, TestSolr4Spatial, StatsComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, TestLazyCores, OverseerCollectionProcessorTest, SoftAutoCommitTest, CurrencyFieldOpenExchangeTest, SolrIndexSplitterTest, SimplePostToolTest, SignatureUpdateProcessorFactoryTest, SuggesterFSTTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTest, TestStressLucene, TestTrie, SuggesterWFSTTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, TestSolrDeletionPolicy1, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, CacheHeaderTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, TestIndexingPerformance, RequiredFieldsTest, TestArbitraryIndexDir, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, RegexBoostProcessorTest, IndexSchemaTest, TestCollationField, ReturnFieldsTest, JSONWriterTest, MBeansHandlerTest, TestPartialUpdateDeduplication, PingRequestHandlerTest, CoreContainerCoreInitFailuresTest, TestBinaryResponseWriter, TestLFUCache, SOLR749Test, IndexReaderFactoryTest, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, SolrIndexConfigTest, BadComponentTest, TestMergePolicyConfig, MultiTermTest, SampleTest, TestDocSet, TestBinaryField, NumericFieldsTest, MinimalSchemaTest, TestElisionMultitermQuery, TestConfig, TestPostingsSolrHighlighter, EchoParamsTest, TestSweetSpotSimilarityFactory, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestFastWriter, LegacyHTMLStripCharFilterTest, TestPluginEnable, TimeZoneUtilsTest, ScriptEngineTest, PluginInfoTest, TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, TestSystemIdResolver, ClusterStateTest, TestSolrJ, TestUtils, SliceStateTest, SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, TestRTGBase, SolrTestCaseJ4Test, AliasIntegrationTest, ShardSplitTest, CachingDirectoryFactoryTest, TestShardHandlerFactory, TestSolrXml, TestSolrXmlPersistence]
[junit4:junit4] Completed in 9.27s, 8 tests, 2 failures <<< FAILURES!

[...truncated 49 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:392: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:372: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build.xml:181: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\common-build.xml:437: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:1246: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:890: There were test failures: 298 suites, 1255 tests, 2 failures, 18 ignored (12 assumptions)

Total time: 66 minutes 24 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_25 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-4.x-Windows (64bit/jdk1.7.0_25) - Build # 2915 - Still Failing!

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

1 tests failed.
REGRESSION:  org.apache.solr.cloud.SyncSliceTest.testDistribSearch

Error Message:
shard1 is not consistent.  Got 305 from http://127.0.0.1:57282/collection1lastClient and got 261 from http://127.0.0.1:57301/collection1

Stack Trace:
java.lang.AssertionError: shard1 is not consistent.  Got 305 from http://127.0.0.1:57282/collection1lastClient and got 261 from http://127.0.0.1:57301/collection1
	at __randomizedtesting.SeedInfo.seed([676177279F0E4CF8:E687F93FE8512CC4]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1018)
	at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:238)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:724)




Build Log:
[...truncated 9275 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.SyncSliceTest
[junit4:junit4]   2> 163708 T394 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 163714 T394 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SyncSliceTest-1371831935091
[junit4:junit4]   2> 163717 T394 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 163718 T395 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 163818 T394 oasc.ZkTestServer.run start zk server on port:57263
[junit4:junit4]   2> 163820 T394 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 163838 T401 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@30f74da2 name:ZooKeeperConnection Watcher:127.0.0.1:57263 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 163838 T394 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 163838 T394 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 163846 T396 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13f678e207c0000, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:724)
[junit4:junit4]   2> 
[junit4:junit4]   2> 163849 T394 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 163852 T403 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13c57e38 name:ZooKeeperConnection Watcher:127.0.0.1:57263/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 163853 T394 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 163853 T394 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 163859 T394 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 163865 T394 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 163870 T394 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 163876 T394 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 163876 T394 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 163886 T394 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 163886 T394 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 163896 T394 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 163896 T394 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 163902 T394 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 163903 T394 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 163908 T394 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 163909 T394 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 163917 T394 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 163917 T394 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 163923 T394 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 163924 T394 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 163930 T394 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 163930 T394 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 163936 T394 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 163936 T394 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 163944 T396 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13f678e207c0001, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:724)
[junit4:junit4]   2> 
[junit4:junit4]   2> 164380 T394 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 164388 T394 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57270
[junit4:junit4]   2> 164388 T394 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 164388 T394 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 164388 T394 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-controljetty-1371831935318
[junit4:junit4]   2> 164389 T394 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-controljetty-1371831935318\solr.xml
[junit4:junit4]   2> 164389 T394 oasc.CoreContainer.<init> New CoreContainer 998914099
[junit4:junit4]   2> 164390 T394 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-controljetty-1371831935318\'
[junit4:junit4]   2> 164390 T394 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-controljetty-1371831935318\'
[junit4:junit4]   2> 164520 T394 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 164521 T394 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 164521 T394 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 164522 T394 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 164522 T394 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 164522 T394 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 164523 T394 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 164523 T394 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 164523 T394 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 164524 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 164534 T394 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 164535 T394 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57263/solr
[junit4:junit4]   2> 164535 T394 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 164537 T394 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 164556 T414 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7ecff012 name:ZooKeeperConnection Watcher:127.0.0.1:57263 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 164557 T394 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 164563 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 164571 T394 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 164581 T416 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c82f61c name:ZooKeeperConnection Watcher:127.0.0.1:57263/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 164581 T394 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 164586 T394 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 164595 T394 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 164600 T394 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 164604 T394 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57270_
[junit4:junit4]   2> 164606 T394 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57270_
[junit4:junit4]   2> 164611 T394 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 164623 T394 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 164628 T394 oasc.Overseer.start Overseer (id=89904377698713603-127.0.0.1:57270_-n_0000000000) starting
[junit4:junit4]   2> 164636 T394 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 164644 T418 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 164646 T394 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 164649 T394 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 164653 T394 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 164659 T417 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 164662 T419 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 164662 T419 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 166169 T417 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 166173 T417 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:57270_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57270"}
[junit4:junit4]   2> 166173 T417 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 166183 T417 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 166207 T416 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 166665 T419 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-controljetty-1371831935318\collection1
[junit4:junit4]   2> 166665 T419 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 166668 T419 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 166668 T419 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 166675 T419 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-controljetty-1371831935318\collection1\'
[junit4:junit4]   2> 166678 T419 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-controljetty-1371831935318/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 166679 T419 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-controljetty-1371831935318/collection1/lib/README' to classloader
[junit4:junit4]   2> 166758 T419 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 166967 T3 oasc.CoreContainer.finalize ERROR CoreContainer was not shutdown prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=2023084316
[junit4:junit4]   2> 166983 T419 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 166986 T419 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 166995 T419 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 167663 T419 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
[junit4:junit4]   2> 167665 T419 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
[junit4:junit4]   2> 167665 T419 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 167676 T419 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 167680 T419 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 167705 T419 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 167710 T419 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 167716 T419 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 167718 T419 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 167718 T419 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 167719 T419 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 167722 T419 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 167722 T419 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 167722 T419 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 167753 T419 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-controljetty-1371831935318\collection1\, dataDir=.\org.apache.solr.cloud.SyncSliceTest-1371831935089/control/data\
[junit4:junit4]   2> 167753 T419 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@36bc6f46
[junit4:junit4]   2> 167762 T419 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 167763 T419 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\control\data
[junit4:junit4]   2> 167763 T419 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.SyncSliceTest-1371831935089/control/data\index/
[junit4:junit4]   2> 167764 T419 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.SyncSliceTest-1371831935089\control\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 167765 T419 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\control\data\index
[junit4:junit4]   2> 167774 T419 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\control\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@140de896; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4:junit4]   2> 167775 T419 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 167779 T419 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 167780 T419 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 167780 T419 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 167782 T419 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 167782 T419 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 167782 T419 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 167783 T419 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 167783 T419 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 167784 T419 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 167794 T419 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 167803 T419 oass.SolrIndexSearcher.<init> Opening Searcher@123923e0 main
[junit4:junit4]   2> 167806 T419 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 167806 T419 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 167810 T420 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@123923e0 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 167811 T419 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 167811 T419 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:57270 collection:control_collection shard:shard1
[junit4:junit4]   2> 167813 T419 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 167830 T419 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 167836 T419 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 167836 T419 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 167836 T419 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:57270/collection1/
[junit4:junit4]   2> 167836 T419 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 167836 T419 oasc.SyncStrategy.syncToMe http://127.0.0.1:57270/collection1/ has no replicas
[junit4:junit4]   2> 167837 T419 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:57270/collection1/
[junit4:junit4]   2> 167837 T419 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 169227 T417 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 169249 T416 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 169278 T419 oasc.ZkController.register We are http://127.0.0.1:57270/collection1/ and leader is http://127.0.0.1:57270/collection1/
[junit4:junit4]   2> 169278 T419 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:57270
[junit4:junit4]   2> 169278 T419 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 169278 T419 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 169278 T419 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 169283 T419 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 169285 T394 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 169285 T394 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 169286 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 169299 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 169306 T394 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 169310 T423 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5349f05d name:ZooKeeperConnection Watcher:127.0.0.1:57263/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 169310 T394 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 169313 T394 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 169320 T394 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 169724 T394 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 169729 T394 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57282
[junit4:junit4]   2> 169730 T394 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 169730 T394 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 169730 T394 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty1-1371831940695
[junit4:junit4]   2> 169730 T394 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty1-1371831940695\solr.xml
[junit4:junit4]   2> 169732 T394 oasc.CoreContainer.<init> New CoreContainer 655239937
[junit4:junit4]   2> 169732 T394 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty1-1371831940695\'
[junit4:junit4]   2> 169732 T394 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty1-1371831940695\'
[junit4:junit4]   2> 169848 T394 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 169849 T394 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 169849 T394 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 169850 T394 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 169850 T394 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 169850 T394 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 169851 T394 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 169851 T394 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 169851 T394 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 169852 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 169860 T394 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 169861 T394 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57263/solr
[junit4:junit4]   2> 169861 T394 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 169864 T394 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 169879 T434 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1cf3f568 name:ZooKeeperConnection Watcher:127.0.0.1:57263 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 169880 T394 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 169884 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 169884 T396 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13f678e207c0005, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:724)
[junit4:junit4]   2> 
[junit4:junit4]   2> 169896 T394 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 169900 T436 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4b82998c name:ZooKeeperConnection Watcher:127.0.0.1:57263/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 169901 T394 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 169910 T394 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 170765 T417 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 170767 T417 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:57270__collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:57270_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57270"}
[junit4:junit4]   2> 170784 T436 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 170785 T416 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 170785 T423 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 170917 T394 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57282_
[junit4:junit4]   2> 170921 T394 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57282_
[junit4:junit4]   2> 170925 T436 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 170926 T416 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 170927 T416 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 170928 T423 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 170928 T423 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 170931 T436 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 170939 T437 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 170940 T437 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 172303 T417 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 172306 T417 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:57282_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57282"}
[junit4:junit4]   2> 172306 T417 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 172306 T417 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 172337 T416 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 172338 T436 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 172338 T423 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 172943 T437 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty1-1371831940695\collection1
[junit4:junit4]   2> 172943 T437 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 172945 T437 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 172945 T437 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 172951 T437 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty1-1371831940695\collection1\'
[junit4:junit4]   2> 172956 T437 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty1-1371831940695/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 172958 T437 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty1-1371831940695/collection1/lib/README' to classloader
[junit4:junit4]   2> 173034 T437 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 173108 T437 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 173111 T437 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 173118 T437 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 173784 T437 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
[junit4:junit4]   2> 173785 T437 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
[junit4:junit4]   2> 173785 T437 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 173796 T437 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 173799 T437 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 173829 T437 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 173835 T437 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 173840 T437 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 173843 T437 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 173843 T437 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 173843 T437 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 173845 T437 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 173845 T437 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 173845 T437 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 173846 T437 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty1-1371831940695\collection1\, dataDir=.\org.apache.solr.cloud.SyncSliceTest-1371831935089/jetty1\
[junit4:junit4]   2> 173846 T437 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@36bc6f46
[junit4:junit4]   2> 173846 T437 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 173848 T437 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty1
[junit4:junit4]   2> 173848 T437 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.SyncSliceTest-1371831935089/jetty1\index/
[junit4:junit4]   2> 173849 T437 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty1\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 173849 T437 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty1\index
[junit4:junit4]   2> 173860 T437 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty1\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@15944165; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4:junit4]   2> 173860 T437 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 173863 T437 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 173863 T437 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 173864 T437 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 173865 T437 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 173865 T437 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 173865 T437 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 173866 T437 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 173867 T437 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 173867 T437 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 173876 T437 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 173886 T437 oass.SolrIndexSearcher.<init> Opening Searcher@c2e1e5e main
[junit4:junit4]   2> 173888 T437 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 173888 T437 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 173894 T438 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c2e1e5e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 173896 T437 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 173897 T437 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:57282 collection:collection1 shard:shard1
[junit4:junit4]   2> 173898 T437 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 173915 T437 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 173923 T437 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 173923 T437 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 173923 T437 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:57282/collection1/
[junit4:junit4]   2> 173924 T437 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 173924 T437 oasc.SyncStrategy.syncToMe http://127.0.0.1:57282/collection1/ has no replicas
[junit4:junit4]   2> 173924 T437 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:57282/collection1/
[junit4:junit4]   2> 173925 T437 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 175443 T417 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 175497 T416 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 175498 T436 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 175498 T423 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 175511 T437 oasc.ZkController.register We are http://127.0.0.1:57282/collection1/ and leader is http://127.0.0.1:57282/collection1/
[junit4:junit4]   2> 175512 T437 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:57282
[junit4:junit4]   2> 175512 T437 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 175514 T437 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 175515 T437 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 175524 T437 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 175532 T394 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 175533 T394 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 175535 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 175977 T394 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 175984 T394 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57291
[junit4:junit4]   2> 175986 T394 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 175986 T394 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 175987 T394 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty2-1371831946921
[junit4:junit4]   2> 175987 T394 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty2-1371831946921\solr.xml
[junit4:junit4]   2> 175989 T394 oasc.CoreContainer.<init> New CoreContainer 1040765233
[junit4:junit4]   2> 175989 T394 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty2-1371831946921\'
[junit4:junit4]   2> 175989 T394 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty2-1371831946921\'
[junit4:junit4]   2> 176143 T394 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 176144 T394 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 176145 T394 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 176146 T394 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 176147 T394 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 176147 T394 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 176148 T394 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 176149 T394 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 176149 T394 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 176150 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 176162 T394 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 176163 T394 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57263/solr
[junit4:junit4]   2> 176163 T394 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 176166 T394 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 176187 T450 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7d4bc924 name:ZooKeeperConnection Watcher:127.0.0.1:57263 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 176187 T394 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 176192 T396 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13f678e207c0007, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:724)
[junit4:junit4]   2> 
[junit4:junit4]   2> 176192 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 176201 T394 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 176205 T452 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a7e471a name:ZooKeeperConnection Watcher:127.0.0.1:57263/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 176206 T394 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 176216 T394 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 177184 T417 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 177187 T417 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:57282__collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:57282_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57282"}
[junit4:junit4]   2> 177204 T452 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 177205 T423 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 177205 T436 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 177205 T416 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 177325 T394 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57291_
[junit4:junit4]   2> 177330 T394 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57291_
[junit4:junit4]   2> 177335 T452 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 177336 T436 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 177337 T423 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 177338 T423 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 177339 T416 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 177339 T416 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 177345 T436 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 177346 T452 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 177359 T453 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 177359 T453 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 178869 T417 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 178871 T417 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:57291_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57291"}
[junit4:junit4]   2> 178871 T417 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 178871 T417 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 178887 T423 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 178887 T452 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 178887 T436 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 178887 T416 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 179563 T453 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty2-1371831946921\collection1
[junit4:junit4]   2> 179563 T453 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 179566 T453 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 179567 T453 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 179572 T453 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty2-1371831946921\collection1\'
[junit4:junit4]   2> 179576 T453 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty2-1371831946921/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 179595 T453 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty2-1371831946921/collection1/lib/README' to classloader
[junit4:junit4]   2> 179658 T453 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 179732 T453 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 179736 T453 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 179743 T453 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 180499 T453 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
[junit4:junit4]   2> 180501 T453 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
[junit4:junit4]   2> 180501 T453 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 180518 T453 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 180522 T453 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 180551 T453 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 180557 T453 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 180563 T453 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 180566 T453 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 180566 T453 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 180566 T453 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 180568 T453 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 180568 T453 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 180568 T453 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 180569 T453 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty2-1371831946921\collection1\, dataDir=.\org.apache.solr.cloud.SyncSliceTest-1371831935089/jetty2\
[junit4:junit4]   2> 180569 T453 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@36bc6f46
[junit4:junit4]   2> 180570 T453 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 180571 T453 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty2
[junit4:junit4]   2> 180571 T453 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.SyncSliceTest-1371831935089/jetty2\index/
[junit4:junit4]   2> 180573 T453 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty2\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 180574 T453 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty2\index
[junit4:junit4]   2> 180584 T453 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty2\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4ec2255; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4:junit4]   2> 180585 T453 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 180590 T453 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 180590 T453 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 180591 T453 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 180592 T453 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 180592 T453 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 180592 T453 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 180593 T453 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 180593 T453 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 180595 T453 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 180608 T453 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 180623 T453 oass.SolrIndexSearcher.<init> Opening Searcher@29dc96ce main
[junit4:junit4]   2> 180627 T453 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 180627 T453 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 180642 T454 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@29dc96ce main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 180648 T453 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 180648 T453 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:57291 collection:collection1 shard:shard1
[junit4:junit4]   2> 180683 T453 oasc.ZkController.register We are http://127.0.0.1:57291/collection1/ and leader is http://127.0.0.1:57282/collection1/
[junit4:junit4]   2> 180684 T453 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:57291
[junit4:junit4]   2> 180684 T453 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 180684 T453 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C187 name=collection1 org.apache.solr.core.SolrCore@2a941c4e url=http://127.0.0.1:57291/collection1 node=127.0.0.1:57291_ C187_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:57291_, base_url=http://127.0.0.1:57291}
[junit4:junit4]   2> 180693 T455 C187 P57291 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 180695 T455 C187 P57291 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 180696 T453 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 180696 T455 C187 P57291 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 180696 T455 C187 P57291 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 180700 T394 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 180700 T394 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 180701 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 180701 T455 C187 P57291 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 180723 T431 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:57291__collection1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 181155 T394 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 181159 T394 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57301
[junit4:junit4]   2> 181161 T394 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 181161 T394 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 181161 T394 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty3-1371831952088
[junit4:junit4]   2> 181162 T394 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty3-1371831952088\solr.xml
[junit4:junit4]   2> 181162 T394 oasc.CoreContainer.<init> New CoreContainer 1392687607
[junit4:junit4]   2> 181163 T394 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty3-1371831952088\'
[junit4:junit4]   2> 181163 T394 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty3-1371831952088\'
[junit4:junit4]   2> 181302 T394 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 181302 T394 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 181303 T394 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 181303 T394 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 181304 T394 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 181304 T394 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 181304 T394 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 181305 T394 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 181305 T394 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 181305 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 181315 T394 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 181316 T394 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57263/solr
[junit4:junit4]   2> 181316 T394 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 181318 T394 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 181338 T467 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@287001ed name:ZooKeeperConnection Watcher:127.0.0.1:57263 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 181339 T394 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 181344 T396 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13f678e207c0009, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:724)
[junit4:junit4]   2> 
[junit4:junit4]   2> 181344 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 181353 T394 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 181358 T469 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@361e0c23 name:ZooKeeperConnection Watcher:127.0.0.1:57263/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 181358 T394 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 181369 T394 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 182205 T417 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 182210 T417 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:57291__collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:57291_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57291"}
[junit4:junit4]   2> 182232 T469 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 182234 T423 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 182236 T452 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 182238 T436 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 182242 T416 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 182476 T394 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57301_
[junit4:junit4]   2> 182482 T394 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57301_
[junit4:junit4]   2> 182493 T436 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 182493 T452 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 182499 T416 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 182500 T416 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 182502 T423 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 182505 T423 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 182502 T469 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 182507 T469 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 182516 T452 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 182518 T436 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 182544 T470 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 182545 T470 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 182924 T431 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:57291__collection1, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   2> 182925 T431 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:57291__collection1&state=recovering&nodeName=127.0.0.1:57291_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=2202 
[junit4:junit4]   2> 183910 T417 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 183912 T417 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:57301_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57301"}
[junit4:junit4]   2> 183912 T417 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 183912 T417 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 183927 T469 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 183928 T416 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 183928 T423 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 183928 T452 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 183928 T436 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 184750 T470 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty3-1371831952088\collection1
[junit4:junit4]   2> 184750 T470 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 184753 T470 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 184753 T470 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 184760 T470 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty3-1371831952088\collection1\'
[junit4:junit4]   2> 184764 T470 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty3-1371831952088/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 184764 T470 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty3-1371831952088/collection1/lib/README' to classloader
[junit4:junit4]   2> 184832 T470 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 184909 T470 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 184913 T470 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 184926 T470 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> ASYNC  NEW_CORE C188 name=collection1 org.apache.solr.core.SolrCore@2a941c4e url=http://127.0.0.1:57291/collection1 node=127.0.0.1:57291_ C188_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:57291_, base_url=http://127.0.0.1:57291}
[junit4:junit4]   2> 185128 T455 C188 P57291 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:57282/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 185138 T455 C188 P57291 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 185155 T455 C188 P57291 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:57291 START replicas=[http://127.0.0.1:57282/collection1/] nUpdates=100
[junit4:junit4]   2> 185156 T455 C188 P57291 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 185157 T455 C188 P57291 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 185158 T455 C188 P57291 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 185159 T455 C188 P57291 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 185159 T455 C188 P57291 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 185159 T455 C188 P57291 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:57282/collection1/. core=collection1
[junit4:junit4]   2> 185159 T455 C188 P57291 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C189 name=collection1 org.apache.solr.core.SolrCore@7465364 url=http://127.0.0.1:57282/collection1 node=127.0.0.1:57282_ C189_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:57282_, base_url=http://127.0.0.1:57282, leader=true}
[junit4:junit4]   2> 185183 T432 C189 P57282 oasc.SolrCore.execute [collection1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> ASYNC  NEW_CORE C190 name=collection1 org.apache.solr.core.SolrCore@7465364 url=http://127.0.0.1:57282/collection1 node=127.0.0.1:57282_ C190_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:57282_, base_url=http://127.0.0.1:57282, leader=true}
[junit4:junit4]   2> 185233 T432 C190 P57282 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 185241 T432 C190 P57282 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty1\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@15944165; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4:junit4]   2> 185242 T432 C190 P57282 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 185253 T432 C190 P57282 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty1\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@15944165; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty1\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@15944165; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2}
[junit4:junit4]   2> 185253 T432 C190 P57282 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 185257 T432 C190 P57282 oass.SolrIndexSearcher.<init> Opening Searcher@6ea37e0d realtime
[junit4:junit4]   2> 185257 T432 C190 P57282 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 185258 T432 C190 P57282 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 72
[junit4:junit4]   2> ASYNC  NEW_CORE C191 name=collection1 org.apache.solr.core.SolrCore@2a941c4e url=http://127.0.0.1:57291/collection1 node=127.0.0.1:57291_ C191_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:57291_, base_url=http://127.0.0.1:57291}
[junit4:junit4]   2> 185345 T455 C191 P57291 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 185346 T455 C191 P57291 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> 185362 T455 C191 P57291 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> ASYNC  NEW_CORE C192 name=collection1 org.apache.solr.core.SolrCore@7465364 url=http://127.0.0.1:57282/collection1 node=127.0.0.1:57282_ C192_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:57282_, base_url=http://127.0.0.1:57282, leader=true}
[junit4:junit4]   2> 185368 T429 C192 P57282 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 185369 T429 C192 P57282 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 185370 T455 C191 P57291 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 185371 T455 C191 P57291 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 185372 T455 C191 P57291 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> ASYNC  NEW_CORE C193 name=collection1 org.apache.solr.core.SolrCore@7465364 url=http://127.0.0.1:57282/collection1 node=127.0.0.1:57282_ C193_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:57282_, base_url=http://127.0.0.1:57282, leader=true}
[junit4:junit4]   2> 185384 T430 C193 P57282 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> ASYNC  NEW_CORE C194 name=collection1 org.apache.solr.core.SolrCore@2a941c4e url=http://127.0.0.1:57291/collection1 node=127.0.0.1:57291_ C194_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:57291_, base_url=http://127.0.0.1:57291}
[junit4:junit4]   2> 185385 T455 C194 P57291 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 185388 T455 C194 P57291 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty2\index.20130621212556762
[junit4:junit4]   2> 185389 T455 C194 P57291 oash.SnapPuller.fetchLatestIndex Starting download to NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty2\index.20130621212556762 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6ea1bf09; maxCacheMB=48.0 maxMergeSizeMB=4.0) fullCopy=false
[junit4:junit4]   2> 185404 T431 C193 P57282 oasc.SolrCore.execute [collection1] webapp= path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=4 
[junit4:junit4]   2> 185420 T455 C194 P57291 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 185427 T455 C194 P57291 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 185427 T455 C194 P57291 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C195 name=collection1 org.apache.solr.core.SolrCore@2a941c4e url=http://127.0.0.1:57291/collection1 node=127.0.0.1:57291_ C195_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:57291_, base_url=http://127.0.0.1:57291}
[junit4:junit4]   2> 185446 T455 C195 P57291 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty2\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4ec2255; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty2\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4ec2255; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2}
[junit4:junit4]   2> 185447 T455 C195 P57291 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 185447 T455 C195 P57291 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 185450 T455 C195 P57291 oass.SolrIndexSearcher.<init> Opening Searcher@3e1bbe6f main
[junit4:junit4]   2> 185452 T454 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3e1bbe6f main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 185453 T455 C195 P57291 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty2\index.20130621212556762 [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty2\index.20130621212556762;done=true>>]
[junit4:junit4]   2> 185453 T455 C195 P57291 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty2\index.20130621212556762
[junit4:junit4]   2> 185453 T455 C195 P57291 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty2\index.20130621212556762
[junit4:junit4]   2> 185455 T455 C195 P57291 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 185456 T455 C195 P57291 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 185456 T455 C195 P57291 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 185456 T455 C195 P57291 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 185460 T455 C195 P57291 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 185590 T417 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 185594 T417 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:57291__collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:57291_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57291"}
[junit4:junit4]   2> 185610 T416 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 185611 T469 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 185611 T452 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 185611 T436 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 185612 T423 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 185818 T470 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
[junit4:junit4]   2> 185818 T470 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
[junit4:junit4]   2> 185820 T470 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 185830 T470 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 185834 T470 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 185865 T470 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 185882 T470 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 185886 T470 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 185889 T470 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 185889 T470 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 185890 T470 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 185892 T470 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 185892 T470 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 185892 T470 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 185893 T470 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty3-1371831952088\collection1\, dataDir=.\org.apache.solr.cloud.SyncSliceTest-1371831935089/jetty3\
[junit4:junit4]   2> 185893 T470 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@36bc6f46
[junit4:junit4]   2> 185894 T470 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 185894 T470 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty3
[junit4:junit4]   2> 185896 T470 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.SyncSliceTest-1371831935089/jetty3\index/
[junit4:junit4]   2> 185897 T470 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 185897 T470 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty3\index
[junit4:junit4]   2> 185908 T470 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty3\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6820e9ae; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4:junit4]   2> 185908 T470 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 185912 T470 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 185912 T470 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 185912 T470 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 185913 T470 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 185914 T470 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 185914 T470 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 185929 T470 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 185930 T470 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 185930 T470 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 185941 T470 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 185949 T470 oass.SolrIndexSearcher.<init> Opening Searcher@8f81e9 main
[junit4:junit4]   2> 185951 T470 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 185951 T470 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 185957 T473 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@8f81e9 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 185959 T470 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 185960 T470 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:57301 collection:collection1 shard:shard1
[junit4:junit4]   2> 185967 T470 oasc.ZkController.register We are http://127.0.0.1:57301/collection1/ and leader is http://127.0.0.1:57282/collection1/
[junit4:junit4]   2> 185967 T470 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:57301
[junit4:junit4]   2> 185967 T470 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 185967 T470 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C196 name=collection1 org.apache.solr.core.SolrCore@de68f9e url=http://127.0.0.1:57301/collection1 node=127.0.0.1:57301_ C196_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:57301_, base_url=http://127.0.0.1:57301}
[junit4:junit4]   2> 185968 T474 C196 P57301 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 185970 T474 C196 P57301 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 185970 T474 C196 P57301 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 185970 T474 C196 P57301 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 185970 T470 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 185972 T474 C196 P57301 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 185974 T394 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 185975 T394 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 185975 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 185986 T432 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:57301__collection1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 186370 T394 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 186377 T394 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57314
[junit4:junit4]   2> 186379 T394 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 186379 T394 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 186379 T394 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty4-1371831957357
[junit4:junit4]   2> 186380 T394 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty4-1371831957357\solr.xml
[junit4:junit4]   2> 186380 T394 oasc.CoreContainer.<init> New CoreContainer 127172800
[junit4:junit4]   2> 186380 T394 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty4-1371831957357\'
[junit4:junit4]   2> 186380 T394 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty4-1371831957357\'
[junit4:junit4]   2> 186504 T394 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 186504 T394 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 186505 T394 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 186505 T394 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 186506 T394 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 186506 T394 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 186507 T394 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 186507 T394 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 186507 T394 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 186509 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 186520 T394 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 186520 T394 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57263/solr
[junit4:junit4]   2> 186521 T394 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 186523 T394 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 186537 T486 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5ea3980 name:ZooKeeperConnection Watcher:127.0.0.1:57263 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 186538 T394 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 186542 T396 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13f678e207c000b, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:724)
[junit4:junit4]   2> 
[junit4:junit4]   2> 186542 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 186551 T394 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 186556 T488 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4f28847 name:ZooKeeperConnection Watcher:127.0.0.1:57263/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 186557 T394 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 186565 T394 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 187108 T417 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 187109 T417 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:57301__collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:57301_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57301"}
[junit4:junit4]   2> 187124 T469 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 187125 T488 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 187125 T423 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 187128 T436 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 187128 T452 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 187129 T416 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 187561 T394 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57314_
[junit4:junit4]   2> 187568 T394 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57314_
[junit4:junit4]   2> 187579 T488 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 187579 T452 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 187581 T469 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 187581 T469 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 187579 T436 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 187582 T423 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 187582 T423 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 187583 T416 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 187583 T416 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 187590 T452 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 187590 T488 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 187591 T436 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 187599 T489 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 187599 T489 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 187966 T432 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:57301__collection1, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   2> 187966 T432 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:57301__collection1&state=recovering&nodeName=127.0.0.1:57301_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1980 
[junit4:junit4]   2> 188626 T417 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 188629 T417 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:57314_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57314"}
[junit4:junit4]   2> 188629 T417 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 188629 T417 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 188644 T469 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 188644 T488 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 188645 T416 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 188645 T423 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 188646 T452 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 188646 T436 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 189583 T489 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty4-1371831957357\collection1
[junit4:junit4]   2> 189583 T489 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 189587 T489 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 189587 T489 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 189592 T489 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty4-1371831957357\collection1\'
[junit4:junit4]   2> 189596 T489 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty4-1371831957357/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 189598 T489 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty4-1371831957357/collection1/lib/README' to classloader
[junit4:junit4]   2> 189669 T489 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 189738 T489 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 189741 T489 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 189748 T489 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> ASYNC  NEW_CORE C197 name=collection1 org.apache.solr.core.SolrCore@de68f9e url=http://127.0.0.1:57301/collection1 node=127.0.0.1:57301_ C197_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:57301_, base_url=http://127.0.0.1:57301}
[junit4:junit4]   2> 189947 T474 C197 P57301 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:57282/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 189947 T474 C197 P57301 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:57301 START replicas=[http://127.0.0.1:57282/collection1/] nUpdates=100
[junit4:junit4]   2> 189948 T474 C197 P57301 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 189950 T474 C197 P57301 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 189951 T474 C197 P57301 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 189951 T474 C197 P57301 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 189951 T474 C197 P57301 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 189951 T474 C197 P57301 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:57282/collection1/. core=collection1
[junit4:junit4]   2> 189952 T474 C197 P57301 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C198 name=collection1 org.apache.solr.core.SolrCore@7465364 url=http://127.0.0.1:57282/collection1 node=127.0.0.1:57282_ C198_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:57282_, base_url=http://127.0.0.1:57282, leader=true}
[junit4:junit4]   2> 189960 T429 C198 P57282 oasc.SolrCore.execute [collection1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 189969 T430 C198 P57282 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> ASYNC  NEW_CORE C199 name=collection1 org.apache.solr.core.SolrCore@7465364 url=http://127.0.0.1:57282/collection1 node=127.0.0.1:57282_ C199_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:57282_, base_url=http://127.0.0.1:57282, leader=true}
[junit4:junit4]   2> 190025 T430 C199 P57282 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty1\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@15944165; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty1\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@15944165; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3}
[junit4:junit4]   2> 190025 T430 C199 P57282 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 190028 T430 C199 P57282 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 190028 T430 C199 P57282 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 60
[junit4:junit4]   2> ASYNC  NEW_CORE C200 name=collection1 org.apache.solr.core.SolrCore@de68f9e url=http://127.0.0.1:57301/collection1 node=127.0.0.1:57301_ C200_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:57301_, base_url=http://127.0.0.1:57301}
[junit4:junit4]   2> 190030 T474 C200 P57301 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 190031 T474 C200 P57301 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 190038 T427 C199 P57282 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 190039 T474 C200 P57301 oash.SnapPuller.fetchLatestIndex Master's generation: 3
[junit4:junit4]   2> 190039 T474 C200 P57301 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 190039 T474 C200 P57301 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 190053 T428 C199 P57282 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=3&version=2} status=0 QTime=11 
[junit4:junit4]   2> 190054 T474 C200 P57301 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 190056 T474 C200 P57301 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty3\index.20130621212601430
[junit4:junit4]   2> 190058 T474 C200 P57301 oash.SnapPuller.fetchLatestIndex Starting download to NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty3\index.20130621212601430 lockFactory=org.apache.lucene.store.NativeFSLockFactory@49dfce80; maxCacheMB=48.0 maxMergeSizeMB=4.0) fullCopy=false
[junit4:junit4]   2> ASYNC  NEW_CORE C201 name=collection1 org.apache.solr.core.SolrCore@7465364 url=http://127.0.0.1:57282/collection1 node=127.0.0.1:57282_ C201_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:57282_, base_url=http://127.0.0.1:57282, leader=true}
[junit4:junit4]   2> 190069 T429 C201 P57282 oasc.SolrCore.execute [collection1] webapp= path=/replication params={file=segments_3&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=1 
[junit4:junit4]   2> ASYNC  NEW_CORE C202 name=collection1 org.apache.solr.core.SolrCore@de68f9e url=http://127.0.0.1:57301/collection1 node=127.0.0.1:57301_ C202_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:57301_, base_url=http://127.0.0.1:57301}
[junit4:junit4]   2> 190072 T474 C202 P57301 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> ASYNC  NEW_CORE C203 name=collection1 org.apache.solr.core.SolrCore@de68f9e url=http://127.0.0.1:57301/collection1 node=127.0.0.1:57301_ C203_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:57301_, base_url=http://127.0.0.1:57301}
[junit4:junit4]   2> 190186 T474 C203 P57301 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 190187 T474 C203 P57301 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 190193 T474 C203 P57301 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty3\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6820e9ae; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty3\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6820e9ae; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3}
[junit4:junit4]   2> 190195 T474 C203 P57301 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 190196 T474 C203 P57301 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 190198 T474 C203 P57301 oass.SolrIndexSearcher.<init> Opening Searcher@16115bef main
[junit4:junit4]   2> 190210 T473 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@16115bef main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   2> 190211 T474 C203 P57301 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty3\index.20130621212601430 [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty3\index.20130621212601430;done=true>>]
[junit4:junit4]   2> 190212 T474 C203 P57301 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty3\index.20130621212601430
[junit4:junit4]   2> 190212 T474 C203 P57301 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty3\index.20130621212601430
[junit4:junit4]   2> 190213 T474 C203 P57301 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 190213 T474 C203 P57301 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 190214 T474 C203 P57301 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 190214 T474 C203 P57301 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 190218 T474 C203 P57301 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 190221 T417 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 190222 T417 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:57301__collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:57301_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57301"}
[junit4:junit4]   2> 190234 T488 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 190234 T416 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 190235 T436 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 190236 T452 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 190236 T469 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 190237 T423 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 190495 T489 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
[junit4:junit4]   2> 190497 T489 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
[junit4:junit4]   2> 190498 T489 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 190510 T489 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 190513 T489 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 190542 T489 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 190554 T489 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 190560 T489 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 190562 T489 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 190562 T489 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 190562 T489 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 190564 T489 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 190564 T489 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 190564 T489 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 190565 T489 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SyncSliceTest-jetty4-1371831957357\collection1\, dataDir=.\org.apache.solr.cloud.SyncSliceTest-1371831935089/jetty4\
[junit4:junit4]   2> 190565 T489 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@36bc6f46
[junit4:junit4]   2> 190566 T489 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 190567 T489 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty4
[junit4:junit4]   2> 190567 T489 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.SyncSliceTest-1371831935089/jetty4\index/
[junit4:junit4]   2> 190568 T489 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty4\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 190569 T489 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty4\index
[junit4:junit4]   2> 190578 T489 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty4\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2731ef5c; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4:junit4]   2> 190578 T489 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 190582 T489 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 190582 T489 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 190583 T489 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 190584 T489 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 190584 T489 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 190584 T489 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 190589 T489 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 190590 T489 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 190590 T489 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 190600 T489 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 190610 T489 oass.SolrIndexSearcher.<init> Opening Searcher@727efb8d main
[junit4:junit4]   2> 190612 T489 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 190612 T489 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 190617 T492 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@727efb8d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 190620 T489 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 190620 T489 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:57314 collection:collection1 shard:shard1
[junit4:junit4]   2> 190628 T489 oasc.ZkController.register We are http://127.0.0.1:57314/collection1/ and leader is http://127.0.0.1:57282/collection1/
[junit4:junit4]   2> 190628 T489 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:57314
[junit4:junit4]   2> 190628 T489 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 190629 T489 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C204 name=collection1 org.apache.solr.core.SolrCore@1f2c3a40 url=http://127.0.0.1:57314/collection1 node=127.0.0.1:57314_ C204_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:57314_, base_url=http://127.0.0.1:57314}
[junit4:junit4]   2> 190630 T493 C204 P57314 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 190631 T493 C204 P57314 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 190631 T493 C204 P57314 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 190631 T493 C204 P57314 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 190632 T489 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 190634 T493 C204 P57314 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 190636 T394 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 190636 T394 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 190636 T394 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 190651 T394 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 190654 T394 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 15 for each attempt
[junit4:junit4]   2> 190654 T394 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15
[junit4:junit4]   2> 190656 T430 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:57314__collection1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 190656 T394 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 191649 T394 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 191765 T417 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 191766 T417 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:57314__collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:57314_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57314"}
[junit4:junit4]   2> 191793 T469 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 191794 T423 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 191794 T488 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 191795 T416 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 191796 T436 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 191796 T452 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 192636 T430 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:57314__collection1, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   2> 192637 T430 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:57314__collection1&state=recovering&nodeName=127.0.0.1:57314_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1982 
[junit4:junit4]   2> 192644 T394 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 193638 T394 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C205 name=collection1 org.apache.solr.core.SolrCore@1f2c3a40 url=http://127.0.0.1:57314/collection1 node=127.0.0.1:57314_ C205_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:57314_, base_url=http://127.0.0.1:57314}
[junit4:junit4]   2> 194619 T493 C205 P57314 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:57282/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 194619 T493 C205 P57314 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:57314 START replicas=[http://127.0.0.1:57282/collection1/] nUpdates=100
[junit4:junit4]   2> 194620 T493 C205 P57314 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 194620 T493 C205 P57314 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 194620 T493 C205 P57314 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 194621 T493 C205 P57314 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 194621 T493 C205 P57314 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 194622 T493 C205 P57314 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:57282/collection1/. core=collection1
[junit4:junit4]   2> 194622 T493 C205 P57314 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C206 name=collection1 org.apache.solr.core.SolrCore@7465364 url=http://127.0.0.1:57282/collection1 node=127.0.0.1:57282_ C206_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:57282_, base_url=http://127.0.0.1:57282, leader=true}
[junit4:junit4]   2> 194624 T427 C206 P57282 oasc.SolrCore.execute [collection1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 194632 T394 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 194642 T430 C206 P57282 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 194666 T430 C206 P57282 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=3
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty1\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@15944165; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty1\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@15944165; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3}
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty1\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@15944165; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4}
[junit4:junit4]   2> 194667 T430 C206 P57282 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
[junit4:junit4]   2> 194671 T430 C206 P57282 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 194671 T430 C206 P57282 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 29
[junit4:junit4]   2> 194672 T493 C205 P57314 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 194672 T493 C205 P57314 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 194677 T432 C206 P57282 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 194678 T493 C205 P57314 oash.SnapPuller.fetchLatestIndex Master's generation: 4
[junit4:junit4]   2> 194678 T493 C205 P57314 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 194678 T493 C205 P57314 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 194684 T431 C206 P57282 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=4&version=2} status=0 QTime=3 
[junit4:junit4]   2> 194686 T493 C205 P57314 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 194688 T493 C205 P57314 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty4\index.20130621212606061
[junit4:junit4]   2> 194689 T493 C205 P57314 oash.SnapPuller.fetchLatestIndex Starting download to NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty4\index.20130621212606061 lockFactory=org.apache.lucene.store.NativeFSLockFactory@711ee528; maxCacheMB=48.0 maxMergeSizeMB=4.0) fullCopy=false
[junit4:junit4]   2> 194695 T427 C206 P57282 oasc.SolrCore.execute [collection1] webapp= path=/replication params={file=segments_4&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=4} status=0 QTime=1 
[junit4:junit4]   2> 194697 T493 C205 P57314 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 194702 T493 C205 P57314 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 194702 T493 C205 P57314 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 194707 T493 C205 P57314 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty4\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2731ef5c; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty4\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2731ef5c; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4}
[junit4:junit4]   2> 194709 T493 C205 P57314 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
[junit4:junit4]   2> 194710 T493 C205 P57314 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 194712 T493 C205 P57314 oass.SolrIndexSearcher.<init> Opening Searcher@513b3976 main
[junit4:junit4]   2> 194713 T492 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@513b3976 main{StandardDirectoryReader(segments_4:1:nrt)}
[junit4:junit4]   2> 194715 T493 C205 P57314 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty4\index.20130621212606061 [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty4\index.20130621212606061;done=true>>]
[junit4:junit4]   2> 194715 T493 C205 P57314 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty4\index.20130621212606061
[junit4:junit4]   2> 194715 T493 C205 P57314 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty4\index.20130621212606061
[junit4:junit4]   2> 194716 T493 C205 P57314 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 194717 T493 C205 P57314 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 194717 T493 C205 P57314 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 194717 T493 C205 P57314 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 194720 T493 C205 P57314 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 194794 T417 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 194797 T417 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:57314__collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:57314_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57314"}
[junit4:junit4]   2> 194818 T469 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 194819 T488 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 194820 T416 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 194819 T423 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 194822 T436 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 194822 T452 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 195612 T394 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 195615 T394 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C207 name=collection1 org.apache.solr.core.SolrCore@160e6784 url=http://127.0.0.1:57270/collection1 node=127.0.0.1:57270_ C207_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:57270_, base_url=http://127.0.0.1:57270, leader=true}
[junit4:junit4]   2> 195640 T408 C207 P57270 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 195646 T408 C207 P57270 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\control\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@140de896; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4:junit4]   2> 195647 T408 C207 P57270 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 195657 T408 C207 P57270 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\control\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@140de896; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\control\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@140de896; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2}
[junit4:junit4]   2> 195657 T408 C207 P57270 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 195663 T408 C207 P57270 oass.SolrIndexSearcher.<init> Opening Searcher@79079b7a main
[junit4:junit4]   2> 195664 T408 C207 P57270 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 195665 T420 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@79079b7a main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 195666 T408 C207 P57270 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 26
[junit4:junit4]   2> ASYNC  NEW_CORE C208 name=collection1 org.apache.solr.core.SolrCore@2a941c4e url=http://127.0.0.1:57291/collection1 node=127.0.0.1:57291_ C208_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:57291_, base_url=http://127.0.0.1:57291}
[junit4:junit4]   2> 195697 T448 C208 P57291 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:57282/collection1/, StdNode: http://127.0.0.1:57291/collection1/, StdNode: http://127.0.0.1:57301/collection1/, StdNode: http://127.0.0.1:57314/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2> 195709 T430 C206 P57282 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> ASYNC  NEW_CORE C209 name=collection1 org.apache.solr.core.SolrCore@2a941c4e url=http://127.0.0.1:57291/collection1 node=127.0.0.1:57291_ C209_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:57291_, base_url=http://127.0.0.1:57291}
[junit4:junit4]   2> 195722 T444 C209 P57291 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 195732 T444 C209 P57291 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty2\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4ec2255; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty2\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4ec2255; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3}
[junit4:junit4]   2> 195732 T444 C209 P57291 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> ASYNC  NEW_CORE C210 name=collection1 org.apache.solr.core.SolrCore@7465364 url=http://127.0.0.1:57282/collection1 node=127.0.0.1:57282_ C210_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:57282_, base_url=http://127.0.0.1:57282, leader=true}
[junit4:junit4]   2> 195732 T430 C210 P57282 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=4
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty1\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@15944165; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty1\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@15944165; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3}
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty1\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@15944165; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4}
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty1\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@15944165; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_5,generation=5}
[junit4:junit4]   2> 195734 T430 C210 P57282 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
[junit4:junit4]   2> 195736 T444 C209 P57291 oass.SolrIndexSearcher.<init> Opening Searcher@5aae535d main
[junit4:junit4]   2> 195736 T444 C209 P57291 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 195737 T454 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5aae535d main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 195738 T444 C209 P57291 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 28
[junit4:junit4]   2> 195739 T430 C210 P57282 oass.SolrIndexSearcher.<init> Opening Searcher@68ab1c2d main
[junit4:junit4]   2> 195739 T430 C210 P57282 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 195740 T438 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@68ab1c2d main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 195740 T430 C210 P57282 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 31
[junit4:junit4]   2> ASYNC  NEW_CORE C211 name=collection1 org.apache.solr.core.SolrCore@de68f9e url=http://127.0.0.1:57301/collection1 node=127.0.0.1:57301_ C211_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:57301_, base_url=http://127.0.0.1:57301}
[junit4:junit4]   2> 195742 T464 C211 P57301 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> ASYNC  NEW_CORE C212 name=collection1 org.apache.solr.core.SolrCore@1f2c3a40 url=http://127.0.0.1:57314/collection1 node=127.0.0.1:57314_ C212_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:57314_, base_url=http://127.0.0.1:57314}
[junit4:junit4]   2> 195744 T484 C212 P57314 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 195753 T464 C211 P57301 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty3\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6820e9ae; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3}
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty3\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6820e9ae; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4}
[junit4:junit4]   2> 195753 T464 C211 P57301 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
[junit4:junit4]   2> 195753 T484 C212 P57314 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty4\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2731ef5c; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4}
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty4\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2731ef5c; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_5,generation=5}
[junit4:junit4]   2> 195753 T484 C212 P57314 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
[junit4:junit4]   2> 195756 T464 C211 P57301 oass.SolrIndexSearcher.<init> Opening Searcher@5887abd8 main
[junit4:junit4]   2> 195756 T464 C211 P57301 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 195757 T473 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5887abd8 main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   2> 195760 T464 C211 P57301 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 18
[junit4:junit4]   2> 195761 T484 C212 P57314 oass.SolrIndexSearcher.<init> Opening Searcher@4cc2947e main
[junit4:junit4]   2> 195761 T484 C212 P57314 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 195762 T492 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4cc2947e main{StandardDirectoryReader(segments_4:1:nrt)}
[junit4:junit4]   2> 195763 T484 C212 P57314 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 21
[junit4:junit4]   2> 195764 T448 C209 P57291 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 68
[junit4:junit4]   2> 195766 T394 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 195770 T432 C210 P57282 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 195773 T443 C209 P57291 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 195778 T460 C211 P57301 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 195781 T480 C212 P57314 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> ASYNC  NEW_CORE C213 name=collection1 org.apache.solr.core.SolrCore@160e6784 url=http://127.0.0.1:57270/collection1 node=127.0.0.1:57270_ C213_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:57270_, base_url=http://127.0.0.1:57270, leader=true}
[junit4:junit4]   2> 197582 T411 C213 P57270 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1438470078672666624)} 0 14
[junit4:junit4]   2> 197615 T465 C211 P57301 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=FROMLEADER&_version_=-1438470078696783872&update.from=http://127.0.0.1:57282/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1438470078696783872)} 0 5
[junit4:junit4]   2> 197627 T448 C209 P57291 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=FROMLEADER&_version_=-1438470078696783872&update.from=http://127.0.0.1:57282/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1438470078696783872)} 0 6
[junit4:junit4]   2> 197629 T479 C212 P57314 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=FROMLEADER&_version_=-1438470078696783872&update.from=http://127.0.0.1:57282/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1438470078696783872)} 0 5
[junit4:junit4]   2> 197631 T429 C210 P57282 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1438470078696783872)} 0 35
[junit4:junit4]   2> 197632 T444 C209 P57291 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 48
[junit4:junit4]   2> 197640 T407 C213 P57270 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[0 (1438470078736629760)]} 0 5
[junit4:junit4]   2> 197669 T443 C209 P57291 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:57282/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[0 (1438470078760747008)]} 0 3
[junit4:junit4]   2> 197672 T464 C211 P57301 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:57282/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[0 (1438470078760747008)]} 0 6
[junit4:junit4]   2> 197675 T480 C212 P57314 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:57282/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[0 (1438470078760747008)]} 0 7
[junit4:junit4]   2> 197675 T430 C210 P57282 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:57314/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[0 (1438470078760747008)]} 0 17
[junit4:junit4]   2> 197676 T484 C212 P57314 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[0]} 0 33
[junit4:junit4]   2> 197682 T408 C213 P57270 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[1 (1438470078783815680)]} 0 2
[junit4:junit4]   2> 197695 T460 C211 P57301 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:57282/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1438470078792204288)]} 0 3
[junit4:junit4]   2> 197698 T481 C212 P57314 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:57282/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1438470078792204288)]} 0 6
[junit4:junit4]   2> 197700 T446 C209 P57291 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:57282/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1438470078792204288)]} 0 5
[junit4:junit4]   2> 197701 T432 C210 P57282 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:57291/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[1 (1438470078792204288)]} 0 13
[junit4:junit4]   2> 197702 T445 C209 P57291 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[1]} 0 18
[junit4:junit4]   2> 197709 T409 C213 P57270 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[2 (1438470078811078656)]} 0 4
[junit4:junit4]   2> 197715 T431 C210 P57282 oasup.DistributedUpdateProcessor.setupRequest test.distrib.skip.servers was found and contains:[http://127.0.0.1:57291/collection1/]
[junit4:junit4]   2> 197716 T431 C210 P57282 oasup.DistributedUpdateProcessor.setupRequest check url:http://127.0.0.1:57291/collection1/ against:[http://127.0.0.1:57291/collection1/] result:true
[junit4:junit4]   2> 197716 T431 C210 P57282 oasup.DistributedUpdateProcessor.setupRequest check url:http://127.0.0.1:57301/collection1/ against:[http://127.0.0.1:57291/collection1/] result:false
[junit4:junit4]   2> 197716 T431 C210 P57282 oasup.DistributedUpdateProcessor.setupRequest check url:http://127.0.0.1:57314/collection1/ against:[http://127.0.0.1:57291/collection1/] result:false
[junit4:junit4]   2> 197728 T461 C211 P57301 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:57282/collection1/&update.distrib=FROMLEADER&test.distrib.skip.servers=http://127.0.0.1:57291/collection1/&wt=javabin&version=2} {add=[2 (1438470078821564416)]} 0 6
[junit4:junit4]   2> 197729 T482 C212 P57314 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:57282/collection1/&update.distrib=FROMLEADER&test.distrib.skip.servers=http://127.0.0.1:57291/collection1/&wt=javabin&version=2} {add=[2 (1438470078821564416)]} 0 2
[junit4:junit4]   2> 197729 T431 C210 P57282 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:57291/collection1/&update.distrib=TOLEADER&test.distrib.skip.servers=http://127.0.0.1:57291/collection1/&wt=javabin&version=2} {add=[2 (1438470078821564416)]} 0 14
[junit4:junit4]   2> 197729 T447 C209 P57291 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={test.distrib.skip.servers=http://127.0.0.1:57291/collection1/&wt=javabin&version=2} {add=[2]} 0 17
[junit4:junit4]   2> 197739 T410 C213 P57270 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[3 (1438470078842535936)]} 0 3
[junit4:junit4]   2> 197748 T427 C210 P57282 oasup.DistributedUpdateProcessor.setupRequest test.distrib.skip.servers was found and contains:[http://127.0.0.1:57291/collection1/, http://127.0.0.1:57301/collection1/]
[junit4:junit4]   2> 197748 T427 C210 P57282 oasup.DistributedUpdateProcessor.setupRequest check url:http://127.0.0.1:57291/collection1/ against:[http://127.0.0.1:57291/collection1/, http://127.0.0.1:57301/collection1/] result:true
[junit4:junit4]   2> 197749 T427 C210 P57282 oasup.DistributedUpdateProcessor.setupRequest check url:http://127.0.0.1:57301/collection1/ against:[http://127.0.0.1:57291/collection1/, http://127.0.0.1:57301/collection1/] result:true
[junit4:junit4]   2> 197749 T427 C210 P57282 oasup.DistributedUpdateProcessor.setupRequest check url:http://127.0.0.1:57314/collection1/ against:[http://127.0.0.1:57291/collection1/, http://127.0.0.1:57301/collection1/] result:false
[junit4:junit4]   2> 197760 T483 C212 P57314 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:57282/collection1/&update.distrib=FROMLEADER&test.distrib.skip.servers=http://127.0.0.1:57291/collection1/&wt=javabin&version=2} {add=[3 (1438470078856167424)]} 0 6
[junit4:junit4]   2> 197762 T427 C210 P57282 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={test.distrib.skip.servers=http://127.0.0.1:57291/collection1/&test.distrib.skip.servers=http://127.0.0.1:57301/collection1/&wt=javabin&version=2} {add=[3 (1438470078856167424)]} 0 15
[junit4:junit4]   2> 197768 T412 C213 P57270 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 197853 T412 C213 P57270 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\control\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@140de896; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\control\data\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@140de896; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3}
[junit4:junit4]   2> 197853 T412 C213 P57270 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 197870 T412 C213 P57270 oass.SolrIndexSearcher.<init> Opening Searcher@73fb47e7 main
[junit4:junit4]   2> 197871 T412 C213 P57270 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 197872 T420 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@73fb47e7 main{StandardDirectoryReader(segments_3:3:nrt _0(4.4):C4)}
[junit4:junit4]   2> 197873 T412 C213 P57270 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 106
[junit4:junit4]   2> 197876 T479 C212 P57314 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:57282/collection1/, StdNode: http://127.0.0.1:57291/collection1/, StdNode: http://127.0.0.1:57301/collection1/, StdNode: http://127.0.0.1:57314/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2> 197880 T428 C210 P57282 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 197888 T448 C209 P57291 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 197889 T480 C212 P57314 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 197889 T462 C211 P57301 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> ASYNC  NEW_CORE C214 name=collection1 org.apache.solr.core.SolrCore@7465364 url=http://127.0.0.1:57282/collection1 node=127.0.0.1:57282_ C214_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:57282_, base_url=http://127.0.0.1:57282, leader=true}
[junit4:junit4]   2> 198006 T428 C214 P57282 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=4
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty1\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@15944165; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3}
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty1\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@15944165; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4}
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty1\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@15944165; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_5,generation=5}
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty1\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@15944165; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_6,generation=6}
[junit4:junit4]   2> 198007 T428 C214 P57282 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
[junit4:junit4]   2> 198018 T428 C214 P57282 oass.SolrIndexSearcher.<init> Opening Searcher@44288c6d main
[junit4:junit4]   2> 198019 T428 C214 P57282 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> ASYNC  NEW_CORE C215 name=collection1 org.apache.solr.core.SolrCore@2a941c4e url=http://127.0.0.1:57291/collection1 node=127.0.0.1:57291_ C215_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:57291_, base_url=http://127.0.0.1:57291}
[junit4:junit4]   2> 198020 T448 C215 P57291 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty2\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4ec2255; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3}
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty2\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4ec2255; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4}
[junit4:junit4]   2> 198021 T448 C215 P57291 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
[junit4:junit4]   2> ASYNC  NEW_CORE C216 name=collection1 org.apache.solr.core.SolrCore@1f2c3a40 url=http://127.0.0.1:57314/collection1 node=127.0.0.1:57314_ C216_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:57314_, base_url=http://127.0.0.1:57314}
[junit4:junit4]   2> 198021 T480 C216 P57314 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty4\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2731ef5c; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_5,generation=5}
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty4\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2731ef5c; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_6,generation=6}
[junit4:junit4]   2> 198022 T480 C216 P57314 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
[junit4:junit4]   2> 198030 T448 C215 P57291 oass.SolrIndexSearcher.<init> Opening Searcher@7bcb6cdd main
[junit4:junit4]   2> 198030 T448 C215 P57291 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 198032 T480 C216 P57314 oass.SolrIndexSearcher.<init> Opening Searcher@6e64f905 main
[junit4:junit4]   2> 198033 T438 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@44288c6d main{StandardDirectoryReader(segments_6:3:nrt _0(4.4):C4)}
[junit4:junit4]   2> 198033 T480 C216 P57314 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 198033 T428 C214 P57282 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 153
[junit4:junit4]   2> 198035 T454 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7bcb6cdd main{StandardDirectoryReader(segments_4:3:nrt _0(4.4):C2)}
[junit4:junit4]   2> 198036 T448 C215 P57291 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 148
[junit4:junit4]   2> 198037 T492 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6e64f905 main{StandardDirectoryReader(segments_6:3:nrt _0(4.4):C4)}
[junit4:junit4]   2> 198037 T480 C216 P57314 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 149
[junit4:junit4]   2> ASYNC  NEW_CORE C217 name=collection1 org.apache.solr.core.SolrCore@de68f9e url=http://127.0.0.1:57301/collection1 node=127.0.0.1:57301_ C217_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:57301_, base_url=http://127.0.0.1:57301}
[junit4:junit4]   2> 198042 T462 C217 P57301 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty3\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6820e9ae; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4}
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\org.apache.solr.cloud.SyncSliceTest-1371831935089\jetty3\index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6820e9ae; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_5,generation=5}
[junit4:junit4]   2> 198042 T462 C217 P57301 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
[junit4:junit4]   2> 198052 T462 C217 P57301 oass.SolrIndexSearcher.<init> Opening Searcher@169cc168 main
[junit4:junit4]   2> 198052 T462 C217 P57301 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 198053 T473 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@169cc168 main{StandardDirectoryReader(segments_5:3:nrt _0(4.4):C3)}
[junit4:junit4]   2> 198054 T462 C217 P57301 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 165
[junit4:junit4]   2> 198054 T479 C216 P57314 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 178
[junit4:junit4]   2> 198055 T394 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 198056 T394 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 

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

4]   1>                   "state":"down",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "collection":"collection1",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:57291_",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:57291"},
[junit4:junit4]   1>                 "127.0.0.1:57301__collection1":{
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "collection":"collection1",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:57301_",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:57301"},
[junit4:junit4]   1>                 "127.0.0.1:57314__collection1":{
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "collection":"collection1",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:57314_",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:57314",
[junit4:junit4]   1>                   "leader":"true"}}}},
[junit4:junit4]   1>           "router":"compositeId"},
[junit4:junit4]   1>         "control_collection":{
[junit4:junit4]   1>           "shards":{"shard1":{
[junit4:junit4]   1>               "range":"80000000-7fffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{"127.0.0.1:57270__collection1":{
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "collection":"control_collection",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:57270_",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:57270",
[junit4:junit4]   1>                   "leader":"true"}}}},
[junit4:junit4]   1>           "router":"compositeId"}}
[junit4:junit4]   1>   /solr/aliases.json (0)
[junit4:junit4]   1>   /solr/live_nodes (4)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:57314_ (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:57270_ (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:57282_ (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:57301_ (0)
[junit4:junit4]   1>   /solr/overseer (3)
[junit4:junit4]   1>   DATA:
[junit4:junit4]   1>       
[junit4:junit4]   1>    /solr/overseer/queue (0)
[junit4:junit4]   1>    /solr/overseer/queue-work (0)
[junit4:junit4]   1>    /solr/overseer/collection-queue-work (0)
[junit4:junit4]   1>   /solr/collections (2)
[junit4:junit4]   1>    /solr/collections/collection1 (3)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"configName":"conf1"}
[junit4:junit4]   1>     /solr/collections/collection1/shards (0)
[junit4:junit4]   1>     /solr/collections/collection1/leader_elect (1)
[junit4:junit4]   1>      /solr/collections/collection1/leader_elect/shard1 (1)
[junit4:junit4]   1>       /solr/collections/collection1/leader_elect/shard1/election (3)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard1/election/89904377698713612-127.0.0.1:57314__collection1-n_0000000003 (0)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard1/election/89904377698713610-127.0.0.1:57301__collection1-n_0000000005 (0)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard1/election/89904377698713614-127.0.0.1:57282__collection1-n_0000000004 (0)
[junit4:junit4]   1>     /solr/collections/collection1/leaders (1)
[junit4:junit4]   1>      /solr/collections/collection1/leaders/shard1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"collection1",
[junit4:junit4]   1>            "node_name":"127.0.0.1:57314_",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:57314"}
[junit4:junit4]   1>    /solr/collections/control_collection (3)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"configName":"conf1"}
[junit4:junit4]   1>     /solr/collections/control_collection/shards (0)
[junit4:junit4]   1>     /solr/collections/control_collection/leader_elect (1)
[junit4:junit4]   1>      /solr/collections/control_collection/leader_elect/shard1 (1)
[junit4:junit4]   1>       /solr/collections/control_collection/leader_elect/shard1/election (1)
[junit4:junit4]   1>        /solr/collections/control_collection/leader_elect/shard1/election/89904377698713603-127.0.0.1:57270__collection1-n_0000000000 (0)
[junit4:junit4]   1>     /solr/collections/control_collection/leaders (1)
[junit4:junit4]   1>      /solr/collections/control_collection/leaders/shard1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"collection1",
[junit4:junit4]   1>            "node_name":"127.0.0.1:57270_",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:57270"}
[junit4:junit4]   1>   /solr/overseer_elect (2)
[junit4:junit4]   1>    /solr/overseer_elect/election (4)
[junit4:junit4]   1>     /solr/overseer_elect/election/89904377698713614-127.0.0.1:57282_-n_0000000005 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89904377698713610-127.0.0.1:57301_-n_0000000003 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89904377698713612-127.0.0.1:57314_-n_0000000004 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89904377698713603-127.0.0.1:57270_-n_0000000000 (0)
[junit4:junit4]   1>    /solr/overseer_elect/leader (0)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"id":"89904377698713603-127.0.0.1:57270_-n_0000000000"}
[junit4:junit4]   1>  /zookeeper (1)
[junit4:junit4]   1>  DATA:
[junit4:junit4]   1>      
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SyncSliceTest -Dtests.method=testDistribSearch -Dtests.seed=676177279F0E4CF8 -Dtests.slow=true -Dtests.locale=et -Dtests.timezone=Asia/Dushanbe -Dtests.file.encoding=Cp1252
[junit4:junit4] FAILURE  151s | SyncSliceTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: shard1 is not consistent.  Got 305 from http://127.0.0.1:57282/collection1lastClient and got 261 from http://127.0.0.1:57301/collection1
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([676177279F0E4CF8:E687F93FE8512CC4]:0)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1018)
[junit4:junit4]    > 	at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:238)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:724)
[junit4:junit4]   2> 314991 T394 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {range_facet_l=PostingsFormat(name=Asserting), text=Pulsing41(freqCutoff=10 minBlockSize=95 maxBlockSize=209), _version_=PostingsFormat(name=Asserting), rnd_b=Lucene41(blocksize=128), intDefault=PostingsFormat(name=Asserting), timestamp=PostingsFormat(name=Asserting), id=Lucene41(blocksize=128), a_t=PostingsFormat(name=Asserting), range_facet_sl=Pulsing41(freqCutoff=10 minBlockSize=95 maxBlockSize=209), range_facet_si=PostingsFormat(name=NestedPulsing), other_tl1=PostingsFormat(name=Asserting), multiDefault=PostingsFormat(name=NestedPulsing), a_si=PostingsFormat(name=NestedPulsing)}, docValues:{}, sim=DefaultSimilarity, locale=et, timezone=Asia/Dushanbe
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=2,threads=1,free=31906456,total=89612288
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SuggesterFSTTest, SolrCoreTest, SolrIndexConfigTest, TestSurroundQueryParser, TestDocumentBuilder, TestUniqueKeyFieldResource, PrimitiveFieldTypeTest, ClusterStateUpdateTest, TestReversedWildcardFilterFactory, ConvertedLegacyTest, TestJmxMonitoredMap, CoreAdminHandlerTest, TestSolrXMLSerializer, TestQueryUtils, TestAtomicUpdateErrorCases, TestIndexSearcher, TestBadConfig, XmlUpdateRequestHandlerTest, TestCharFilters, TestSolrQueryParser, TestLazyCores, TestSolrXml, DistributedQueryElevationComponentTest, TestTrie, ZkCLITest, SyncSliceTest]
[junit4:junit4] Completed in 151.32s, 1 test, 1 failure <<< FAILURES!

[...truncated 857 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:392: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:372: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build.xml:181: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\common-build.xml:437: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:1246: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:890: There were test failures: 298 suites, 1254 tests, 1 failure, 18 ignored (12 assumptions)

Total time: 71 minutes 45 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_25 -XX:-UseCompressedOops -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure