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

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4507/
Java: 64bit/jdk1.8.0_31 -XX:-UseCompressedOops -XX:+UseSerialGC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.search.TestSolr4Spatial

Error Message:
SolrCore.getOpenCount()==6

Stack Trace:
java.lang.RuntimeException: SolrCore.getOpenCount()==6
	at __randomizedtesting.SeedInfo.seed([F26989B51F38C25E]:0)
	at org.apache.solr.util.TestHarness.close(TestHarness.java:356)
	at org.apache.solr.SolrTestCaseJ4.deleteCore(SolrTestCaseJ4.java:683)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:226)
	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:790)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.search.TestSolr4Spatial

Error Message:
2 threads leaked from SUITE scope at org.apache.solr.search.TestSolr4Spatial:     1) Thread[id=6326, name=Thread-2371, state=WAITING, group=TGRP-TestSolr4Spatial]         at java.lang.Object.wait(Native Method)         at java.lang.Object.wait(Object.java:502)         at org.apache.solr.core.CloserThread.run(CoreContainer.java:902)    2) Thread[id=6325, name=searcherExecutor-3225-thread-1, state=WAITING, group=TGRP-TestSolr4Spatial]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.search.TestSolr4Spatial: 
   1) Thread[id=6326, name=Thread-2371, state=WAITING, group=TGRP-TestSolr4Spatial]
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:502)
        at org.apache.solr.core.CloserThread.run(CoreContainer.java:902)
   2) Thread[id=6325, name=searcherExecutor-3225-thread-1, state=WAITING, group=TGRP-TestSolr4Spatial]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([F26989B51F38C25E]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.search.TestSolr4Spatial

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=6326, name=Thread-2371, state=WAITING, group=TGRP-TestSolr4Spatial]         at java.lang.Object.wait(Native Method)         at java.lang.Object.wait(Object.java:502)         at org.apache.solr.core.CloserThread.run(CoreContainer.java:902)    2) Thread[id=6325, name=searcherExecutor-3225-thread-1, state=WAITING, group=TGRP-TestSolr4Spatial]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=6326, name=Thread-2371, state=WAITING, group=TGRP-TestSolr4Spatial]
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:502)
        at org.apache.solr.core.CloserThread.run(CoreContainer.java:902)
   2) Thread[id=6325, name=searcherExecutor-3225-thread-1, state=WAITING, group=TGRP-TestSolr4Spatial]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([F26989B51F38C25E]:0)




Build Log:
[...truncated 9409 lines...]
   [junit4] Suite: org.apache.solr.search.TestSolr4Spatial
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestSolr4Spatial F26989B51F38C25E-001\init-core-data-001
   [junit4]   2> 1315942 T6323 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 1315942 T6323 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 1315942 T6323 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 1315945 T6323 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 1315945 T6323 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1315945 T6323 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1316037 T6323 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1316038 T6323 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1316047 T6323 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 1316048 T6323 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema-spatial.xml
   [junit4]   2> 1316053 T6323 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 1316148 T6323 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1316148 T6323 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1316148 T6323 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1316148 T6323 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\'
   [junit4]   2> 1316180 T6323 oasc.CoreContainer.<init> New CoreContainer 981175540
   [junit4]   2> 1316180 T6323 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\]
   [junit4]   2> 1316180 T6323 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\lib
   [junit4]   2> 1316180 T6323 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\lib).
   [junit4]   2> 1316190 T6323 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 600000
   [junit4]   2> 1316190 T6323 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 1316190 T6323 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 60000
   [junit4]   2> 1316190 T6323 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1316190 T6323 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1316190 T6323 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1316190 T6323 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1316190 T6323 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1316190 T6323 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1316190 T6323 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1316190 T6323 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1316190 T6323 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1316190 T6323 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1316190 T6323 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1316193 T6323 oasc.CoreContainer.load Node Name: testNode
   [junit4]   2> 1316193 T6324 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 1316194 T6324 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 1316194 T6324 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1316194 T6324 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1316247 T6324 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1316251 T6324 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1316258 T6324 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 1316258 T6324 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema-spatial.xml
   [junit4]   2> 1316262 T6324 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1316280 T6324 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1316280 T6324 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\
   [junit4]   2> 1316280 T6324 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1316280 T6324 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestSolr4Spatial F26989B51F38C25E-001\init-core-data-001\
   [junit4]   2> 1316280 T6324 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1316281 T6324 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestSolr4Spatial F26989B51F38C25E-001\init-core-data-001\
   [junit4]   2> 1316281 T6324 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestSolr4Spatial F26989B51F38C25E-001\init-core-data-001\index/
   [junit4]   2> 1316282 T6324 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestSolr4Spatial F26989B51F38C25E-001\init-core-data-001\index' doesn't exist. Creating new index...
   [junit4]   2> 1316282 T6324 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestSolr4Spatial F26989B51F38C25E-001\init-core-data-001\index
   [junit4]   2> 1316282 T6324 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=24.7275390625, floorSegmentMB=0.369140625, forceMergeDeletesPctAllowed=0.3550239353087792, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1316283 T6324 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_1,generation=1}
   [junit4]   2> 1316283 T6324 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1316285 T6324 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1316286 T6324 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1316286 T6324 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1316286 T6324 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1316286 T6324 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1316286 T6324 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1316286 T6324 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1316286 T6324 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1316286 T6324 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1316286 T6324 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1316288 T6324 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1316290 T6324 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1316291 T6324 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1316291 T6324 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1316291 T6324 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1316292 T6324 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1316292 T6324 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 1316292 T6324 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1316292 T6324 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1316299 T6324 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1316300 T6324 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1316301 T6324 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1316302 T6324 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1316303 T6324 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1316303 T6324 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1316303 T6324 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1316303 T6324 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1316303 T6324 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_1,generation=1}
   [junit4]   2> 1316303 T6324 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1316303 T6324 oass.SolrIndexSearcher.<init> Opening Searcher@640dae8b[collection1] main
   [junit4]   2> 1316304 T6324 oasr.ManagedResourceStorage.newStorageIO WARN Cannot write to config directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf; switching to use InMemory storage instead.
   [junit4]   2> 1316304 T6324 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1316310 T6324 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1316310 T6324 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1316310 T6324 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1316310 T6325 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@640dae8b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1316310 T6324 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1316311 T6323 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 1316333 T6323 oas.SolrTestCaseJ4.setUp ###Starting testSort {p0=bbox}
   [junit4]   2> ASYNC  NEW_CORE C1682 name=collection1 org.apache.solr.core.SolrCore@201807df
   [junit4]   2> 1316334 T6323 C1682 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1316334 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 1316336 T6323 C1682 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1316339 T6323 C1682 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_2,generation=2}
   [junit4]   2> 1316340 T6323 C1682 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 1316342 T6323 C1682 oass.SolrIndexSearcher.<init> Opening Searcher@244cee22[collection1] main
   [junit4]   2> 1316342 T6323 C1682 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1316343 T6325 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@244cee22[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1316343 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 7
   [junit4]   2> 1316361 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100]} 0 18
   [junit4]   2> 1316361 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[101]} 0 0
   [junit4]   2> 1316361 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[999]} 0 0
   [junit4]   2> 1316361 T6323 C1682 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1316366 T6323 C1682 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_3,generation=3}
   [junit4]   2> 1316366 T6323 C1682 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 1316366 T6323 C1682 oass.SolrIndexSearcher.<init> Opening Searcher@216de277[collection1] main
   [junit4]   2> 1316367 T6323 C1682 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1316370 T6325 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@216de277[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c3)))}
   [junit4]   2> 1316370 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 9
   [junit4]   2> 1316384 T6323 C1682 oasc.SolrCore.execute [collection1] webapp=null path=null params={q={!bbox+sfield%3Dbbox+++pt%3D3.0,4.0+d%3D9.0}&fl=id,score&wt=xml} hits=2 status=0 QTime=14 
   [junit4]   2> 1316391 T6323 C1682 oasc.SolrCore.execute [collection1] webapp=null path=null params={q={!bbox+sfield%3Dbbox+score%3Ddistance++pt%3D3.0,4.0+d%3D9.0}&fl=id,score&sort=score+asc&wt=xml} hits=2 status=0 QTime=7 
   [junit4]   2> 1316403 T6323 C1682 oasc.SolrCore.execute [collection1] webapp=null path=null params={q={!bbox+sfield%3Dbbox+score%3DrecipDistance++pt%3D3.0,4.0+d%3D9.0}&fl=id,score&sort=score+desc&wt=xml} hits=2 status=0 QTime=6 
   [junit4]   2> 1316403 T6323 C1682 oasc.SolrCore.execute [collection1] webapp=null path=null params={q={!bbox+sfield%3Dbbox+score%3Ddistance+filter%3Dfalse+pt%3D3.0,4.0+d%3D1.0E-6}&fl=id,score&sort=score+asc&wt=xml} hits=3 status=0 QTime=0 
   [junit4]   2> 1316418 T6323 C1682 oasc.SolrCore.execute [collection1] webapp=null path=null params={q={!bbox+sfield%3Dbbox+score%3Ddistance++pt%3D4.0,0.0+d%3D9.0}&fl=id,score&sort=score+asc&wt=xml} hits=2 status=0 QTime=14 
   [junit4]   2> 1316434 T6323 C1682 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=-id:999&fl=id,score&sort=query($sortQuery)+asc&wt=xml&sortQuery={!bbox+sfield%3Dbbox+score%3Ddistance++pt%3D3.0,4.0+d%3D9.0}} hits=2 status=0 QTime=0 
   [junit4]   2> 1316450 T6323 C1682 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=-id:999&fl=id,score&sort=query($sortQuery)+asc&wt=xml&sortQuery={!bbox+sfield%3Dbbox+score%3Ddistance++pt%3D4.0,0.0+d%3D9.0}} hits=2 status=0 QTime=16 
   [junit4]   2> 1316450 T6323 oas.SolrTestCaseJ4.tearDown ###Ending testSort {p0=bbox}
   [junit4]   2> 1316456 T6323 oas.SolrTestCaseJ4.setUp ###Starting testSortMultiVal {p0=bbox}
   [junit4]   2> 1316456 T6323 C1682 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1316456 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 1316456 T6323 C1682 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1316458 T6323 C1682 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_4,generation=4}
   [junit4]   2> 1316458 T6323 C1682 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 1316458 T6323 C1682 oass.SolrIndexSearcher.<init> Opening Searcher@2b6df63a[collection1] main
   [junit4]   2> 1316458 T6323 C1682 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1316459 T6325 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2b6df63a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1316459 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 3
   [junit4]   2> 1316459 T6323 oas.SolrTestCaseJ4.tearDown ###Ending testSortMultiVal {p0=bbox}
   [junit4] IGNOR/A 0.03s | TestSolr4Spatial.testSortMultiVal {p0=bbox}
   [junit4]    > Assumption #1: Multivalue not supported for this field
   [junit4]   2> 1316482 T6323 oas.SolrTestCaseJ4.setUp ###Starting testBadShapeParse400 {p0=bbox}
   [junit4]   2> 1316483 T6323 C1682 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1316483 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 1316483 T6323 C1682 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1316483 T6323 C1682 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_4,generation=4}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_5,generation=5}
   [junit4]   2> 1316483 T6323 C1682 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
   [junit4]   2> 1316483 T6323 C1682 oass.SolrIndexSearcher.<init> Opening Searcher@4354e89a[collection1] main
   [junit4]   2> 1316484 T6323 C1682 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1316485 T6325 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4354e89a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1316485 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 2
   [junit4]   2> 1316486 T6323 C1682 oasc.SolrException.log Ignoring exception matching .
   [junit4]   2> 1316486 T6323 C1682 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id,bbox&fq={!field+f%3Dbbox}Intersects(NonexistentShape(89.9,-130+d%3D9))&rows=1000&wt=xml} status=400 QTime=1 
   [junit4]   2> 1316488 T6323 C1682 oasc.SolrException.log Ignoring exception matching .
   [junit4]   2> 1316488 T6323 C1682 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id,bbox&fq={!field+f%3Dbbox}Intersects(NonexistentShape(89.9,-130+d%3D9&rows=1000&wt=xml} status=400 QTime=2 
   [junit4]   2> 1316488 T6323 C1682 oasc.SolrException.log Ignoring exception matching .
   [junit4]   2> 1316489 T6323 C1682 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id,bbox&fq={!field+f%3Dbbox}Intersectssss&rows=1000&wt=xml} status=400 QTime=1 
   [junit4]   2> 1316490 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {} 0 0
   [junit4]   2> 1316490 T6323 C1682 oasc.SolrException.log Ignoring exception matching NonexistentShape
   [junit4]   2> 1316491 T6323 oas.SolrTestCaseJ4.tearDown ###Ending testBadShapeParse400 {p0=bbox}
   [junit4]   2> 1316498 T6323 oas.SolrTestCaseJ4.setUp ###Starting testIntersectFilter {p0=bbox}
   [junit4]   2> 1316498 T6323 C1682 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1316498 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 1316498 T6323 C1682 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1316498 T6323 C1682 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_5,generation=5}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_6,generation=6}
   [junit4]   2> 1316498 T6323 C1682 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
   [junit4]   2> 1316498 T6323 C1682 oass.SolrIndexSearcher.<init> Opening Searcher@3c4d1b63[collection1] main
   [junit4]   2> 1316498 T6323 C1682 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1316499 T6325 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3c4d1b63[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1316499 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 1
   [junit4]   2> 1316499 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1]} 0 0
   [junit4]   2> 1316505 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[2]} 0 0
   [junit4]   2> 1316506 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[3]} 0 0
   [junit4]   2> 1316508 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[4]} 0 2
   [junit4]   2> 1316508 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[5]} 0 0
   [junit4]   2> 1316508 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[6]} 0 0
   [junit4]   2> 1316509 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[7]} 0 0
   [junit4]   2> 1316510 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[8]} 0 0
   [junit4]   2> 1316511 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[9]} 0 0
   [junit4]   2> 1316511 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10]} 0 0
   [junit4]   2> 1316511 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[11]} 0 0
   [junit4]   2> 1316513 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[12]} 0 0
   [junit4]   2> 1316513 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[13]} 0 0
   [junit4]   2> 1316514 T6323 C1682 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1316521 T6323 C1682 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_6,generation=6}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_7,generation=7}
   [junit4]   2> 1316521 T6323 C1682 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 7
   [junit4]   2> 1316522 T6323 C1682 oass.SolrIndexSearcher.<init> Opening Searcher@52187b56[collection1] main
   [junit4]   2> 1316522 T6323 C1682 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1316522 T6325 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@52187b56[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):c13)))}
   [junit4]   2> 1316525 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 11
   [junit4]   2> 1316528 T6323 C1682 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dbbox+score%3Ddistance}Intersects(ENVELOPE(-0.034898260626377464,+0.23489826062637748,+0.23489805516424955,+-0.03489805516424954))&rows=1000&wt=xml} hits=2 status=0 QTime=3 
   [junit4]   2> 1316532 T6323 C1682 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!bbox+sfield%3Dbbox+pt%3D'0.1,0.1'+d%3D15.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=2 status=0 QTime=3 
   [junit4]   2> 1316532 T6323 C1682 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1316532 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 1316533 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[14]} 0 0
   [junit4]   2> 1316533 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[15]} 0 0
   [junit4]   2> 1316534 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[16]} 0 0
   [junit4]   2> 1316534 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[17]} 0 0
   [junit4]   2> 1316536 T6323 C1682 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1316539 T6323 C1682 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_7,generation=7}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_8,generation=8}
   [junit4]   2> 1316540 T6323 C1682 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 8
   [junit4]   2> 1316542 T6323 C1682 oass.SolrIndexSearcher.<init> Opening Searcher@5c5119fd[collection1] main
   [junit4]   2> 1316542 T6323 C1682 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1316542 T6325 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5c5119fd[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6.0.0):c4)))}
   [junit4]   2> 1316543 T6323 C1682 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 7
   [junit4]   2> 1316543 T6323 C1682 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dbbox}Intersects(ENVELOPE(-26.979611032849906,+26.979611032849906,+26.979611032849906,+-26.979611032849906))&rows=1000&wt=xml} hits=3 status=0 QTime=0 
   [junit4]   2> 1316545 T6323 C1682 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!bbox+sfield%3Dbbox+pt%3D'0,0'+d%3D3000.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=3 status=0 QTime=1 
   [junit4]   2> 1316547 T6323 C1682 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dbbox+score%3Dnone}Intersects(ENVELOPE(-98.15383081481679,+-95.42537518518321,+44.50628240453783,+42.52777759546217))&rows=1000&wt=xml} hits=1 status=0 QTime=2 
   [junit4]   2> 1316548 T6323 C1682 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!bbox+sfield%3Dbbox+pt%3D'43.517030,-96.789603'+d%3D110.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=1 status=0 QTime=1 
   [junit4]   2> 1316548 T6323 oas.SolrTestCaseJ4.tearDown ###Ending testIntersectFilter {p0=bbox}
   [junit4]   2> 1316568 T6323 oas.SolrTestCaseJ4.setUp ###Starting testRangeSyntax {p0=bbox}
   [junit4]   2> ASYNC  NEW_CORE C1683 name=collection1 org.apache.solr.core.SolrCore@201807df
   [junit4]   2> 1316568 T6323 C1683 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1316570 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 2
   [junit4]   2> 1316570 T6323 C1683 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1316570 T6323 C1683 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_8,generation=8}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_9,generation=9}
   [junit4]   2> 1316570 T6323 C1683 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 9
   [junit4]   2> 1316570 T6323 C1683 oass.SolrIndexSearcher.<init> Opening Searcher@3b637aed[collection1] main
   [junit4]   2> 1316571 T6323 C1683 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1316572 T6325 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3b637aed[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1316573 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 3
   [junit4]   2> 1316573 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1]} 0 0
   [junit4]   2> 1316574 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[2]} 0 0
   [junit4]   2> 1316574 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[3]} 0 0
   [junit4]   2> 1316574 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[4]} 0 0
   [junit4]   2> 1316575 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[5]} 0 0
   [junit4]   2> 1316575 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[6]} 0 0
   [junit4]   2> 1316575 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[7]} 0 0
   [junit4]   2> 1316576 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[8]} 0 0
   [junit4]   2> 1316577 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[9]} 0 1
   [junit4]   2> 1316578 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10]} 0 0
   [junit4]   2> 1316578 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[11]} 0 0
   [junit4]   2> 1316578 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[12]} 0 0
   [junit4]   2> 1316579 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[13]} 0 1
   [junit4]   2> 1316579 T6323 C1683 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1316584 T6323 C1683 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_9,generation=9}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_a,generation=10}
   [junit4]   2> 1316586 T6323 C1683 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 10
   [junit4]   2> 1316588 T6323 C1683 oass.SolrIndexSearcher.<init> Opening Searcher@4092b555[collection1] main
   [junit4]   2> 1316588 T6323 C1683 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1316588 T6325 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4092b555[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.0.0):c13)))}
   [junit4]   2> 1316588 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 9
   [junit4]   2> 1316590 T6323 C1683 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!+score%3Dnone+df%3Dbbox}[32,-80+TO+"33+,+-79"]&rows=1000&wt=xml} hits=1 status=0 QTime=1 
   [junit4]   2> 1316590 T6323 oas.SolrTestCaseJ4.tearDown ###Ending testRangeSyntax {p0=bbox}
   [junit4]   2> 1316601 T6323 oas.SolrTestCaseJ4.setUp ###Starting checkResultFormat {p0=bbox}
   [junit4]   2> 1316602 T6323 C1683 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1316602 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 1316603 T6323 C1683 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1316603 T6323 C1683 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_a,generation=10}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_b,generation=11}
   [junit4]   2> 1316603 T6323 C1683 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 11
   [junit4]   2> 1316603 T6323 C1683 oass.SolrIndexSearcher.<init> Opening Searcher@6c977916[collection1] main
   [junit4]   2> 1316603 T6325 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6c977916[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1316603 T6323 C1683 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1316603 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 0
   [junit4]   2> 1316603 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[11]} 0 0
   [junit4]   2> 1316604 T6323 C1683 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1316608 T6323 C1683 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_b,generation=11}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_c,generation=12}
   [junit4]   2> 1316608 T6323 C1683 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 12
   [junit4]   2> 1316610 T6323 C1683 oass.SolrIndexSearcher.<init> Opening Searcher@21eae312[collection1] main
   [junit4]   2> 1316610 T6325 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@21eae312[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(6.0.0):c1)))}
   [junit4]   2> 1316611 T6323 C1683 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1316611 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 7
   [junit4]   2> 1316612 T6323 C1683 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id,bbox&fq={!bbox+sfield%3Dbbox+pt%3D89.9,-130+d%3D9}&rows=1000&wt=xml} hits=1 status=0 QTime=1 
   [junit4]   2> 1316612 T6323 oas.SolrTestCaseJ4.tearDown ###Ending checkResultFormat {p0=bbox}
   [junit4]   2> 1316618 T6323 oas.SolrTestCaseJ4.setUp ###Starting testSpatialConfig {p0=bbox}
   [junit4]   2> 1316618 T6323 C1683 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1316618 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 1316618 T6323 C1683 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1316619 T6323 C1683 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_c,generation=12}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_d,generation=13}
   [junit4]   2> 1316619 T6323 C1683 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 13
   [junit4]   2> 1316619 T6323 C1683 oass.SolrIndexSearcher.<init> Opening Searcher@5914da60[collection1] main
   [junit4]   2> 1316620 T6325 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5914da60[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1316620 T6323 C1683 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1316620 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 2
   [junit4]   2> 1316620 T6323 oas.SolrTestCaseJ4.tearDown ###Ending testSpatialConfig {p0=bbox}
   [junit4]   2> 1316626 T6323 oas.SolrTestCaseJ4.setUp ###Starting checkQueryEmptyIndex {p0=bbox}
   [junit4]   2> 1316627 T6323 C1683 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1316627 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 1316627 T6323 C1683 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1316643 T6323 C1683 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_d,generation=13}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_e,generation=14}
   [junit4]   2> 1316643 T6323 C1683 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 14
   [junit4]   2> 1316644 T6323 C1683 oass.SolrIndexSearcher.<init> Opening Searcher@1565ee80[collection1] main
   [junit4]   2> 1316644 T6325 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1565ee80[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1316644 T6323 C1683 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1316644 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 17
   [junit4]   2> 1316645 T6323 oas.SolrTestCaseJ4.tearDown ###Ending checkQueryEmptyIndex {p0=bbox}
   [junit4]   2> 1316649 T6323 oas.SolrTestCaseJ4.setUp ###Starting testBadScoreParam {p0=bbox}
   [junit4]   2> 1316649 T6323 C1683 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1316649 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 1316650 T6323 C1683 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1316650 T6323 C1683 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_e,generation=14}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_f,generation=15}
   [junit4]   2> 1316650 T6323 C1683 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 15
   [junit4]   2> 1316650 T6323 C1683 oass.SolrIndexSearcher.<init> Opening Searcher@a6298f4[collection1] main
   [junit4]   2> 1316650 T6325 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a6298f4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1316652 T6323 C1683 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1316652 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 2
   [junit4]   2> 1316652 T6323 C1683 oasc.SolrException.log Ignoring exception matching .
   [junit4]   2> 1316652 T6323 C1683 oasc.SolrCore.execute [collection1] webapp=null path=null params={q={!bbox+sfield%3Dbbox+score%3Dbogus+filter%3Dfalse+pt%3D0.0,0.0+d%3D0.0}&qt=standard&start=0&rows=20&version=2.2} status=400 QTime=0 
   [junit4]   2> 1316654 T6323 oas.SolrTestCaseJ4.tearDown ###Ending testBadScoreParam {p0=bbox}
   [junit4]   2> 1316656 T6323 oas.SolrTestCaseJ4.setUp ###Starting testSort {p0=pointvector}
   [junit4]   2> 1316656 T6323 C1683 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1316656 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 1316658 T6323 C1683 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1316658 T6323 C1683 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_f,generation=15}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_g,generation=16}
   [junit4]   2> 1316658 T6323 C1683 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 16
   [junit4]   2> 1316659 T6323 C1683 oass.SolrIndexSearcher.<init> Opening Searcher@61a0ad27[collection1] main
   [junit4]   2> 1316659 T6325 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@61a0ad27[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1316659 T6323 C1683 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1316659 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 1
   [junit4]   2> 1316670 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100]} 0 11
   [junit4]   2> 1316671 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[101]} 0 1
   [junit4]   2> 1316671 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[999]} 0 0
   [junit4]   2> 1316671 T6323 C1683 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1316671 T6323 C1683 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_g,generation=16}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_h,generation=17}
   [junit4]   2> 1316671 T6323 C1683 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 17
   [junit4]   2> 1316673 T6323 C1683 oass.SolrIndexSearcher.<init> Opening Searcher@34e1350e[collection1] main
   [junit4]   2> 1316673 T6325 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@34e1350e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(6.0.0):c3)))}
   [junit4]   2> 1316673 T6323 C1683 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1316673 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 2
   [junit4]   2> 1316686 T6323 C1683 oasc.SolrCore.execute [collection1] webapp=null path=null params={q={!+++}pointvector:"Intersects(BUFFER(POINT(4.0+3.0),9.0))"&fl=id,score&wt=xml} hits=2 status=0 QTime=12 
   [junit4]   2> 1316689 T6323 C1683 oasc.SolrCore.execute [collection1] webapp=null path=null params={q={!+score%3Ddistance++}pointvector:"Intersects(BUFFER(POINT(4.0+3.0),9.0))"&fl=id,score&sort=score+asc&wt=xml} hits=2 status=0 QTime=3 
   [junit4]   2> 1316694 T6323 C1683 oasc.SolrCore.execute [collection1] webapp=null path=null params={q={!geofilt+sfield%3Dpointvector+score%3DrecipDistance++pt%3D3.0,4.0+d%3D9.0}&fl=id,score&sort=score+desc&wt=xml} hits=2 status=0 QTime=4 
   [junit4]   2> 1316694 T6323 C1683 oasc.SolrCore.execute [collection1] webapp=null path=null params={q={!geofilt+sfield%3Dpointvector+score%3Ddistance+filter%3Dfalse+pt%3D3.0,4.0+d%3D1.0E-6}&fl=id,score&sort=score+asc&wt=xml} hits=3 status=0 QTime=0 
   [junit4]   2> 1316696 T6323 C1683 oasc.SolrCore.execute [collection1] webapp=null path=null params={q={!geofilt+sfield%3Dpointvector+score%3Ddistance++pt%3D4.0,0.0+d%3D9.0}&fl=id,score&sort=score+asc&wt=xml} hits=2 status=0 QTime=2 
   [junit4]   2> 1316712 T6323 C1683 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=-id:999&fl=id,score&sort=query($sortQuery)+asc&wt=xml&sortQuery={!geofilt+sfield%3Dpointvector+score%3Ddistance++pt%3D3.0,4.0+d%3D9.0}} hits=2 status=0 QTime=11 
   [junit4]   2> 1316713 T6323 C1683 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=-id:999&fl=id,score&sort=query($sortQuery)+asc&wt=xml&sortQuery={!geofilt+sfield%3Dpointvector+score%3Ddistance++pt%3D4.0,0.0+d%3D9.0}} hits=2 status=0 QTime=1 
   [junit4]   2> 1316713 T6323 oas.SolrTestCaseJ4.tearDown ###Ending testSort {p0=pointvector}
   [junit4]   2> 1316719 T6323 oas.SolrTestCaseJ4.setUp ###Starting testSortMultiVal {p0=pointvector}
   [junit4]   2> 1316719 T6323 C1683 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1316719 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 1316721 T6323 C1683 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1316721 T6323 C1683 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_h,generation=17}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_i,generation=18}
   [junit4]   2> 1316721 T6323 C1683 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 18
   [junit4]   2> 1316723 T6323 C1683 oass.SolrIndexSearcher.<init> Opening Searcher@1a653f87[collection1] main
   [junit4]   2> 1316723 T6323 C1683 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1316723 T6325 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1a653f87[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1316723 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 2
   [junit4]   2> 1316724 T6323 oas.SolrTestCaseJ4.tearDown ###Ending testSortMultiVal {p0=pointvector}
   [junit4] IGNOR/A 0.01s | TestSolr4Spatial.testSortMultiVal {p0=pointvector}
   [junit4]    > Assumption #1: Multivalue not supported for this field
   [junit4]   2> 1316731 T6323 oas.SolrTestCaseJ4.setUp ###Starting testBadShapeParse400 {p0=pointvector}
   [junit4]   2> 1316731 T6323 C1683 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1316731 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 1316733 T6323 C1683 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1316734 T6323 C1683 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_i,generation=18}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_j,generation=19}
   [junit4]   2> 1316734 T6323 C1683 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 19
   [junit4]   2> 1316735 T6323 C1683 oass.SolrIndexSearcher.<init> Opening Searcher@1301ebf3[collection1] main
   [junit4]   2> 1316735 T6323 C1683 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1316736 T6325 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1301ebf3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1316736 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 4
   [junit4]   2> 1316737 T6323 C1683 oasc.SolrException.log Ignoring exception matching .
   [junit4]   2> 1316738 T6323 C1683 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id,pointvector&fq={!field+f%3Dpointvector}Intersects(NonexistentShape(89.9,-130+d%3D9))&rows=1000&wt=xml} status=400 QTime=2 
   [junit4]   2> 1316739 T6323 C1683 oasc.SolrException.log Ignoring exception matching .
   [junit4]   2> 1316739 T6323 C1683 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id,pointvector&fq={!field+f%3Dpointvector}Intersects(NonexistentShape(89.9,-130+d%3D9&rows=1000&wt=xml} status=400 QTime=1 
   [junit4]   2> 1316739 T6323 C1683 oasc.SolrException.log Ignoring exception matching .
   [junit4]   2> 1316740 T6323 C1683 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id,pointvector&fq={!field+f%3Dpointvector}Intersectssss&rows=1000&wt=xml} status=400 QTime=1 
   [junit4]   2> 1316740 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {} 0 0
   [junit4]   2> 1316742 T6323 C1683 oasc.SolrException.log Ignoring exception matching NonexistentShape
   [junit4]   2> 1316743 T6323 oas.SolrTestCaseJ4.tearDown ###Ending testBadShapeParse400 {p0=pointvector}
   [junit4]   2> 1316751 T6323 oas.SolrTestCaseJ4.setUp ###Starting testIntersectFilter {p0=pointvector}
   [junit4]   2> 1316752 T6323 C1683 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1316752 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 1316754 T6323 C1683 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1316754 T6323 C1683 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_j,generation=19}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_k,generation=20}
   [junit4]   2> 1316754 T6323 C1683 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 20
   [junit4]   2> 1316754 T6323 C1683 oass.SolrIndexSearcher.<init> Opening Searcher@1c0f821e[collection1] main
   [junit4]   2> 1316754 T6323 C1683 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1316755 T6325 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1c0f821e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1316756 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 3
   [junit4]   2> 1316757 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1]} 0 1
   [junit4]   2> 1316758 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[2]} 0 0
   [junit4]   2> 1316759 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[3]} 0 1
   [junit4]   2> 1316759 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[4]} 0 0
   [junit4]   2> 1316760 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[5]} 0 0
   [junit4]   2> 1316761 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[6]} 0 1
   [junit4]   2> 1316761 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[7]} 0 0
   [junit4]   2> 1316761 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[8]} 0 0
   [junit4]   2> 1316762 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[9]} 0 0
   [junit4]   2> 1316763 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10]} 0 0
   [junit4]   2> 1316764 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[11]} 0 0
   [junit4]   2> 1316765 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[12]} 0 0
   [junit4]   2> 1316766 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[13]} 0 1
   [junit4]   2> 1316766 T6323 C1683 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1316770 T6323 C1683 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_k,generation=20}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_l,generation=21}
   [junit4]   2> 1316771 T6323 C1683 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 21
   [junit4]   2> 1316772 T6323 C1683 oass.SolrIndexSearcher.<init> Opening Searcher@1fd41bcb[collection1] main
   [junit4]   2> 1316772 T6323 C1683 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1316774 T6325 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1fd41bcb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(6.0.0):c13)))}
   [junit4]   2> 1316775 T6323 C1683 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 9
   [junit4]   2> 1316776 T6323 C1683 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dpointvector+score%3Ddistance}Intersects(BUFFER(POINT(1.0+1.0),1.5738106435829113))&rows=1000&wt=xml} hits=3 status=0 QTime=1 
   [junit4]   2> 1316778 T6323 C1683 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!geofilt+sfield%3Dpointvector+pt%3D'1,1'+d%3D175.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=3 status=0 QTime=2 
   [junit4]   2> 1316780 T6323 C1683 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dpointvector}Intersects(BUFFER(POINT(179.8+0.0),1.798640735523327))&rows=1000&wt=xml} hits=2 status=0 QTime=2 
   [junit4]   2> 1316782 T6323 C1683 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!geofilt+sfield%3Dpointvector+pt%3D'0,179.8'+d%3D200.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=2 status=0 QTime=1 
   [junit4]   2> 1316784 T6323 C1683 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dpointvector+score%3Dnone}Intersects(BUFFER(POINT(50.0+89.8),1.798640735523327))&rows=1000&wt=xml} hits=2 status=0 QTime=2 
   [junit4]   2> 1316784 T6323 C1683 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!geofilt+sfield%3Dpointvector+pt%3D'89.8,+50'+d%3D200.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=2 status=0 QTime=0 
   [junit4]   2> 1316786 T6323 C1683 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dpointvector}Intersects(BUFFER(POINT(50.0+-89.8),1.798640735523327))&rows=1000&wt=xml} hits=2 status=0 QTime=2 
   [junit4]   2> 1316788 T6323 C1683 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!geofilt+sfield%3Dpointvector+pt%3D'-89.8,+50'+d%3D200.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=2 status=0 QTime=1 
   [junit4]   2> 1316789 T6323 C1683 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dpointvector}Intersects(BUFFER(POINT(-80.0+33.0),2.6979611032849906))&rows=1000&wt=xml} hits=2 status=0 QTime=1 
   [junit4]   2> 1316791 T6323 C1683 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!geofilt+sfield%3Dpointvector+pt%3D'33.0,-80.0'+d%3D300.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=2 status=0 QTime=2 
   [junit4]   2> 1316791 T6323 C1683 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dpointvector+score%3DrecipDistance}Intersects(BUFFER(POINT(1.0+1.0),44.96601838808318))&rows=1000&wt=xml} hits=3 status=0 QTime=0 
   [junit4]   2> 1316793 T6323 C1683 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!geofilt+sfield%3Dpointvector+pt%3D'1,1'+d%3D5000.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=3 status=0 QTime=2 
   [junit4]   2> ASYNC  NEW_CORE C1684 name=collection1 org.apache.solr.core.SolrCore@201807df
   [junit4]   2> 1316848 T6323 C1684 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dpointvector+score%3DrecipDistance}Intersects(ENVELOPE(-0.034898260626377464,+0.23489826062637748,+0.23489805516424955,+-0.03489805516424954))&rows=1000&wt=xml} hits=2 status=0 QTime=2 
   [junit4]   2> 1316849 T6323 C1684 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!bbox+sfield%3Dpointvector+pt%3D'0.1,0.1'+d%3D15.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=2 status=0 QTime=1 
   [junit4]   2> 1316851 T6323 C1684 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1316851 T6323 C1684 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 1316851 T6323 C1684 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[14]} 0 0
   [junit4]   2> 1316851 T6323 C1684 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[15]} 0 0
   [junit4]   2> 1316852 T6323 C1684 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[16]} 0 0
   [junit4]   2> 1316852 T6323 C1684 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[17]} 0 0
   [junit4]   2> 1316852 T6323 C1684 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1316854 T6323 C1684 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_l,generation=21}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_m,generation=22}
   [junit4]   2> 1316854 T6323 C1684 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 22
   [junit4]   2> 1316854 T6323 C1684 oass.SolrIndexSearcher.<init> Opening Searcher@521ac4d1[collection1] main
   [junit4]   2> 1316856 T6323 C1684 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1316856 T6325 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@521ac4d1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_7(6.0.0):c4)))}
   [junit4]   2> 1316857 T6323 C1684 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 5
   [junit4]   2> 1316859 T6323 C1684 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dpointvector+score%3Ddistance}Intersects(BUFFER(POINT(0.0+0.0),8.993203677616636))&rows=1000&wt=xml} hits=1 status=0 QTime=1 
   [junit4]   2> 1316859 T6323 C1684 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!geofilt+sfield%3Dpointvector+pt%3D'0,0'+d%3D1000.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1316859 T6323 C1684 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dpointvector+score%3DrecipDistance}Intersects(BUFFER(POINT(0.0+0.0),17.986407355233272))&rows=1000&wt=xml} hits=2 status=0 QTime=0 
   [junit4]   2> 1316860 T6323 C1684 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!geofilt+sfield%3Dpointvector+pt%3D'0,0'+d%3D2000.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=2 status=0 QTime=0 
   [junit4]   2> 1316860 T6323 C1684 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dpointvector}Intersects(ENVELOPE(-26.979611032849906,+26.979611032849906,+26.979611032849906,+-26.979611032849906))&rows=1000&wt=xml} hits=3 status=0 QTime=0 
   [junit4]   2> 1316861 T6323 C1684 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!bbox+sfield%3Dpointvector+pt%3D'0,0'+d%3D3000.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=3 status=0 QTime=0 
   [junit4]   2> 1316864 T6323 C1684 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dpointvector+score%3DrecipDistance}Intersects(BUFFER(POINT(0.0+0.0),26.98860423652752))&rows=1000&wt=xml} hits=3 status=0 QTime=1 
   [junit4]   2> 1316864 T6323 C1684 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!geofilt+sfield%3Dpointvector+pt%3D'0,0'+d%3D3001.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=3 status=0 QTime=0 
   [junit4]   2> 1316864 T6323 C1684 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dpointvector+score%3Ddistance}Intersects(BUFFER(POINT(0.0+0.0),26.980510353217664))&rows=1000&wt=xml} hits=3 status=0 QTime=0 
   [junit4]   2> 1316865 T6323 C1684 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!geofilt+sfield%3Dpointvector+pt%3D'0,0'+d%3D3000.1+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=3 status=0 QTime=0 
   [junit4]   2> 1316866 T6323 C1684 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dpointvector+score%3Dnone}Intersects(BUFFER(POINT(-96.789603+43.51703),0.9802592008602133))&rows=1000&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 1316867 T6323 C1684 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!geofilt+sfield%3Dpointvector+pt%3D'43.517030,-96.789603'+d%3D109.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 1316868 T6323 C1684 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dpointvector}Intersects(BUFFER(POINT(-96.789603+43.51703),0.9892524045378299))&rows=1000&wt=xml} hits=0 status=0 QTime=1 
   [junit4]   2> 1316868 T6323 C1684 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!geofilt+sfield%3Dpointvector+pt%3D'43.517030,-96.789603'+d%3D110.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 1316870 T6323 C1684 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!field+f%3Dpointvector+score%3Ddistance}Intersects(ENVELOPE(-98.15383081481679,+-95.42537518518321,+44.50628240453783,+42.52777759546217))&rows=1000&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1316872 T6323 C1684 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!bbox+sfield%3Dpointvector+pt%3D'43.517030,-96.789603'+d%3D110.0+sphere_radius%3D6371.0087714}&rows=1000&wt=xml} hits=1 status=0 QTime=2 
   [junit4]   2> 1316872 T6323 oas.SolrTestCaseJ4.tearDown ###Ending testIntersectFilter {p0=pointvector}
   [junit4]   2> 1316879 T6323 oas.SolrTestCaseJ4.setUp ###Starting testRangeSyntax {p0=pointvector}
   [junit4]   2> 1316879 T6323 C1684 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1316879 T6323 C1684 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 1316880 T6323 C1684 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1316880 T6323 C1684 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_m,generation=22}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_n,generation=23}
   [junit4]   2> 1316880 T6323 C1684 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 23
   [junit4]   2> 1316880 T6323 C1684 oass.SolrIndexSearcher.<init> Opening Searcher@1a1e6a18[collection1] main
   [junit4]   2> 1316880 T6323 C1684 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1316881 T6325 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1a1e6a18[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1316881 T6323 C1684 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 1
   [junit4]   2> 1316881 T6323 C1684 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1]} 0 0
   [junit4]   2> 1316881 T6323 C1684 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[2]} 0 0
   [junit4]   2> 1316882 T6323 C1684 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[3]} 0 0
   [junit4]   2> 1316883 T6323 C1684 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[4]} 0 0
   [junit4]   2> 1316883 T6323 C1684 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[5]} 0 0
   [junit4]   2> 1316883 T6323 C1684 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[6]} 0 0
   [junit4]   2> 1316883 T6323 C1684 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[7]} 0 0
   [junit4]   2> 1316883 T6323 C1684 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[8]} 0 0
   [junit4]   2> 1316885 T6323 C1684 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[9]} 0 0
   [junit4]   2> 1316885 T6323 C1684 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10]} 0 0
   [junit4]   2> 1316886 T6323 C1684 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[11]} 0 0
   [junit4]   2> 1316886 T6323 C1684 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[12]} 0 0
   [junit4]   2> 1316886 T6323 C1684 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[13]} 0 0
   [junit4]   2> 1316886 T6323 C1684 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1316891 T6323 C1684 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_n,generation=23}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_o,generation=24}
   [junit4]   2> 1316891 T6323 C1684 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 24
   [junit4]   2> 1316893 T6323 C1684 oass.SolrIndexSearcher.<init> Opening Searcher@28990a11[collection1] main
   [junit4]   2> 1316893 T6323 C1684 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1316893 T6325 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@28990a11[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_8(6.0.0):c13)))}
   [junit4]   2> 1316893 T6323 C1684 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 7
   [junit4]   2> 1316894 T6323 C1684 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id&fq={!+score%3Dnone+df%3Dpointvector}[32,-80+TO+"33+,+-79"]&rows=1000&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1316896 T6323 oas.SolrTestCaseJ4.tearDown ###Ending testRangeSyntax {p0=pointvector}
   [junit4]   2> 1316902 T6323 oas.SolrTestCaseJ4.setUp ###Starting checkResultFormat {p0=pointvector}
   [junit4]   2> 1316902 T6323 C1684 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1316902 T6323 C1684 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 1316902 T6323 C1684 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1316902 T6323 C1684 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_o,generation=24}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_p,generation=25}
   [junit4]   2> 1316902 T6323 C1684 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 25
   [junit4]   2> 1316904 T6323 C1684 oass.SolrIndexSearcher.<init> Opening Searcher@325162fd[collection1] main
   [junit4]   2> 1316904 T6323 C1684 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1316904 T6325 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@325162fd[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1316904 T6323 C1684 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 2
   [junit4]   2> 1316904 T6323 C1684 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[11]} 0 0
   [junit4]   2> 1316905 T6323 C1684 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1316906 T6323 C1684 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_p,generation=25}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_q,generation=26}
   [junit4]   2> 1316907 T6323 C1684 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 26
   [junit4]   2> 1316907 T6323 C1684 oass.SolrIndexSearcher.<init> Opening Searcher@6e7ef22d[collection1] main
   [junit4]   2> 1316910 T6323 C1684 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1316910 T6325 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6e7ef22d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_9(6.0.0):c1)))}
   [junit4]   2> 1316910 T6323 C1684 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 5
   [junit4]   2> 1316910 T6323 C1684 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fl=id,pointvector&fq={!bbox+sfield%3Dpointvector+pt%3D89.9,-130+d%3D9}&rows=1000&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1316910 T6323 oas.SolrTestCaseJ4.tearDown ###Ending checkResultFormat {p0=pointvector}
   [junit4]   2> 1316916 T6323 oas.SolrTestCaseJ4.setUp ###Starting testSpatialConfig {p0=pointvector}
   [junit4]   2> 1316917 T6323 C1684 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1316917 T6323 C1684 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 1316917 T6323 C1684 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1316918 T6323 C1684 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_q,generation=26}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@466cc80b),segFN=segments_r,generation=27}
   [junit4]   2> 1316918 T6323 C1684 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 27
   [junit4]   2> 1316918 T6323 C1684 oass.SolrIndexSearcher.<init> Opening Searcher@12cac3c[collection1] main
   [junit4]   2> 1316919 T6323 C1684 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1316919 T6325 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@12cac3c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1316919 T6323 C1684 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 2
   [junit4]   2> 1316919 T6323 oas.SolrTestCaseJ4.tearDown ###Ending testSpatialConfig {p0=pointvector}
   [junit4]   2> 1316926 T6323 oas.SolrTestCaseJ4.setUp ###Starting checkQueryEmptyIndex {p0=pointvector}
   [junit4]   2> 1316926 T6323 C1684 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1316926 T6323 C1684 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 1316927 T6323 C1684 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1316927 T6323 C1684 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7060cc6d lockFactory=org.apache.

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

ava.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {bbox__xdl=BlockTreeOrds(blocksize=128), srpt_geohash=BlockTreeOrds(blocksize=128), bbox__maxX=PostingsFormat(name=Memory doPackFST= true), bbox__maxY=Lucene50(blocksize=128), bbox__minX=BlockTreeOrds(blocksize=128), bbox__minY=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), pointvector__y=Lucene50(blocksize=128), pointvector__x=PostingsFormat(name=Memory doPackFST= true), id=BlockTreeOrds(blocksize=128), srpt_quad=BlockTreeOrds(blocksize=128), stqpt_geohash=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{bbox__maxX=DocValuesFormat(name=Asserting), bbox__maxY=DocValuesFormat(name=Memory), bbox__minX=DocValuesFormat(name=Lucene50), bbox__minY=DocValuesFormat(name=Lucene50)}, sim=DefaultSimilarity, locale=th_TH_TH_#u-nu-thai, timezone=Indian/Kerguelen
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=3,free=44560024,total=244457472
   [junit4]   2> NOTE: All tests run in this JVM: [TestReversedWildcardFilterFactory, TestSerializedLuceneMatchVersion, TestSolrConfigHandlerCloud, SolrIndexConfigTest, AssignTest, TestIndexingPerformance, OutOfBoxZkACLAndCredentialsProvidersTest, StandardRequestHandlerTest, UnloadDistributedZkTest, TestQuerySenderListener, RequestLoggingTest, HdfsWriteToMultipleCollectionsTest, DateMathParserTest, TestHdfsUpdateLog, TestBinaryResponseWriter, DistributedTermsComponentTest, DirectSolrSpellCheckerTest, TestDynamicLoading, DistributedExpandComponentTest, PreAnalyzedUpdateProcessorTest, TestBinaryField, TestBlobHandler, TestReloadAndDeleteDocs, TestUpdate, PingRequestHandlerTest, TestStressVersions, RecoveryZkTest, SolrRequestParserTest, TestSolrDynamicMBean, TestMiniSolrCloudCluster, AliasIntegrationTest, ResponseLogComponentTest, TestOrdValues, LeaderElectionTest, ShardRoutingCustomTest, TestDistributedSearch, TestCollapseQParserPlugin, TestSolrCoreProperties, TestSolrJ, DeleteShardTest, ClusterStateTest, CloudMLTQParserTest, TestSearcherReuse, HdfsSyncSliceTest, DistributedIntervalFacetingTest, TestFieldTypeResource, ConnectionManagerTest, TestMiniSolrCloudClusterSSL, TestDFRSimilarityFactory, TestSolrConfigHandler, SolrPluginUtilsTest, DocumentBuilderTest, CacheHeaderTest, TestComponentsName, TestSweetSpotSimilarityFactory, IndexBasedSpellCheckerTest, FieldAnalysisRequestHandlerTest, TestNonDefinedSimilarityFactory, DistributedQueryComponentCustomSortTest, TestIntervalFaceting, TestOmitPositions, TestStressRecovery, PluginInfoTest, BadIndexSchemaTest, TestExceedMaxTermLength, TestCodecSupport, DefaultValueUpdateProcessorTest, RequiredFieldsTest, TestNRTOpen, DocValuesTest, TestRawResponseWriter, DistributedFacetPivotLargeTest, ZkNodePropsTest, TriLevelCompositeIdRoutingTest, TestDistributedGrouping, TestDistributedMissingSort, CachingDirectoryFactoryTest, EnumFieldTest, TestUniqueKeyFieldResource, ScriptEngineTest, DirectUpdateHandlerTest, RAMDirectoryFactoryTest, TestPseudoReturnFields, PrimUtilsTest, DOMUtilTest, SuggesterTSTTest, DateRangeFieldTest, TestManagedSchema, TestAtomicUpdateErrorCases, TestSolrXml, TestFunctionQuery, SharedFSAutoReplicaFailoverTest, AnalysisAfterCoreReloadTest, ExternalFileFieldSortTest, AlternateDirectoryTest, UUIDFieldTest, DocValuesMissingTest, TestClusterStateMutator, TestRecovery, SimplePostToolTest, SyncSliceTest, SimpleCollectionCreateDeleteTest, TestFastWriter, TestPerFieldSimilarity, TestBulkSchemaAPI, MultiThreadedOCPTest, OutputWriterTest, ReturnFieldsTest, LeaderElectionIntegrationTest, TestRecoveryHdfs, TestConfigOverlay, BufferStoreTest, HighlighterTest, TestSchemaManager, TestInitQParser, TermsComponentTest, NumericFieldsTest, FastVectorHighlighterTest, TestPartialUpdateDeduplication, LeaderFailoverAfterPartitionTest, SynonymTokenizerTest, TestLRUCache, TestReplicationHandlerBackup, OpenCloseCoreStressTest, TestTrackingShardHandlerFactory, TestOverriddenPrefixQueryForCustomFieldType, AtomicUpdatesTest, CircularListTest, CSVRequestHandlerTest, TestFuzzyAnalyzedSuggestions, TestSystemIdResolver, DistributedQueryComponentOptimizationTest, SampleTest, RemoteQueryErrorTest, TestDefaultSimilarityFactory, HttpPartitionTest, HdfsUnloadDistributedZkTest, TestXIncludeConfig, NoCacheHeaderTest, TestSolr4Spatial]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolr4Spatial -Dtests.seed=F26989B51F38C25E -Dtests.slow=true -Dtests.locale=th_TH_TH_#u-nu-thai -Dtests.timezone=Indian/Kerguelen -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s | TestSolr4Spatial (suite) <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: SolrCore.getOpenCount()==6
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F26989B51F38C25E]:0)
   [junit4]    > 	at org.apache.solr.util.TestHarness.close(TestHarness.java:356)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.deleteCore(SolrTestCaseJ4.java:683)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:226)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.search.TestSolr4Spatial: 
   [junit4]    >    1) Thread[id=6326, name=Thread-2371, state=WAITING, group=TGRP-TestSolr4Spatial]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.lang.Object.wait(Object.java:502)
   [junit4]    >         at org.apache.solr.core.CloserThread.run(CoreContainer.java:902)
   [junit4]    >    2) Thread[id=6325, name=searcherExecutor-3225-thread-1, state=WAITING, group=TGRP-TestSolr4Spatial]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F26989B51F38C25E]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=6326, name=Thread-2371, state=WAITING, group=TGRP-TestSolr4Spatial]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.lang.Object.wait(Object.java:502)
   [junit4]    >         at org.apache.solr.core.CloserThread.run(CoreContainer.java:902)
   [junit4]    >    2) Thread[id=6325, name=searcherExecutor-3225-thread-1, state=WAITING, group=TGRP-TestSolr4Spatial]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F26989B51F38C25E]:0)
   [junit4] Completed in 28.80s, 45 tests, 3 errors, 2 skipped <<< FAILURES!

[...truncated 972 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 468 suites, 1868 tests, 3 suite-level errors, 1209 ignored (22 assumptions)

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



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

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

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

Error Message:
Error from server at http://127.0.0.1:56034//collection1: java.lang.NullPointerException  at org.apache.solr.search.grouping.distributed.responseprocessor.TopGroupsShardResponseProcessor.process(TopGroupsShardResponseProcessor.java:102)  at org.apache.solr.handler.component.QueryComponent.handleGroupedResponses(QueryComponent.java:738)  at org.apache.solr.handler.component.QueryComponent.handleResponses(QueryComponent.java:721)  at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:359)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:142)  at org.apache.solr.core.SolrCore.execute(SolrCore.java:1967)  at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:808)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:435)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:218)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:103)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)  at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)  at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:364)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)  at org.eclipse.jetty.server.Server.handle(Server.java:497)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)  at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)  at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)  at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)  at java.lang.Thread.run(Thread.java:745) 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:56034//collection1: java.lang.NullPointerException
	at org.apache.solr.search.grouping.distributed.responseprocessor.TopGroupsShardResponseProcessor.process(TopGroupsShardResponseProcessor.java:102)
	at org.apache.solr.handler.component.QueryComponent.handleGroupedResponses(QueryComponent.java:738)
	at org.apache.solr.handler.component.QueryComponent.handleResponses(QueryComponent.java:721)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:359)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:142)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1967)
	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:808)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:435)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:218)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:103)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
	at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)
	at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:364)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
	at org.eclipse.jetty.server.Server.handle(Server.java:497)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
	at java.lang.Thread.run(Thread.java:745)

	at __randomizedtesting.SeedInfo.seed([A4AFEDA73FFF081C:2CFBD27D910365E4]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:584)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:943)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:958)
	at org.apache.solr.TestDistributedSearch.queryRandomUpServer(TestDistributedSearch.java:978)
	at org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:940)
	at org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:813)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:980)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:58378/repfacttest_c8n_1x3_shard1_replica3
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:625)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:948)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:58378/repfacttest_c8n_1x3_shard1_replica3
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:599)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:622)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:490)
	... 52 more




Build Log:
[...truncated 9261 lines...]
   [junit4] Suite: org.apache.solr.TestDistributedSearch
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\init-core-data-001
   [junit4]   2> 1332207 T6925 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1332207 T6925 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1334551 T6925 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\control\cores\collection1
   [junit4]   2> 1334558 T6925 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 1334562 T6925 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@135ab08{/,null,AVAILABLE}
   [junit4]   2> 1334566 T6925 oejs.AbstractConnector.doStart Started ServerConnector@e0436a{HTTP/1.1}{127.0.0.1:55994}
   [junit4]   2> 1334566 T6925 oejs.Server.doStart Started @1338461ms
   [junit4]   2> 1334566 T6925 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/, hostPort=55994, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\control\cores}
   [junit4]   2> 1334566 T6925 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1334566 T6925 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\control\'
   [junit4]   2> 1334631 T6925 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\control\solr.xml
   [junit4]   2> 1334649 T6925 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\control\cores
   [junit4]   2> 1334649 T6925 oasc.CoreContainer.<init> New CoreContainer 4847938
   [junit4]   2> 1334652 T6925 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\control\]
   [junit4]   2> 1334652 T6925 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\control\lib
   [junit4]   2> 1334652 T6925 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\control\lib).
   [junit4]   2> 1334666 T6925 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1334666 T6925 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1334666 T6925 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1334666 T6925 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1334666 T6925 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1334666 T6925 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1334666 T6925 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1334666 T6925 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1334670 T6925 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1334670 T6925 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1334670 T6925 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1334670 T6925 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1334670 T6925 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1334670 T6925 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1334670 T6925 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1334676 T6925 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\control\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\control\cores\collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\control\cores\collection1\, configSet=collection1, dataDir=data\}
   [junit4]   2> 1334678 T6925 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\control\cores\collection1\
   [junit4]   2> 1334678 T6925 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1334680 T6937 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 1334683 T6937 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 1334684 T6937 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1334684 T6937 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1334735 T6937 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1334747 T6937 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1334776 T6937 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1334778 T6937 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
   [junit4]   2> 1334787 T6937 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1334957 T6937 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1334972 T6937 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1334975 T6937 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1334987 T6937 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1334993 T6937 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1334997 T6937 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1334997 T6937 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1334997 T6937 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1334999 T6937 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1334999 T6937 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1334999 T6937 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1334999 T6937 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 1335002 T6937 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1335003 T6937 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\control\cores\collection1\data\
   [junit4]   2> 1335003 T6937 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1fd3bee
   [junit4]   2> 1335004 T6937 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\control\cores\collection1\data\
   [junit4]   2> 1335004 T6937 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\control\cores\collection1\data\index/
   [junit4]   2> 1335004 T6937 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\control\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1335005 T6937 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\control\cores\collection1\data\index
   [junit4]   2> 1335005 T6937 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=15, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1335006 T6937 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d58787 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@dc8dd2),segFN=segments_1,generation=1}
   [junit4]   2> 1335006 T6937 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1335015 T6937 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1335015 T6937 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1335015 T6937 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1335016 T6937 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1335016 T6937 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1335017 T6937 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1335017 T6937 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1335019 T6937 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1335019 T6937 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1335020 T6937 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1335020 T6937 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1335020 T6937 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1335032 T6937 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1335034 T6937 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1335038 T6937 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1335040 T6937 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1335048 T6937 oasc.PluginBag.createPlugin requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1335052 T6937 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1335052 T6937 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1335052 T6937 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1335056 T6937 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1335056 T6937 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1335059 T6937 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1335059 T6937 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1335060 T6937 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=56.5048828125, floorSegmentMB=1.67578125, forceMergeDeletesPctAllowed=21.699715806707896, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1335061 T6937 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d58787 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@dc8dd2),segFN=segments_1,generation=1}
   [junit4]   2> 1335061 T6937 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1335062 T6937 oass.SolrIndexSearcher.<init> Opening Searcher@1ecaaf4[collection1] main
   [junit4]   2> 1335063 T6937 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1335063 T6937 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1335063 T6937 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1335063 T6937 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 1335101 T6937 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1335160 T6937 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1335160 T6938 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 1335160 T6937 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1335160 T6938 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: direct
   [junit4]   2> 1335162 T6938 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1335162 T6938 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1335162 T6938 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1335162 T6938 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: external
   [junit4]   2> 1335163 T6925 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1335165 T6925 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1335163 T6938 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: freq
   [junit4]   2> 1335165 T6938 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: fqcn
   [junit4]   2> 1335165 T6938 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: perDict
   [junit4]   2> 1335165 T6938 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1ecaaf4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1337154 T6925 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\shard0\cores\collection1
   [junit4]   2> 1337158 T6925 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 1337173 T6925 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@fab400{/,null,AVAILABLE}
   [junit4]   2> 1337176 T6925 oejs.AbstractConnector.doStart Started ServerConnector@18053b0{HTTP/1.1}{127.0.0.1:55997}
   [junit4]   2> 1337176 T6925 oejs.Server.doStart Started @1340793ms
   [junit4]   2> 1337176 T6925 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/, hostPort=55997, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\shard0\cores}
   [junit4]   2> 1337176 T6925 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1337176 T6925 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\shard0\'
   [junit4]   2> 1337218 T6925 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\shard0\solr.xml
   [junit4]   2> 1337228 T6925 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\shard0\cores
   [junit4]   2> 1337228 T6925 oasc.CoreContainer.<init> New CoreContainer 2938594
   [junit4]   2> 1337228 T6925 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\shard0\]
   [junit4]   2> 1337228 T6925 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\shard0\lib
   [junit4]   2> 1337231 T6925 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\shard0\lib).
   [junit4]   2> 1337246 T6925 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1337246 T6925 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1337246 T6925 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1337246 T6925 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1337246 T6925 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1337246 T6925 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1337246 T6925 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1337248 T6925 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1337248 T6925 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1337248 T6925 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1337248 T6925 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1337248 T6925 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1337248 T6925 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1337250 T6925 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1337250 T6925 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1337254 T6925 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\shard0\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\shard0\cores\collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\shard0\cores\collection1\, configSet=collection1, dataDir=data\}
   [junit4]   2> 1337254 T6925 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\shard0\cores\collection1\
   [junit4]   2> 1337254 T6925 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1337256 T6951 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 1337258 T6951 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 1337258 T6951 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1337258 T6951 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1337305 T6951 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1337312 T6951 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1337330 T6951 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1337330 T6951 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
   [junit4]   2> 1337336 T6951 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1337461 T6951 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1337474 T6951 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1337475 T6951 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1337484 T6951 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1337487 T6951 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1337490 T6951 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1337490 T6951 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1337490 T6951 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1337490 T6951 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1337490 T6951 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1337492 T6951 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1337492 T6951 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 1337492 T6951 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1337494 T6951 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\shard0\cores\collection1\data\
   [junit4]   2> 1337494 T6951 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1fd3bee
   [junit4]   2> 1337495 T6951 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\shard0\cores\collection1\data\
   [junit4]   2> 1337495 T6951 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\shard0\cores\collection1\data\index/
   [junit4]   2> 1337495 T6951 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\shard0\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1337495 T6951 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch A4AFEDA73FFF081C-001\tempDir-001\shard0\cores\collection1\data\index
   [junit4]   2> 1337496 T6951 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=15, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1337496 T6951 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@9af4a7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e51cd0),segFN=segments_1,generation=1}
   [junit4]   2> 1337496 T6951 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1337503 T6951 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1337504 T6951 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1337504 T6951 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1337504 T6951 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1337504 T6951 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1337504 T6951 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1337504 T6951 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1337505 T6951 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1337505 T6951 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1337505 T6951 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1337506 T6951 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1337506 T6951 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1337510 T6951 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1337514 T6951 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1337517 T6951 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1337521 T6951 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1337528 T6951 oasc.PluginBag.createPlugin requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1337532 T6951 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1337532 T6951 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1337532 T6951 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1337534 T6951 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1337534 T6951 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1337537 T6951 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1337537 T6951 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1337538 T6951 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=56.5048828125, floorSegmentMB=1.67578125, forceMergeDeletesPctAllowed=21.699715806707896, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1337538 T6951 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@9af4a7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e51cd0),segFN=segments_1,generation=1}
   [junit4]   2> 1337538 T6951 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1337539 T6951 oass.SolrIndexSearcher.<init> Opening Searcher@16315d7[collection1] main
   [junit4]   2> 1337539 T6951 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1337540 T6951 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1337540 T6951 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1337540 T6951 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 1337557 T6951 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1337615 T6951 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1337617 T6952 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 1337617 T6952 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: direct
   [junit4]   2> 1337617 T6952 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1337617 T6952 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1337617 T6951 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1337619 T6952 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1337620 T6952 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: external
   [junit4]   2> 1337620 T6952 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: freq
   [junit4]   2> 1337621 T6925 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1337621 T6925 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1337621 T6952 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: fqcn
   [junit4]   2> 1337622 T6925 oas.SolrTestCaseJ4.setUp ###Starting test
   [junit4]   2> 1337623 T6952 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: perDict
   [junit4]   2> 1337624 T6952 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@16315d7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> ASYNC  NEW_CORE C967 name=collection1 org.apache.solr.core.SolrCore@14312f
   [junit4]   2> 1337640 T6929 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1495440301813137408)} 0 2
   [junit4]   2> ASYNC  NEW_CORE C968 name=collection1 org.apache.solr.core.SolrCore@b13652
   [junit4]   2> 1337649 T6943 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1495440301821526016)} 0 3
   [junit4]   2> 1337654 T6930 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[1 (1495440301827817472)]} 0 2
   [junit4]   2> 1337667 T6944 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[1 (1495440301841448960)]} 0 2
   [junit4]   2> 1337672 T6931 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[2 (1495440301846691840)]} 0 2
   [junit4]   2> 1337677 T6945 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[2 (1495440301852983296)]} 0 1
   [junit4]   2> 1337697 T6933 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[3 (1495440301861371904)]} 0 13
   [junit4]   2> 1337763 T6946 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[3 (1495440301897023488)]} 0 45
   [junit4]   2> 1337769 T6932 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[4 (1495440301950500864)]} 0 0
   [junit4]   2> 1337778 T6947 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[4 (1495440301956792320)]} 0 3
   [junit4]   2> 1337785 T6934 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[5 (1495440301966229504)]} 0 1
   [junit4]   2> 1337791 T6948 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[5 (1495440301972520960)]} 0 1
   [junit4]   2> 1337799 T6929 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[6 (1495440301979860992)]} 0 2
   [junit4]   2> 1337804 T6943 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[6 (1495440301987201024)]} 0 0
   [junit4]   2> 1337811 T6930 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[7 (1495440301994541056)]} 0 0
   [junit4]   2> 1337817 T6944 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[7 (1495440302000832512)]} 0 0
   [junit4]   2> 1337824 T6931 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[8 (1495440302008172544)]} 0 0
   [junit4]   2> 1337831 T6945 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[8 (1495440302015512576)]} 0 0
   [junit4]   2> 1337836 T6933 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[9 (1495440302020755456)]} 0 0
   [junit4]   2> 1337841 T6946 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[9 (1495440302025998336)]} 0 0
   [junit4]   2> 1337847 T6932 C967 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1337851 T6932 C967 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d58787 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@dc8dd2),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d58787 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@dc8dd2),segFN=segments_2,generation=2}
   [junit4]   2> 1337855 T6932 C967 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 1337893 T6932 C967 oass.SolrIndexSearcher.<init> Opening Searcher@13bfeb1[collection1] main
   [junit4]   2> 1337894 T6932 C967 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1337894 T6938 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@13bfeb1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c9)))}
   [junit4]   2> 1337897 T6932 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 50
   [junit4]   2> 1337902 T6947 C968 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1337910 T6947 C968 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@9af4a7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e51cd0),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@9af4a7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e51cd0),segFN=segments_2,generation=2}
   [junit4]   2> 1337914 T6947 C968 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 1337919 T6947 C968 oass.SolrIndexSearcher.<init> Opening Searcher@1d40498[collection1] main
   [junit4]   2> 1337919 T6947 C968 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1337921 T6952 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1d40498[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c9)))}
   [junit4]   2> 1337922 T6947 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 20
   [junit4]   2> 1337940 T6934 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[10 (1495440302118273024)]} 0 11
   [junit4]   2> 1337958 T6948 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[10 (1495440302136098816)]} 0 12
   [junit4]   2> 1337965 T6929 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[11 (1495440302156021760)]} 0 0
   [junit4]   2> 1337972 T6943 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[11 (1495440302163361792)]} 0 0
   [junit4]   2> 1337978 T6930 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[12 (1495440302169653248)]} 0 0
   [junit4]   2> 1337984 T6944 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[12 (1495440302175944704)]} 0 1
   [junit4]   2> 1337987 T6931 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[13 (1495440302179090432)]} 0 0
   [junit4]   2> 1337995 T6945 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[13 (1495440302187479040)]} 0 0
   [junit4]   2> 1338001 T6933 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[1001 (1495440302193770496)]} 0 0
   [junit4]   2> 1338010 T6946 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[1001 (1495440302202159104)]} 0 1
   [junit4]   2> 1338014 T6932 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[14 (1495440302207401984)]} 0 0
   [junit4]   2> 1338020 T6947 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[14 (1495440302213693440)]} 0 0
   [junit4]   2> 1338027 T6934 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[15 (1495440302221033472)]} 0 0
   [junit4]   2> 1338033 T6948 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[15 (1495440302227324928)]} 0 0
   [junit4]   2> 1338038 T6929 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[16 (1495440302232567808)]} 0 0
   [junit4]   2> 1338042 T6943 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[16 (1495440302236762112)]} 0 0
   [junit4]   2> 1338055 T6930 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[17 (1495440302246199296)]} 0 4
   [junit4]   2> 1338060 T6944 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[17 (1495440302255636480)]} 0 0
   [junit4]   2> 1338068 T6931 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[100 (1495440302264025088)]} 0 0
   [junit4]   2> 1338075 T6945 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[100 (1495440302270316544)]} 0 1
   [junit4]   2> 1338082 T6933 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[101 (1495440302278705152)]} 0 1
   [junit4]   2> 1338086 T6946 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[101 (1495440302281850880)]} 0 1
   [junit4]   2> 1338092 T6932 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[102 (1495440302289190912)]} 0 0
   [junit4]   2> 1338097 T6947 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[102 (1495440302294433792)]} 0 0
   [junit4]   2> 1338104 T6934 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[103 (1495440302301773824)]} 0 0
   [junit4]   2> 1338109 T6948 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[103 (1495440302307016704)]} 0 0
   [junit4]   2> 1338129 T6929 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[104 (1495440302311211008)]} 0 16
   [junit4]   2> 1338133 T6943 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[104 (1495440302332182528)]} 0 0
   [junit4]   2> 1338140 T6930 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[105 (1495440302339522560)]} 0 0
   [junit4]   2> 1338147 T6944 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[105 (1495440302346862592)]} 0 0
   [junit4]   2> 1338155 T6931 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[106 (1495440302355251200)]} 0 0
   [junit4]   2> 1338162 T6945 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[106 (1495440302362591232)]} 0 0
   [junit4]   2> 1338168 T6933 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[107 (1495440302368882688)]} 0 0
   [junit4]   2> 1338174 T6946 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[107 (1495440302375174144)]} 0 0
   [junit4]   2> 1338181 T6932 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[108 (1495440302382514176)]} 0 0
   [junit4]   2> 1338187 T6947 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[108 (1495440302388805632)]} 0 0
   [junit4]   2> 1338194 T6934 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[109 (1495440302396145664)]} 0 0
   [junit4]   2> 1338201 T6948 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[109 (1495440302403485696)]} 0 0
   [junit4]   2> 1338210 T6929 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[110 (1495440302412922880)]} 0 0
   [junit4]   2> 1338215 T6943 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[110 (1495440302418165760)]} 0 0
   [junit4]   2> 1338221 T6930 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[111 (1495440302424457216)]} 0 0
   [junit4]   2> 1338227 T6944 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[111 (1495440302430748672)]} 0 0
   [junit4]   2> 1338233 T6931 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[112 (1495440302437040128)]} 0 0
   [junit4]   2> 1338240 T6945 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[112 (1495440302444380160)]} 0 0
   [junit4]   2> 1338255 T6933 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[113 (1495440302459060224)]} 0 1
   [junit4]   2> 1338258 T6946 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[113 (1495440302463254528)]} 0 0
   [junit4]   2> 1338265 T6932 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[114 (1495440302470594560)]} 0 0
   [junit4]   2> 1338271 T6947 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[114 (1495440302476886016)]} 0 0
   [junit4]   2> 1338277 T6934 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[115 (1495440302483177472)]} 0 0
   [junit4]   2> 1338282 T6948 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[115 (1495440302488420352)]} 0 0
   [junit4]   2> 1338289 T6929 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[116 (1495440302495760384)]} 0 0
   [junit4]   2> 1338296 T6943 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[116 (1495440302503100416)]} 0 0
   [junit4]   2> 1338302 T6930 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[117 (1495440302509391872)]} 0 0
   [junit4]   2> 1338310 T6944 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[117 (1495440302517780480)]} 0 0
   [junit4]   2> 1338313 T6931 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[118 (1495440302520926208)]} 0 0
   [junit4]   2> 1338318 T6945 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[118 (1495440302526169088)]} 0 0
   [junit4]   2> 1338326 T6933 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[119 (1495440302534557696)]} 0 0
   [junit4]   2> 1338332 T6946 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[119 (1495440302540849152)]} 0 0
   [junit4]   2> 1338339 T6932 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[120 (1495440302548189184)]} 0 0
   [junit4]   2> 1338346 T6947 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[120 (1495440302553432064)]} 0 2
   [junit4]   2> 1338350 T6934 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[121 (1495440302559723520)]} 0 0
   [junit4]   2> 1338358 T6948 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[121 (1495440302568112128)]} 0 0
   [junit4]   2> 1338367 T6929 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[122 (1495440302574403584)]} 0 3
   [junit4]   2> 1338374 T6943 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[122 (1495440302583840768)]} 0 1
   [junit4]   2> 1338383 T6930 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[123 (1495440302593277952)]} 0 1
   [junit4]   2> 1338387 T6944 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[123 (1495440302598520832)]} 0 0
   [junit4]   2> 1338394 T6931 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[124 (1495440302605860864)]} 0 0
   [junit4]   2> 1338400 T6945 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[124 (1495440302612152320)]} 0 0
   [junit4]   2> 1338408 T6933 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[125 (1495440302620540928)]} 0 0
   [junit4]   2> 1338414 T6946 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[125 (1495440302626832384)]} 0 0
   [junit4]   2> 1338422 T6932 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[126 (1495440302635220992)]} 0 0
   [junit4]   2> 1338429 T6947 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[126 (1495440302642561024)]} 0 0
   [junit4]   2> 1338438 T6934 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[127 (1495440302650949632)]} 0 1
   [junit4]   2> 1338444 T6948 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[127 (1495440302656192512)]} 0 2
   [junit4]   2> 1338451 T6929 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[128 (1495440302665629696)]} 0 0
   [junit4]   2> 1338457 T6943 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[128 (1495440302671921152)]} 0 0
   [junit4]   2> 1338463 T6930 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[129 (1495440302678212608)]} 0 0
   [junit4]   2> 1338467 T6944 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[129 (1495440302682406912)]} 0 0
   [junit4]   2> 1338475 T6931 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[130 (1495440302689746944)]} 0 1
   [junit4]   2> 1338480 T6945 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[130 (1495440302693941248)]} 0 2
   [junit4]   2> 1338484 T6933 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[131 (1495440302699184128)]} 0 1
   [junit4]   2> 1338489 T6946 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[131 (1495440302703378432)]} 0 2
   [junit4]   2> 1338492 T6932 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[132 (1495440302708621312)]} 0 0
   [junit4]   2> 1338500 T6947 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[132 (1495440302717009920)]} 0 0
   [junit4]   2> 1338504 T6934 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[133 (1495440302721204224)]} 0 0
   [junit4]   2> 1338508 T6948 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[133 (1495440302725398528)]} 0 0
   [junit4]   2> 1338511 T6929 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[134 (1495440302728544256)]} 0 0
   [junit4]   2> 1338514 T6943 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[134 (1495440302731689984)]} 0 0
   [junit4]   2> 1338520 T6930 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[135 (1495440302737981440)]} 0 0
   [junit4]   2> 1338524 T6944 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[135 (1495440302742175744)]} 0 0
   [junit4]   2> 1338529 T6931 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[136 (1495440302747418624)]} 0 0
   [junit4]   2> 1338546 T6945 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[136 (1495440302765244416)]} 0 0
   [junit4]   2> 1338550 T6933 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[137 (1495440302769438720)]} 0 0
   [junit4]   2> 1338556 T6946 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[137 (1495440302774681600)]} 0 1
   [junit4]   2> 1338560 T6932 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[138 (1495440302779924480)]} 0 0
   [junit4]   2> 1338569 T6947 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[138 (1495440302789361664)]} 0 0
   [junit4]   2> 1338573 T6934 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[139 (1495440302793555968)]} 0 0
   [junit4]   2> 1338580 T6948 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[139 (1495440302798798848)]} 0 2
   [junit4]   2> 1338584 T6929 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[140 (1495440302805090304)]} 0 0
   [junit4]   2> 1338589 T6943 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[140 (1495440302810333184)]} 0 0
   [junit4]   2> 1338594 T6930 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[141 (1495440302814527488)]} 0 1
   [junit4]   2> 1338598 T6944 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[141 (1495440302819770368)]} 0 0
   [junit4]   2> 1338602 T6931 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[142 (1495440302823964672)]} 0 0
   [junit4]   2> 1338607 T6945 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[142 (1495440302829207552)]} 0 2
   [junit4]   2> 1338610 T6933 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[143 (1495440302832353280)]} 0 0
   [junit4]   2> 1338613 T6946 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[143 (1495440302835499008)]} 0 0
   [junit4]   2> 1338618 T6932 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[144 (1495440302840741888)]} 0 0
   [junit4]   2> 1338621 T6947 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[144 (1495440302843887616)]} 0 0
   [junit4]   2> 1338627 T6934 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[145 (1495440302850179072)]} 0 0
   [junit4]   2> 1338630 T6948 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[145 (1495440302853324800)]} 0 0
   [junit4]   2> 1338633 T6929 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[146 (1495440302856470528)]} 0 0
   [junit4]   2> 1338637 T6943 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[146 (1495440302860664832)]} 0 0
   [junit4]   2> 1338641 T6930 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[147 (1495440302864859136)]} 0 0
   [junit4]   2> 1338646 T6944 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[147 (1495440302870102016)]} 0 0
   [junit4]   2> 1338653 T6931 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[148 (1495440302877442048)]} 0 0
   [junit4]   2> 1338657 T6945 C968 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[148 (1495440302881636352)]} 0 0
   [junit4]   2> 1338662 T6933 C967 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[149 (1495440302886879232)]} 0 0
   [junit4]   2> ASYNC  NEW_CORE C969 name=collection1 org.apache.solr.core.SolrCore@b13652
   [junit4]   2> 1338689 T6946 C969 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[149 (1495440302891073536)]} 0 23
   [junit4]   2> ASYNC  NEW_CORE C970 name=collection1 org.apache.solr.core.SolrCore@14312f
   [junit4]   2> 1338692 T6932 C970 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1338704 T6932 C970 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d58787 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@dc8dd2),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d58787 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@dc8dd2),segFN=segments_3,generation=3}
   [junit4]   2> 1338705 T6932 C970 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 1338707 T6932 C970 oass.SolrIndexSearcher.<init> Opening Searcher@1e4f52c[collection1] main
   [junit4]   2> 1338707 T6932 C970 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1338709 T6938 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e4f52c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c9) Uninverting(_1(6.0.0):c59)))}
   [junit4]   2> 1338712 T6932 C970 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 20
   [junit4]   2> 1338714 T6947 C969 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1338727 T6947 C969 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@9af4a7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e51cd0),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@9af4a7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e51cd0),segFN=segments_3,generation=3}
   [junit4]   2> 1338727 T6947 C969 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 1338728 T6947 C969 oass.SolrIndexSearcher.<init> Opening Searcher@18e5da0[collection1] main
   [junit4]   2> 1338728 T6947 C969 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1338731 T6952 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@18e5da0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c9) Uninverting(_1(6.0.0):c59)))}
   [junit4]   2> 1338732 T6947 C969 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 18
   [junit4]   2> 1338737 T6934 C970 oasc.SolrCore.execute [collection1] webapp= path=/select params={q=*:*&distrib=false&sort=n_ti1+desc&wt=javabin&version=2} hits=68 status=0 QTime=1 
   [junit4]   2> 1338764 T6943 C969 oasc.SolrCore.execute [collection1] webapp= path=/select params={distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_ti1+desc&shard.url=http://127.0.0.1:55997//collection1|[ff01::114]:33332/&rows=10&version=2&q=*:*&NOW=1426163008662&isShard=true&wt=javabin} hits=68 status=0 QTime=1 
   [junit4]   2> 1338772 T6944 C969 oasc.SolrCore.execute [collection1] webapp= path=/select params={q=*:*&distrib=false&shards.purpose=64&NOW=1426163008662&ids=102,124,146,4,137,127,149,116,128,142&isShard=true&shard.url=http://127.0.0.1:55997//collection1|[ff01::114]:33332/&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 1338775 T6948 C969 oasc.SolrCore.execute [collection1] webapp= path=/select params={q=*:*&shards=http://127.0.0.1:55997//collection1|[ff01::114]:33332/&sort=n_ti1+desc&wt=javabin&version=2} hits=68 status=0 QTime=33 
   [junit4]   2> 1338778 T6929 C970 oasc.SolrCore.execute [collection1] webapp= path=/select params={q=*:*&distrib=false&sort=n_ti1+asc&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 1338792 T6946 C969 oasc.SolrCore.execute [collection1] webapp= path=/select params={distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_ti1+asc&shard.url=http://127.0.0.1:55997//collection1|[ff01::213]:33332/&rows=10&version=2&q=*:*&NOW=1426163008701&isShard=true&wt=javabin} hits=68 status=0 QTime=2 
   [junit4]   2> 1338798 T6947 C969 oasc.SolrCore.execute [collection1] webapp= path=/select params={q=*:*&distrib=false&shards.purpose=64&NOW=1426163008701&ids=143,112,15,16,1001,7,8,108,130,131&isShard=true&shard.url=http://127.0.0.1:55997//collection1|[ff01::213]:33332/&wt=javabin&version=2} status=0 QTime=2 
   [junit4]   2> 1338804 T6945 C969 oasc.SolrCore.execute [collection1] webapp= path=/select params={q=*:*&shards=http://127.0.0.1:55997//collection1|[ff01::213]:33332/&sort=n_ti1+asc&wt=javabin&version=2} hits=68 status=0 QTime=23 
   [junit4]   2> 1338811 T6930 C970 oasc.SolrCore.execute [collection1] webapp= path=/select params={q=*:*&distrib=false&sort=n_f1+desc&wt=javabin&version=2} hits=68 status=0 QTime=1 
   [junit4]   2> 1338820 T6944 C969 oasc.SolrCore.execute [collection1] webapp= path=/select params={distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_f1+desc&shard.url=http://127.0.0.1:55997//collection1&rows=10&version=2&q=*:*&NOW=1426163008737&isShard=true&wt=javabin} hits=68 status=0 QTime=0 
   [junit4]   2> 1338828 T6948 C969 oasc.SolrCore.execute [collection1] webapp= path=/select params={q=*:*&distrib=false&shards.purpose=64&NOW=1426163008737&ids=143,132,144,137,5,138,17,119,140,10&isShard=true&shard.url=http://127.0.0.1:55997//collection1&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 1338842 T6943 C969 oasc.SolrCore.execute [collection1] webapp= path=/select params={q=*:*&shards=http://127.0.0.1:55997//collection1&sort=n_f1+desc&wt=javabin&version=2} hits=68 status=0 QTime=25 
   [junit4]   2> 1338851 T6931 C970 oasc.SolrCore.execute [collection1] webapp= path=/select params={q=*:*&distrib=false&sort=n_f1+asc&wt=javabin&version=2} hits=68 status=0 QTime=1 
   [junit4]   2> 1338863 T6947 C969 oasc.SolrCore.execute [collection1] webapp= path=/select params={distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_f1+asc&shard.url=[ff01::213]:33332/|[ff01::083]:33332/|http://127.0.0.1:55997//collection1&rows=10&version=2&q=*:*&NOW=1426163008777&isShard=true&wt=javabin} hits=68 status=0 QTime=1 
   [junit4]   2> 1338869 T6945 C969 oasc.SolrCore.execute [collection1] webapp= path=/select params={q=*:*&distrib=false&shards.purpose=64&NOW=1426163008777&ids=113,3,146,124,103,16,1001,129,131,142&isShard=true&shard.url=[ff01::213]:33332/|[ff01::083]:33332/|http://127.0.0.1:55997//collection1&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 1338871 T6946 C969 oasc.SolrCore.execute [collection1] webapp= path=/select params={q=*:*&shards=[ff01::213]:33332/|[ff01::083]:33332/|http://127.0.0.1:55997//collection1&sort=n_f1+asc&wt=javabin&version=2} hits=68 status=0 QTime=14 
   [junit4]   2> 1338878 T6933 C970 oasc.SolrCore.execute [collection1] webapp= path=/select params={q=*:*&distrib=false&sort=n_tf1+desc&wt=javabin&version=2} hits=68 status=0 QTime=2 
   [junit4]   2> 1338889 T6948 C969 oasc.SolrCore.execute [collection1] webapp= path=/select params={distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_tf1+desc&shard.url=http://127.0.0.1:55997//collection1|[ff01::083]:33332/|[ff01::114]:33332/&rows=10&version=2&q=*:*&NOW=1426163008803&isShard=true&wt=javabin} hits=68 status=0 QTime=2 
   [junit4]   2> 1338896 T6943 C969 oasc.SolrCore.execute [collection1] webapp= path=/select params={q=*:*&distrib=false&shards.purpose=64&NOW=1426163008803&ids=11,113,146,114,4,105,116,117,107,119&isShard=true&shard.url=http://127.0.0.1:55997//collection1|[ff01::083]:33332/|[ff01::114]:33332/&wt=javabin&version=2} status=0 QTime=0 
   [junit4]   2> 1338900 T6944 C969 oasc.SolrCore.execute [collection1] webapp= path=/select params={q=*:*&shards=http://127.0.0.1:55997//collection1|[ff01::083]:33332/|[ff01::114]:33332/&sort=n_tf1+desc&wt=javabin&version=2} hits=68 status=0 QTime=17 
   [junit4]   2> 1338904 T6932 C970 oasc.SolrCore.execute [collection1] webapp= path=/select params={q=*:*&distrib=false&sort=n_tf1+asc&wt=javabin&version=2} hits=68 status=0 QTime=0 
   [junit4]   2> 1338919 T6945 C969 oasc.SolrCore.execute [collection1] webapp= path=/select params={distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_tf1+asc&shard.url=[ff01::083]:33332/|[ff01

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

RequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:490)
   [junit4]    > 	... 52 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=13308, name=updateExecutor-1532-thread-3, state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@d0e82 rejected from java.util.concurrent.ThreadPoolExecutor@1bf6a44[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 23]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A4AFEDA73FFF081C]:0)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:279)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2821254 T13124 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A4AFEDA73FFF081C-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {_version_=PostingsFormat(name=Memory doPackFST= false), multiDefault=PostingsFormat(name=Direct), a_t=PostingsFormat(name=Memory doPackFST= false), intDefault=PostingsFormat(name=Memory doPackFST= false), id=Lucene50(blocksize=128), text=FSTOrd50, range_facet_l=PostingsFormat(name=Memory doPackFST= false), timestamp=PostingsFormat(name=Memory doPackFST= false)}, docValues:{timestamp=DocValuesFormat(name=Direct)}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=ar_MA, timezone=Europe/Bratislava
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_31 (32-bit)/cpus=2,threads=1,free=140620824,total=268062720
   [junit4]   2> NOTE: All tests run in this JVM: [ClusterStateUpdateTest, QueryElevationComponentTest, SaslZkACLProviderTest, FullSolrCloudDistribCmdsTest, TestBinaryResponseWriter, TestSolr4Spatial2, MoreLikeThisHandlerTest, OverseerCollectionProcessorTest, TestCollapseQParserPlugin, DocumentAnalysisRequestHandlerTest, HardAutoCommitTest, CacheHeaderTest, DeleteReplicaTest, TestAnalyzeInfixSuggestions, SuggesterTest, WordBreakSolrSpellCheckerTest, TriLevelCompositeIdRoutingTest, TestStressLucene, TestUtils, TestDefaultSearchFieldResource, PrimitiveFieldTypeTest, TestJettySolrRunner, HdfsCollectionsAPIDistributedZkTest, OpenExchangeRatesOrgProviderTest, RecoveryAfterSoftCommitTest, DistanceUnitsTest, SuggesterTSTTest, TestTrackingShardHandlerFactory, BlockDirectoryTest, TestAddFieldRealTimeGet, TestExpandComponent, TestOrdValues, DistribJoinFromCollectionTest, TestFieldSortValues, TestRestManager, TestPostingsSolrHighlighter, EnumFieldTest, TestSolrConfigHandlerConcurrent, TestIndexingPerformance, TestMergePolicyConfig, TestConfigReload, AnalyticsQueryTest, TestSurroundQueryParser, TestZkChroot, XsltUpdateRequestHandlerTest, TestShortCircuitedRequests, TestHashQParserPlugin, LeaderElectionTest, DistributedQueryElevationComponentTest, HdfsDirectoryFactoryTest, TestQuerySenderNoQuery, ParsingFieldUpdateProcessorsTest, TestManagedSchemaFieldResource, OverseerTest, CoreAdminCreateDiscoverTest, HighlighterConfigTest, DistributedQueryComponentCustomSortTest, TestDistribDocBasedVersion, SpellCheckComponentTest, TestLazyCores, TermVectorComponentDistributedTest, UnloadDistributedZkTest, TestFieldResource, TestPartialUpdateDeduplication, TestClassNameShortening, TestCoreContainer, SolrPluginUtilsTest, TestReversedWildcardFilterFactory, ResponseLogComponentTest, DateRangeFieldTest, AnalysisErrorHandlingTest, OverriddenZkACLAndCredentialsProvidersTest, TestRealTimeGet, CircularListTest, DistributedMLTComponentTest, DistributedTermsComponentTest, TestCollectionAPI, DistributedSpellCheckComponentTest, ConnectionManagerTest, TestTrie, TestSort, ExternalFileFieldSortTest, TestQueryTypes, AlternateDirectoryTest, ExitableDirectoryReaderTest, TestRebalanceLeaders, TestPHPSerializedResponseWriter, TestSortingResponseWriter, TestExactSharedStatsCache, ActionThrottleTest, SyncSliceTest, TestRemoteStreaming, TestCodecSupport, LoggingHandlerTest, SignatureUpdateProcessorFactoryTest, DistributedDebugComponentTest, TestDynamicLoading, LukeRequestHandlerTest, SystemInfoHandlerTest, RAMDirectoryFactoryTest, TestHighlightDedupGrouping, TestUniqueKeyFieldResource, SpatialHeatmapFacetsTest, IndexSchemaRuntimeFieldTest, TestDocumentBuilder, TestHdfsUpdateLog, TestCursorMarkWithoutUniqueKey, StressHdfsTest, AsyncMigrateRouteKeyTest, TestDocBasedVersionConstraints, HdfsDirectoryTest, CachingDirectoryFactoryTest, TestDistributedSearch, TestCSVLoader, TestHashPartitioner, CoreMergeIndexesAdminHandlerTest, CursorMarkTest, CloudExitableDirectoryReaderTest, SliceStateTest, TestBulkSchemaAPI, ExternalCollectionsTest, RecoveryZkTest, TestSchemaNameResource, NotRequiredUniqueKeyTest, TestPseudoReturnFields, SolrXmlInZkTest, TestRandomMergePolicy, TestCloudManagedSchema, ChaosMonkeySafeLeaderTest, TestSerializedLuceneMatchVersion, TestSchemaSimilarityResource, TestSolrConfigHandlerCloud, SolrInfoMBeanTest, NoCacheHeaderTest, BasicDistributedZkTest, OverseerStatusTest, TestExceedMaxTermLength, DateMathParserTest, TestConfigSets, HdfsChaosMonkeySafeLeaderTest, CollectionsAPIAsyncDistributedZkTest, ShardRoutingCustomTest, JsonLoaderTest, TestReplicaProperties, TestRecoveryHdfs, DirectUpdateHandlerTest, TermVectorComponentTest, SolrRequestParserTest, SpellingQueryConverterTest, FileBasedSpellCheckerTest, TestTolerantSearch, RankQueryTest, TestMiniSolrCloudClusterSSL, TestReloadAndDeleteDocs, TestCryptoKeys, TestManagedSchemaDynamicFieldResource, LeaderFailoverAfterPartitionTest, TestGroupingSearch, TestReplicationHandler, ZkControllerTest, TestFunctionQuery, TestCollationField, SearchHandlerTest, TestCollationFieldDocValues, OutputWriterTest, TestBlobHandler, DocumentBuilderTest, AutoCommitTest, SpellCheckCollatorTest, TestReload, TestNonDefinedSimilarityFactory, DistributedExpandComponentTest, SharedFSAutoReplicaFailoverTest, CurrencyFieldXmlFileTest, TestComplexPhraseQParserPlugin, TestQueryUtils, HdfsBasicDistributedZkTest, TestFiltering, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestJoin, StatsComponentTest, TestJmxIntegration, TestRangeQuery, TestQuerySenderListener, TestSolrDeletionPolicy2, CursorPagingTest, TestCopyFieldCollectionResource, TestCoreDiscovery, TestSystemIdResolver, TestFieldCollectionResource, PeerSyncTest, BasicZkTest, TestRecovery, AnalyticsMergeStrategyTest, SuggestComponentTest, ReturnFieldsTest, HdfsSyncSliceTest, TestComponentsName, TestSchemaManager, TestFastWriter, ChaosMonkeyNothingIsSafeTest, TestFastOutputStream, MultiTermTest, DeleteShardTest, SortByFunctionTest, SolrCmdDistributorTest, BadCopyFieldTest, TestLRUStatsCache, TestInitQParser, TestSolrDeletionPolicy1, MBeansHandlerTest, ZkNodePropsTest, SolrIndexConfigTest, MigrateRouteKeyTest, TestBulkSchemaConcurrent, TestXIncludeConfig, TestFieldTypeResource, ReplicationFactorTest]
   [junit4] Completed in 70.29s, 1 test, 1 error <<< FAILURES!

[...truncated 795 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 473 suites, 1882 tests, 2 errors, 57 ignored (30 assumptions)

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



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

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

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:52800/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:625)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:948)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:52800/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:599)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:622)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:490)
	... 52 more




Build Log:
[...truncated 9298 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\init-core-data-001
   [junit4]   2> 1982556 T9044 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1982564 T9044 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1982565 T9045 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1982666 T9044 oasc.ZkTestServer.run start zk server on port:52760
   [junit4]   2> 1982666 T9044 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1982668 T9044 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1982672 T9052 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@aa55b6 name:ZooKeeperConnection Watcher:127.0.0.1:52760 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1982673 T9044 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1982673 T9044 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1982673 T9044 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1982679 T9044 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1982681 T9044 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1982683 T9055 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e31c1a name:ZooKeeperConnection Watcher:127.0.0.1:52760/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1982683 T9044 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1982684 T9044 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1982684 T9044 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1982695 T9044 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1982698 T9044 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1982700 T9044 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1982704 T9044 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1982705 T9044 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1982711 T9044 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1982711 T9044 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1982715 T9044 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1982716 T9044 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1982720 T9044 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1982720 T9044 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1982724 T9044 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1982724 T9044 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1982728 T9044 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1982728 T9044 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1982732 T9044 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1982733 T9044 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1982737 T9044 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1982737 T9044 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1982741 T9044 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1982742 T9044 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1982745 T9044 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1982746 T9044 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1982750 T9044 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1982751 T9044 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1984241 T9044 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\control-001\cores\collection1
   [junit4]   2> 1984246 T9044 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 1984251 T9044 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1cb1682{/,null,AVAILABLE}
   [junit4]   2> 1984252 T9044 oejs.AbstractConnector.doStart Started ServerConnector@1118e4e{HTTP/1.1}{127.0.0.1:52768}
   [junit4]   2> 1984255 T9044 oejs.Server.doStart Started @1981941ms
   [junit4]   2> 1984256 T9044 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\tempDir-001/control/data, hostContext=/, hostPort=52767, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\control-001\cores}
   [junit4]   2> 1984257 T9044 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1984257 T9044 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\control-001\'
   [junit4]   2> 1984298 T9044 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\control-001\solr.xml
   [junit4]   2> 1984310 T9044 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\control-001\cores
   [junit4]   2> 1984311 T9044 oasc.CoreContainer.<init> New CoreContainer 6063946
   [junit4]   2> 1984311 T9044 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\control-001\]
   [junit4]   2> 1984311 T9044 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\control-001\lib
   [junit4]   2> 1984311 T9044 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\control-001\lib).
   [junit4]   2> 1984325 T9044 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1984326 T9044 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1984326 T9044 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1984327 T9044 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1984327 T9044 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1984327 T9044 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1984327 T9044 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1984327 T9044 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1984327 T9044 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1984327 T9044 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1984327 T9044 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1984328 T9044 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1984328 T9044 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1984329 T9044 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1984329 T9044 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1984329 T9044 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52760/solr
   [junit4]   2> 1984329 T9044 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1984329 T9044 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1984331 T9044 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1984333 T9069 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d10d3 name:ZooKeeperConnection Watcher:127.0.0.1:52760 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1984334 T9044 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1984334 T9044 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1984338 T9044 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1984340 T9072 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@611e95 name:ZooKeeperConnection Watcher:127.0.0.1:52760/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1984340 T9044 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1984342 T9044 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1984346 T9044 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1984350 T9044 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1984354 T9044 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1984358 T9044 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1984362 T9044 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1984366 T9044 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1984368 T9044 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1984370 T9044 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52767_
   [junit4]   2> 1984371 T9044 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52767_
   [junit4]   2> 1984375 T9044 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1984377 T9044 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1984379 T9044 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1984382 T9044 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:52767_
   [junit4]   2> 1984383 T9044 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1984384 T9044 oasc.Overseer.start Overseer (id=93462675277742083-127.0.0.1:52767_-n_0000000000) starting
   [junit4]   2> 1984388 T9044 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1984400 T9044 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1984400 T9044 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1984401 T9073 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1984400 T9074 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1984408 T9044 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 1984411 T9044 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\control-001\cores\collection1\
   [junit4]   2> 1984411 T9044 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1984414 T9076 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1984414 T9076 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1984416 T9076 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1984418 T9073 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52767",
   [junit4]   2> 	  "node_name":"127.0.0.1:52767_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 1984419 T9073 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52767",
   [junit4]   2> 	  "node_name":"127.0.0.1:52767_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1984419 T9073 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 1984420 T9073 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1984422 T9072 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1984426 T9072 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1985329 T9076 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1985329 T9076 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1985330 T9076 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1985331 T9076 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1985333 T9076 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1985333 T9076 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\control-001\cores\collection1\'
   [junit4]   2> 1985359 T9076 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1985362 T9076 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1985375 T9076 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1985383 T9076 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1985407 T9076 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1985409 T9076 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1985445 T9076 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1985587 T9076 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1985599 T9076 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1985600 T9076 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1985621 T9076 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1985625 T9076 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1985630 T9076 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1985631 T9076 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1985631 T9076 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1985631 T9076 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1985632 T9076 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1985633 T9076 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1985633 T9076 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1985633 T9076 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1985634 T9076 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\control-001\cores\collection1\data\
   [junit4]   2> 1985634 T9076 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@45f584
   [junit4]   2> 1985635 T9076 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\control-001\cores\collection1\data\
   [junit4]   2> 1985635 T9076 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\control-001\cores\collection1\data\index/
   [junit4]   2> 1985636 T9076 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1985636 T9076 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\control-001\cores\collection1\data\index
   [junit4]   2> 1985637 T9076 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=80.4345703125, floorSegmentMB=1.84765625, forceMergeDeletesPctAllowed=19.64538394922876, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5973418300792972
   [junit4]   2> 1985638 T9076 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4d921e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@117f6b9),segFN=segments_1,generation=1}
   [junit4]   2> 1985638 T9076 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1985645 T9076 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1985645 T9076 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1985646 T9076 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1985646 T9076 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1985646 T9076 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1985647 T9076 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1985647 T9076 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1985648 T9076 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1985648 T9076 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1985654 T9076 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1985656 T9076 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1985658 T9076 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1985661 T9076 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1985670 T9076 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1985671 T9076 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1985672 T9076 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1985672 T9076 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1985674 T9076 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1985674 T9076 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1985675 T9076 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1453959357, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1985676 T9076 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4d921e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@117f6b9),segFN=segments_1,generation=1}
   [junit4]   2> 1985676 T9076 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1985676 T9076 oass.SolrIndexSearcher.<init> Opening Searcher@184ecca[collection1] main
   [junit4]   2> 1985677 T9076 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1985679 T9076 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1985679 T9076 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1985680 T9076 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1985680 T9076 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1985681 T9076 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1985681 T9076 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1985681 T9076 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1985681 T9076 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1985682 T9076 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1985683 T9077 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@184ecca[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1985683 T9076 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1985691 T9080 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52767 collection:control_collection shard:shard1
   [junit4]   2> 1985692 T9044 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1985693 T9044 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1985697 T9080 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1985697 T9044 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1985698 T9044 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1985704 T9084 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15a5a05 name:ZooKeeperConnection Watcher:127.0.0.1:52760/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1985705 T9044 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1985705 T9044 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1985705 T9044 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1985711 T9080 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1985712 T9044 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1985714 T9072 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1985714 T9080 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1985715 T9080 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C8160 name=collection1 org.apache.solr.core.SolrCore@185e31d url=http://127.0.0.1:52767/collection1 node=127.0.0.1:52767_ C8160_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:52767, node_name=127.0.0.1:52767_, state=down}
   [junit4]   2> 1985715 T9080 C8160 P52767 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52767/collection1/
   [junit4]   2> 1985715 T9080 C8160 P52767 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1985715 T9080 C8160 P52767 oasc.SyncStrategy.syncToMe http://127.0.0.1:52767/collection1/ has no replicas
   [junit4]   2> 1985716 T9080 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52767/collection1/ shard1
   [junit4]   2> 1985717 T9080 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1985718 T9073 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 1985724 T9072 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1985727 T9073 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52767",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 1985822 T9084 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1985824 T9072 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1985865 T9080 oasc.ZkController.register We are http://127.0.0.1:52767/collection1/ and leader is http://127.0.0.1:52767/collection1/
   [junit4]   2> 1985865 T9080 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52767
   [junit4]   2> 1985865 T9080 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1985865 T9080 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1985865 T9080 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1985869 T9072 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1985871 T9073 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52767",
   [junit4]   2> 	  "node_name":"127.0.0.1:52767_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 1985871 T9073 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52767",
   [junit4]   2> 	  "node_name":"127.0.0.1:52767_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1985969 T9072 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1985970 T9084 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1987039 T9044 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-1-001\cores\collection1
   [junit4]   2> 1987043 T9044 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-1-001
   [junit4]   2> 1987044 T9044 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 1987047 T9044 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@13d160a{/,null,AVAILABLE}
   [junit4]   2> 1987048 T9044 oejs.AbstractConnector.doStart Started ServerConnector@c25452{HTTP/1.1}{127.0.0.1:52781}
   [junit4]   2> 1987048 T9044 oejs.Server.doStart Started @1985023ms
   [junit4]   2> 1987048 T9044 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=52780, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-1-001\cores}
   [junit4]   2> 1987049 T9044 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1987049 T9044 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-1-001\'
   [junit4]   2> 1987088 T9044 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-1-001\solr.xml
   [junit4]   2> 1987099 T9044 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-1-001\cores
   [junit4]   2> 1987101 T9044 oasc.CoreContainer.<init> New CoreContainer 15976849
   [junit4]   2> 1987101 T9044 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-1-001\]
   [junit4]   2> 1987101 T9044 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-1-001\lib
   [junit4]   2> 1987101 T9044 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-1-001\lib).
   [junit4]   2> 1987114 T9044 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1987115 T9044 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1987115 T9044 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1987115 T9044 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1987116 T9044 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1987116 T9044 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1987116 T9044 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1987116 T9044 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1987116 T9044 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1987116 T9044 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1987116 T9044 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1987119 T9044 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1987119 T9044 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1987120 T9044 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1987120 T9044 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1987120 T9044 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52760/solr
   [junit4]   2> 1987120 T9044 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1987120 T9044 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1987122 T9044 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1987124 T9098 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8f210 name:ZooKeeperConnection Watcher:127.0.0.1:52760 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1987125 T9044 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1987126 T9044 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1987129 T9044 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1987131 T9101 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@81d8a5 name:ZooKeeperConnection Watcher:127.0.0.1:52760/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1987131 T9044 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1987139 T9044 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1988060 T9044 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52780_
   [junit4]   2> 1988061 T9044 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52780_
   [junit4]   2> 1988066 T9044 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1988070 T9044 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 1988073 T9044 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-1-001\cores\collection1\
   [junit4]   2> 1988073 T9044 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1988076 T9102 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1988076 T9102 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1988077 T9102 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1988077 T9072 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1988078 T9073 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52780",
   [junit4]   2> 	  "node_name":"127.0.0.1:52780_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 1988079 T9073 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52780",
   [junit4]   2> 	  "node_name":"127.0.0.1:52780_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1988079 T9073 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 1988079 T9073 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1988081 T9101 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1988082 T9072 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1988081 T9084 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1988990 T9102 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1988990 T9102 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1988991 T9102 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1988991 T9102 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1988995 T9102 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1988995 T9102 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-1-001\cores\collection1\'
   [junit4]   2> 1989022 T9102 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1989026 T9102 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1989037 T9102 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1989042 T9102 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1989051 T9102 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1989054 T9102 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1989067 T9102 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1989211 T9102 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1989222 T9102 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1989224 T9102 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1989242 T9102 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1989246 T9102 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1989250 T9102 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1989251 T9102 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1989251 T9102 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1989252 T9102 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1989253 T9102 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1989253 T9102 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1989254 T9102 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1989254 T9102 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1989254 T9102 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 1989255 T9102 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@45f584
   [junit4]   2> 1989256 T9102 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 1989256 T9102 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 1989256 T9102 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1989257 T9102 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 1989257 T9102 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=80.4345703125, floorSegmentMB=1.84765625, forceMergeDeletesPctAllowed=19.64538394922876, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5973418300792972
   [junit4]   2> 1989258 T9102 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@109d60 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e4d5a3),segFN=segments_1,generation=1}
   [junit4]   2> 1989258 T9102 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1989266 T9102 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1989267 T9102 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1989267 T9102 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1989267 T9102 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1989268 T9102 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1989268 T9102 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1989268 T9102 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1989269 T9102 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1989269 T9102 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1989275 T9102 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1989278 T9102 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1989279 T9102 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1989282 T9102 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1989294 T9102 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1989294 T9102 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1989297 T9102 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1989297 T9102 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1989298 T9102 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1989298 T9102 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1989300 T9102 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1453959357, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1989301 T9102 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@109d60 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e4d5a3),segFN=segments_1,generation=1}
   [junit4]   2> 1989301 T9102 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1989301 T9102 oass.SolrIndexSearcher.<init> Opening Searcher@125b03e[collection1] main
   [junit4]   2> 1989301 T9102 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1989303 T9102 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1989303 T9102 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1989304 T9102 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1989304 T9102 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1989305 T9102 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1989306 T9102 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1989306 T9102 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1989306 T9102 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1989306 T9102 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1989309 T9102 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1989311 T9103 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@125b03e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1989311 T9106 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52780 collection:collection1 shard:shard2
   [junit4]   2> 1989311 T9044 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1989311 T9044 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1989313 T9106 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1989322 T9106 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1989334 T9072 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1989335 T9106 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1989335 T9106 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C8161 name=collection1 org.apache.solr.core.SolrCore@1d19579 url=http://127.0.0.1:52780/collection1 node=127.0.0.1:52780_ C8161_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:52780, node_name=127.0.0.1:52780_, state=down}
   [junit4]   2> 1989335 T9106 C8161 P52780 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52780/collection1/
   [junit4]   2> 1989335 T9106 C8161 P52780 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1989335 T9106 C8161 P52780 oasc.SyncStrategy.syncToMe http://127.0.0.1:52780/collection1/ has no replicas
   [junit4]   2> 1989335 T9106 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52780/collection1/ shard2
   [junit4]   2> 1989338 T9106 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 1989340 T9073 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 1989348 T9072 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1989351 T9073 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52780",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 1989450 T9101 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1989451 T9084 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1989451 T9072 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1989489 T9106 oasc.ZkController.register We are http://127.0.0.1:52780/collection1/ and leader is http://127.0.0.1:52780/collection1/
   [junit4]   2> 1989489 T9106 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52780
   [junit4]   2> 1989489 T9106 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1989489 T9106 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1989489 T9106 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1989492 T9072 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1989494 T9073 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52780",
   [junit4]   2> 	  "node_name":"127.0.0.1:52780_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 1989494 T9073 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52780",
   [junit4]   2> 	  "node_name":"127.0.0.1:52780_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1989592 T9101 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1989592 T9072 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1989593 T9084 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1990658 T9044 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-2-001\cores\collection1
   [junit4]   2> 1990661 T9044 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-2-001
   [junit4]   2> 1990663 T9044 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 1990666 T9044 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1a862a0{/,null,AVAILABLE}
   [junit4]   2> 1990667 T9044 oejs.AbstractConnector.doStart Started ServerConnector@807c0d{HTTP/1.1}{127.0.0.1:52791}
   [junit4]   2> 1990667 T9044 oejs.Server.doStart Started @1989004ms
   [junit4]   2> 1990667 T9044 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=52790, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-2-001\cores}
   [junit4]   2> 1990668 T9044 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1990668 T9044 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-2-001\'
   [junit4]   2> 1990707 T9044 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-2-001\solr.xml
   [junit4]   2> 1990718 T9044 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-2-001\cores
   [junit4]   2> 1990719 T9044 oasc.CoreContainer.<init> New CoreContainer 13952033
   [junit4]   2> 1990719 T9044 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-2-001\]
   [junit4]   2> 1990719 T9044 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-2-001\lib
   [junit4]   2> 1990719 T9044 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-2-001\lib).
   [junit4]   2> 1990733 T9044 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1990733 T9044 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1990733 T9044 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1990733 T9044 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1990733 T9044 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1990733 T9044 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1990733 T9044 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1990735 T9044 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1990735 T9044 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1990735 T9044 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1990735 T9044 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1990735 T9044 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1990735 T9044 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1990735 T9044 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1990735 T9044 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1990735 T9044 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52760/solr
   [junit4]   2> 1990739 T9044 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1990739 T9044 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1990741 T9044 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1990742 T9121 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b5a588 name:ZooKeeperConnection Watcher:127.0.0.1:52760 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1990743 T9044 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1990743 T9044 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1990747 T9044 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1990749 T9124 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ee15d8 name:ZooKeeperConnection Watcher:127.0.0.1:52760/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1990749 T9044 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1990757 T9044 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1991678 T9044 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52790_
   [junit4]   2> 1991679 T9044 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52790_
   [junit4]   2> 1991684 T9044 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1991688 T9044 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-2-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-2-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 1991689 T9044 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-2-001\cores\collection1\
   [junit4]   2> 1991689 T9044 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1991692 T9125 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1991692 T9125 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1991693 T9072 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1991693 T9125 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1991695 T9073 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52790",
   [junit4]   2> 	  "node_name":"127.0.0.1:52790_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 1991696 T9073 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52790",
   [junit4]   2> 	  "node_name":"127.0.0.1:52790_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1991698 T9073 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 1991698 T9073 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 1991700 T9101 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1991700 T9072 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1991701 T9124 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1991701 T9084 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1992607 T9125 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1992607 T9125 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1992608 T9125 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1992608 T9125 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1992609 T9125 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1992609 T9125 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-2-001\cores\collection1\'
   [junit4]   2> 1992633 T9125 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1992636 T9125 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1992651 T9125 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1992656 T9125 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1992667 T9125 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1992669 T9125 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1992684 T9125 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1992845 T9125 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1992856 T9125 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1992858 T9125 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1992876 T9125 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1992882 T9125 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1992885 T9125 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1992887 T9125 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1992887 T9125 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1992887 T9125 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1992890 T9125 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1992890 T9125 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1992890 T9125 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1992890 T9125 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1992891 T9125 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 1992891 T9125 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@45f584
   [junit4]   2> 1992891 T9125 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 1992891 T9125 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-2-001\cores\collection1\data\index/
   [junit4]   2> 1992891 T9125 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-2-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1992893 T9125 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001\shard-2-001\cores\collection1\data\index
   [junit4]   2> 1992893 T9125 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=80.4345703125, floorSegmentMB=1.84765625, forceMergeDeletesPctAllowed=19.64538394922876, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5973418300792972
   [junit4]   2> 1992894 T9125 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d19852 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15fe0dc),segFN=segments_1,generation=1}
   [junit4]   2> 1992894 T9125 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1992902 T9125 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1992902 T9125 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1992903 T9125 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1992903 T9125 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1992903 T9125 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1992903 T9125 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1992905 T9125 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1992906 T9125 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1992906 T9125 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1992912 T9125 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1992914 T9125 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1992916 T9125 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1992918 T9125 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1992930 T9125 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1992930 T9125 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1992932 T9125 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1992932 T9125 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1992934 T9125 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1992934 T9125 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1992935 T9125 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1453959357, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1992936 T9125 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d19852 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15fe0dc),segFN=segments_1,generation=1}
   [junit4]   2> 1992936 T9125 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1992937 T9125 oass.SolrIndexSearcher.<init> Opening Searcher@1cc1d2f[collection1] main
   [junit4]   2> 1992937 T9125 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1992939 T9125 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1992939 T9125 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1992940 T9125 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1992940 T9125 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1992940 T9125 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 19929

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

licationFactorTest.testRf3(ReplicationFactorTest.java:284)
   [junit4]    > 	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:52800/repfacttest_c8n_1x3_shard1_replica1
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:599)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:622)
   [junit4]    > 	... 47 more
   [junit4]    > Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:490)
   [junit4]    > 	... 52 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=9160, name=updateExecutor-1796-thread-1, state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@a05fe4 rejected from java.util.concurrent.ThreadPoolExecutor@11b4a8f[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 29]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1137ADA802E87B0]:0)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:279)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2049431 T9044 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1137ADA802E87B0-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {_version_=PostingsFormat(name=LuceneVarGapFixedInterval), multiDefault=BlockTreeOrds(blocksize=128), a_t=BlockTreeOrds(blocksize=128), intDefault=PostingsFormat(name=LuceneVarGapFixedInterval), id=PostingsFormat(name=Asserting), text=PostingsFormat(name=LuceneFixedGap), range_facet_l=BlockTreeOrds(blocksize=128), timestamp=BlockTreeOrds(blocksize=128)}, docValues:{timestamp=DocValuesFormat(name=Lucene50)}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=ja, timezone=Asia/Irkutsk
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_31 (32-bit)/cpus=2,threads=1,free=51457248,total=282681344
   [junit4]   2> NOTE: All tests run in this JVM: [TestRequestStatusCollectionAPI, TestFaceting, ExternalCollectionsTest, ShardRoutingCustomTest, TestFieldResource, HighlighterMaxOffsetTest, TestFastLRUCache, DistributedFacetPivotSmallTest, SchemaVersionSpecificBehaviorTest, TestRecoveryHdfs, TestTrie, PrimitiveFieldTypeTest, TestCloudManagedSchemaConcurrent, AssignTest, DateMathParserTest, DirectSolrSpellCheckerTest, DistributedSuggestComponentTest, TestOverriddenPrefixQueryForCustomFieldType, SpatialRPTFieldTypeTest, TestRecovery, ChangedSchemaMergeTest, ExternalFileFieldSortTest, JSONWriterTest, SpellPossibilityIteratorTest, TestImplicitCoreProperties, DistributedIntervalFacetingTest, TestHashQParserPlugin, TestStressLucene, TestCryptoKeys, OutOfBoxZkACLAndCredentialsProvidersTest, TestGroupingSearch, TestManagedSynonymFilterFactory, BlockCacheTest, DocValuesTest, TestDistribDocBasedVersion, HighlighterConfigTest, StandardRequestHandlerTest, TestQuerySenderListener, SolrTestCaseJ4Test, SimpleFacetsTest, CustomCollectionTest, SolrRequestParserTest, RequiredFieldsTest, TestChildDocTransformer, CoreMergeIndexesAdminHandlerTest, SolrIndexSplitterTest, DistribDocExpirationUpdateProcessorTest, PrimUtilsTest, TestFastOutputStream, PingRequestHandlerTest, StatsComponentTest, HdfsRecoveryZkTest, QueryParsingTest, TestSerializedLuceneMatchVersion, TestReversedWildcardFilterFactory, TestShortCircuitedRequests, SuggesterWFSTTest, TestFieldCollectionResource, TestManagedStopFilterFactory, TestSweetSpotSimilarityFactory, TestSolrDynamicMBean, PathHierarchyTokenizerFactoryTest, ZkNodePropsTest, NumericFieldsTest, TestMiniSolrCloudCluster, DistributedQueryElevationComponentTest, DistributedFacetPivotLongTailTest, TestIndexingPerformance, CoreAdminHandlerTest, TestDefaultStatsCache, TestSolrDeletionPolicy2, OutputWriterTest, OverseerTest, DistribJoinFromCollectionTest, ShardSplitTest, TestClusterStateMutator, TestUniqueKeyFieldResource, TestInfoStreamLogging, SharedFSAutoReplicaFailoverUtilsTest, AddSchemaFieldsUpdateProcessorFactoryTest, MultiThreadedOCPTest, AlternateDirectoryTest, SystemInfoHandlerTest, StressHdfsTest, PreAnalyzedFieldTest, TestCSVLoader, XsltUpdateRequestHandlerTest, TestCloudSchemaless, TestDocSet, ScriptEngineTest, DistributedMLTComponentTest, TestDocumentBuilder, TestSolrQueryParserDefaultOperatorResource, AliasIntegrationTest, TestRebalanceLeaders, SegmentsInfoRequestHandlerTest, TestDynamicFieldResource, MinimalSchemaTest, TestConfigReload, TestBM25SimilarityFactory, TestFieldTypeCollectionResource, ZkStateWriterTest, TestSimpleQParserPlugin, CoreAdminCreateDiscoverTest, TestSolr4Spatial2, MigrateRouteKeyTest, TestMiniSolrCloudClusterSSL, MoreLikeThisHandlerTest, ZkControllerTest, TestSchemaNameResource, NotRequiredUniqueKeyTest, SolrIndexConfigTest, DocValuesMultiTest, RollingRestartTest, ParsingFieldUpdateProcessorsTest, ReplicationFactorTest]
   [junit4] Completed in 66.95s, 1 test, 1 error <<< FAILURES!

[...truncated 1108 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 473 suites, 1882 tests, 1 error, 57 ignored (30 assumptions)

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



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

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

All tests passed

Build Log:
[...truncated 8873 lines...]
    [javac] Compiling 517 source files to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\classes\test
    [javac] C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test\org\apache\solr\handler\FieldAnalysisRequestHandlerTest.java:1: error: illegal character: '\ufeff'
    [javac] ?/*
    [javac] ^
    [javac] C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test\org\apache\solr\handler\FieldAnalysisRequestHandlerTest.java:18: error: class, interface, or enum expected
    [javac] package org.apache.solr.handler;
    [javac]         ^
    [javac] 2 errors

BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:781: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:795: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1863: Compile failed; see the compiler error output for details.

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



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

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

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

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

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

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

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

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


FAILED:  org.apache.solr.handler.FieldAnalysisRequestHandlerTest.testSpatial

Error Message:
expected:<s[]> but was:<s[vk6+]>

Stack Trace:
org.junit.ComparisonFailure: expected:<s[]> but was:<s[vk6+]>
	at __randomizedtesting.SeedInfo.seed([5C658B2726529BBB:F866AEBA2452ED32]:0)
	at org.junit.Assert.assertEquals(Assert.java:125)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.handler.FieldAnalysisRequestHandlerTest.testSpatial(FieldAnalysisRequestHandlerTest.java:426)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:929)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:490)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:596)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:593)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more




Build Log:
[...truncated 8997 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\init-core-data-001
   [junit4]   2> 199498 T1086 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 199508 T1086 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 199511 T1087 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 199628 T1086 oasc.ZkTestServer.run start zk server on port:50305
   [junit4]   2> 199628 T1086 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 199631 T1086 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 199660 T1094 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@dda062 name:ZooKeeperConnection Watcher:127.0.0.1:50305 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 199661 T1086 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 199661 T1086 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 199661 T1086 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 199685 T1086 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 199688 T1086 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 199701 T1097 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1167164 name:ZooKeeperConnection Watcher:127.0.0.1:50305/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 199701 T1086 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 199701 T1086 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 199701 T1086 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 199725 T1086 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 199730 T1086 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 199733 T1086 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 199736 T1086 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 199736 T1086 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 199742 T1086 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 199742 T1086 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 199745 T1086 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 199745 T1086 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 199751 T1086 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 199751 T1086 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 199761 T1086 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 199762 T1086 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 199765 T1086 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 199765 T1086 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 199770 T1086 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 199770 T1086 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 199774 T1086 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 199774 T1086 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 199778 T1086 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 199778 T1086 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 199782 T1086 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 199782 T1086 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 199785 T1086 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 199785 T1086 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 201978 T1086 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\control-001\cores\collection1
   [junit4]   2> 202004 T1086 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 202011 T1086 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@11c1af2{/,null,AVAILABLE}
   [junit4]   2> 202040 T1086 oejs.AbstractConnector.doStart Started ServerConnector@c80661{HTTP/1.1}{127.0.0.1:50313}
   [junit4]   2> 202040 T1086 oejs.Server.doStart Started @206031ms
   [junit4]   2> 202040 T1086 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\tempDir-001/control/data, hostContext=/, hostPort=50312, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\control-001\cores}
   [junit4]   2> 202042 T1086 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 202042 T1086 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\control-001\'
   [junit4]   2> 202087 T1086 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\control-001\solr.xml
   [junit4]   2> 202099 T1086 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\control-001\cores
   [junit4]   2> 202099 T1086 oasc.CoreContainer.<init> New CoreContainer 20699268
   [junit4]   2> 202100 T1086 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\control-001\]
   [junit4]   2> 202100 T1086 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\control-001\lib
   [junit4]   2> 202100 T1086 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\control-001\lib).
   [junit4]   2> 202124 T1086 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 202124 T1086 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 202124 T1086 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 202124 T1086 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 202124 T1086 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 202124 T1086 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 202124 T1086 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 202124 T1086 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 202126 T1086 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 202126 T1086 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 202126 T1086 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 202128 T1086 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 202128 T1086 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 202128 T1086 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 202128 T1086 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 202128 T1086 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50305/solr
   [junit4]   2> 202128 T1086 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 202130 T1086 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 202156 T1086 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 202227 T1111 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13fa8d5 name:ZooKeeperConnection Watcher:127.0.0.1:50305 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 202230 T1086 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 202231 T1086 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 202235 T1086 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 202240 T1114 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4482a5 name:ZooKeeperConnection Watcher:127.0.0.1:50305/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 202240 T1086 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 202243 T1086 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 202249 T1086 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 202254 T1086 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 202259 T1086 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 202268 T1086 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 202274 T1086 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 202279 T1086 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 202283 T1086 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 202287 T1086 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50312_
   [junit4]   2> 202288 T1086 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50312_
   [junit4]   2> 202291 T1086 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 202294 T1086 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 202298 T1086 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 202301 T1086 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:50312_
   [junit4]   2> 202301 T1086 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 202304 T1086 oasc.Overseer.start Overseer (id=93458671057567747-127.0.0.1:50312_-n_0000000000) starting
   [junit4]   2> 202308 T1086 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 202321 T1086 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 202323 T1086 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 202325 T1115 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 202325 T1116 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 202330 T1086 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 202334 T1086 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\control-001\cores\collection1\
   [junit4]   2> 202334 T1086 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 202336 T1118 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 202337 T1118 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 202345 T1118 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 202347 T1115 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50312",
   [junit4]   2> 	  "node_name":"127.0.0.1:50312_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 202348 T1115 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50312",
   [junit4]   2> 	  "node_name":"127.0.0.1:50312_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 202348 T1115 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 202349 T1115 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 202351 T1114 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 202360 T1114 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 203489 T1118 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 203489 T1118 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 203490 T1118 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 203490 T1118 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 203492 T1118 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 203492 T1118 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\control-001\cores\collection1\'
   [junit4]   2> 203521 T1118 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 203525 T1118 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 203538 T1118 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 203542 T1118 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 203553 T1118 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 203557 T1118 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 203567 T1118 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 203704 T1118 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 203720 T1118 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 203720 T1118 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 203743 T1118 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 203748 T1118 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 203752 T1118 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 203754 T1118 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 203756 T1118 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 203756 T1118 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 203758 T1118 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 203759 T1118 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 203759 T1118 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 203759 T1118 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 203759 T1118 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\control-001\cores\collection1\data\
   [junit4]   2> 203760 T1118 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a3e603
   [junit4]   2> 203761 T1118 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\control-001\cores\collection1\data\
   [junit4]   2> 203761 T1118 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\control-001\cores\collection1\data\index/
   [junit4]   2> 203761 T1118 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 203762 T1118 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\control-001\cores\collection1\data\index
   [junit4]   2> 203762 T1118 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.799102431202462]
   [junit4]   2> 203763 T1118 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1f5edd8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@c07913),segFN=segments_1,generation=1}
   [junit4]   2> 203763 T1118 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 203770 T1118 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 203771 T1118 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 203771 T1118 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 203771 T1118 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 203771 T1118 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 203772 T1118 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 203772 T1118 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 203772 T1118 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 203772 T1118 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 203780 T1118 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 203784 T1118 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 203786 T1118 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 203788 T1118 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 203813 T1118 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 203813 T1118 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 203815 T1118 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 203815 T1118 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 203816 T1118 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 203816 T1118 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 203819 T1118 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 203819 T1118 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1f5edd8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@c07913),segFN=segments_1,generation=1}
   [junit4]   2> 203819 T1118 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 203820 T1118 oass.SolrIndexSearcher.<init> Opening Searcher@e0b425[collection1] main
   [junit4]   2> 203820 T1118 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 203823 T1118 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 203823 T1118 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 203824 T1118 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 203824 T1118 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 203824 T1118 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 203825 T1118 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 203825 T1118 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 203825 T1118 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 203825 T1118 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 203825 T1118 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 203829 T1086 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 203829 T1086 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 203835 T1119 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e0b425[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 203835 T1086 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 203853 T1122 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50312 collection:control_collection shard:shard1
   [junit4]   2> 203854 T1086 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 203867 T1122 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 203878 T1122 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 203882 T1114 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 203883 T1122 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 203883 T1122 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C361 name=collection1 org.apache.solr.core.SolrCore@163bcdf url=http://127.0.0.1:50312/collection1 node=127.0.0.1:50312_ C361_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:50312, node_name=127.0.0.1:50312_, state=down}
   [junit4]   2> 203883 T1122 C361 P50312 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50312/collection1/
   [junit4]   2> 203883 T1122 C361 P50312 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 203883 T1122 C361 P50312 oasc.SyncStrategy.syncToMe http://127.0.0.1:50312/collection1/ has no replicas
   [junit4]   2> 203883 T1122 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50312/collection1/ shard1
   [junit4]   2> 203885 T1122 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 203887 T1115 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 203897 T1114 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 203901 T1115 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50312",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 203905 T1126 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7ab29d name:ZooKeeperConnection Watcher:127.0.0.1:50305/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 203905 T1086 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 203905 T1086 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 203908 T1086 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 203913 T1086 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 204028 T1114 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 204028 T1126 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 204086 T1122 oasc.ZkController.register We are http://127.0.0.1:50312/collection1/ and leader is http://127.0.0.1:50312/collection1/
   [junit4]   2> 204087 T1122 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50312
   [junit4]   2> 204087 T1122 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 204088 T1122 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 204088 T1122 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 204092 T1114 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 204143 T1115 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50312",
   [junit4]   2> 	  "node_name":"127.0.0.1:50312_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 204145 T1115 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50312",
   [junit4]   2> 	  "node_name":"127.0.0.1:50312_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 204266 T1114 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 204267 T1126 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 206018 T1086 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-1-001\cores\collection1
   [junit4]   2> 206023 T1086 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-1-001
   [junit4]   2> 206024 T1086 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 206030 T1086 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@17bfe6e{/,null,AVAILABLE}
   [junit4]   2> 206031 T1086 oejs.AbstractConnector.doStart Started ServerConnector@1c6e54d{HTTP/1.1}{127.0.0.1:50326}
   [junit4]   2> 206031 T1086 oejs.Server.doStart Started @209463ms
   [junit4]   2> 206031 T1086 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=50325, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-1-001\cores}
   [junit4]   2> 206034 T1086 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 206034 T1086 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-1-001\'
   [junit4]   2> 206078 T1086 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-1-001\solr.xml
   [junit4]   2> 206092 T1086 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-1-001\cores
   [junit4]   2> 206092 T1086 oasc.CoreContainer.<init> New CoreContainer 9066999
   [junit4]   2> 206093 T1086 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-1-001\]
   [junit4]   2> 206093 T1086 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-1-001\lib
   [junit4]   2> 206093 T1086 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-1-001\lib).
   [junit4]   2> 206111 T1086 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 206111 T1086 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 206111 T1086 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 206113 T1086 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 206113 T1086 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 206113 T1086 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 206114 T1086 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 206114 T1086 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 206114 T1086 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 206114 T1086 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 206114 T1086 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 206114 T1086 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 206114 T1086 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 206114 T1086 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 206114 T1086 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 206114 T1086 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50305/solr
   [junit4]   2> 206114 T1086 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 206115 T1086 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 206119 T1086 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 206122 T1140 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ce55e7 name:ZooKeeperConnection Watcher:127.0.0.1:50305 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 206124 T1086 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 206125 T1086 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 206132 T1086 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 206137 T1143 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8e209b name:ZooKeeperConnection Watcher:127.0.0.1:50305/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 206137 T1086 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 206148 T1086 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 207418 T1086 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50325_
   [junit4]   2> 207419 T1086 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50325_
   [junit4]   2> 207435 T1086 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 207442 T1086 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 207443 T1086 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-1-001\cores\collection1\
   [junit4]   2> 207443 T1086 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 207451 T1144 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 207451 T1144 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 207452 T1114 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 207452 T1144 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 207454 T1115 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50325",
   [junit4]   2> 	  "node_name":"127.0.0.1:50325_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 207456 T1115 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50325",
   [junit4]   2> 	  "node_name":"127.0.0.1:50325_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 207456 T1115 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 207456 T1115 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 207458 T1126 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 207458 T1114 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 207458 T1143 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 208711 T1144 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 208711 T1144 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 208715 T1144 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 208715 T1144 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 208719 T1144 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 208719 T1144 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-1-001\cores\collection1\'
   [junit4]   2> 208748 T1144 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 208753 T1144 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 208767 T1144 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 208772 T1144 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 208810 T1144 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 208815 T1144 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 208822 T1144 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 208983 T1144 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 209004 T1144 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 209004 T1144 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 209024 T1144 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 209026 T1144 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 209032 T1144 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 209032 T1144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 209032 T1144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 209033 T1144 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 209035 T1144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 209035 T1144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 209035 T1144 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 209035 T1144 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 209036 T1144 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 209036 T1144 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a3e603
   [junit4]   2> 209036 T1144 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 209037 T1144 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 209037 T1144 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 209038 T1144 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 209038 T1144 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.799102431202462]
   [junit4]   2> 209040 T1144 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1b19a8b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@152a724),segFN=segments_1,generation=1}
   [junit4]   2> 209040 T1144 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 209044 T1144 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 209047 T1144 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 209047 T1144 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 209047 T1144 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 209047 T1144 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 209048 T1144 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 209048 T1144 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 209048 T1144 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 209048 T1144 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 209059 T1144 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 209065 T1144 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 209069 T1144 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 209073 T1144 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 209085 T1144 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 209086 T1144 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 209089 T1144 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 209089 T1144 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 209091 T1144 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 209092 T1144 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 209094 T1144 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 209094 T1144 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1b19a8b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@152a724),segFN=segments_1,generation=1}
   [junit4]   2> 209095 T1144 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 209095 T1144 oass.SolrIndexSearcher.<init> Opening Searcher@7c3a25[collection1] main
   [junit4]   2> 209095 T1144 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 209099 T1144 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 209099 T1144 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 209100 T1144 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 209100 T1144 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 209100 T1144 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 209102 T1144 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 209102 T1144 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 209102 T1144 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 209102 T1144 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 209103 T1144 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 209105 T1145 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7c3a25[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 209106 T1148 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50325 collection:collection1 shard:shard2
   [junit4]   2> 209107 T1086 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 209108 T1086 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 209110 T1148 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 209129 T1148 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 209135 T1114 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 209137 T1148 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 209137 T1148 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C362 name=collection1 org.apache.solr.core.SolrCore@141baa4 url=http://127.0.0.1:50325/collection1 node=127.0.0.1:50325_ C362_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:50325, node_name=127.0.0.1:50325_, state=down}
   [junit4]   2> 209137 T1148 C362 P50325 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50325/collection1/
   [junit4]   2> 209137 T1148 C362 P50325 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 209138 T1148 C362 P50325 oasc.SyncStrategy.syncToMe http://127.0.0.1:50325/collection1/ has no replicas
   [junit4]   2> 209138 T1148 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50325/collection1/ shard2
   [junit4]   2> 209139 T1148 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 209145 T1115 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 209162 T1114 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 209165 T1115 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50325",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 209337 T1143 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 209338 T1114 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 209338 T1126 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 209357 T1148 oasc.ZkController.register We are http://127.0.0.1:50325/collection1/ and leader is http://127.0.0.1:50325/collection1/
   [junit4]   2> 209357 T1148 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50325
   [junit4]   2> 209357 T1148 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 209357 T1148 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 209357 T1148 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 209360 T1114 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 209365 T1115 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50325",
   [junit4]   2> 	  "node_name":"127.0.0.1:50325_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 209368 T1115 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50325",
   [junit4]   2> 	  "node_name":"127.0.0.1:50325_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 209500 T1143 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 209500 T1114 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 209500 T1126 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 211465 T1086 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-2-001\cores\collection1
   [junit4]   2> 211474 T1086 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-2-001
   [junit4]   2> 211476 T1086 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 211482 T1086 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@a35b04{/,null,AVAILABLE}
   [junit4]   2> 211485 T1086 oejs.AbstractConnector.doStart Started ServerConnector@a7cc16{HTTP/1.1}{127.0.0.1:50336}
   [junit4]   2> 211486 T1086 oejs.Server.doStart Started @213902ms
   [junit4]   2> 211486 T1086 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=50335, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-2-001\cores}
   [junit4]   2> 211486 T1086 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 211487 T1086 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-2-001\'
   [junit4]   2> 211536 T1086 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-2-001\solr.xml
   [junit4]   2> 211548 T1086 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-2-001\cores
   [junit4]   2> 211548 T1086 oasc.CoreContainer.<init> New CoreContainer 18416606
   [junit4]   2> 211548 T1086 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-2-001\]
   [junit4]   2> 211548 T1086 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-2-001\lib
   [junit4]   2> 211549 T1086 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-2-001\lib).
   [junit4]   2> 211565 T1086 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 211565 T1086 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 211565 T1086 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 211566 T1086 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 211566 T1086 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 211566 T1086 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 211567 T1086 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 211567 T1086 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 211567 T1086 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 211567 T1086 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 211567 T1086 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 211567 T1086 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 211567 T1086 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 211567 T1086 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 211567 T1086 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 211567 T1086 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50305/solr
   [junit4]   2> 211567 T1086 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 211567 T1086 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 211571 T1086 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 211576 T1163 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1870b4c name:ZooKeeperConnection Watcher:127.0.0.1:50305 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 211577 T1086 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 211578 T1086 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 211587 T1086 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 211591 T1166 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e21820 name:ZooKeeperConnection Watcher:127.0.0.1:50305/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 211591 T1086 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 211603 T1086 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 212873 T1086 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50335_
   [junit4]   2> 212876 T1086 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50335_
   [junit4]   2> 212891 T1086 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 212900 T1086 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-2-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-2-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 212903 T1086 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5C658B2726529BBB-001\shard-2-001\cores\collection1\
   [junit4]   2> 212903 T1086 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 212908 T1167 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 212908 T1167 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 212910 T1114 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 212910 T1167 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 212914 T1115 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50335",
   [junit4]   2> 	  "node_name":"127.0.0.1:50335_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 212915 T1115 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50335",
   [junit4]   2> 	  "node_name":"127.0.0.1:50335_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 212915 T1115 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 212915 T1115 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 212920 T1126 oascc.ZkStateReader$2.process A cluster state change: Watche

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

faultSimilarityFactory, TestStressVersions, TestSchemaManager, TermsComponentTest, CoreAdminCreateDiscoverTest, TestStandardQParsers, BasicDistributedZk2Test, TestLMDirichletSimilarityFactory, RequestHandlersTest, SolrCoreCheckLockOnStartupTest, AliasIntegrationTest, TestSolrConfigHandlerCloud, DistributedIntervalFacetingTest, TestNoOpRegenerator, TestMiniSolrCloudClusterSSL, AnalyticsMergeStrategyTest, DistributedQueryComponentOptimizationTest, LeaderFailoverAfterPartitionTest, SolrCmdDistributorTest, TestCollectionAPI, TestMiniSolrCloudCluster, TestNRTOpen, PreAnalyzedUpdateProcessorTest, SolrInfoMBeanTest, RollingRestartTest, TestRecovery, SuggesterWFSTTest, ShardSplitTest, SolrIndexSplitterTest, EchoParamsTest, ClusterStateTest, SimplePostToolTest, TestSearchPerf, CursorPagingTest, ShowFileRequestHandlerTest, TestFastOutputStream, SharedFSAutoReplicaFailoverUtilsTest, DebugComponentTest, OpenExchangeRatesOrgProviderTest, ClusterStateUpdateTest, OverriddenZkACLAndCredentialsProvidersTest, FullSolrCloudDistribCmdsTest, HdfsDirectoryFactoryTest, TestMergePolicyConfig, UnloadDistributedZkTest, OverseerTest, LeaderElectionIntegrationTest, TestReplicationHandler, ZkCLITest, ShardRoutingCustomTest, AutoCommitTest, TestFaceting, TermVectorComponentDistributedTest, TestRealTimeGet, TestStressReorder, TestReload, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, SpellCheckComponentTest, QueryElevationComponentTest, BadIndexSchemaTest, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, TestBadConfig, OverseerCollectionProcessorTest, TestIndexSearcher, HighlighterTest, SoftAutoCommitTest, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, SuggesterTest, TestTrie, TestCSVLoader, PolyFieldTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, QueryEqualityTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, DocValuesMultiTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, LukeRequestHandlerTest, TestWriterPerf, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, TestOmitPositions, XmlUpdateRequestHandlerTest, TestValueSourceCache, TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, TestArbitraryIndexDir, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, RegexBoostProcessorTest, IndexSchemaTest, TestJmxIntegration, TestCollationField, ReturnFieldsTest, TestCSVResponseWriter, QueryParsingTest, TestAnalyzedSuggestions, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, PingRequestHandlerTest, TestBinaryResponseWriter, TestLFUCache, SOLR749Test, TestQuerySenderListener, AlternateDirectoryTest, TestQuerySenderNoQuery, SolrIndexConfigTest, BadComponentTest, TestStressRecovery, TestDocSet, TestBinaryField, NumericFieldsTest, MinimalSchemaTest, TestElisionMultitermQuery, TestConfig, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCodecSupport, TestXIncludeConfig, TestPerFieldSimilarity, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter, TestJmxMonitoredMap, TimeZoneUtilsTest, ResourceLoaderTest, ScriptEngineTest, URLClassifyProcessorTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, TestSystemIdResolver, SpellingQueryConverterTest, DOMUtilTest, TestSolrJ, TestLRUCache, TestUtils, ZkNodePropsTest, SystemInfoHandlerTest, UUIDFieldTest, CircularListTest, DistributedMLTComponentTest, TestRTGBase, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, ActionThrottleTest, AsyncMigrateRouteKeyTest, CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, DeleteReplicaTest, DeleteShardTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, LeaderInitiatedRecoveryOnCommitTest, OverseerRolesTest, OverseerStatusTest, RecoveryAfterSoftCommitTest, SSLMigrationTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, SimpleCollectionCreateDeleteTest, SolrXmlInZkTest, TestCryptoKeys, TestDistribDocBasedVersion, TestRequestStatusCollectionAPI, TriLevelCompositeIdRoutingTest, HdfsBasicDistributedZkTest, HdfsChaosMonkeySafeLeaderTest, HdfsRecoveryZkTest, HdfsSyncSliceTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, TestClusterStateMutator, ZkStateWriterTest, QueryResultKeyTest, TestDynamicLoading, TestInfoStreamLogging, TestInitParams, TestShardHandlerFactory, TestSolrConfigHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandler -Dtests.seed=5C658B2726529BBB -Dtests.slow=true -Dtests.locale=ca -Dtests.timezone=Asia/Tokyo -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s | TestSolrConfigHandler (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5C658B2726529BBB-001\tempDir-010\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5C658B2726529BBB-001\tempDir-010\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5C658B2726529BBB-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5C658B2726529BBB-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5C658B2726529BBB-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5C658B2726529BBB-001\tempDir-010\collection1\conf
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5C658B2726529BBB-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5C658B2726529BBB-001\tempDir-010\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5C658B2726529BBB-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5C658B2726529BBB-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5C658B2726529BBB-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5C658B2726529BBB-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5C658B2726529BBB-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5C658B2726529BBB-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5C658B2726529BBB]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:286)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 17.39s, 4 tests, 1 error <<< FAILURES!

[...truncated 203 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 473 suites, 1882 tests, 1 suite-level error, 1 error, 1 failure, 57 ignored (30 assumptions)

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



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

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

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:61470/ylxl/j/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:625)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:948)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:61470/ylxl/j/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:599)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:622)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:490)
	... 52 more




Build Log:
[...truncated 8977 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\init-core-data-001
   [junit4]   2> 147636 T327 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /ylxl/j
   [junit4]   2> 147654 T327 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 147659 T328 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 147807 T327 oasc.ZkTestServer.run start zk server on port:61462
   [junit4]   2> 147881 T327 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 148007 T327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 148041 T329 oazs.NIOServerCnxn.doIO WARN Exception causing close of session 0x0 due to java.io.IOException: ZooKeeperServer not running
   [junit4]   2> 149302 T335 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13d3553 name:ZooKeeperConnection Watcher:127.0.0.1:61462 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 149302 T327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 149302 T327 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 149307 T327 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 149376 T327 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 149378 T327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 149381 T338 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@209945 name:ZooKeeperConnection Watcher:127.0.0.1:61462/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 149385 T327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 149385 T327 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 149389 T327 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 149396 T327 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 149402 T327 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 149406 T327 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 149411 T327 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 149412 T327 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 149420 T327 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 149421 T327 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 149426 T327 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 149427 T327 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 149431 T327 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 149432 T327 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 149438 T327 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 149438 T327 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 149442 T327 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 149442 T327 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 149447 T327 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 149447 T327 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 149452 T327 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 149453 T327 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 149457 T327 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 149462 T327 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 149466 T327 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 149467 T327 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 149471 T327 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 149471 T327 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 150635 T327 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\control-001\cores\collection1
   [junit4]   2> 150640 T327 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 150644 T327 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@652bc7{/ylxl/j,null,AVAILABLE}
   [junit4]   2> 150671 T327 oejs.AbstractConnector.doStart Started ServerConnector@15ace3d{HTTP/1.1}{127.0.0.1:61471}
   [junit4]   2> 150671 T327 oejs.Server.doStart Started @156532ms
   [junit4]   2> 150671 T327 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\tempDir-001/control/data, hostContext=/ylxl/j, hostPort=61470, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\control-001\cores}
   [junit4]   2> 150672 T327 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 150672 T327 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\control-001\'
   [junit4]   2> 150722 T327 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\control-001\solr.xml
   [junit4]   2> 150733 T327 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\control-001\cores
   [junit4]   2> 150733 T327 oasc.CoreContainer.<init> New CoreContainer 6278072
   [junit4]   2> 150733 T327 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\control-001\]
   [junit4]   2> 150735 T327 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\control-001\lib
   [junit4]   2> 150735 T327 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\control-001\lib).
   [junit4]   2> 150745 T327 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 150745 T327 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 150745 T327 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 150746 T327 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 150746 T327 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 150746 T327 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 150746 T327 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 150747 T327 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 150747 T327 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 150748 T327 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 150748 T327 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 150748 T327 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 150748 T327 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 150748 T327 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 150748 T327 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 150749 T327 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:61462/solr
   [junit4]   2> 150772 T327 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 150772 T327 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 150773 T327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 150775 T352 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d6a3a3 name:ZooKeeperConnection Watcher:127.0.0.1:61462 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 150776 T327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 150777 T327 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 150779 T329 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c045b72db0002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 150787 T327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 150790 T355 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1729edf name:ZooKeeperConnection Watcher:127.0.0.1:61462/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 150790 T327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 150801 T327 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 150816 T327 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 150824 T327 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 150828 T327 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 150833 T327 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 150854 T327 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 150858 T327 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 150861 T327 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 150863 T327 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61470_ylxl%2Fj
   [junit4]   2> 150867 T327 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:61470_ylxl%2Fj
   [junit4]   2> 150870 T327 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 150873 T327 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 150876 T327 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 150885 T327 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:61470_ylxl%2Fj
   [junit4]   2> 150885 T327 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 150888 T327 oasc.Overseer.start Overseer (id=93454483083427843-127.0.0.1:61470_ylxl%2Fj-n_0000000000) starting
   [junit4]   2> 150899 T327 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 150926 T327 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 150936 T327 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 150940 T357 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 150954 T356 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 150970 T327 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 150979 T327 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\control-001\cores\collection1\
   [junit4]   2> 150979 T327 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 150982 T359 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 150983 T359 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 150991 T355 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 150991 T359 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 150997 T356 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61470/ylxl/j",
   [junit4]   2> 	  "node_name":"127.0.0.1:61470_ylxl%2Fj",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 151025 T356 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61470/ylxl/j",
   [junit4]   2> 	  "node_name":"127.0.0.1:61470_ylxl%2Fj",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 151027 T356 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 151045 T356 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 151055 T355 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 151736 T359 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 151737 T359 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 151737 T359 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 151737 T359 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 151739 T359 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 151740 T359 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\control-001\cores\collection1\'
   [junit4]   2> 151769 T359 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 151777 T359 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 151790 T359 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 151800 T359 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 151813 T359 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 151815 T359 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 151826 T359 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 151967 T359 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 151975 T359 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 151978 T359 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 152002 T359 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 152007 T359 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 152012 T359 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 152014 T359 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 152015 T359 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 152015 T359 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 152016 T359 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 152016 T359 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 152017 T359 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 152017 T359 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 152017 T359 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\control-001\cores\collection1\data\
   [junit4]   2> 152018 T359 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@81ba79
   [junit4]   2> 152028 T359 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\control-001\cores\collection1\data\
   [junit4]   2> 152029 T359 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\control-001\cores\collection1\data\index/
   [junit4]   2> 152029 T359 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 152030 T359 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\control-001\cores\collection1\data\index
   [junit4]   2> 152030 T359 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=1.064453125, floorSegmentMB=1.2783203125, forceMergeDeletesPctAllowed=14.208788220653474, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5072615003307742
   [junit4]   2> 152031 T359 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@10f823c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21f691),segFN=segments_1,generation=1}
   [junit4]   2> 152031 T359 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 152041 T359 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 152079 T359 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 152080 T359 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 152080 T359 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 152080 T359 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 152081 T359 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 152081 T359 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 152081 T359 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 152081 T359 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 152086 T359 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 152093 T359 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 152094 T359 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 152097 T359 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 152108 T359 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 152108 T359 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 152110 T359 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 152110 T359 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 152110 T359 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 152111 T359 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 152112 T359 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=901995710, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 152112 T359 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@10f823c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21f691),segFN=segments_1,generation=1}
   [junit4]   2> 152112 T359 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 152112 T359 oass.SolrIndexSearcher.<init> Opening Searcher@c96b7a[collection1] main
   [junit4]   2> 152113 T359 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 152115 T359 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 152115 T359 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 152122 T359 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 152122 T359 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 152122 T359 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 152123 T359 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 152123 T359 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 152123 T359 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 152123 T359 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 152126 T360 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c96b7a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 152130 T359 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 152131 T363 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:61470/ylxl/j collection:control_collection shard:shard1
   [junit4]   2> 152131 T327 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 152131 T327 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 152149 T363 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 152165 T327 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 152168 T327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 152172 T367 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1186456 name:ZooKeeperConnection Watcher:127.0.0.1:61462/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 152173 T327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 152174 T327 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 152174 T327 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 152173 T363 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 152181 T355 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 152181 T363 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 152181 T363 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 152184 T356 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> ASYNC  NEW_CORE C110 name=collection1 org.apache.solr.core.SolrCore@1f5c5d1 url=http://127.0.0.1:61470/ylxl/j/collection1 node=127.0.0.1:61470_ylxl%2Fj C110_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:61470/ylxl/j, node_name=127.0.0.1:61470_ylxl%2Fj, state=down}
   [junit4]   2> 152186 T363 C110 P61470 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:61470/ylxl/j/collection1/
   [junit4]   2> 152186 T363 C110 P61470 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 152187 T363 C110 P61470 oasc.SyncStrategy.syncToMe http://127.0.0.1:61470/ylxl/j/collection1/ has no replicas
   [junit4]   2> 152188 T363 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:61470/ylxl/j/collection1/ shard1
   [junit4]   2> 152194 T367 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 152197 T363 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 152197 T355 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 152205 T327 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 152205 T327 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 152209 T327 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 152211 T327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 152219 T370 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@124c78a name:ZooKeeperConnection Watcher:127.0.0.1:61462/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 152221 T327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 152223 T327 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 152226 T355 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 152231 T356 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61470/ylxl/j",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 152239 T356 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 2
   [junit4]   2> 152239 T356 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 152242 T367 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 152242 T355 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 152258 T355 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 152268 T363 oasc.ZkController.register We are http://127.0.0.1:61470/ylxl/j/collection1/ and leader is http://127.0.0.1:61470/ylxl/j/collection1/
   [junit4]   2> 152268 T363 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:61470/ylxl/j
   [junit4]   2> 152268 T363 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 152268 T363 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 152268 T363 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 152271 T355 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 152277 T356 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61470/ylxl/j",
   [junit4]   2> 	  "node_name":"127.0.0.1:61470_ylxl%2Fj",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 152280 T356 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61470/ylxl/j",
   [junit4]   2> 	  "node_name":"127.0.0.1:61470_ylxl%2Fj",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 152284 T356 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 152287 T355 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 152288 T367 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 152387 T355 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 152391 T367 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 153602 T327 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-1-001\cores\collection1
   [junit4]   2> 153605 T327 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-1-001
   [junit4]   2> 153608 T327 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 153613 T327 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@475045{/ylxl/j,null,AVAILABLE}
   [junit4]   2> 153616 T327 oejs.AbstractConnector.doStart Started ServerConnector@12e837d{HTTP/1.1}{127.0.0.1:61487}
   [junit4]   2> 153617 T327 oejs.Server.doStart Started @160422ms
   [junit4]   2> 153617 T327 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/ylxl/j, hostPort=61486, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-1-001\cores}
   [junit4]   2> 153618 T327 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 153618 T327 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-1-001\'
   [junit4]   2> 153681 T327 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-1-001\solr.xml
   [junit4]   2> 153696 T327 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-1-001\cores
   [junit4]   2> 153696 T327 oasc.CoreContainer.<init> New CoreContainer 18256012
   [junit4]   2> 153697 T327 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-1-001\]
   [junit4]   2> 153697 T327 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-1-001\lib
   [junit4]   2> 153697 T327 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-1-001\lib).
   [junit4]   2> 153716 T327 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 153716 T327 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 153716 T327 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 153716 T327 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 153716 T327 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 153716 T327 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 153718 T327 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 153718 T327 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 153719 T327 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 153719 T327 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 153720 T327 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 153720 T327 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 153720 T327 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 153720 T327 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 153721 T327 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 153721 T327 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:61462/solr
   [junit4]   2> 153721 T327 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 153721 T327 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 153724 T327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 153728 T384 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9f73ad name:ZooKeeperConnection Watcher:127.0.0.1:61462 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 153728 T327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 153728 T327 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 153735 T327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 153738 T387 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14b0bb0 name:ZooKeeperConnection Watcher:127.0.0.1:61462/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 153738 T327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 153745 T327 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 154573 T327 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61486_ylxl%2Fj
   [junit4]   2> 154574 T327 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:61486_ylxl%2Fj
   [junit4]   2> 154581 T327 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 154586 T327 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 154588 T327 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-1-001\cores\collection1\
   [junit4]   2> 154588 T327 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 154593 T388 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 154594 T388 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 154596 T355 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 154598 T388 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 154598 T356 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61486/ylxl/j",
   [junit4]   2> 	  "node_name":"127.0.0.1:61486_ylxl%2Fj",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 154598 T388 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 154598 T356 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61486/ylxl/j",
   [junit4]   2> 	  "node_name":"127.0.0.1:61486_ylxl%2Fj",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 154599 T356 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 154599 T388 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 154599 T356 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 154602 T356 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 154604 T387 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 154605 T388 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 154606 T388 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 154606 T388 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 154606 T388 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 154607 T387 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 154607 T388 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 154607 T388 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 154609 T388 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 154609 T388 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-1-001\cores\collection1\'
   [junit4]   2> 154633 T388 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 154637 T388 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 154646 T388 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 154660 T388 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 154669 T388 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 154672 T388 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 154682 T388 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 154814 T388 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 154820 T388 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 154820 T388 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 154843 T388 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 154846 T388 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 154850 T388 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 154851 T388 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 154851 T388 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 154851 T388 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 154853 T388 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 154853 T388 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 154853 T388 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 154854 T388 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 154854 T388 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 154854 T388 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@81ba79
   [junit4]   2> 154855 T388 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 154856 T388 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 154856 T388 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 154856 T388 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 154857 T388 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=1.064453125, floorSegmentMB=1.2783203125, forceMergeDeletesPctAllowed=14.208788220653474, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5072615003307742
   [junit4]   2> 154858 T388 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1e667f0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@687be1),segFN=segments_1,generation=1}
   [junit4]   2> 154858 T388 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 154867 T388 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 154868 T388 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 154868 T388 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 154869 T388 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 154869 T388 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 154869 T388 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 154870 T388 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 154870 T388 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 154870 T388 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 154877 T388 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 154882 T388 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 154884 T388 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 154887 T388 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 154907 T388 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 154907 T388 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 154910 T388 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 154910 T388 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 154911 T388 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 154911 T388 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 154913 T388 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=901995710, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 154913 T388 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1e667f0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@687be1),segFN=segments_1,generation=1}
   [junit4]   2> 154913 T388 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 154914 T388 oass.SolrIndexSearcher.<init> Opening Searcher@1c8c4a1[collection1] main
   [junit4]   2> 154914 T388 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 154916 T388 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 154916 T388 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 154917 T388 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 154917 T388 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 154918 T388 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 154918 T388 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 154918 T388 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 154918 T388 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 154919 T388 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 154922 T389 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1c8c4a1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 154923 T388 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 154925 T392 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:61486/ylxl/j collection:collection1 shard:shard2
   [junit4]   2> 154926 T327 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 154926 T327 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 154927 T392 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 154938 T392 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 154942 T392 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 154942 T392 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 154942 T355 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> ASYNC  NEW_CORE C111 name=collection1 org.apache.solr.core.SolrCore@1257bbc url=http://127.0.0.1:61486/ylxl/j/collection1 node=127.0.0.1:61486_ylxl%2Fj C111_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:61486/ylxl/j, node_name=127.0.0.1:61486_ylxl%2Fj, state=down}
   [junit4]   2> 154942 T392 C111 P61486 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:61486/ylxl/j/collection1/
   [junit4]   2> 154946 T392 C111 P61486 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 154946 T392 C111 P61486 oasc.SyncStrategy.syncToMe http://127.0.0.1:61486/ylxl/j/collection1/ has no replicas
   [junit4]   2> 154946 T392 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:61486/ylxl/j/collection1/ shard2
   [junit4]   2> 154946 T392 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 154949 T356 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 154953 T356 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 154955 T387 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 154958 T387 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 154975 T356 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61486/ylxl/j",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 154978 T356 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 154980 T387 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 154982 T387 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 154993 T355 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 155012 T392 oasc.ZkController.register We are http://127.0.0.1:61486/ylxl/j/collection1/ and leader is http://127.0.0.1:61486/ylxl/j/collection1/
   [junit4]   2> 155013 T392 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:61486/ylxl/j
   [junit4]   2> 155013 T392 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 155013 T392 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 155013 T392 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 155017 T355 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 155020 T356 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61486/ylxl/j",
   [junit4]   2> 	  "node_name":"127.0.0.1:61486_ylxl%2Fj",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 155021 T356 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61486/ylxl/j",
   [junit4]   2> 	  "node_name":"127.0.0.1:61486_ylxl%2Fj",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 155025 T356 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 155026 T387 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 155037 T392 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 155041 T387 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 156241 T327 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-2-001\cores\collection1
   [junit4]   2> 156244 T327 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-2-001
   [junit4]   2> 156246 T327 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 156251 T327 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1c5c0e1{/ylxl/j,null,AVAILABLE}
   [junit4]   2> 156253 T327 oejs.AbstractConnector.doStart Started ServerConnector@1a95dab{HTTP/1.1}{127.0.0.1:61497}
   [junit4]   2> 156253 T327 oejs.Server.doStart Started @163686ms
   [junit4]   2> 156253 T327 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/ylxl/j, hostPort=61496, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-2-001\cores}
   [junit4]   2> 156255 T327 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 156255 T327 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-2-001\'
   [junit4]   2> 156298 T327 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-2-001\solr.xml
   [junit4]   2> 156311 T327 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-2-001\cores
   [junit4]   2> 156311 T327 oasc.CoreContainer.<init> New CoreContainer 20234704
   [junit4]   2> 156311 T327 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-2-001\]
   [junit4]   2> 156311 T327 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-2-001\lib
   [junit4]   2> 156313 T327 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-2-001\lib).
   [junit4]   2> 156328 T327 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 156328 T327 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 156328 T327 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 156329 T327 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 156329 T327 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 156329 T327 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 156329 T327 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 156329 T327 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 156331 T327 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 156331 T327 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 156331 T327 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 156333 T327 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 156334 T327 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 156334 T327 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 156334 T327 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 156334 T327 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:61462/solr
   [junit4]   2> 156334 T327 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 156334 T327 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 156338 T327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 156340 T407 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a1d2b5 name:ZooKeeperConnection Watcher:127.0.0.1:61462 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 156340 T327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 156341 T327 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 156348 T327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 156350 T410 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1676953 name:ZooKeeperConnection Watcher:127.0.0.1:61462/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 156350 T327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 156360 T327 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 157188 T327 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61496_ylxl%2Fj
   [junit4]   2> 157189 T327 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:61496_ylxl%2Fj
   [junit4]   2> 157196 T327 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 157200 T327 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-2-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-2-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 157203 T327 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-2-001\cores\collection1\
   [junit4]   2> 157203 T327 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 157207 T411 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 157207 T411 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 157209 T355 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 157210 T411 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 157211 T411 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 157211 T356 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61496/ylxl/j",
   [junit4]   2> 	  "node_name":"127.0.0.1:61496_ylxl%2Fj",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 157212 T411 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 157212 T356 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61496/ylxl/j",
   [junit4]   2> 	  "node_name":"127.0.0.1:61496_ylxl%2Fj",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 157212 T356 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 157213 T356 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 157214 T411 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 157214 T411 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 157215 T356 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 157215 T387 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 157216 T410 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 157216 T387 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 157217 T410 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 158031 T411 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 158031 T411 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 158032 T411 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 158032 T411 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 158034 T411 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 158035 T411 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-2-001\cores\collection1\'
   [junit4]   2> 158072 T411 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 158076 T411 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 158090 T411 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 158097 T411 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 158115 T411 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 158118 T411 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 158126 T411 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 158332 T411 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 158341 T411 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 158344 T411 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 158376 T411 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 158380 T411 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 158384 T411 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 158386 T411 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 158386 T411 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 158387 T411 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 158388 T411 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 158388 T411 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 158388 T411 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 158388 T411 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 158389 T411 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 158389 T411 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@81ba79
   [junit4]   2> 158391 T411 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 158391 T411 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-2-001\cores\collection1\data\index/
   [junit4]   2> 158391 T411 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-2-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 158391 T411 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001\shard-2-001\cores\collection1\data\index
   [junit4]   2> 158392 T411 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=1.064453125, floorSegmentMB=1.2783203125, forceMergeDeletesPctAllowed=14.208788220653474, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5072615003307742
   [junit4]   2> 158394 T411 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1f1a0dd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e7f601),segFN=segments_1,generation=1}
   [junit4]   2> 158394 T411 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 158404 T411 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 158405 T411 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 158405 T411 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 158406 T411 oasup.UpdateRequestProcessorChain.init crea

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

t4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		5	/solr/live_nodes
   [junit4]   2> 		4	/solr/overseer/queue
   [junit4]   2> 		4	/solr/overseer/collection-queue-work
   [junit4]   2> 	
   [junit4]   2> 225163 T327 oasc.SocketProxy.close WARN Closing 4 connections to: http://127.0.0.1:61496/ylxl/j
   [junit4]   2> 225163 T327 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:61506/ylxl/j
   [junit4]   2> 225164 T327 oasc.SocketProxy.close WARN Closing 12 connections to: http://127.0.0.1:61470/ylxl/j
   [junit4]   2> 225164 T327 oasc.SocketProxy.close WARN Closing 2 connections to: http://127.0.0.1:61486/ylxl/j
   [junit4]   2> 225164 T327 oasc.ReplicationFactorTest.distribTearDown super.distribTearDown complete, closing all socket proxies
   [junit4]   2> 225165 T327 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:61496/ylxl/j
   [junit4]   2> 225165 T327 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:61506/ylxl/j
   [junit4]   2> 225165 T327 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:61470/ylxl/j
   [junit4]   2> 225166 T327 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:61486/ylxl/j
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ReplicationFactorTest -Dtests.method=test -Dtests.seed=4A252FB6B2C7F3F6 -Dtests.slow=true -Dtests.locale=ca_ES -Dtests.timezone=America/Belem -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   77.6s | ReplicationFactorTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:61470/ylxl/j/repfacttest_c8n_1x3_shard1_replica1
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:625)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:948)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
   [junit4]    > 	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
   [junit4]    > 	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:61470/ylxl/j/repfacttest_c8n_1x3_shard1_replica1
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:599)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:622)
   [junit4]    > 	... 47 more
   [junit4]    > Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:490)
   [junit4]    > 	... 52 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=513, name=updateExecutor-33-thread-3, state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@66f940 rejected from java.util.concurrent.ThreadPoolExecutor@1f010bf[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 23]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4A252FB6B2C7F3F6]:0)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:279)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 225208 T327 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A252FB6B2C7F3F6-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {_version_=PostingsFormat(name=Memory doPackFST= false), multiDefault=PostingsFormat(name=LuceneFixedGap), a_t=PostingsFormat(name=Memory doPackFST= false), intDefault=PostingsFormat(name=Memory doPackFST= false), id=BlockTreeOrds(blocksize=128), text=PostingsFormat(name=Asserting), range_facet_l=PostingsFormat(name=Memory doPackFST= false), timestamp=PostingsFormat(name=Memory doPackFST= false)}, docValues:{timestamp=DocValuesFormat(name=Memory)}, sim=DefaultSimilarity, locale=ca_ES, timezone=America/Belem
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_31 (32-bit)/cpus=2,threads=1,free=58455424,total=103809024
   [junit4]   2> NOTE: All tests run in this JVM: [RequestLoggingTest, AnalyticsMergeStrategyTest, DistributedFacetPivotSmallTest, SoftAutoCommitTest, SynonymTokenizerTest, TestPivotHelperCode, TestArbitraryIndexDir, TestIntervalFaceting, CacheHeaderTest, DistanceUnitsTest, CoreAdminRequestStatusTest, TestSchemaVersionResource, TestFreeTextSuggestions, TestPerFieldSimilarity, LukeRequestHandlerTest, TestBulkSchemaAPI, ReplicationFactorTest]
   [junit4] Completed in 77.62s, 1 test, 1 error <<< FAILURES!

[...truncated 1435 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 473 suites, 1878 tests, 1 error, 57 ignored (30 assumptions)

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



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

Posted by Joel Bernstein <jo...@gmail.com>.
Looking into the HashQParserPlugin issue.

Joel Bernstein
Search Engineer at Heliosearch

On Tue, Mar 10, 2015 at 4:59 AM, Policeman Jenkins Server <
jenkins@thetaphi.de> wrote:

> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4537/
> Java: 32bit/jdk1.8.0_31 -client -XX:+UseParallelGC
>
> 2 tests failed.
> FAILED:  org.apache.solr.search.TestHashQParserPlugin.testHashPartition
>
> Error Message:
> java.util.concurrent.RejectedExecutionException: Task
> org.apache.solr.search.HashQParserPlugin$HashQuery$SegmentPartitioner@1812d6b
> rejected from java.util.concurrent.ThreadPoolExecutor@e424cf[Terminated,
> pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
>
> Stack Trace:
> java.io.IOException: java.util.concurrent.RejectedExecutionException: Task
> org.apache.solr.search.HashQParserPlugin$HashQuery$SegmentPartitioner@1812d6b
> rejected from java.util.concurrent.ThreadPoolExecutor@e424cf[Terminated,
> pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
>         at
> __randomizedtesting.SeedInfo.seed([986AB8C75623455:D83B8A694E088D3E]:0)
>         at
> org.apache.solr.search.HashQParserPlugin$HashQuery.createWeight(HashQParserPlugin.java:168)
>         at
> org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:623)
>         at
> org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:606)
>         at
> org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1123)
>         at
> org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1605)
>         at
> org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1481)
>         at
> org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:557)
>         at
> org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:512)
>         at
> org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:226)
>         at
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:142)
>         at org.apache.solr.core.SolrCore.execute(SolrCore.java:1967)
>         at org.apache.solr.util.TestHarness.query(TestHarness.java:320)
>         at org.apache.solr.util.TestHarness.query(TestHarness.java:302)
>         at
> org.apache.solr.search.TestHashQParserPlugin.testHashPartition(TestHashQParserPlugin.java:112)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:483)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
>         at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
>         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
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>         at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
>         at java.lang.Thread.run(Thread.java:745)
> Caused by: java.util.concurrent.RejectedExecutionException: Task
> org.apache.solr.search.HashQParserPlugin$HashQuery$SegmentPartitioner@1812d6b
> rejected from java.util.concurrent.ThreadPoolExecutor@e424cf[Terminated,
> pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
>         at
> java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
>         at
> java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
>         at
> java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
>         at
> org.apache.solr.search.HashQParserPlugin$HashQuery.createWeight(HashQParserPlugin.java:166)
>         ... 52 more
>
>
> FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test
>
> Error Message:
> org.apache.http.NoHttpResponseException: The target server failed to
> respond
>
> Stack Trace:
> org.apache.solr.client.solrj.SolrServerException:
> org.apache.http.NoHttpResponseException: The target server failed to respond
>         at
> org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:929)
>         at
> org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
>         at
> org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
>         at
> org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
>         at
> org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:483)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
>         at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
>         at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
>         at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
>         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
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>         at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
>         at java.lang.Thread.run(Thread.java:745)
> Caused by: org.apache.http.NoHttpResponseException: The target server
> failed to respond
>         at
> org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
>         at
> org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
>         at
> org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
>         at
> org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
>         at
> org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
>         at
> org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
>         at
> org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
>         at
> org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
>         at
> org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
>         at
> org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
>         at
> org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
>         at
> org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
>         at
> org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
>         at
> org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
>         at
> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:490)
>         at
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
>         at
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
>         at
> org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
>         at
> org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
>         at
> org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:596)
>         at
> org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:593)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>         ... 1 more
>
>
>
>
> Build Log:
> [...truncated 10149 lines...]
>    [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
>    [junit4]   2> Creating dataDir:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\init-core-data-001
>    [junit4]   2> 4533378 T19411
> oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext
> system property: /
>    [junit4]   2> 4533385 T19411 oasc.ZkTestServer.run STARTING ZK TEST
> SERVER
>    [junit4]   1> client port:0.0.0.0/0.0.0.0:0
>    [junit4]   2> 4533387 T19412
> oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
>    [junit4]   2> 4533496 T19411 oasc.ZkTestServer.run start zk server on
> port:58871
>    [junit4]   2> 4533496 T19411
> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
> ZkCredentialsProvider
>    [junit4]   2> 4533500 T19411 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 4533505 T19419 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@3b63ca
> name:ZooKeeperConnection Watcher:127.0.0.1:58871 got event WatchedEvent
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 4533506 T19411 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 4533506 T19411 oascc.SolrZkClient.createZkACLProvider
> Using default ZkACLProvider
>    [junit4]   2> 4533507 T19411 oascc.SolrZkClient.makePath makePath: /solr
>    [junit4]   2> 4533513 T19411
> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
> ZkCredentialsProvider
>    [junit4]   2> 4533520 T19411 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 4533523 T19422 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@c65804
> name:ZooKeeperConnection Watcher:127.0.0.1:58871/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 4533524 T19411 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 4533524 T19411 oascc.SolrZkClient.createZkACLProvider
> Using default ZkACLProvider
>    [junit4]   2> 4533524 T19411 oascc.SolrZkClient.makePath makePath:
> /collections/collection1
>    [junit4]   2> 4533528 T19411 oascc.SolrZkClient.makePath makePath:
> /collections/collection1/shards
>    [junit4]   2> 4533533 T19411 oascc.SolrZkClient.makePath makePath:
> /collections/control_collection
>    [junit4]   2> 4533544 T19411 oascc.SolrZkClient.makePath makePath:
> /collections/control_collection/shards
>    [junit4]   2> 4533550 T19411 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
> to /configs/conf1/solrconfig.xml
>    [junit4]   2> 4533551 T19411 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/solrconfig.xml
>    [junit4]   2> 4533557 T19411 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
> to /configs/conf1/schema.xml
>    [junit4]   2> 4533559 T19411 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/schema.xml
>    [junit4]   2> 4533564 T19411 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
> to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
>    [junit4]   2> 4533564 T19411 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/solrconfig.snippet.randomindexconfig.xml
>    [junit4]   2> 4533568 T19411 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
> to /configs/conf1/stopwords.txt
>    [junit4]   2> 4533569 T19411 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/stopwords.txt
>    [junit4]   2> 4533577 T19411 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
> to /configs/conf1/protwords.txt
>    [junit4]   2> 4533578 T19411 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/protwords.txt
>    [junit4]   2> 4533584 T19411 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
> to /configs/conf1/currency.xml
>    [junit4]   2> 4533585 T19411 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/currency.xml
>    [junit4]   2> 4533589 T19411 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
> to /configs/conf1/enumsConfig.xml
>    [junit4]   2> 4533590 T19411 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/enumsConfig.xml
>    [junit4]   2> 4533596 T19411 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
> to /configs/conf1/open-exchange-rates.json
>    [junit4]   2> 4533597 T19411 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/open-exchange-rates.json
>    [junit4]   2> 4533601 T19411 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
> to /configs/conf1/mapping-ISOLatin1Accent.txt
>    [junit4]   2> 4533602 T19411 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/mapping-ISOLatin1Accent.txt
>    [junit4]   2> 4533608 T19411 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
> to /configs/conf1/old_synonyms.txt
>    [junit4]   2> 4533609 T19411 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/old_synonyms.txt
>    [junit4]   2> 4533613 T19411 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
> to /configs/conf1/synonyms.txt
>    [junit4]   2> 4533615 T19411 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/synonyms.txt
>    [junit4]   2> 4535619 T19411 oas.SolrTestCaseJ4.writeCoreProperties
> Writing core.properties file to
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\control-001\cores\collection1
>    [junit4]   2> 4535626 T19411 oejs.Server.doStart jetty-9.2.9.v20150224
>    [junit4]   2> 4535630 T19411 oejsh.ContextHandler.doStart Started
> o.e.j.s.ServletContextHandler@146bb01{/,null,AVAILABLE}
>    [junit4]   2> 4535633 T19411 oejs.AbstractConnector.doStart Started
> ServerConnector@2e1f6a{HTTP/1.1}{127.0.0.1:58879}
>    [junit4]   2> 4535634 T19411 oejs.Server.doStart Started @4541071ms
>    [junit4]   2> 4535636 T19411 oascse.JettySolrRunner$1.lifeCycleStarted
> Jetty properties:
> {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\tempDir-001/control/data, hostContext=/,
> hostPort=58878,
> coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\control-001\cores}
>    [junit4]   2> 4535636 T19411 oass.SolrDispatchFilter.init
> SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
>    [junit4]   2> 4535636 T19411 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\control-001\'
>    [junit4]   2> 4535717 T19411 oasc.SolrXmlConfig.fromFile Loading
> container configuration from
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\control-001\solr.xml
>    [junit4]   2> 4535752 T19411 oasc.CorePropertiesLocator.<init>
> Config-defined core root directory:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\control-001\cores
>    [junit4]   2> 4535754 T19411 oasc.CoreContainer.<init> New
> CoreContainer 731556
>    [junit4]   2> 4535754 T19411 oasc.CoreContainer.load Loading cores into
> CoreContainer
> [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\control-001\]
>    [junit4]   2> 4535754 T19411 oasc.CoreContainer.load loading shared
> library:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\control-001\lib
>    [junit4]   2> 4535754 T19411 oasc.SolrResourceLoader.addToClassLoader
> WARN Can't find (or read) directory to add to classloader: lib (resolved
> as:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\control-001\lib).
>    [junit4]   2> 4535775 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting socketTimeout to: 90000
>    [junit4]   2> 4535775 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting urlScheme to:
>    [junit4]   2> 4535775 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting connTimeout to: 15000
>    [junit4]   2> 4535775 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnectionsPerHost to: 20
>    [junit4]   2> 4535775 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnections to: 10000
>    [junit4]   2> 4535775 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting corePoolSize to: 0
>    [junit4]   2> 4535775 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting maximumPoolSize to: 2147483647
>    [junit4]   2> 4535775 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting maxThreadIdleTime to: 5
>    [junit4]   2> 4535775 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting sizeOfQueue to: -1
>    [junit4]   2> 4535776 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting fairnessPolicy to: false
>    [junit4]   2> 4535779 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting useRetries to: false
>    [junit4]   2> 4535779 T19411 oasu.UpdateShardHandler.<init> Creating
> UpdateShardHandler HTTP client with params:
> socketTimeout=340000&connTimeout=45000&retry=true
>    [junit4]   2> 4535781 T19411 oasl.LogWatcher.createWatcher SLF4J impl
> is org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 4535781 T19411 oasl.LogWatcher.newRegisteredLogWatcher
> Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 4535781 T19411 oasc.CoreContainer.load Node Name:
> 127.0.0.1
>    [junit4]   2> 4535781 T19411 oasc.ZkContainer.initZooKeeper Zookeeper
> client=127.0.0.1:58871/solr
>    [junit4]   2> 4535781 T19411 oasc.ZkController.checkChrootPath zkHost
> includes chroot
>    [junit4]   2> 4535781 T19411
> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
> ZkCredentialsProvider
>    [junit4]   2> 4535785 T19411 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 4535788 T19436 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@3cf7a7
> name:ZooKeeperConnection Watcher:127.0.0.1:58871 got event WatchedEvent
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 4535790 T19411 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 4535790 T19411 oascc.SolrZkClient.createZkACLProvider
> Using default ZkACLProvider
>    [junit4]   2> 4535797 T19411 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 4535799 T19439 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@2fa995
> name:ZooKeeperConnection Watcher:127.0.0.1:58871/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 4535799 T19411 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 4535808 T19411 oascc.SolrZkClient.makePath makePath:
> /overseer/queue
>    [junit4]   2> 4535820 T19411 oascc.SolrZkClient.makePath makePath:
> /overseer/collection-queue-work
>    [junit4]   2> 4535826 T19411 oascc.SolrZkClient.makePath makePath:
> /overseer/collection-map-running
>    [junit4]   2> 4535834 T19411 oascc.SolrZkClient.makePath makePath:
> /overseer/collection-map-completed
>    [junit4]   2> 4535841 T19411 oascc.SolrZkClient.makePath makePath:
> /overseer/collection-map-failure
>    [junit4]   2> 4535850 T19411 oascc.SolrZkClient.makePath makePath:
> /live_nodes
>    [junit4]   2> 4535858 T19411 oascc.SolrZkClient.makePath makePath:
> /aliases.json
>    [junit4]   2> 4535863 T19411 oascc.SolrZkClient.makePath makePath:
> /clusterstate.json
>    [junit4]   2> 4535868 T19411 oasc.ZkController.createEphemeralLiveNode
> Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58878_
>    [junit4]   2> 4535870 T19411 oascc.SolrZkClient.makePath makePath:
> /live_nodes/127.0.0.1:58878_
>    [junit4]   2> 4535874 T19411 oascc.SolrZkClient.makePath makePath:
> /overseer_elect
>    [junit4]   2> 4535880 T19411 oascc.SolrZkClient.makePath makePath:
> /overseer_elect/election
>    [junit4]   2> 4535884 T19411 oasc.Overseer.close Overseer (id=null)
> closing
>    [junit4]   2> 4535888 T19411
> oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader
> 127.0.0.1:58878_
>    [junit4]   2> 4535890 T19411 oascc.SolrZkClient.makePath makePath:
> /overseer_elect/leader
>    [junit4]   2> 4535895 T19411 oasc.Overseer.start Overseer
> (id=93452811950096387-127.0.0.1:58878_-n_0000000000) starting
>    [junit4]   2> 4535902 T19411 oascc.SolrZkClient.makePath makePath:
> /overseer/queue-work
>    [junit4]   2> 4535921 T19411
> oasc.OverseerAutoReplicaFailoverThread.<init> Starting
> OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
> autoReplicaFailoverWaitAfterExpiration=30000
> autoReplicaFailoverBadNodeExpiration=60000
>    [junit4]   2> 4535924 T19411
> oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster
> state from ZooKeeper...
>    [junit4]   2> 4535926 T19440 oasc.Overseer$ClusterStateUpdater.run
> Starting to work on the main queue
>    [junit4]   2> 4535926 T19441 oasc.OverseerCollectionProcessor.run
> Process current queue of collection creations
>    [junit4]   2> 4535938 T19411 oasc.CorePropertiesLocator.discover
> Looking for core definitions underneath
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\control-001\cores
>    [junit4]   1> CORE DESCRIPTOR: {name=collection1,
> config=solrconfig.xml, transient=false, schema=schema.xml,
> loadOnStartup=true,
> instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\control-001\cores\collection1,
> collection=control_collection,
> absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\control-001\cores\collection1\, coreNodeName=,
> dataDir=data\, shard=}
>    [junit4]   2> 4535939 T19411 oasc.CorePropertiesLocator.discoverUnder
> Found core collection1 in
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\control-001\cores\collection1\
>    [junit4]   2> 4535940 T19411 oasc.CorePropertiesLocator.discover Found
> 1 core definitions
>    [junit4]   2> 4535942 T19443 oasc.ZkController.publish publishing
> core=collection1 state=down collection=control_collection
>    [junit4]   2> 4535943 T19443 oasc.ZkController.publish numShards not
> found on descriptor - reading it from system property
>    [junit4]   2> 4535945 T19443 oasc.ZkController.waitForCoreNodeName look
> for our core node name
>    [junit4]   2> 4535946 T19439 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 4535950 T19440 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "base_url":"http://127.0.0.1:58878",
>    [junit4]   2>          "node_name":"127.0.0.1:58878_",
>    [junit4]   2>          "numShards":"1",
>    [junit4]   2>          "state":"down",
>    [junit4]   2>          "shard":null,
>    [junit4]   2>          "collection":"control_collection",
>    [junit4]   2>          "operation":"state"} current state version: 0
>    [junit4]   2> 4535952 T19440 oasco.ReplicaMutator.updateState Update
> state numShards=1 message={
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "base_url":"http://127.0.0.1:58878",
>    [junit4]   2>          "node_name":"127.0.0.1:58878_",
>    [junit4]   2>          "numShards":"1",
>    [junit4]   2>          "state":"down",
>    [junit4]   2>          "shard":null,
>    [junit4]   2>          "collection":"control_collection",
>    [junit4]   2>          "operation":"state"}
>    [junit4]   2> 4535953 T19440 oasco.ClusterStateMutator.createCollection
> building a new cName: control_collection
>    [junit4]   2> 4535953 T19440 oasco.ReplicaMutator.updateState Assigning
> new node to shard shard=shard1
>    [junit4]   2> 4535956 T19439 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
>    [junit4]   2> 4537063 T19443 oasc.ZkController.waitForShardId waiting
> to find shard id in clusterstate for collection1
>    [junit4]   2> 4537063 T19443 oasc.ZkController.createCollectionZkNode
> Check for collection zkNode:control_collection
>    [junit4]   2> 4537065 T19443 oasc.ZkController.createCollectionZkNode
> Collection zkNode exists
>    [junit4]   2> 4537065 T19443 oascc.ZkStateReader.readConfigName Load
> collection config from:/collections/control_collection
>    [junit4]   2> 4537067 T19443 oascc.ZkStateReader.readConfigName
> path=/collections/control_collection configName=conf1 specified config
> exists in ZooKeeper
>    [junit4]   2> 4537068 T19443 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\control-001\cores\collection1\'
>    [junit4]   2> 4537101 T19443 oasc.ZkController.watchZKConfDir watch
> zkdir /configs/conf1
>    [junit4]   2> 4537105 T19443 oasc.Config.<init> loaded config
> solrconfig.xml with version 0
>    [junit4]   2> 4537134 T19443 oasc.SolrConfig.refreshRequestParams
> current version of requestparams : -1
>    [junit4]   2> 4537157 T19443 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: 6.0.0
>    [junit4]   2> 4537177 T19443 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig.xml
>    [junit4]   2> 4537181 T19443 oass.IndexSchema.readSchema Reading Solr
> Schema from /configs/conf1/schema.xml
>    [junit4]   2> 4537228 T19443 oass.IndexSchema.readSchema [collection1]
> Schema name=test
>    [junit4]   2> 4537393 T19443 oass.OpenExchangeRatesOrgProvider.init
> Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
>    [junit4]   2> 4537403 T19443 oass.IndexSchema.readSchema default search
> field in schema is text
>    [junit4]   2> 4537403 T19443 oass.IndexSchema.readSchema unique key
> field: id
>    [junit4]   2> 4537432 T19443 oass.FileExchangeRateProvider.reload
> Reloading exchange rates from file currency.xml
>    [junit4]   2> 4537441 T19443 oass.FileExchangeRateProvider.reload
> Reloading exchange rates from file currency.xml
>    [junit4]   2> 4537450 T19443 oass.OpenExchangeRatesOrgProvider.reload
> Reloading exchange rates from open-exchange-rates.json
>    [junit4]   2> 4537452 T19443
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
> IMPORTANT NOTE
>    [junit4]   2> 4537453 T19443
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected
> key, got STRING
>    [junit4]   2> 4537454 T19443 oass.OpenExchangeRatesOrgProvider.reload
> Reloading exchange rates from open-exchange-rates.json
>    [junit4]   2> 4537456 T19443
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
> IMPORTANT NOTE
>    [junit4]   2> 4537456 T19443
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected
> key, got STRING
>    [junit4]   2> 4537457 T19443 oasc.CoreContainer.create Creating
> SolrCore 'collection1' using configuration from collection
> control_collection
>    [junit4]   2> 4537459 T19443 oasc.SolrCore.initDirectoryFactory
> org.apache.solr.core.MockDirectoryFactory
>    [junit4]   2> 4537460 T19443 oasc.SolrCore.<init> [collection1] Opening
> new SolrCore at
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\control-001\cores\collection1\,
> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\control-001\cores\collection1\data\
>    [junit4]   2> 4537461 T19443 oasc.JmxMonitoredMap.<init> JMX monitoring
> is enabled. Adding Solr mbeans to JMX Server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@18f4cd1
>    [junit4]   2> 4537462 T19443 oasc.CachingDirectoryFactory.get return
> new directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\control-001\cores\collection1\data\
>    [junit4]   2> 4537463 T19443 oasc.SolrCore.getNewIndexDir New index
> directory detected: old=null
> new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\control-001\cores\collection1\data\index/
>    [junit4]   2> 4537463 T19443 oasc.SolrCore.initIndex WARN [collection1]
> Solr index directory
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\control-001\cores\collection1\data\index' doesn't
> exist. Creating new index...
>    [junit4]   2> 4537465 T19443 oasc.CachingDirectoryFactory.get return
> new directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\control-001\cores\collection1\data\index
>    [junit4]   2> 4537465 T19443 oasu.RandomMergePolicy.<init>
> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy:
> [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=45,
> maxMergedSegmentMB=40.0888671875, floorSegmentMB=1.462890625,
> forceMergeDeletesPctAllowed=1.9494055675842914, segmentsPerTier=43.0,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2755735862949723
>    [junit4]   2> 4537467 T19443 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits: num=1
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@16175f1
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f6ecc4
> ),segFN=segments_1,generation=1}
>    [junit4]   2> 4537467 T19443 oasc.SolrDeletionPolicy.updateCommits
> newest commit generation = 1
>    [junit4]   2> 4537481 T19443 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "nodistrib"
>    [junit4]   2> 4537483 T19443 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "dedupe"
>    [junit4]   2> 4537484 T19443 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "dedupe"
>    [junit4]   2> 4537484 T19443 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "stored_sig"
>    [junit4]   2> 4537485 T19443 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "stored_sig"
>    [junit4]   2> 4537486 T19443 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
>    [junit4]   2> 4537487 T19443 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>    [junit4]   2> 4537488 T19443 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>    [junit4]   2> 4537488 T19443 oasc.SolrCore.loadUpdateProcessorChains no
> updateRequestProcessorChain defined as default, creating implicit default
>    [junit4]   2> 4537497 T19443 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 4537502 T19443 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 4537507 T19443 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 4537511 T19443 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 4537525 T19443
> oasc.RequestHandlers.initHandlersFromConfig Registered paths:
> /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
>    [junit4]   2> 4537526 T19443 oasc.SolrCore.initStatsCache Using default
> statsCache cache: org.apache.solr.search.stats.LocalStatsCache
>    [junit4]   2> 4537528 T19443 oasu.UpdateHandler.<init> Using UpdateLog
> implementation: org.apache.solr.update.UpdateLog
>    [junit4]   2> 4537529 T19443 oasu.UpdateLog.init Initializing
> UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
> maxNumLogsToKeep=10
>    [junit4]   2> 4537532 T19443 oasu.CommitTracker.<init> Hard AutoCommit:
> disabled
>    [junit4]   2> 4537532 T19443 oasu.CommitTracker.<init> Soft AutoCommit:
> disabled
>    [junit4]   2> 4537534 T19443 oasu.RandomMergePolicy.<init>
> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
> [LogDocMergePolicy: minMergeSize=1000, mergeFactor=15,
> maxMergeSize=9223372036854775807,
> maxMergeSizeForForcedMerge=9223372036854775807,
> calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4993590574456881]
>    [junit4]   2> 4537534 T19443 oasc.SolrDeletionPolicy.onInit
> SolrDeletionPolicy.onInit: commits: num=1
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@16175f1
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f6ecc4
> ),segFN=segments_1,generation=1}
>    [junit4]   2> 4537535 T19443 oasc.SolrDeletionPolicy.updateCommits
> newest commit generation = 1
>    [junit4]   2> 4537535 T19443 oass.SolrIndexSearcher.<init> Opening
> Searcher@5972d2[collection1] main
>    [junit4]   2> 4537536 T19443 oascc.ZkStateReader.readConfigName Load
> collection config from:/collections/control_collection
>    [junit4]   2> 4537538 T19443 oascc.ZkStateReader.readConfigName
> path=/collections/control_collection configName=conf1 specified config
> exists in ZooKeeper
>    [junit4]   2> 4537538 T19443 oasr.ManagedResourceStorage.newStorageIO
> Setting up ZooKeeper-based storage for the RestManager with znodeBase:
> /configs/conf1
>    [junit4]   2> 4537539 T19443
> oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
> ZooKeeperStorageIO with znodeBase: /configs/conf1
>    [junit4]   2> 4537540 T19443 oasr.RestManager.init Initializing
> RestManager with initArgs: {}
>    [junit4]   2> 4537540 T19443 oasr.ManagedResourceStorage.load Reading
> _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
>    [junit4]   2> 4537541 T19443
> oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data
> found for znode /configs/conf1/_rest_managed.json
>    [junit4]   2> 4537542 T19443 oasr.ManagedResourceStorage.load Loaded
> null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
>    [junit4]   2> 4537542 T19443 oasr.RestManager.init Initializing 0
> registered ManagedResources
>    [junit4]   2> 4537544 T19443 oash.ReplicationHandler.inform Commits
> will be reserved for  10000
>    [junit4]   2> 4537544 T19444 oasc.SolrCore.registerSearcher
> [collection1] Registered new searcher Searcher@5972d2[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 4537547 T19443 oasc.CoreContainer.registerCore
> registering core: collection1
>    [junit4]   2> 4537549 T19447 oasc.ZkController.register Register
> replica - core:collection1 address:http://127.0.0.1:58878
> collection:control_collection shard:shard1
>    [junit4]   2> 4537550 T19411 oass.SolrDispatchFilter.init
> user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
>    [junit4]   2> 4537550 T19411 oass.SolrDispatchFilter.init
> SolrDispatchFilter.init() done
>    [junit4]   2> 4537551 T19447 oascc.SolrZkClient.makePath makePath:
> /collections/control_collection/leader_elect/shard1/election
>    [junit4]   2> 4537551 T19411
> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
> ZkCredentialsProvider
>    [junit4]   2> 4537554 T19411 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 4537558 T19451 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@9e0127
> name:ZooKeeperConnection Watcher:127.0.0.1:58871/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 4537558 T19411 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 4537559 T19411 oascc.SolrZkClient.createZkACLProvider
> Using default ZkACLProvider
>    [junit4]   2> 4537560 T19411
> oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster
> state from ZooKeeper...
>    [junit4]   2> 4537568 T19411 oasc.ChaosMonkey.monkeyLog monkey: init -
> expire sessions:false cause connection loss:false
>    [junit4]   2> 4537568 T19447
> oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process
> for shard shard1
>    [junit4]   2> 4537574 T19439 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 4537577 T19447
> oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas
> found to continue.
>    [junit4]   2> 4537577 T19447
> oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader -
> try and sync
>    [junit4]   2> ASYNC  NEW_CORE C3945 name=collection1
> org.apache.solr.core.SolrCore@eda239 url=
> http://127.0.0.1:58878/collection1 node=127.0.0.1:58878_
> C3945_STATE=coll:control_collection core:collection1
> props:{core=collection1, base_url=http://127.0.0.1:58878,
> node_name=127.0.0.1:58878_, state=down}
>    [junit4]   2> 4537577 T19447 C3945 P58878 oasc.SyncStrategy.sync Sync
> replicas to http://127.0.0.1:58878/collection1/
>    [junit4]   2> 4537578 T19447 C3945 P58878
> oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
>    [junit4]   2> 4537578 T19447 C3945 P58878 oasc.SyncStrategy.syncToMe
> http://127.0.0.1:58878/collection1/ has no replicas
>    [junit4]   2> 4537578 T19447
> oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader:
> http://127.0.0.1:58878/collection1/ shard1
>    [junit4]   2> 4537580 T19447 oascc.SolrZkClient.makePath makePath:
> /collections/control_collection/leaders/shard1
>    [junit4]   2> 4537578 T19440 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
>    [junit4]   2>          "operation":"leader",
>    [junit4]   2>          "shard":"shard1",
>    [junit4]   2>          "collection":"control_collection"} current state
> version: 1
>    [junit4]   2> 4537595 T19439 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 4537598 T19440 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
>    [junit4]   2>          "operation":"leader",
>    [junit4]   2>          "shard":"shard1",
>    [junit4]   2>          "collection":"control_collection",
>    [junit4]   2>          "base_url":"http://127.0.0.1:58878",
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "state":"active"} current state version: 1
>    [junit4]   2> 4537718 T19451 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
>    [junit4]   2> 4537721 T19439 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
>    [junit4]   2> 4537770 T19447 oasc.ZkController.register We are
> http://127.0.0.1:58878/collection1/ and leader is
> http://127.0.0.1:58878/collection1/
>    [junit4]   2> 4537770 T19447 oasc.ZkController.register No LogReplay
> needed for core=collection1 baseURL=http://127.0.0.1:58878
>    [junit4]   2> 4537770 T19447 oasc.ZkController.checkRecovery I am the
> leader, no recovery necessary
>    [junit4]   2> 4537770 T19447 oasc.ZkController.publish publishing
> core=collection1 state=active collection=control_collection
>    [junit4]   2> 4537770 T19447 oasc.ZkController.publish numShards not
> found on descriptor - reading it from system property
>    [junit4]   2> 4537774 T19439 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 4537776 T19440 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "core_node_name":"core_node1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "base_url":"http://127.0.0.1:58878",
>    [junit4]   2>          "node_name":"127.0.0.1:58878_",
>    [junit4]   2>          "numShards":"3",
>    [junit4]   2>          "state":"active",
>    [junit4]   2>          "shard":"shard1",
>    [junit4]   2>          "collection":"control_collection",
>    [junit4]   2>          "operation":"state"} current state version: 2
>    [junit4]   2> 4537779 T19440 oasco.ReplicaMutator.updateState Update
> state numShards=3 message={
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "core_node_name":"core_node1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "base_url":"http://127.0.0.1:58878",
>    [junit4]   2>          "node_name":"127.0.0.1:58878_",
>    [junit4]   2>          "numShards":"3",
>    [junit4]   2>          "state":"active",
>    [junit4]   2>          "shard":"shard1",
>    [junit4]   2>          "collection":"control_collection",
>    [junit4]   2>          "operation":"state"}
>    [junit4]   2> 4537902 T19439 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
>    [junit4]   2> 4537906 T19451 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
>    [junit4]   2> 4540019 T19411 oas.SolrTestCaseJ4.writeCoreProperties
> Writing core.properties file to
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-1-001\cores\collection1
>    [junit4]   2> 4540025 T19411
> oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-1-001
>    [junit4]   2> 4540027 T19411 oejs.Server.doStart jetty-9.2.9.v20150224
>    [junit4]   2> 4540033 T19411 oejsh.ContextHandler.doStart Started
> o.e.j.s.ServletContextHandler@16e3d0c{/,null,AVAILABLE}
>    [junit4]   2> 4540036 T19411 oejs.AbstractConnector.doStart Started
> ServerConnector@6548cb{HTTP/1.1}{127.0.0.1:58892}
>    [junit4]   2> 4540036 T19411 oejs.Server.doStart Started @4545063ms
>    [junit4]   2> 4540036 T19411 oascse.JettySolrRunner$1.lifeCycleStarted
> Jetty properties:
> {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\tempDir-001/jetty1, solrconfig=solrconfig.xml,
> hostContext=/, hostPort=58891,
> coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-1-001\cores}
>    [junit4]   2> 4540038 T19411 oass.SolrDispatchFilter.init
> SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
>    [junit4]   2> 4540038 T19411 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-1-001\'
>    [junit4]   2> 4540116 T19411 oasc.SolrXmlConfig.fromFile Loading
> container configuration from
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-1-001\solr.xml
>    [junit4]   2> 4540145 T19411 oasc.CorePropertiesLocator.<init>
> Config-defined core root directory:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-1-001\cores
>    [junit4]   2> 4540145 T19411 oasc.CoreContainer.<init> New
> CoreContainer 17614713
>    [junit4]   2> 4540145 T19411 oasc.CoreContainer.load Loading cores into
> CoreContainer
> [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-1-001\]
>    [junit4]   2> 4540147 T19411 oasc.CoreContainer.load loading shared
> library:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-1-001\lib
>    [junit4]   2> 4540147 T19411 oasc.SolrResourceLoader.addToClassLoader
> WARN Can't find (or read) directory to add to classloader: lib (resolved
> as:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-1-001\lib).
>    [junit4]   2> 4540173 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting socketTimeout to: 90000
>    [junit4]   2> 4540174 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting urlScheme to:
>    [junit4]   2> 4540174 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting connTimeout to: 15000
>    [junit4]   2> 4540174 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnectionsPerHost to: 20
>    [junit4]   2> 4540177 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnections to: 10000
>    [junit4]   2> 4540178 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting corePoolSize to: 0
>    [junit4]   2> 4540180 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting maximumPoolSize to: 2147483647
>    [junit4]   2> 4540180 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting maxThreadIdleTime to: 5
>    [junit4]   2> 4540181 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting sizeOfQueue to: -1
>    [junit4]   2> 4540181 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting fairnessPolicy to: false
>    [junit4]   2> 4540181 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting useRetries to: false
>    [junit4]   2> 4540182 T19411 oasu.UpdateShardHandler.<init> Creating
> UpdateShardHandler HTTP client with params:
> socketTimeout=340000&connTimeout=45000&retry=true
>    [junit4]   2> 4540184 T19411 oasl.LogWatcher.createWatcher SLF4J impl
> is org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 4540184 T19411 oasl.LogWatcher.newRegisteredLogWatcher
> Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 4540184 T19411 oasc.CoreContainer.load Node Name:
> 127.0.0.1
>    [junit4]   2> 4540186 T19411 oasc.ZkContainer.initZooKeeper Zookeeper
> client=127.0.0.1:58871/solr
>    [junit4]   2> 4540188 T19411 oasc.ZkController.checkChrootPath zkHost
> includes chroot
>    [junit4]   2> 4540188 T19411
> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
> ZkCredentialsProvider
>    [junit4]   2> 4540191 T19411 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 4540193 T19465 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@775885
> name:ZooKeeperConnection Watcher:127.0.0.1:58871 got event WatchedEvent
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 4540194 T19411 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 4540194 T19411 oascc.SolrZkClient.createZkACLProvider
> Using default ZkACLProvider
>    [junit4]   2> 4540205 T19411 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 4540208 T19468 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@7794f9
> name:ZooKeeperConnection Watcher:127.0.0.1:58871/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 4540209 T19411 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 4540250 T19411
> oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster
> state from ZooKeeper...
>    [junit4]   2> 4541389 T19411 oasc.ZkController.createEphemeralLiveNode
> Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58891_
>    [junit4]   2> 4541392 T19411 oascc.SolrZkClient.makePath makePath:
> /live_nodes/127.0.0.1:58891_
>    [junit4]   2> 4541403 T19411 oasc.Overseer.close Overseer (id=null)
> closing
>    [junit4]   2> 4541412 T19411 oasc.CorePropertiesLocator.discover
> Looking for core definitions underneath
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-1-001\cores
>    [junit4]   1> CORE DESCRIPTOR: {name=collection1,
> config=solrconfig.xml, transient=false, schema=schema.xml,
> loadOnStartup=true,
> instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-1-001\cores\collection1, collection=collection1,
> absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-1-001\cores\collection1\, coreNodeName=,
> dataDir=data\, shard=}
>    [junit4]   2> 4541412 T19411 oasc.CorePropertiesLocator.discoverUnder
> Found core collection1 in
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-1-001\cores\collection1\
>    [junit4]   2> 4541412 T19411 oasc.CorePropertiesLocator.discover Found
> 1 core definitions
>    [junit4]   2> 4541420 T19469 oasc.ZkController.publish publishing
> core=collection1 state=down collection=collection1
>    [junit4]   2> 4541420 T19469 oasc.ZkController.publish numShards not
> found on descriptor - reading it from system property
>    [junit4]   2> 4541422 T19469 oasc.ZkController.waitForCoreNodeName look
> for our core node name
>    [junit4]   2> 4541422 T19439 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 4541425 T19440 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "base_url":"http://127.0.0.1:58891",
>    [junit4]   2>          "node_name":"127.0.0.1:58891_",
>    [junit4]   2>          "numShards":"3",
>    [junit4]   2>          "state":"down",
>    [junit4]   2>          "shard":null,
>    [junit4]   2>          "collection":"collection1",
>    [junit4]   2>          "operation":"state"} current state version: 3
>    [junit4]   2> 4541425 T19440 oasco.ReplicaMutator.updateState Update
> state numShards=3 message={
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "base_url":"http://127.0.0.1:58891",
>    [junit4]   2>          "node_name":"127.0.0.1:58891_",
>    [junit4]   2>          "numShards":"3",
>    [junit4]   2>          "state":"down",
>    [junit4]   2>          "shard":null,
>    [junit4]   2>          "collection":"collection1",
>    [junit4]   2>          "operation":"state"}
>    [junit4]   2> 4541425 T19440 oasco.ClusterStateMutator.createCollection
> building a new cName: collection1
>    [junit4]   2> 4541425 T19440 oasco.ReplicaMutator.updateState Assigning
> new node to shard shard=shard2
>    [junit4]   2> 4541425 T19468 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
>    [junit4]   2> 4541425 T19439 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
>    [junit4]   2> 4541436 T19451 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
>    [junit4]   2> 4542538 T19469 oasc.ZkController.waitForShardId waiting
> to find shard id in clusterstate for collection1
>    [junit4]   2> 4542538 T19469 oasc.ZkController.createCollectionZkNode
> Check for collection zkNode:collection1
>    [junit4]   2> 4542540 T19469 oasc.ZkController.createCollectionZkNode
> Collection zkNode exists
>    [junit4]   2> 4542540 T19469 oascc.ZkStateReader.readConfigName Load
> collection config from:/collections/collection1
>    [junit4]   2> 4542544 T19469 oascc.ZkStateReader.readConfigName
> path=/collections/collection1 configName=conf1 specified config exists in
> ZooKeeper
>    [junit4]   2> 4542544 T19469 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-1-001\cores\collection1\'
>    [junit4]   2> 4542595 T19469 oasc.ZkController.watchZKConfDir watch
> zkdir /configs/conf1
>    [junit4]   2> 4542599 T19469 oasc.Config.<init> loaded config
> solrconfig.xml with version 0
>    [junit4]   2> 4542621 T19469 oasc.SolrConfig.refreshRequestParams
> current version of requestparams : -1
>    [junit4]   2> 4542637 T19469 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: 6.0.0
>    [junit4]   2> 4542652 T19469 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig.xml
>    [junit4]   2> 4542655 T19469 oass.IndexSchema.readSchema Reading Solr
> Schema from /configs/conf1/schema.xml
>    [junit4]   2> 4542685 T19469 oass.IndexSchema.readSchema [collection1]
> Schema name=test
>    [junit4]   2> 4542898 T19469 oass.OpenExchangeRatesOrgProvider.init
> Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
>    [junit4]   2> 4542913 T19469 oass.IndexSchema.readSchema default search
> field in schema is text
>    [junit4]   2> 4542917 T19469 oass.IndexSchema.readSchema unique key
> field: id
>    [junit4]   2> 4542953 T19469 oass.FileExchangeRateProvider.reload
> Reloading exchange rates from file currency.xml
>    [junit4]   2> 4542961 T19469 oass.FileExchangeRateProvider.reload
> Reloading exchange rates from file currency.xml
>    [junit4]   2> 4542968 T19469 oass.OpenExchangeRatesOrgProvider.reload
> Reloading exchange rates from open-exchange-rates.json
>    [junit4]   2> 4542971 T19469
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
> IMPORTANT NOTE
>    [junit4]   2> 4542971 T19469
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected
> key, got STRING
>    [junit4]   2> 4542972 T19469 oass.OpenExchangeRatesOrgProvider.reload
> Reloading exchange rates from open-exchange-rates.json
>    [junit4]   2> 4542974 T19469
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
> IMPORTANT NOTE
>    [junit4]   2> 4542974 T19469
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected
> key, got STRING
>    [junit4]   2> 4542975 T19469 oasc.CoreContainer.create Creating
> SolrCore 'collection1' using configuration from collection collection1
>    [junit4]   2> 4542975 T19469 oasc.SolrCore.initDirectoryFactory
> org.apache.solr.core.MockDirectoryFactory
>    [junit4]   2> 4542977 T19469 oasc.SolrCore.<init> [collection1] Opening
> new SolrCore at
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-1-001\cores\collection1\,
> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-1-001\cores\collection1\data\
>    [junit4]   2> 4542978 T19469 oasc.JmxMonitoredMap.<init> JMX monitoring
> is enabled. Adding Solr mbeans to JMX Server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@18f4cd1
>    [junit4]   2> 4542979 T19469 oasc.CachingDirectoryFactory.get return
> new directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-1-001\cores\collection1\data\
>    [junit4]   2> 4542979 T19469 oasc.SolrCore.getNewIndexDir New index
> directory detected: old=null
> new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-1-001\cores\collection1\data\index/
>    [junit4]   2> 4542979 T19469 oasc.SolrCore.initIndex WARN [collection1]
> Solr index directory
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-1-001\cores\collection1\data\index' doesn't
> exist. Creating new index...
>    [junit4]   2> 4542980 T19469 oasc.CachingDirectoryFactory.get return
> new directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-1-001\cores\collection1\data\index
>    [junit4]   2> 4542981 T19469 oasu.RandomMergePolicy.<init>
> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy:
> [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=45,
> maxMergedSegmentMB=40.0888671875, floorSegmentMB=1.462890625,
> forceMergeDeletesPctAllowed=1.9494055675842914, segmentsPerTier=43.0,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2755735862949723
>    [junit4]   2> 4542982 T19469 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits: num=1
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@7b9823
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17d7692
> ),segFN=segments_1,generation=1}
>    [junit4]   2> 4542982 T19469 oasc.SolrDeletionPolicy.updateCommits
> newest commit generation = 1
>    [junit4]   2> 4542994 T19469 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "nodistrib"
>    [junit4]   2> 4542996 T19469 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "dedupe"
>    [junit4]   2> 4542996 T19469 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "dedupe"
>    [junit4]   2> 4542996 T19469 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "stored_sig"
>    [junit4]   2> 4542997 T19469 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "stored_sig"
>    [junit4]   2> 4542997 T19469 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
>    [junit4]   2> 4542999 T19469 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>    [junit4]   2> 4543001 T19469 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>    [junit4]   2> 4543001 T19469 oasc.SolrCore.loadUpdateProcessorChains no
> updateRequestProcessorChain defined as default, creating implicit default
>    [junit4]   2> 4543011 T19469 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 4543016 T19469 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 4543020 T19469 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 4543023 T19469 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 4543035 T19469
> oasc.RequestHandlers.initHandlersFromConfig Registered paths:
> /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
>    [junit4]   2> 4543035 T19469 oasc.SolrCore.initStatsCache Using default
> statsCache cache: org.apache.solr.search.stats.LocalStatsCache
>    [junit4]   2> 4543038 T19469 oasu.UpdateHandler.<init> Using UpdateLog
> implementation: org.apache.solr.update.UpdateLog
>    [junit4]   2> 4543038 T19469 oasu.UpdateLog.init Initializing
> UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
> maxNumLogsToKeep=10
>    [junit4]   2> 4543041 T19469 oasu.CommitTracker.<init> Hard AutoCommit:
> disabled
>    [junit4]   2> 4543041 T19469 oasu.CommitTracker.<init> Soft AutoCommit:
> disabled
>    [junit4]   2> 4543042 T19469 oasu.RandomMergePolicy.<init>
> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
> [LogDocMergePolicy: minMergeSize=1000, mergeFactor=15,
> maxMergeSize=9223372036854775807,
> maxMergeSizeForForcedMerge=9223372036854775807,
> calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4993590574456881]
>    [junit4]   2> 4543042 T19469 oasc.SolrDeletionPolicy.onInit
> SolrDeletionPolicy.onInit: commits: num=1
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@7b9823
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17d7692
> ),segFN=segments_1,generation=1}
>    [junit4]   2> 4543042 T19469 oasc.SolrDeletionPolicy.updateCommits
> newest commit generation = 1
>    [junit4]   2> 4543043 T19469 oass.SolrIndexSearcher.<init> Opening
> Searcher@154ce6c[collection1] main
>    [junit4]   2> 4543044 T19469 oascc.ZkStateReader.readConfigName Load
> collection config from:/collections/collection1
>    [junit4]   2> 4543046 T19469 oascc.ZkStateReader.readConfigName
> path=/collections/collection1 configName=conf1 specified config exists in
> ZooKeeper
>    [junit4]   2> 4543046 T19469 oasr.ManagedResourceStorage.newStorageIO
> Setting up ZooKeeper-based storage for the RestManager with znodeBase:
> /configs/conf1
>    [junit4]   2> 4543050 T19469
> oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
> ZooKeeperStorageIO with znodeBase: /configs/conf1
>    [junit4]   2> 4543050 T19469 oasr.RestManager.init Initializing
> RestManager with initArgs: {}
>    [junit4]   2> 4543050 T19469 oasr.ManagedResourceStorage.load Reading
> _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
>    [junit4]   2> 4543052 T19469
> oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data
> found for znode /configs/conf1/_rest_managed.json
>    [junit4]   2> 4543052 T19469 oasr.ManagedResourceStorage.load Loaded
> null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
>    [junit4]   2> 4543052 T19469 oasr.RestManager.init Initializing 0
> registered ManagedResources
>    [junit4]   2> 4543053 T19469 oash.ReplicationHandler.inform Commits
> will be reserved for  10000
>    [junit4]   2> 4543054 T19470 oasc.SolrCore.registerSearcher
> [collection1] Registered new searcher Searcher@154ce6c[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 4543056 T19469 oasc.CoreContainer.registerCore
> registering core: collection1
>    [junit4]   2> 4543057 T19473 oasc.ZkController.register Register
> replica - core:collection1 address:http://127.0.0.1:58891
> collection:collection1 shard:shard2
>    [junit4]   2> 4543058 T19411 oass.SolrDispatchFilter.init
> user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
>    [junit4]   2> 4543058 T19411 oass.SolrDispatchFilter.init
> SolrDispatchFilter.init() done
>    [junit4]   2> 4543060 T19473 oascc.SolrZkClient.makePath makePath:
> /collections/collection1/leader_elect/shard2/election
>    [junit4]   2> 4543074 T19473
> oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process
> for shard shard2
>    [junit4]   2> 4543078 T19439 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 4543080 T19473
> oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas
> found to continue.
>    [junit4]   2> 4543080 T19473
> oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader -
> try and sync
>    [junit4]   2> ASYNC  NEW_CORE C3946 name=collection1
> org.apache.solr.core.SolrCore@8ff086 url=
> http://127.0.0.1:58891/collection1 node=127.0.0.1:58891_
> C3946_STATE=coll:collection1 core:collection1 props:{core=collection1,
> base_url=http://127.0.0.1:58891, node_name=127.0.0.1:58891_, state=down}
>    [junit4]   2> 4543080 T19473 C3946 P58891 oasc.SyncStrategy.sync Sync
> replicas to http://127.0.0.1:58891/collection1/
>    [junit4]   2> 4543081 T19473 C3946 P58891
> oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
>    [junit4]   2> 4543081 T19473 C3946 P58891 oasc.SyncStrategy.syncToMe
> http://127.0.0.1:58891/collection1/ has no replicas
>    [junit4]   2> 4543081 T19473
> oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader:
> http://127.0.0.1:58891/collection1/ shard2
>    [junit4]   2> 4543082 T19473 oascc.SolrZkClient.makePath makePath:
> /collections/collection1/leaders/shard2
>    [junit4]   2> 4543088 T19440 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
>    [junit4]   2>          "operation":"leader",
>    [junit4]   2>          "shard":"shard2",
>    [junit4]   2>          "collection":"collection1"} current state
> version: 4
>    [junit4]   2> 4543095 T19468 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
>    [junit4]   2> 4543096 T19439 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
>    [junit4]   2> 4543099 T19451 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
>    [junit4]   2> 4543131 T19440 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
>    [junit4]   2>          "operation":"leader",
>    [junit4]   2>          "shard":"shard2",
>    [junit4]   2>          "collection":"collection1",
>    [junit4]   2>          "base_url":"http://127.0.0.1:58891",
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "state":"active"} current state version: 5
>    [junit4]   2> 4543137 T19439 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 4543252 T19468 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
>    [junit4]   2> 4543253 T19439 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
>    [junit4]   2> 4543255 T19451 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
>    [junit4]   2> 4543300 T19473 oasc.ZkController.register We are
> http://127.0.0.1:58891/collection1/ and leader is
> http://127.0.0.1:58891/collection1/
>    [junit4]   2> 4543300 T19473 oasc.ZkController.register No LogReplay
> needed for core=collection1 baseURL=http://127.0.0.1:58891
>    [junit4]   2> 4543300 T19473 oasc.ZkController.checkRecovery I am the
> leader, no recovery necessary
>    [junit4]   2> 4543301 T19473 oasc.ZkController.publish publishing
> core=collection1 state=active collection=collection1
>    [junit4]   2> 4543301 T19473 oasc.ZkController.publish numShards not
> found on descriptor - reading it from system property
>    [junit4]   2> 4543306 T19439 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 4543310 T19440 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "core_node_name":"core_node1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "base_url":"http://127.0.0.1:58891",
>    [junit4]   2>          "node_name":"127.0.0.1:58891_",
>    [junit4]   2>          "numShards":"3",
>    [junit4]   2>          "state":"active",
>    [junit4]   2>          "shard":"shard2",
>    [junit4]   2>          "collection":"collection1",
>    [junit4]   2>          "operation":"state"} current state version: 6
>    [junit4]   2> 4543311 T19440 oasco.ReplicaMutator.updateState Update
> state numShards=3 message={
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "core_node_name":"core_node1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "base_url":"http://127.0.0.1:58891",
>    [junit4]   2>          "node_name":"127.0.0.1:58891_",
>    [junit4]   2>          "numShards":"3",
>    [junit4]   2>          "state":"active",
>    [junit4]   2>          "shard":"shard2",
>    [junit4]   2>          "collection":"collection1",
>    [junit4]   2>          "operation":"state"}
>    [junit4]   2> 4543433 T19468 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
>    [junit4]   2> 4543434 T19439 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
>    [junit4]   2> 4543436 T19451 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
>    [junit4]   2> 4544861 T19411 oas.SolrTestCaseJ4.writeCoreProperties
> Writing core.properties file to
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-2-001\cores\collection1
>    [junit4]   2> 4544869 T19411
> oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-2-001
>    [junit4]   2> 4544870 T19411 oejs.Server.doStart jetty-9.2.9.v20150224
>    [junit4]   2> 4544877 T19411 oejsh.ContextHandler.doStart Started
> o.e.j.s.ServletContextHandler@1123640{/,null,AVAILABLE}
>    [junit4]   2> 4544881 T19411 oejs.AbstractConnector.doStart Started
> ServerConnector@9d4863{HTTP/1.1}{127.0.0.1:58902}
>    [junit4]   2> 4544882 T19411 oejs.Server.doStart Started @4549472ms
>    [junit4]   2> 4544883 T19411 oascse.JettySolrRunner$1.lifeCycleStarted
> Jetty properties:
> {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\tempDir-001/jetty2, solrconfig=solrconfig.xml,
> hostContext=/, hostPort=58901,
> coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-2-001\cores}
>    [junit4]   2> 4544884 T19411 oass.SolrDispatchFilter.init
> SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
>    [junit4]   2> 4544884 T19411 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-2-001\'
>    [junit4]   2> 4544968 T19411 oasc.SolrXmlConfig.fromFile Loading
> container configuration from
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-2-001\solr.xml
>    [junit4]   2> 4544991 T19411 oasc.CorePropertiesLocator.<init>
> Config-defined core root directory:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-2-001\cores
>    [junit4]   2> 4544993 T19411 oasc.CoreContainer.<init> New
> CoreContainer 10634095
>    [junit4]   2> 4544993 T19411 oasc.CoreContainer.load Loading cores into
> CoreContainer
> [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-2-001\]
>    [junit4]   2> 4544993 T19411 oasc.CoreContainer.load loading shared
> library:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-2-001\lib
>    [junit4]   2> 4544997 T19411 oasc.SolrResourceLoader.addToClassLoader
> WARN Can't find (or read) directory to add to classloader: lib (resolved
> as:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-2-001\lib).
>    [junit4]   2> 4545025 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting socketTimeout to: 90000
>    [junit4]   2> 4545026 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting urlScheme to:
>    [junit4]   2> 4545027 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting connTimeout to: 15000
>    [junit4]   2> 4545027 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnectionsPerHost to: 20
>    [junit4]   2> 4545027 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnections to: 10000
>    [junit4]   2> 4545027 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting corePoolSize to: 0
>    [junit4]   2> 4545029 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting maximumPoolSize to: 2147483647
>    [junit4]   2> 4545029 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting maxThreadIdleTime to: 5
>    [junit4]   2> 4545029 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting sizeOfQueue to: -1
>    [junit4]   2> 4545029 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting fairnessPolicy to: false
>    [junit4]   2> 4545033 T19411 oashc.HttpShardHandlerFactory.getParameter
> Setting useRetries to: false
>    [junit4]   2> 4545034 T19411 oasu.UpdateShardHandler.<init> Creating
> UpdateShardHandler HTTP client with params:
> socketTimeout=340000&connTimeout=45000&retry=true
>    [junit4]   2> 4545034 T19411 oasl.LogWatcher.createWatcher SLF4J impl
> is org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 4545034 T19411 oasl.LogWatcher.newRegisteredLogWatcher
> Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 4545037 T19411 oasc.CoreContainer.load Node Name:
> 127.0.0.1
>    [junit4]   2> 4545038 T19411 oasc.ZkContainer.initZooKeeper Zookeeper
> client=127.0.0.1:58871/solr
>    [junit4]   2> 4545038 T19411 oasc.ZkController.checkChrootPath zkHost
> includes chroot
>    [junit4]   2> 4545039 T19411
> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
> ZkCredentialsProvider
>    [junit4]   2> 4545043 T19411 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 4545046 T19488 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@16bd7b9
> name:ZooKeeperConnection Watcher:127.0.0.1:58871 got event WatchedEvent
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 4545049 T19411 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 4545050 T19411 oascc.SolrZkClient.createZkACLProvider
> Using default ZkACLProvider
>    [junit4]   2> 4545055 T19413 oazs.NIOServerCnxn.doIO WARN caught end of
> stream exception EndOfStreamException: Unable to read additional data from
> client sessionid 0x14c02d65b8c0007, likely client has closed socket
>    [junit4]   2>        at
> org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
>    [junit4]   2>        at
> org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
>    [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2>
>    [junit4]   2> 4545061 T19411 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 4545065 T19491 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@2477e8
> name:ZooKeeperConnection Watcher:127.0.0.1:58871/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 4545067 T19411 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 4545081 T19411
> oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster
> state from ZooKeeper...
>    [junit4]   2> 4546326 T19411 oasc.ZkController.createEphemeralLiveNode
> Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58901_
>    [junit4]   2> 4546328 T19411 oascc.SolrZkClient.makePath makePath:
> /live_nodes/127.0.0.1:58901_
>    [junit4]   2> 4546340 T19411 oasc.Overseer.close Overseer (id=null)
> closing
>    [junit4]   2> 4546348 T19411 oasc.CorePropertiesLocator.discover
> Looking for core definitions underneath
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-2-001\cores
>    [junit4]   1> CORE DESCRIPTOR: {name=collection1,
> config=solrconfig.xml, transient=false, schema=schema.xml,
> loadOnStartup=true,
> instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-2-001\cores\collection1, collection=collection1,
> absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-2-001\cores\collection1\, coreNodeName=,
> dataDir=data\, shard=}
>    [junit4]   2> 4546350 T19411 oasc.CorePropertiesLocator.discoverUnder
> Found core collection1 in
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-2-001\cores\collection1\
>    [junit4]   2> 4546352 T19411 oasc.CorePropertiesLocator.discover Found
> 1 core definitions
>    [junit4]   2> 4546355 T19492 oasc.ZkController.publish publishing
> core=collection1 state=down collection=collection1
>    [junit4]   2> 4546356 T19492 oasc.ZkController.publish numShards not
> found on descriptor - reading it from system property
>    [junit4]   2> 4546358 T19439 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 4546358 T19492 oasc.ZkController.waitForCoreNodeName look
> for our core node name
>    [junit4]   2> 4546362 T19440 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "base_url":"http://127.0.0.1:58901",
>    [junit4]   2>          "node_name":"127.0.0.1:58901_",
>    [junit4]   2>          "numShards":"3",
>    [junit4]   2>          "state":"down",
>    [junit4]   2>          "shard":null,
>    [junit4]   2>          "collection":"collection1",
>    [junit4]   2>          "operation":"state"} current state version: 7
>    [junit4]   2> 4546363 T19440 oasco.ReplicaMutator.updateState Update
> state numShards=3 message={
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "base_url":"http://127.0.0.1:58901",
>    [junit4]   2>          "node_name":"127.0.0.1:58901_",
>    [junit4]   2>          "numShards":"3",
>    [junit4]   2>          "state":"down",
>    [junit4]   2>          "shard":null,
>    [junit4]   2>          "collection":"collection1",
>    [junit4]   2>          "operation":"state"}
>    [junit4]   2> 4546364 T19440 oasco.ReplicaMutator.updateState
> Collection already exists with numShards=3
>    [junit4]   2> 4546364 T19440 oasco.ReplicaMutator.updateState Assigning
> new node to shard shard=shard3
>    [junit4]   2> 4546370 T19451 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
>    [junit4]   2> 4546373 T19468 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
>    [junit4]   2> 4546374 T19491 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
>    [junit4]   2> 4546374 T19439 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
>    [junit4]   2> 4547589 T19492 oasc.ZkController.waitForShardId waiting
> to find shard id in clusterstate for collection1
>    [junit4]   2> 4547589 T19492 oasc.ZkController.createCollectionZkNode
> Check for collection zkNode:collection1
>    [junit4]   2> 4547590 T19492 oasc.ZkController.createCollectionZkNode
> Collection zkNode exists
>    [junit4]   2> 4547591 T19492 oascc.ZkStateReader.readConfigName Load
> collection config from:/collections/collection1
>    [junit4]   2> 4547592 T19492 oascc.ZkStateReader.readConfigName
> path=/collections/collection1 configName=conf1 specified config exists in
> ZooKeeper
>    [junit4]   2> 4547594 T19492 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 986AB8C75623455-001\shard-2-001\cores\collection1\'
>    [junit4]   2> 4547631 T19492 oasc.ZkController.watchZKConfDir watch
> zkdir /configs/conf1
>    [junit4]   2> 4547636 T19492 oasc.Config.<init> loaded config
> solrconfig.xml with version 0
>    [junit4]   2> 4547658 T19492 oasc.SolrConfig.refreshRequestParams
> current version of requestparams : -1
>    [junit4]   2> 4547666 T19492 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: 6.0.0
>    [junit4]   2> 4547685 T19492 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig.xml
>    [junit4]   2> 4547690 T19492 oass.IndexSchema.readSchema Reading Solr
> Schema from /configs/conf1/schema.xml
>    [junit4]   2> 4547709 T19492 oass.IndexSchema.readSchema [collection1]
> Schema name=test
>    [junit4]   2> 4547921 T19492 oass.OpenExchangeRatesOrgProvider.init
> Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
>    [junit4]   2> 4547933 T19492 oass.IndexSchema.readSchema default search
> field in schema is text
>    [junit4]   2> 4547933 T19492 oass.IndexSchema.readSchema unique key
> field: id
>    [junit4]   2> 4547973 T19492 oass.FileExchangeRateProvider.reload
> Reloading exchange rates from file currency.xml
>    [junit4]   2> 4547981 T19492 oass.FileExchangeRateProvider.reload
> Reloading exchange rates from file currency.xml
>    [junit4]   2> 4547988 T19492 oass.OpenExchangeRatesOrgProvider.reload
> Reloading exchange r
>
> [...truncated too long message...]
>
> stDistributedMissingSort, TestSolrDeletionPolicy2,
> RecoveryAfterSoftCommitTest, TestManagedStopFilterFactory,
> TestReRankQParserPlugin, TestDynamicFieldCollectionResource,
> TestSystemIdResolver, TestSolrDeletionPolicy1, CoreAdminHandlerTest,
> TestStressRecovery, DeleteInactiveReplicaTest,
> DistributedTermsComponentTest, DistributedQueryComponentCustomSortTest,
> BufferStoreTest, TestCollationField, LeaderInitiatedRecoveryOnCommitTest,
> MinimalSchemaTest, TestPHPSerializedResponseWriter,
> HdfsCollectionsAPIDistributedZkTest, CustomCollectionTest, TestInitParams,
> UnloadDistributedZkTest, TestReloadAndDeleteDocs, TestRecoveryHdfs,
> TestPostingsSolrHighlighter, TermVectorComponentDistributedTest,
> BadComponentTest, TestManagedResourceStorage, TestFastWriter,
> SuggesterTest, TestUniqueKeyFieldResource, TestChildDocTransformer,
> RemoteQueryErrorTest, TestRebalanceLeaders, TestFieldResource,
> AsyncMigrateRouteKeyTest, TestShardHandlerFactory,
> TestCollationFieldDocValues, AddBlockUpdateTest,
> UpdateRequestProcessorFactoryTest, CoreAdminCreateDiscoverTest,
> PrimUtilsTest, TestArbitraryIndexDir, SimplePostToolTest,
> TestFuzzyAnalyzedSuggestions, TestStressVersions, TestJmxMonitoredMap,
> DocExpirationUpdateProcessorFactoryTest, NumericFieldsTest,
> IndexSchemaRuntimeFieldTest, TestAnalyzedSuggestions,
> ExternalCollectionsTest, TestCSVResponseWriter, TestFastLRUCache,
> ShardSplitTest, TestCoreContainer, ShardRoutingCustomTest,
> DateMathParserTest, SolrRequestParserTest, TestRandomDVFaceting,
> TestNonDefinedSimilarityFactory, DocValuesTest, TestSurroundQueryParser,
> UniqFieldsUpdateProcessorFactoryTest,
> StatelessScriptUpdateProcessorFactoryTest, PreAnalyzedUpdateProcessorTest,
> HdfsChaosMonkeySafeLeaderTest, TestQueryUtils, ResponseHeaderTest,
> LukeRequestHandlerTest, SolrTestCaseJ4Test, HdfsDirectoryFactoryTest,
> TestTrackingShardHandlerFactory, SimpleCollectionCreateDeleteTest,
> SimpleMLTQParserTest, OverseerStatusTest,
> PathHierarchyTokenizerFactoryTest, DistributedSuggestComponentTest,
> StressHdfsTest, TestComponentsName, TestIntervalFaceting,
> RAMDirectoryFactoryTest, TestSearcherReuse, ConnectionManagerTest,
> DistributedFacetPivotSmallTest, LeaderFailoverAfterPartitionTest,
> UpdateParamsTest, FileBasedSpellCheckerTest, TestExactSharedStatsCache,
> HighlighterTest, DateFieldTest, XmlUpdateRequestHandlerTest,
> OutputWriterTest, TestConfig, CursorMarkTest, TestCloudInspectUtil,
> FullSolrCloudDistribCmdsTest, AssignTest, TestSolrQueryParser, TestUpdate,
> DisMaxRequestHandlerTest, XsltUpdateRequestHandlerTest, OverseerRolesTest,
> TestSortingResponseWriter, TestCryptoKeys, TestReload,
> TestSolrConfigHandlerConcurrent, TestFieldSortValues,
> DistributedQueryComponentOptimizationTest, TestRangeQuery,
> TestReplicationHandler, CurrencyFieldXmlFileTest, TestTolerantSearch,
> JsonLoaderTest, TestPartialUpdateDeduplication, CacheHeaderTest,
> CoreMergeIndexesAdminHandlerTest, TestSchemaNameResource,
> TestManagedSchemaDynamicFieldResource, UUIDUpdateProcessorFallbackTest,
> ActionThrottleTest, DirectUpdateHandlerTest, ChangedSchemaMergeTest,
> TestMergePolicyConfig, OpenCloseCoreStressTest, TestBM25SimilarityFactory,
> PingRequestHandlerTest, ZkControllerTest,
> OverriddenZkACLAndCredentialsProvidersTest, ReturnFieldsTest,
> TestFileDictionaryLookup, TestCollectionAPI, RecoveryZkTest,
> TestMaxScoreQueryParser, TestFieldTypeCollectionResource,
> TestImplicitCoreProperties, LeaderElectionIntegrationTest,
> TestShortCircuitedRequests, RequestHandlersTest,
> DistributedFacetPivotLongTailTest, TestReversedWildcardFilterFactory,
> NotRequiredUniqueKeyTest, CachingDirectoryFactoryTest,
> HdfsBasicDistributedZk2Test, TestConfigReload,
> DistributedQueryElevationComponentTest, TestHighFrequencyDictionaryFactory,
> TestUtils, SolrXmlInZkTest, BasicDistributedZkTest,
> BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, OverseerTest,
> ShardRoutingTest, BasicZkTest, ClusterStateUpdateTest, TestRandomFaceting,
> LeaderElectionTest, ZkSolrClientTest, TestDistributedSearch,
> AutoCommitTest, TestDistributedGrouping, TestFaceting, TestRecovery,
> TestHashPartitioner, TestRealTimeGet, TestStressReorder, TestJoin,
> HardAutoCommitTest, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest,
> StatsComponentTest, TestGroupingSearch, QueryElevationComponentTest,
> PeerSyncTest, BadIndexSchemaTest, TestSort, TestFiltering,
> BasicFunctionalityTest, TestBadConfig, OverseerCollectionProcessorTest,
> TestIndexSearcher, SoftAutoCommitTest, CurrencyFieldOpenExchangeTest,
> AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest,
> SpellCheckCollatorTest, SuggesterFSTTest, SuggesterTSTTest,
> TestStressLucene, SpatialFilterTest, PolyFieldTest,
> WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest,
> SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest,
> TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory,
> QueryEqualityTest, DefaultValueUpdateProcessorTest, SortByFunctionTest,
> TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest,
> StandardRequestHandlerTest, DocumentAnalysisRequestHandlerTest,
> TestQueryTypes, PrimitiveFieldTypeTest, TestOmitPositions,
> TermsComponentTest, DocumentBuilderTest, TermVectorComponentTest,
> TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest,
> FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest,
> SolrPluginUtilsTest, IndexSchemaTest, TestJmxIntegration, JSONWriterTest,
> MBeansHandlerTest, QueryParsingTest, BinaryUpdateRequestHandlerTest,
> CSVRequestHandlerTest, SearchHandlerTest, TestBinaryResponseWriter,
> TestLFUCache, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener,
> AlternateDirectoryTest, TestSolrIndexConfig, CopyFieldTest,
> ResponseLogComponentTest, SolrIndexConfigTest, MultiTermTest, SampleTest,
> TestDocSet, TestSearchPerf, DirectSolrConnectionTest,
> TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters,
> TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig,
> TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory,
> TestIBSimilarityFactory, TestDefaultSimilarityFactory, ResourceLoaderTest,
> TestFastOutputStream, ScriptEngineTest, URLClassifyProcessorTest,
> ChaosMonkeyNothingIsSafeTest, TestSuggestSpellingConverter,
> SpellingQueryConverterTest, ClusterStateTest, TestSolrJ, TestLRUCache,
> TestDocumentBuilder, SliceStateTest, SystemInfoHandlerTest, UUIDFieldTest,
> FileUtilsTest, DistributedMLTComponentTest, TestRTGBase, CursorPagingTest,
> DistributedIntervalFacetingTest, TestCursorMarkWithoutUniqueKey,
> TestHighlightDedupGrouping, AliasIntegrationTest,
> CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest,
> DeleteShardTest, DistribCursorPagingTest, DistribJoinFromCollectionTest,
> DistributedQueueTest, MigrateRouteKeyTest, MultiThreadedOCPTest,
> OutOfBoxZkACLAndCredentialsProvidersTest, ReplicationFactorTest,
> SSLMigrationTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest,
> SharedFSAutoReplicaFailoverUtilsTest, TestCloudPivotFacet,
> TestDistribDocBasedVersion, TestMiniSolrCloudClusterSSL,
> TestReplicaProperties, TestRequestStatusCollectionAPI,
> TriLevelCompositeIdRoutingTest, HdfsSyncSliceTest,
> HdfsUnloadDistributedZkTest, TestClusterStateMutator, ZkStateWriterTest,
> ExitableDirectoryReaderTest, QueryResultKeyTest, TestConfigSets,
> TestDynamicLoading, TestInfoStreamLogging, TestNRTOpen,
> TestSolrConfigHandler, TestSolrXml, RequestLoggingTest,
> TestReplicationHandlerBackup, TestSolrConfigHandlerCloud,
> CoreAdminRequestStatusTest, InfoHandlerTest,
> SegmentsInfoRequestHandlerTest, DistributedDebugComponentTest,
> DistributedExpandComponentTest, DistributedFacetPivotSmallAdvancedTest,
> DistributedFacetPivotWhiteBoxTest, FacetPivotSmallTest,
> SpatialHeatmapFacetsTest, SuggestComponentTest, TestExpandComponent,
> TestRawResponseWriter, TestManagedResource, TestRestManager,
> TestBulkSchemaAPI, TestCopyFieldCollectionResource,
> TestDefaultSearchFieldResource, TestDynamicFieldResource,
> TestFieldCollectionResource, TestFieldTypeResource,
> TestManagedSchemaFieldResource, TestManagedSchemaFieldTypeResource,
> TestSchemaResource, TestSchemaSimilarityResource,
> TestSchemaVersionResource, TestSerializedLuceneMatchVersion,
> TestSolrQueryParserDefaultOperatorResource, TestSolrQueryParserResource,
> TestManagedSynonymFilterFactory, BadCopyFieldTest, DocValuesMissingTest,
> EnumFieldTest, SpatialRPTFieldTypeTest, TestCloudManagedSchema,
> TestCloudManagedSchemaConcurrent, TestManagedSchema,
> AnalyticsMergeStrategyTest, AnalyticsQueryTest, MergeStrategyTest,
> RankQueryTest, TestAddFieldRealTimeGet, TestComplexPhraseQParserPlugin,
> TestCustomSort, TestHashQParserPlugin]
>    [junit4] Completed in 0.80s, 1 test, 1 error <<< FAILURES!
>
> [...truncated 79 lines...]
> BUILD FAILED
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519:
> The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467:
> The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61:
> The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39:
> The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191:
> The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510:
> The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351:
> The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958:
> There were test failures: 473 suites, 1878 tests, 2 errors, 57 ignored (30
> assumptions)
>
> Total time: 130 minutes 35 seconds
> Build step 'Invoke Ant' marked build as failure
> [description-setter] Description set: Java: 32bit/jdk1.8.0_31 -client
> -XX:+UseParallelGC
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>

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

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

2 tests failed.
FAILED:  org.apache.solr.search.TestHashQParserPlugin.testHashPartition

Error Message:
java.util.concurrent.RejectedExecutionException: Task org.apache.solr.search.HashQParserPlugin$HashQuery$SegmentPartitioner@1812d6b rejected from java.util.concurrent.ThreadPoolExecutor@e424cf[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]

Stack Trace:
java.io.IOException: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.search.HashQParserPlugin$HashQuery$SegmentPartitioner@1812d6b rejected from java.util.concurrent.ThreadPoolExecutor@e424cf[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
	at __randomizedtesting.SeedInfo.seed([986AB8C75623455:D83B8A694E088D3E]:0)
	at org.apache.solr.search.HashQParserPlugin$HashQuery.createWeight(HashQParserPlugin.java:168)
	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:623)
	at org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:606)
	at org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1123)
	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1605)
	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1481)
	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:557)
	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:512)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:226)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:142)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1967)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:320)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:302)
	at org.apache.solr.search.TestHashQParserPlugin.testHashPartition(TestHashQParserPlugin.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.search.HashQParserPlugin$HashQuery$SegmentPartitioner@1812d6b rejected from java.util.concurrent.ThreadPoolExecutor@e424cf[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
	at org.apache.solr.search.HashQParserPlugin$HashQuery.createWeight(HashQParserPlugin.java:166)
	... 52 more


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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:929)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:490)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:596)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:593)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more




Build Log:
[...truncated 10149 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\init-core-data-001
   [junit4]   2> 4533378 T19411 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 4533385 T19411 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4533387 T19412 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 4533496 T19411 oasc.ZkTestServer.run start zk server on port:58871
   [junit4]   2> 4533496 T19411 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4533500 T19411 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4533505 T19419 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3b63ca name:ZooKeeperConnection Watcher:127.0.0.1:58871 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4533506 T19411 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4533506 T19411 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4533507 T19411 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 4533513 T19411 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4533520 T19411 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4533523 T19422 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c65804 name:ZooKeeperConnection Watcher:127.0.0.1:58871/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4533524 T19411 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4533524 T19411 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4533524 T19411 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 4533528 T19411 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 4533533 T19411 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 4533544 T19411 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 4533550 T19411 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 4533551 T19411 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 4533557 T19411 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 4533559 T19411 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 4533564 T19411 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4533564 T19411 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4533568 T19411 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 4533569 T19411 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 4533577 T19411 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 4533578 T19411 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 4533584 T19411 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 4533585 T19411 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 4533589 T19411 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 4533590 T19411 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 4533596 T19411 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4533597 T19411 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4533601 T19411 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4533602 T19411 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4533608 T19411 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 4533609 T19411 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 4533613 T19411 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 4533615 T19411 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 4535619 T19411 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\control-001\cores\collection1
   [junit4]   2> 4535626 T19411 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 4535630 T19411 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@146bb01{/,null,AVAILABLE}
   [junit4]   2> 4535633 T19411 oejs.AbstractConnector.doStart Started ServerConnector@2e1f6a{HTTP/1.1}{127.0.0.1:58879}
   [junit4]   2> 4535634 T19411 oejs.Server.doStart Started @4541071ms
   [junit4]   2> 4535636 T19411 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\tempDir-001/control/data, hostContext=/, hostPort=58878, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\control-001\cores}
   [junit4]   2> 4535636 T19411 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4535636 T19411 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\control-001\'
   [junit4]   2> 4535717 T19411 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\control-001\solr.xml
   [junit4]   2> 4535752 T19411 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\control-001\cores
   [junit4]   2> 4535754 T19411 oasc.CoreContainer.<init> New CoreContainer 731556
   [junit4]   2> 4535754 T19411 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\control-001\]
   [junit4]   2> 4535754 T19411 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\control-001\lib
   [junit4]   2> 4535754 T19411 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\control-001\lib).
   [junit4]   2> 4535775 T19411 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4535775 T19411 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4535775 T19411 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4535775 T19411 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4535775 T19411 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4535775 T19411 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4535775 T19411 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4535775 T19411 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4535775 T19411 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4535776 T19411 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4535779 T19411 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4535779 T19411 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4535781 T19411 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4535781 T19411 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4535781 T19411 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4535781 T19411 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58871/solr
   [junit4]   2> 4535781 T19411 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4535781 T19411 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4535785 T19411 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4535788 T19436 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3cf7a7 name:ZooKeeperConnection Watcher:127.0.0.1:58871 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4535790 T19411 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4535790 T19411 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4535797 T19411 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4535799 T19439 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2fa995 name:ZooKeeperConnection Watcher:127.0.0.1:58871/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4535799 T19411 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4535808 T19411 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 4535820 T19411 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 4535826 T19411 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 4535834 T19411 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 4535841 T19411 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 4535850 T19411 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 4535858 T19411 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 4535863 T19411 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 4535868 T19411 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58878_
   [junit4]   2> 4535870 T19411 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58878_
   [junit4]   2> 4535874 T19411 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 4535880 T19411 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 4535884 T19411 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4535888 T19411 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:58878_
   [junit4]   2> 4535890 T19411 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 4535895 T19411 oasc.Overseer.start Overseer (id=93452811950096387-127.0.0.1:58878_-n_0000000000) starting
   [junit4]   2> 4535902 T19411 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 4535921 T19411 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 4535924 T19411 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4535926 T19440 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 4535926 T19441 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 4535938 T19411 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4535939 T19411 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\control-001\cores\collection1\
   [junit4]   2> 4535940 T19411 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4535942 T19443 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 4535943 T19443 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4535945 T19443 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4535946 T19439 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4535950 T19440 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58878",
   [junit4]   2> 	  "node_name":"127.0.0.1:58878_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 4535952 T19440 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58878",
   [junit4]   2> 	  "node_name":"127.0.0.1:58878_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4535953 T19440 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 4535953 T19440 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 4535956 T19439 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4537063 T19443 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4537063 T19443 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 4537065 T19443 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4537065 T19443 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4537067 T19443 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4537068 T19443 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\control-001\cores\collection1\'
   [junit4]   2> 4537101 T19443 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4537105 T19443 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4537134 T19443 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4537157 T19443 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 4537177 T19443 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4537181 T19443 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4537228 T19443 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4537393 T19443 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4537403 T19443 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4537403 T19443 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4537432 T19443 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4537441 T19443 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4537450 T19443 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4537452 T19443 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4537453 T19443 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4537454 T19443 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4537456 T19443 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4537456 T19443 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4537457 T19443 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 4537459 T19443 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4537460 T19443 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\control-001\cores\collection1\data\
   [junit4]   2> 4537461 T19443 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f4cd1
   [junit4]   2> 4537462 T19443 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\control-001\cores\collection1\data\
   [junit4]   2> 4537463 T19443 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\control-001\cores\collection1\data\index/
   [junit4]   2> 4537463 T19443 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4537465 T19443 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\control-001\cores\collection1\data\index
   [junit4]   2> 4537465 T19443 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=40.0888671875, floorSegmentMB=1.462890625, forceMergeDeletesPctAllowed=1.9494055675842914, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2755735862949723
   [junit4]   2> 4537467 T19443 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16175f1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f6ecc4),segFN=segments_1,generation=1}
   [junit4]   2> 4537467 T19443 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4537481 T19443 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4537483 T19443 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4537484 T19443 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4537484 T19443 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4537485 T19443 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4537486 T19443 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4537487 T19443 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4537488 T19443 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4537488 T19443 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4537497 T19443 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4537502 T19443 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4537507 T19443 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4537511 T19443 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4537525 T19443 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 4537526 T19443 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4537528 T19443 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4537529 T19443 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 4537532 T19443 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4537532 T19443 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4537534 T19443 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=15, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4993590574456881]
   [junit4]   2> 4537534 T19443 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16175f1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f6ecc4),segFN=segments_1,generation=1}
   [junit4]   2> 4537535 T19443 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4537535 T19443 oass.SolrIndexSearcher.<init> Opening Searcher@5972d2[collection1] main
   [junit4]   2> 4537536 T19443 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4537538 T19443 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4537538 T19443 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4537539 T19443 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4537540 T19443 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4537540 T19443 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4537541 T19443 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4537542 T19443 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4537542 T19443 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4537544 T19443 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4537544 T19444 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5972d2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4537547 T19443 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4537549 T19447 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58878 collection:control_collection shard:shard1
   [junit4]   2> 4537550 T19411 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4537550 T19411 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4537551 T19447 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 4537551 T19411 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4537554 T19411 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4537558 T19451 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9e0127 name:ZooKeeperConnection Watcher:127.0.0.1:58871/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4537558 T19411 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4537559 T19411 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4537560 T19411 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4537568 T19411 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 4537568 T19447 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 4537574 T19439 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4537577 T19447 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4537577 T19447 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3945 name=collection1 org.apache.solr.core.SolrCore@eda239 url=http://127.0.0.1:58878/collection1 node=127.0.0.1:58878_ C3945_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:58878, node_name=127.0.0.1:58878_, state=down}
   [junit4]   2> 4537577 T19447 C3945 P58878 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58878/collection1/
   [junit4]   2> 4537578 T19447 C3945 P58878 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4537578 T19447 C3945 P58878 oasc.SyncStrategy.syncToMe http://127.0.0.1:58878/collection1/ has no replicas
   [junit4]   2> 4537578 T19447 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58878/collection1/ shard1
   [junit4]   2> 4537580 T19447 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 4537578 T19440 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 4537595 T19439 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4537598 T19440 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58878",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 4537718 T19451 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4537721 T19439 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4537770 T19447 oasc.ZkController.register We are http://127.0.0.1:58878/collection1/ and leader is http://127.0.0.1:58878/collection1/
   [junit4]   2> 4537770 T19447 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58878
   [junit4]   2> 4537770 T19447 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4537770 T19447 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 4537770 T19447 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4537774 T19439 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4537776 T19440 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58878",
   [junit4]   2> 	  "node_name":"127.0.0.1:58878_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 4537779 T19440 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58878",
   [junit4]   2> 	  "node_name":"127.0.0.1:58878_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4537902 T19439 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4537906 T19451 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4540019 T19411 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-1-001\cores\collection1
   [junit4]   2> 4540025 T19411 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-1-001
   [junit4]   2> 4540027 T19411 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 4540033 T19411 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@16e3d0c{/,null,AVAILABLE}
   [junit4]   2> 4540036 T19411 oejs.AbstractConnector.doStart Started ServerConnector@6548cb{HTTP/1.1}{127.0.0.1:58892}
   [junit4]   2> 4540036 T19411 oejs.Server.doStart Started @4545063ms
   [junit4]   2> 4540036 T19411 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=58891, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-1-001\cores}
   [junit4]   2> 4540038 T19411 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4540038 T19411 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-1-001\'
   [junit4]   2> 4540116 T19411 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-1-001\solr.xml
   [junit4]   2> 4540145 T19411 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-1-001\cores
   [junit4]   2> 4540145 T19411 oasc.CoreContainer.<init> New CoreContainer 17614713
   [junit4]   2> 4540145 T19411 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-1-001\]
   [junit4]   2> 4540147 T19411 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-1-001\lib
   [junit4]   2> 4540147 T19411 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-1-001\lib).
   [junit4]   2> 4540173 T19411 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4540174 T19411 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4540174 T19411 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4540174 T19411 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4540177 T19411 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4540178 T19411 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4540180 T19411 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4540180 T19411 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4540181 T19411 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4540181 T19411 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4540181 T19411 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4540182 T19411 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4540184 T19411 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4540184 T19411 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4540184 T19411 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4540186 T19411 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58871/solr
   [junit4]   2> 4540188 T19411 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4540188 T19411 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4540191 T19411 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4540193 T19465 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@775885 name:ZooKeeperConnection Watcher:127.0.0.1:58871 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4540194 T19411 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4540194 T19411 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4540205 T19411 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4540208 T19468 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7794f9 name:ZooKeeperConnection Watcher:127.0.0.1:58871/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4540209 T19411 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4540250 T19411 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4541389 T19411 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58891_
   [junit4]   2> 4541392 T19411 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58891_
   [junit4]   2> 4541403 T19411 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4541412 T19411 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4541412 T19411 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-1-001\cores\collection1\
   [junit4]   2> 4541412 T19411 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4541420 T19469 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4541420 T19469 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4541422 T19469 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4541422 T19439 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4541425 T19440 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58891",
   [junit4]   2> 	  "node_name":"127.0.0.1:58891_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 4541425 T19440 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58891",
   [junit4]   2> 	  "node_name":"127.0.0.1:58891_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4541425 T19440 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 4541425 T19440 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 4541425 T19468 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4541425 T19439 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4541436 T19451 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4542538 T19469 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4542538 T19469 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 4542540 T19469 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4542540 T19469 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4542544 T19469 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4542544 T19469 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-1-001\cores\collection1\'
   [junit4]   2> 4542595 T19469 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4542599 T19469 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4542621 T19469 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4542637 T19469 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 4542652 T19469 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4542655 T19469 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4542685 T19469 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4542898 T19469 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4542913 T19469 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4542917 T19469 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4542953 T19469 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4542961 T19469 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4542968 T19469 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4542971 T19469 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4542971 T19469 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4542972 T19469 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4542974 T19469 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4542974 T19469 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4542975 T19469 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 4542975 T19469 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4542977 T19469 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 4542978 T19469 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f4cd1
   [junit4]   2> 4542979 T19469 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 4542979 T19469 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 4542979 T19469 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4542980 T19469 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 4542981 T19469 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=40.0888671875, floorSegmentMB=1.462890625, forceMergeDeletesPctAllowed=1.9494055675842914, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2755735862949723
   [junit4]   2> 4542982 T19469 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7b9823 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17d7692),segFN=segments_1,generation=1}
   [junit4]   2> 4542982 T19469 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4542994 T19469 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4542996 T19469 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4542996 T19469 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4542996 T19469 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4542997 T19469 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4542997 T19469 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4542999 T19469 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4543001 T19469 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4543001 T19469 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4543011 T19469 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4543016 T19469 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4543020 T19469 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4543023 T19469 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4543035 T19469 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 4543035 T19469 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4543038 T19469 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4543038 T19469 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 4543041 T19469 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4543041 T19469 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4543042 T19469 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=15, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4993590574456881]
   [junit4]   2> 4543042 T19469 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7b9823 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17d7692),segFN=segments_1,generation=1}
   [junit4]   2> 4543042 T19469 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4543043 T19469 oass.SolrIndexSearcher.<init> Opening Searcher@154ce6c[collection1] main
   [junit4]   2> 4543044 T19469 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4543046 T19469 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4543046 T19469 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4543050 T19469 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4543050 T19469 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4543050 T19469 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4543052 T19469 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4543052 T19469 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4543052 T19469 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4543053 T19469 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4543054 T19470 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@154ce6c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4543056 T19469 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4543057 T19473 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58891 collection:collection1 shard:shard2
   [junit4]   2> 4543058 T19411 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4543058 T19411 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4543060 T19473 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 4543074 T19473 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 4543078 T19439 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4543080 T19473 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4543080 T19473 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3946 name=collection1 org.apache.solr.core.SolrCore@8ff086 url=http://127.0.0.1:58891/collection1 node=127.0.0.1:58891_ C3946_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:58891, node_name=127.0.0.1:58891_, state=down}
   [junit4]   2> 4543080 T19473 C3946 P58891 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58891/collection1/
   [junit4]   2> 4543081 T19473 C3946 P58891 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4543081 T19473 C3946 P58891 oasc.SyncStrategy.syncToMe http://127.0.0.1:58891/collection1/ has no replicas
   [junit4]   2> 4543081 T19473 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58891/collection1/ shard2
   [junit4]   2> 4543082 T19473 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 4543088 T19440 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 4543095 T19468 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4543096 T19439 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4543099 T19451 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4543131 T19440 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58891",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 4543137 T19439 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4543252 T19468 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4543253 T19439 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4543255 T19451 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4543300 T19473 oasc.ZkController.register We are http://127.0.0.1:58891/collection1/ and leader is http://127.0.0.1:58891/collection1/
   [junit4]   2> 4543300 T19473 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58891
   [junit4]   2> 4543300 T19473 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4543301 T19473 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 4543301 T19473 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4543306 T19439 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4543310 T19440 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58891",
   [junit4]   2> 	  "node_name":"127.0.0.1:58891_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 4543311 T19440 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58891",
   [junit4]   2> 	  "node_name":"127.0.0.1:58891_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4543433 T19468 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4543434 T19439 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4543436 T19451 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4544861 T19411 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-2-001\cores\collection1
   [junit4]   2> 4544869 T19411 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-2-001
   [junit4]   2> 4544870 T19411 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 4544877 T19411 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1123640{/,null,AVAILABLE}
   [junit4]   2> 4544881 T19411 oejs.AbstractConnector.doStart Started ServerConnector@9d4863{HTTP/1.1}{127.0.0.1:58902}
   [junit4]   2> 4544882 T19411 oejs.Server.doStart Started @4549472ms
   [junit4]   2> 4544883 T19411 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=58901, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-2-001\cores}
   [junit4]   2> 4544884 T19411 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4544884 T19411 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-2-001\'
   [junit4]   2> 4544968 T19411 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-2-001\solr.xml
   [junit4]   2> 4544991 T19411 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-2-001\cores
   [junit4]   2> 4544993 T19411 oasc.CoreContainer.<init> New CoreContainer 10634095
   [junit4]   2> 4544993 T19411 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-2-001\]
   [junit4]   2> 4544993 T19411 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-2-001\lib
   [junit4]   2> 4544997 T19411 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-2-001\lib).
   [junit4]   2> 4545025 T19411 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4545026 T19411 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4545027 T19411 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4545027 T19411 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4545027 T19411 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4545027 T19411 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4545029 T19411 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4545029 T19411 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4545029 T19411 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4545029 T19411 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4545033 T19411 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4545034 T19411 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4545034 T19411 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4545034 T19411 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4545037 T19411 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4545038 T19411 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58871/solr
   [junit4]   2> 4545038 T19411 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4545039 T19411 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4545043 T19411 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4545046 T19488 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16bd7b9 name:ZooKeeperConnection Watcher:127.0.0.1:58871 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4545049 T19411 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4545050 T19411 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4545055 T19413 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c02d65b8c0007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 4545061 T19411 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4545065 T19491 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2477e8 name:ZooKeeperConnection Watcher:127.0.0.1:58871/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4545067 T19411 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4545081 T19411 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4546326 T19411 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58901_
   [junit4]   2> 4546328 T19411 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58901_
   [junit4]   2> 4546340 T19411 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4546348 T19411 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-2-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-2-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4546350 T19411 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-2-001\cores\collection1\
   [junit4]   2> 4546352 T19411 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4546355 T19492 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4546356 T19492 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4546358 T19439 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4546358 T19492 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4546362 T19440 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58901",
   [junit4]   2> 	  "node_name":"127.0.0.1:58901_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 7
   [junit4]   2> 4546363 T19440 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58901",
   [junit4]   2> 	  "node_name":"127.0.0.1:58901_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4546364 T19440 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 4546364 T19440 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 4546370 T19451 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4546373 T19468 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4546374 T19491 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4546374 T19439 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4547589 T19492 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4547589 T19492 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 4547590 T19492 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4547591 T19492 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4547592 T19492 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4547594 T19492 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 986AB8C75623455-001\shard-2-001\cores\collection1\'
   [junit4]   2> 4547631 T19492 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4547636 T19492 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4547658 T19492 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4547666 T19492 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 4547685 T19492 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4547690 T19492 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4547709 T19492 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4547921 T19492 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4547933 T19492 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4547933 T19492 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4547973 T19492 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4547981 T19492 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4547988 T19492 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange r

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

stDistributedMissingSort, TestSolrDeletionPolicy2, RecoveryAfterSoftCommitTest, TestManagedStopFilterFactory, TestReRankQParserPlugin, TestDynamicFieldCollectionResource, TestSystemIdResolver, TestSolrDeletionPolicy1, CoreAdminHandlerTest, TestStressRecovery, DeleteInactiveReplicaTest, DistributedTermsComponentTest, DistributedQueryComponentCustomSortTest, BufferStoreTest, TestCollationField, LeaderInitiatedRecoveryOnCommitTest, MinimalSchemaTest, TestPHPSerializedResponseWriter, HdfsCollectionsAPIDistributedZkTest, CustomCollectionTest, TestInitParams, UnloadDistributedZkTest, TestReloadAndDeleteDocs, TestRecoveryHdfs, TestPostingsSolrHighlighter, TermVectorComponentDistributedTest, BadComponentTest, TestManagedResourceStorage, TestFastWriter, SuggesterTest, TestUniqueKeyFieldResource, TestChildDocTransformer, RemoteQueryErrorTest, TestRebalanceLeaders, TestFieldResource, AsyncMigrateRouteKeyTest, TestShardHandlerFactory, TestCollationFieldDocValues, AddBlockUpdateTest, UpdateRequestProcessorFactoryTest, CoreAdminCreateDiscoverTest, PrimUtilsTest, TestArbitraryIndexDir, SimplePostToolTest, TestFuzzyAnalyzedSuggestions, TestStressVersions, TestJmxMonitoredMap, DocExpirationUpdateProcessorFactoryTest, NumericFieldsTest, IndexSchemaRuntimeFieldTest, TestAnalyzedSuggestions, ExternalCollectionsTest, TestCSVResponseWriter, TestFastLRUCache, ShardSplitTest, TestCoreContainer, ShardRoutingCustomTest, DateMathParserTest, SolrRequestParserTest, TestRandomDVFaceting, TestNonDefinedSimilarityFactory, DocValuesTest, TestSurroundQueryParser, UniqFieldsUpdateProcessorFactoryTest, StatelessScriptUpdateProcessorFactoryTest, PreAnalyzedUpdateProcessorTest, HdfsChaosMonkeySafeLeaderTest, TestQueryUtils, ResponseHeaderTest, LukeRequestHandlerTest, SolrTestCaseJ4Test, HdfsDirectoryFactoryTest, TestTrackingShardHandlerFactory, SimpleCollectionCreateDeleteTest, SimpleMLTQParserTest, OverseerStatusTest, PathHierarchyTokenizerFactoryTest, DistributedSuggestComponentTest, StressHdfsTest, TestComponentsName, TestIntervalFaceting, RAMDirectoryFactoryTest, TestSearcherReuse, ConnectionManagerTest, DistributedFacetPivotSmallTest, LeaderFailoverAfterPartitionTest, UpdateParamsTest, FileBasedSpellCheckerTest, TestExactSharedStatsCache, HighlighterTest, DateFieldTest, XmlUpdateRequestHandlerTest, OutputWriterTest, TestConfig, CursorMarkTest, TestCloudInspectUtil, FullSolrCloudDistribCmdsTest, AssignTest, TestSolrQueryParser, TestUpdate, DisMaxRequestHandlerTest, XsltUpdateRequestHandlerTest, OverseerRolesTest, TestSortingResponseWriter, TestCryptoKeys, TestReload, TestSolrConfigHandlerConcurrent, TestFieldSortValues, DistributedQueryComponentOptimizationTest, TestRangeQuery, TestReplicationHandler, CurrencyFieldXmlFileTest, TestTolerantSearch, JsonLoaderTest, TestPartialUpdateDeduplication, CacheHeaderTest, CoreMergeIndexesAdminHandlerTest, TestSchemaNameResource, TestManagedSchemaDynamicFieldResource, UUIDUpdateProcessorFallbackTest, ActionThrottleTest, DirectUpdateHandlerTest, ChangedSchemaMergeTest, TestMergePolicyConfig, OpenCloseCoreStressTest, TestBM25SimilarityFactory, PingRequestHandlerTest, ZkControllerTest, OverriddenZkACLAndCredentialsProvidersTest, ReturnFieldsTest, TestFileDictionaryLookup, TestCollectionAPI, RecoveryZkTest, TestMaxScoreQueryParser, TestFieldTypeCollectionResource, TestImplicitCoreProperties, LeaderElectionIntegrationTest, TestShortCircuitedRequests, RequestHandlersTest, DistributedFacetPivotLongTailTest, TestReversedWildcardFilterFactory, NotRequiredUniqueKeyTest, CachingDirectoryFactoryTest, HdfsBasicDistributedZk2Test, TestConfigReload, DistributedQueryElevationComponentTest, TestHighFrequencyDictionaryFactory, TestUtils, SolrXmlInZkTest, BasicDistributedZkTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, OverseerTest, ShardRoutingTest, BasicZkTest, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, ZkSolrClientTest, TestDistributedSearch, AutoCommitTest, TestDistributedGrouping, TestFaceting, TestRecovery, TestHashPartitioner, TestRealTimeGet, TestStressReorder, TestJoin, HardAutoCommitTest, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, StatsComponentTest, TestGroupingSearch, QueryElevationComponentTest, PeerSyncTest, BadIndexSchemaTest, TestSort, TestFiltering, BasicFunctionalityTest, TestBadConfig, OverseerCollectionProcessorTest, TestIndexSearcher, SoftAutoCommitTest, CurrencyFieldOpenExchangeTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, SuggesterFSTTest, SuggesterTSTTest, TestStressLucene, SpatialFilterTest, PolyFieldTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, QueryEqualityTest, DefaultValueUpdateProcessorTest, SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, StandardRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, TestOmitPositions, TermsComponentTest, DocumentBuilderTest, TermVectorComponentTest, TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, SolrPluginUtilsTest, IndexSchemaTest, TestJmxIntegration, JSONWriterTest, MBeansHandlerTest, QueryParsingTest, BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, SearchHandlerTest, TestBinaryResponseWriter, TestLFUCache, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, AlternateDirectoryTest, TestSolrIndexConfig, CopyFieldTest, ResponseLogComponentTest, SolrIndexConfigTest, MultiTermTest, SampleTest, TestDocSet, TestSearchPerf, DirectSolrConnectionTest, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestDefaultSimilarityFactory, ResourceLoaderTest, TestFastOutputStream, ScriptEngineTest, URLClassifyProcessorTest, ChaosMonkeyNothingIsSafeTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, ClusterStateTest, TestSolrJ, TestLRUCache, TestDocumentBuilder, SliceStateTest, SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, DistributedMLTComponentTest, TestRTGBase, CursorPagingTest, DistributedIntervalFacetingTest, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, AliasIntegrationTest, CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest, DeleteShardTest, DistribCursorPagingTest, DistribJoinFromCollectionTest, DistributedQueueTest, MigrateRouteKeyTest, MultiThreadedOCPTest, OutOfBoxZkACLAndCredentialsProvidersTest, ReplicationFactorTest, SSLMigrationTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest, TestCloudPivotFacet, TestDistribDocBasedVersion, TestMiniSolrCloudClusterSSL, TestReplicaProperties, TestRequestStatusCollectionAPI, TriLevelCompositeIdRoutingTest, HdfsSyncSliceTest, HdfsUnloadDistributedZkTest, TestClusterStateMutator, ZkStateWriterTest, ExitableDirectoryReaderTest, QueryResultKeyTest, TestConfigSets, TestDynamicLoading, TestInfoStreamLogging, TestNRTOpen, TestSolrConfigHandler, TestSolrXml, RequestLoggingTest, TestReplicationHandlerBackup, TestSolrConfigHandlerCloud, CoreAdminRequestStatusTest, InfoHandlerTest, SegmentsInfoRequestHandlerTest, DistributedDebugComponentTest, DistributedExpandComponentTest, DistributedFacetPivotSmallAdvancedTest, DistributedFacetPivotWhiteBoxTest, FacetPivotSmallTest, SpatialHeatmapFacetsTest, SuggestComponentTest, TestExpandComponent, TestRawResponseWriter, TestManagedResource, TestRestManager, TestBulkSchemaAPI, TestCopyFieldCollectionResource, TestDefaultSearchFieldResource, TestDynamicFieldResource, TestFieldCollectionResource, TestFieldTypeResource, TestManagedSchemaFieldResource, TestManagedSchemaFieldTypeResource, TestSchemaResource, TestSchemaSimilarityResource, TestSchemaVersionResource, TestSerializedLuceneMatchVersion, TestSolrQueryParserDefaultOperatorResource, TestSolrQueryParserResource, TestManagedSynonymFilterFactory, BadCopyFieldTest, DocValuesMissingTest, EnumFieldTest, SpatialRPTFieldTypeTest, TestCloudManagedSchema, TestCloudManagedSchemaConcurrent, TestManagedSchema, AnalyticsMergeStrategyTest, AnalyticsQueryTest, MergeStrategyTest, RankQueryTest, TestAddFieldRealTimeGet, TestComplexPhraseQParserPlugin, TestCustomSort, TestHashQParserPlugin]
   [junit4] Completed in 0.80s, 1 test, 1 error <<< FAILURES!

[...truncated 79 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 473 suites, 1878 tests, 2 errors, 57 ignored (30 assumptions)

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



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

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

3 tests failed.
FAILED:  org.apache.solr.cloud.AliasIntegrationTest.test

Error Message:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:64400/ewi/collection1: Could not find collection : testalias

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:64400/ewi/collection1: Could not find collection : testalias
	at __randomizedtesting.SeedInfo.seed([DE6A036632212912:563E3CBC9CDD44EA]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:929)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:943)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:958)
	at org.apache.solr.cloud.AliasIntegrationTest.test(AliasIntegrationTest.java:239)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:64400/ewi/collection1: Could not find collection : testalias
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:584)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1067)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
	... 46 more


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

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

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

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

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


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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:929)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:490)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:596)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:593)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more




Build Log:
[...truncated 9062 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\init-core-data-001
   [junit4]   2> 885348 T4716 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /yd_z/
   [junit4]   2> 885352 T4716 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 885354 T4717 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 885478 T4716 oasc.ZkTestServer.run start zk server on port:58256
   [junit4]   2> 885478 T4716 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 885482 T4716 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 885489 T4724 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19c51f name:ZooKeeperConnection Watcher:127.0.0.1:58256 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 885489 T4716 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 885489 T4716 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 885489 T4716 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 885495 T4716 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 885497 T4716 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 885500 T4727 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15a8e4 name:ZooKeeperConnection Watcher:127.0.0.1:58256/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 885500 T4716 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 885500 T4716 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 885500 T4716 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 885508 T4716 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 885511 T4716 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 885512 T4716 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 885516 T4716 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 885517 T4716 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 885520 T4716 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 885520 T4716 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 885524 T4716 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 885524 T4716 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 885530 T4716 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 885530 T4716 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 885536 T4716 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 885536 T4716 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 885540 T4716 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 885540 T4716 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 885544 T4716 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 885544 T4716 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 885549 T4716 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 885549 T4716 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 885555 T4716 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 885555 T4716 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 885559 T4716 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 885559 T4716 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 885565 T4716 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 885565 T4716 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 885570 T4718 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c0135d39d0001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 887481 T4716 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\control-001\cores\collection1
   [junit4]   2> 887488 T4716 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 887493 T4716 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@11daf0a{/yd_z,null,AVAILABLE}
   [junit4]   2> 887496 T4716 oejs.AbstractConnector.doStart Started ServerConnector@12bd5bb{HTTP/1.1}{127.0.0.1:58264}
   [junit4]   2> 887496 T4716 oejs.Server.doStart Started @893216ms
   [junit4]   2> 887496 T4716 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\tempDir-001/control/data, hostContext=/yd_z, hostPort=58263, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\control-001\cores}
   [junit4]   2> 887498 T4716 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 887498 T4716 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\control-001\'
   [junit4]   2> 887538 T4716 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\control-001\solr.xml
   [junit4]   2> 887546 T4716 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\control-001\cores
   [junit4]   2> 887546 T4716 oasc.CoreContainer.<init> New CoreContainer 7083130
   [junit4]   2> 887546 T4716 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\control-001\]
   [junit4]   2> 887546 T4716 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\control-001\lib
   [junit4]   2> 887548 T4716 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\control-001\lib).
   [junit4]   2> 887560 T4716 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 887560 T4716 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 887560 T4716 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 887560 T4716 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 887561 T4716 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 887561 T4716 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 887561 T4716 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 887562 T4716 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 887562 T4716 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 887562 T4716 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 887562 T4716 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 887562 T4716 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 887562 T4716 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 887565 T4716 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 887565 T4716 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 887565 T4716 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58256/solr
   [junit4]   2> 887565 T4716 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 887565 T4716 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 887569 T4716 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 887573 T4741 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@dac44e name:ZooKeeperConnection Watcher:127.0.0.1:58256 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 887574 T4716 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 887575 T4716 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 887581 T4716 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 887585 T4744 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@411f56 name:ZooKeeperConnection Watcher:127.0.0.1:58256/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 887585 T4716 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 887588 T4716 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 887598 T4716 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 887605 T4716 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 887609 T4716 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 887615 T4716 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 887621 T4716 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 887623 T4716 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 887626 T4716 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 887628 T4716 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58263_yd_z
   [junit4]   2> 887629 T4716 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58263_yd_z
   [junit4]   2> 887632 T4716 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 887635 T4716 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 887638 T4716 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 887640 T4716 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:58263_yd_z
   [junit4]   2> 887640 T4716 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 887642 T4716 oasc.Overseer.start Overseer (id=93451022963113987-127.0.0.1:58263_yd_z-n_0000000000) starting
   [junit4]   2> 887647 T4716 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 887659 T4716 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 887660 T4746 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 887660 T4716 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 887673 T4745 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 887679 T4716 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 887681 T4716 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\control-001\cores\collection1\
   [junit4]   2> 887681 T4716 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 887682 T4748 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 887682 T4748 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 887683 T4744 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 887683 T4748 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 887685 T4745 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58263/yd_z",
   [junit4]   2> 	  "node_name":"127.0.0.1:58263_yd_z",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 887686 T4745 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58263/yd_z",
   [junit4]   2> 	  "node_name":"127.0.0.1:58263_yd_z",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 887686 T4745 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 887686 T4745 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 887689 T4744 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 888888 T4748 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 888888 T4748 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 888889 T4748 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 888889 T4748 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 888892 T4748 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 888892 T4748 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\control-001\cores\collection1\'
   [junit4]   2> 888913 T4748 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 888916 T4748 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 888927 T4748 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 888929 T4748 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 888939 T4748 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 888942 T4748 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 888947 T4748 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 889060 T4748 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 889066 T4748 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 889067 T4748 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 889081 T4748 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 889085 T4748 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 889088 T4748 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 889090 T4748 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 889090 T4748 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 889090 T4748 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 889093 T4748 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 889093 T4748 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 889093 T4748 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 889093 T4748 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 889093 T4748 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\control-001\cores\collection1\data\
   [junit4]   2> 889093 T4748 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@82ce0e
   [junit4]   2> 889094 T4748 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\control-001\cores\collection1\data\
   [junit4]   2> 889094 T4748 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\control-001\cores\collection1\data\index/
   [junit4]   2> 889094 T4748 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 889094 T4748 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\control-001\cores\collection1\data\index
   [junit4]   2> 889102 T4748 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=24.5166015625, floorSegmentMB=1.3291015625, forceMergeDeletesPctAllowed=2.529062139537613, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 889103 T4748 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@144dab2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8ccdf1),segFN=segments_1,generation=1}
   [junit4]   2> 889103 T4748 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 889108 T4748 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 889109 T4748 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 889109 T4748 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 889109 T4748 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 889109 T4748 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 889109 T4748 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 889110 T4748 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 889110 T4748 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 889110 T4748 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 889121 T4748 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 889123 T4748 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 889125 T4748 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 889127 T4748 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 889132 T4748 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 889132 T4748 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 889136 T4748 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 889136 T4748 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 889139 T4748 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 889139 T4748 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 889140 T4748 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 889141 T4748 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@144dab2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8ccdf1),segFN=segments_1,generation=1}
   [junit4]   2> 889141 T4748 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 889141 T4748 oass.SolrIndexSearcher.<init> Opening Searcher@a365ab[collection1] main
   [junit4]   2> 889142 T4748 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 889143 T4748 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 889143 T4748 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 889145 T4748 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 889145 T4748 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 889145 T4748 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 889146 T4748 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 889146 T4748 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 889146 T4748 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 889147 T4748 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 889148 T4749 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a365ab[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 889149 T4748 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 889152 T4752 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58263/yd_z collection:control_collection shard:shard1
   [junit4]   2> 889152 T4716 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 889153 T4716 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 889154 T4752 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 889156 T4716 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 889160 T4716 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 889165 T4756 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18d178 name:ZooKeeperConnection Watcher:127.0.0.1:58256/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 889165 T4716 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 889166 T4716 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 889166 T4716 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 889167 T4752 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 889169 T4744 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 889172 T4752 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 889172 T4752 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2977 name=collection1 org.apache.solr.core.SolrCore@57e2f url=http://127.0.0.1:58263/yd_z/collection1 node=127.0.0.1:58263_yd_z C2977_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:58263/yd_z, node_name=127.0.0.1:58263_yd_z, state=down}
   [junit4]   2> 889172 T4752 C2977 P58263 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58263/yd_z/collection1/
   [junit4]   2> 889172 T4752 C2977 P58263 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 889173 T4752 C2977 P58263 oasc.SyncStrategy.syncToMe http://127.0.0.1:58263/yd_z/collection1/ has no replicas
   [junit4]   2> 889173 T4752 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58263/yd_z/collection1/ shard1
   [junit4]   2> 889173 T4752 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 889175 T4745 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 889176 T4716 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 889176 T4716 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 889176 T4716 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 889179 T4716 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 889184 T4759 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1756c45 name:ZooKeeperConnection Watcher:127.0.0.1:58256/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 889186 T4716 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 889186 T4716 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 889188 T4744 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 889193 T4745 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58263/yd_z",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 889207 T4745 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 1
   [junit4]   2> 889208 T4745 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 889208 T4756 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 889210 T4744 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 889229 T4744 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 889251 T4752 oasc.ZkController.register We are http://127.0.0.1:58263/yd_z/collection1/ and leader is http://127.0.0.1:58263/yd_z/collection1/
   [junit4]   2> 889251 T4752 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58263/yd_z
   [junit4]   2> 889251 T4752 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 889251 T4752 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 889253 T4752 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 889255 T4744 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 889261 T4745 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58263/yd_z",
   [junit4]   2> 	  "node_name":"127.0.0.1:58263_yd_z",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 889263 T4745 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58263/yd_z",
   [junit4]   2> 	  "node_name":"127.0.0.1:58263_yd_z",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 889266 T4745 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 889268 T4744 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 889269 T4756 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 889397 T4744 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 889397 T4756 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 891447 T4716 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\shard-1-001\cores\collection1
   [junit4]   2> 891451 T4716 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\shard-1-001
   [junit4]   2> 891452 T4716 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 891460 T4716 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@f5fcd3{/yd_z,null,AVAILABLE}
   [junit4]   2> 891465 T4716 oejs.AbstractConnector.doStart Started ServerConnector@75d422{HTTP/1.1}{127.0.0.1:58280}
   [junit4]   2> 891466 T4716 oejs.Server.doStart Started @896470ms
   [junit4]   2> 891466 T4716 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/yd_z, hostPort=58279, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\shard-1-001\cores}
   [junit4]   2> 891466 T4716 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 891466 T4716 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\shard-1-001\'
   [junit4]   2> 891509 T4716 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\shard-1-001\solr.xml
   [junit4]   2> 891518 T4716 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\shard-1-001\cores
   [junit4]   2> 891518 T4716 oasc.CoreContainer.<init> New CoreContainer 29523161
   [junit4]   2> 891518 T4716 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\shard-1-001\]
   [junit4]   2> 891518 T4716 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\shard-1-001\lib
   [junit4]   2> 891518 T4716 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\shard-1-001\lib).
   [junit4]   2> 891535 T4716 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 891536 T4716 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 891536 T4716 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 891536 T4716 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 891538 T4716 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 891538 T4716 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 891538 T4716 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 891538 T4716 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 891538 T4716 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 891538 T4716 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 891538 T4716 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 891538 T4716 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 891538 T4716 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 891538 T4716 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 891538 T4716 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 891538 T4716 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58256/solr
   [junit4]   2> 891538 T4716 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 891539 T4716 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 891547 T4716 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 891551 T4773 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d0798f name:ZooKeeperConnection Watcher:127.0.0.1:58256 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 891552 T4716 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 891552 T4716 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 891563 T4716 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 891570 T4776 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@123f151 name:ZooKeeperConnection Watcher:127.0.0.1:58256/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 891570 T4716 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 891578 T4716 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 892916 T4716 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58279_yd_z
   [junit4]   2> 892918 T4716 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58279_yd_z
   [junit4]   2> 892929 T4716 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 892933 T4716 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 892935 T4716 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\shard-1-001\cores\collection1\
   [junit4]   2> 892935 T4716 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 892946 T4777 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 892946 T4777 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 892950 T4744 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 892951 T4777 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 892952 T4777 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 892952 T4745 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58279/yd_z",
   [junit4]   2> 	  "node_name":"127.0.0.1:58279_yd_z",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 892953 T4777 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 892953 T4745 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58279/yd_z",
   [junit4]   2> 	  "node_name":"127.0.0.1:58279_yd_z",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 892955 T4745 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 892955 T4745 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 892957 T4777 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 892959 T4777 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 892959 T4745 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 892960 T4776 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 892961 T4776 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 894283 T4777 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 894283 T4777 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 894284 T4777 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 894284 T4777 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 894286 T4777 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 894286 T4777 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\shard-1-001\cores\collection1\'
   [junit4]   2> 894316 T4777 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 894321 T4777 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 894336 T4777 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 894341 T4777 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 894354 T4777 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 894359 T4777 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 894365 T4777 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 894513 T4777 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 894521 T4777 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 894521 T4777 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 894539 T4777 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 894544 T4777 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 894549 T4777 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 894552 T4777 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 894552 T4777 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 894552 T4777 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 894554 T4777 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 894554 T4777 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 894554 T4777 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 894554 T4777 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 894555 T4777 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 894555 T4777 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@82ce0e
   [junit4]   2> 894555 T4777 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 894555 T4777 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 894555 T4777 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 894557 T4777 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 894558 T4777 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=24.5166015625, floorSegmentMB=1.3291015625, forceMergeDeletesPctAllowed=2.529062139537613, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 894558 T4777 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@36ec35 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d1946d),segFN=segments_1,generation=1}
   [junit4]   2> 894558 T4777 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 894566 T4777 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 894566 T4777 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 894566 T4777 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 894566 T4777 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 894567 T4777 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 894567 T4777 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 894567 T4777 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 894568 T4777 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 894568 T4777 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 894576 T4777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 894577 T4777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 894580 T4777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 894583 T4777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 894590 T4777 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 894590 T4777 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 894594 T4777 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 894594 T4777 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 894597 T4777 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 894597 T4777 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 894598 T4777 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 894599 T4777 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@36ec35 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d1946d),segFN=segments_1,generation=1}
   [junit4]   2> 894599 T4777 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 894599 T4777 oass.SolrIndexSearcher.<init> Opening Searcher@1802237[collection1] main
   [junit4]   2> 894599 T4777 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 894602 T4777 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 894602 T4777 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 894603 T4777 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 894603 T4777 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 894603 T4777 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 894605 T4777 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 894605 T4777 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 894605 T4777 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 894605 T4777 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 894607 T4778 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1802237[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 894607 T4777 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 894608 T4781 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58279/yd_z collection:collection1 shard:shard2
   [junit4]   2> 894610 T4716 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 894611 T4716 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 894612 T4781 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 894627 T4781 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 894645 T4744 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 894646 T4781 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 894646 T4781 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2978 name=collection1 org.apache.solr.core.SolrCore@bc3995 url=http://127.0.0.1:58279/yd_z/collection1 node=127.0.0.1:58279_yd_z C2978_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:58279/yd_z, node_name=127.0.0.1:58279_yd_z, state=down}
   [junit4]   2> 894646 T4781 C2978 P58279 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58279/yd_z/collection1/
   [junit4]   2> 894646 T4781 C2978 P58279 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 894646 T4781 C2978 P58279 oasc.SyncStrategy.syncToMe http://127.0.0.1:58279/yd_z/collection1/ has no replicas
   [junit4]   2> 894646 T4781 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58279/yd_z/collection1/ shard2
   [junit4]   2> 894647 T4781 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 894651 T4745 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 894655 T4745 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 894659 T4776 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 894661 T4776 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 894674 T4745 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58279/yd_z",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 894678 T4745 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 894680 T4776 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 894682 T4776 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 894690 T4744 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 894740 T4781 oasc.ZkController.register We are http://127.0.0.1:58279/yd_z/collection1/ and leader is http://127.0.0.1:58279/yd_z/collection1/
   [junit4]   2> 894740 T4781 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58279/yd_z
   [junit4]   2> 894740 T4781 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 894740 T4781 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 894740 T4781 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 894743 T4744 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 894748 T4745 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58279/yd_z",
   [junit4]   2> 	  "node_name":"127.0.0.1:58279_yd_z",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 894751 T4745 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58279/yd_z",
   [junit4]   2> 	  "node_name":"127.0.0.1:58279_yd_z",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 894755 T4745 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 894756 T4776 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 894761 T4781 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 894764 T4776 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 897231 T4716 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\shard-2-001\cores\collection1
   [junit4]   2> 897238 T4716 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\shard-2-001
   [junit4]   2> 897241 T4716 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 897254 T4716 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1f996f3{/yd_z,null,AVAILABLE}
   [junit4]   2> 897257 T4716 oejs.AbstractConnector.doStart Started ServerConnector@45fa37{HTTP/1.1}{127.0.0.1:58290}
   [junit4]   2> 897257 T4716 oejs.Server.doStart Started @900941ms
   [junit4]   2> 897258 T4716 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/yd_z, hostPort=58289, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\shard-2-001\cores}
   [junit4]   2> 897259 T4716 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 897259 T4716 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\shard-2-001\'
   [junit4]   2> 897307 T4716 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\shard-2-001\solr.xml
   [junit4]   2> 897319 T4716 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\shard-2-001\cores
   [junit4]   2> 897319 T4716 oasc.CoreContainer.<init> New CoreContainer 8190554
   [junit4]   2> 897319 T4716 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\shard-2-001\]
   [junit4]   2> 897321 T4716 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\shard-2-001\lib
   [junit4]   2> 897321 T4716 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\shard-2-001\lib).
   [junit4]   2> 897344 T4716 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 897346 T4716 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 897346 T4716 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 897346 T4716 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 897347 T4716 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 897347 T4716 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 897348 T4716 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 897348 T4716 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 897350 T4716 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 897350 T4716 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 897350 T4716 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 897350 T4716 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 897350 T4716 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 897351 T4716 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 897352 T4716 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 897352 T4716 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58256/solr
   [junit4]   2> 897352 T4716 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 897352 T4716 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 897355 T4716 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 897360 T4796 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ca022f name:ZooKeeperConnection Watcher:127.0.0.1:58256 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 897363 T4716 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 897363 T4716 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 897373 T4716 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 897378 T4799 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17213d2 name:ZooKeeperConnection Watcher:127.0.0.1:58256/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 897379 T4716 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 897385 T4716 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 898719 T4716 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58289_yd_z
   [junit4]   2> 898723 T4716 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58289_yd_z
   [junit4]   2> 898734 T4716 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 898741 T4716 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DE6A036632212912-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, con

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

ocessorFactoryTest, PolyFieldTest, IndexSchemaTest, SliceStateTest, TestRemoteStreaming, TermVectorComponentDistributedTest, ParsingFieldUpdateProcessorsTest, TestHighlightDedupGrouping, TestValueSourceCache, ConnectionManagerTest, ResourceLoaderTest, SuggestComponentTest, TestFreeTextSuggestions, UpdateRequestProcessorFactoryTest, SimpleFacetsTest, CloudExitableDirectoryReaderTest, TestStandardQParsers, OutOfBoxZkACLAndCredentialsProvidersTest, StandardRequestHandlerTest, AnalysisAfterCoreReloadTest, RequiredFieldsTest, PrimUtilsTest, TestBlobHandler, TestReRankQParserPlugin, DirectUpdateHandlerTest, ChaosMonkeyNothingIsSafeTest, DistributedQueryComponentCustomSortTest, TestFastWriter, TestMergePolicyConfig, TestJmxMonitoredMap, TestReload, DistributedSpellCheckComponentTest, TestDistribDocBasedVersion, TestNoOpRegenerator, SynonymTokenizerTest, BasicZkTest, TestAtomicUpdateErrorCases, AutoCommitTest, TestCryptoKeys, TestShortCircuitedRequests, CloudMLTQParserTest, TestLRUStatsCache, SpellCheckCollatorTest, TestSolrConfigHandlerCloud, TestCSVResponseWriter, SharedFSAutoReplicaFailoverUtilsTest, UniqFieldsUpdateProcessorFactoryTest, TestMaxScoreQueryParser, RecoveryAfterSoftCommitTest, SuggesterWFSTTest, TestOrdValues, TestQueryTypes, SaslZkACLProviderTest, CoreAdminHandlerTest, AddBlockUpdateTest, TestFieldSortValues, ConvertedLegacyTest, TestBlendedInfixSuggestions, TestBulkSchemaConcurrent, TestSolr4Spatial, TestManagedResource, TestDynamicLoading, ZkNodePropsTest, SegmentsInfoRequestHandlerTest, SolrRequestParserTest, FileUtilsTest, TestBulkSchemaAPI, TestOmitPositions, BasicDistributedZk2Test, TestExactSharedStatsCache, TestManagedSchemaFieldResource, TestObjectReleaseTracker, TermsComponentTest, TestSolrConfigHandlerConcurrent, TestUpdate, AsyncMigrateRouteKeyTest, DistributedDebugComponentTest, TestInitParams, DistributedIntervalFacetingTest, ZkSolrClientTest, TestDistributedSearch, ClusterStateTest, MigrateRouteKeyTest, CurrencyFieldXmlFileTest, TestReplicaProperties, SoftAutoCommitTest, DistributedQueueTest, SolrCmdDistributorTest, SharedFSAutoReplicaFailoverTest, ResponseLogComponentTest, TestImplicitCoreProperties, TestFunctionQuery, TestSuggestSpellingConverter, TestTolerantSearch, NumericFieldsTest, TestOverriddenPrefixQueryForCustomFieldType, StressHdfsTest, NotRequiredUniqueKeyTest, BadCopyFieldTest, TestStressRecovery, TestJmxIntegration, SchemaVersionSpecificBehaviorTest, TestHighFrequencyDictionaryFactory, MoreLikeThisHandlerTest, CollectionsAPIDistributedZkTest, SyncSliceTest, LeaderElectionIntegrationTest, ShardRoutingTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, TestRandomFaceting, TestZkChroot, ShardRoutingCustomTest, TestDistributedGrouping, TestFaceting, TestRecovery, TestHashPartitioner, TestStressReorder, TestStressVersions, TestRangeQuery, TestCoreContainer, SolrCoreTest, StatsComponentTest, SpellCheckComponentTest, QueryElevationComponentTest, PeerSyncTest, BadIndexSchemaTest, TestSort, TestLazyCores, TestBadConfig, OverseerCollectionProcessorTest, TestIndexSearcher, HighlighterTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, TestExtendedDismaxParser, SuggesterFSTTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTSTTest, SuggesterTest, TestStressLucene, TestTrie, SpatialFilterTest, TestCSVLoader, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, TestWordDelimiterFilterFactory, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, SortByFunctionTest, DocValuesMultiTest, XsltUpdateRequestHandlerTest, DebugComponentTest, CacheHeaderTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestWriterPerf, DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, RequestHandlersTest, DocumentBuilderTest, TermVectorComponentTest, TestIndexingPerformance, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, TestArbitraryIndexDir, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, TestCollationField, MBeansHandlerTest, QueryParsingTest, JsonLoaderTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, TestComponentsName, SearchHandlerTest, TestBinaryResponseWriter, TestLFUCache, HighlighterConfigTest, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, SolrIndexConfigTest, BadComponentTest, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestDocSet, TestSearchPerf, MinimalSchemaTest, TestElisionMultitermQuery, TestConfig, OutputWriterTest, ExternalFileFieldSortTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, DirectSolrConnectionTest, TestLuceneMatchVersion, TestPhraseSuggestions, TestCodecSupport, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestIBSimilarityFactory, TestDefaultSimilarityFactory, TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache, PreAnalyzedFieldTest, TestSystemIdResolver, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, TestSolrJ, TestLRUCache, TestDocumentBuilder, SystemInfoHandlerTest, UUIDFieldTest, CircularListTest, TestRTGBase, CursorPagingTest, SolrTestCaseJ4Test, TestDistributedMissingSort, TestSimpleTrackingShardHandler, TestJettySolrRunner, ActionThrottleTest, AliasIntegrationTest, AssignTest, CollectionsAPIAsyncDistributedZkTest, CustomCollectionTest, DeleteInactiveReplicaTest, DeleteReplicaTest, DeleteShardTest, DistribDocExpirationUpdateProcessorTest, ExternalCollectionsTest, HttpPartitionTest, LeaderInitiatedRecoveryOnCommitTest, MultiThreadedOCPTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerStatusTest, RemoteQueryErrorTest, RollingRestartTest, SSLMigrationTest, TestCloudInspectUtil, TestCloudPivotFacet, TestLeaderElectionZkExpiry, HdfsChaosMonkeySafeLeaderTest, ZkStateWriterTest, CachingDirectoryFactoryTest, HdfsDirectoryFactoryTest, QueryResultKeyTest, TestConfigOverlay, TestInfoStreamLogging, TestNRTOpen, TestReloadAndDeleteDocs, TestShardHandlerFactory, TestSolrConfigHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandler -Dtests.seed=DE6A036632212912 -Dtests.slow=true -Dtests.locale=it_CH -Dtests.timezone=America/Port-au-Prince -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s | TestSolrConfigHandler (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler DE6A036632212912-001\tempDir-010\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler DE6A036632212912-001\tempDir-010\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler DE6A036632212912-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler DE6A036632212912-001\tempDir-010\collection1\conf
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler DE6A036632212912-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler DE6A036632212912-001\tempDir-010\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler DE6A036632212912-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler DE6A036632212912-001\tempDir-010
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DE6A036632212912]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:286)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 15.06s, 4 tests, 1 error <<< FAILURES!

[...truncated 208 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 472 suites, 1876 tests, 1 suite-level error, 2 errors, 57 ignored (30 assumptions)

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



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

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

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

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

Stack Trace:
java.lang.AssertionError: There were too many update fails - we expect it can happen, but shouldn't easily
	at __randomizedtesting.SeedInfo.seed([C3EF61A42A6358ED:4BBB5E7E849F3515]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertFalse(Assert.java:68)
	at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:222)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:60571/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:625)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:948)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:60571/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:599)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:622)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:490)
	... 52 more




Build Log:
[...truncated 9268 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\init-core-data-001
   [junit4]   2> 1816923 T7824 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1816934 T7824 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1816935 T7825 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1817059 T7824 oasc.ZkTestServer.run start zk server on port:55091
   [junit4]   2> 1817059 T7824 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1817061 T7824 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1817068 T7832 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1182454 name:ZooKeeperConnection Watcher:127.0.0.1:55091 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1817070 T7824 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1817070 T7824 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1817070 T7824 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1817076 T7824 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1817078 T7824 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1817082 T7835 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17a4eb8 name:ZooKeeperConnection Watcher:127.0.0.1:55091/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1817083 T7824 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1817083 T7824 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1817084 T7824 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1817088 T7824 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1817092 T7824 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1817097 T7824 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1817101 T7824 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1817101 T7824 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1817107 T7824 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1817108 T7824 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1817115 T7824 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1817116 T7824 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1817122 T7824 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1817124 T7824 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1817128 T7824 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1817130 T7824 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1817134 T7824 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1817134 T7824 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1817139 T7824 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1817140 T7824 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1817145 T7824 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1817146 T7824 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1817151 T7824 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1817152 T7824 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1817157 T7824 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1817158 T7824 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1817162 T7824 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1817163 T7824 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1817169 T7826 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bff81ac6c0001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1819039 T7824 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\control-001\cores\collection1
   [junit4]   2> 1819045 T7824 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 1819050 T7824 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1f4ce0a{/,null,AVAILABLE}
   [junit4]   2> 1819056 T7824 oejs.AbstractConnector.doStart Started ServerConnector@125d827{HTTP/1.1}{127.0.0.1:55098}
   [junit4]   2> 1819057 T7824 oejs.Server.doStart Started @1816116ms
   [junit4]   2> 1819057 T7824 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\tempDir-001/control/data, hostContext=/, hostPort=55098, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\control-001\cores}
   [junit4]   2> 1819058 T7824 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1819058 T7824 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\control-001\'
   [junit4]   2> 1819118 T7824 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\control-001\solr.xml
   [junit4]   2> 1819148 T7824 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\control-001\cores
   [junit4]   2> 1819149 T7824 oasc.CoreContainer.<init> New CoreContainer 22410634
   [junit4]   2> 1819149 T7824 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\control-001\]
   [junit4]   2> 1819149 T7824 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\control-001\lib
   [junit4]   2> 1819149 T7824 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\control-001\lib).
   [junit4]   2> 1819171 T7824 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1819171 T7824 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1819171 T7824 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1819171 T7824 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1819171 T7824 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1819172 T7824 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1819175 T7824 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1819175 T7824 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1819175 T7824 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1819175 T7824 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1819175 T7824 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1819175 T7824 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1819176 T7824 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1819178 T7824 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1819178 T7824 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1819179 T7824 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55091/solr
   [junit4]   2> 1819179 T7824 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1819179 T7824 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1819183 T7824 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1819190 T7849 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@96472b name:ZooKeeperConnection Watcher:127.0.0.1:55091 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1819190 T7824 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1819191 T7824 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1819207 T7824 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1819211 T7852 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1986e78 name:ZooKeeperConnection Watcher:127.0.0.1:55091/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1819212 T7824 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1819217 T7824 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1819220 T7824 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1819226 T7824 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1819232 T7824 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1819238 T7824 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1819244 T7824 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1819249 T7824 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1819253 T7824 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1819256 T7824 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55098_
   [junit4]   2> 1819257 T7824 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55098_
   [junit4]   2> 1819262 T7824 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1819266 T7824 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1819271 T7824 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1819274 T7824 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:55098_
   [junit4]   2> 1819274 T7824 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1819279 T7824 oasc.Overseer.start Overseer (id=93449149699850243-127.0.0.1:55098_-n_0000000000) starting
   [junit4]   2> 1819283 T7824 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1819298 T7824 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1819301 T7824 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1819303 T7854 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1819305 T7853 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1819320 T7824 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 1819323 T7824 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\control-001\cores\collection1\
   [junit4]   2> 1819323 T7824 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1819327 T7856 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1819328 T7856 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1819330 T7852 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1819330 T7856 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1819333 T7853 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55098",
   [junit4]   2> 	  "node_name":"127.0.0.1:55098_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 1819338 T7853 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55098",
   [junit4]   2> 	  "node_name":"127.0.0.1:55098_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1819338 T7853 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 1819338 T7853 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1819342 T7852 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1820560 T7856 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1820560 T7856 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1820561 T7856 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1820562 T7856 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1820566 T7856 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1820566 T7856 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\control-001\cores\collection1\'
   [junit4]   2> 1820619 T7856 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1820626 T7856 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1820652 T7856 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1820665 T7856 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1820707 T7856 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1820715 T7856 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1820755 T7856 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1820988 T7856 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1820990 T7856 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1820990 T7856 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1821000 T7856 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1821065 T7856 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1821066 T7856 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 1821067 T7856 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\control-001\cores\collection1\data\
   [junit4]   2> 1821068 T7856 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@92d200
   [junit4]   2> 1821071 T7856 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\control-001\cores\collection1\data
   [junit4]   2> 1821073 T7856 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\control-001\cores\collection1\data\index/
   [junit4]   2> 1821074 T7856 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1821078 T7856 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\control-001\cores\collection1\data\index
   [junit4]   2> 1821079 T7856 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=39.1005859375, floorSegmentMB=1.2548828125, forceMergeDeletesPctAllowed=14.550942249222572, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5368152001060269
   [junit4]   2> 1821086 T7856 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\control-001\cores\collection1\data\index,segFN=segments_1,generation=1}
   [junit4]   2> 1821086 T7856 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1821098 T7856 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1821098 T7856 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1821100 T7856 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1821100 T7856 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1821100 T7856 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1821100 T7856 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1821101 T7856 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1821102 T7856 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1821102 T7856 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1821112 T7856 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1821116 T7856 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1821120 T7856 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1821125 T7856 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1821138 T7856 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1821139 T7856 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1821142 T7856 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1821142 T7856 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1821144 T7856 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1821144 T7856 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1821145 T7856 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=95.1455078125, floorSegmentMB=0.3388671875, forceMergeDeletesPctAllowed=1.4602110292128234, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.28261452534017917
   [junit4]   2> 1821148 T7856 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\control-001\cores\collection1\data\index,segFN=segments_1,generation=1}
   [junit4]   2> 1821148 T7856 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1821149 T7856 oass.SolrIndexSearcher.<init> Opening Searcher@151422[collection1] main
   [junit4]   2> 1821149 T7856 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1821152 T7856 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1821152 T7856 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1821154 T7856 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1821155 T7856 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1821155 T7856 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1821157 T7856 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1821157 T7856 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1821157 T7856 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1821158 T7856 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1821161 T7857 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@151422[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1821162 T7856 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1821163 T7860 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:55098 collection:control_collection shard:shard1
   [junit4]   2> 1821164 T7824 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1821164 T7824 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1821167 T7824 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1821168 T7860 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1821169 T7824 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1821178 T7863 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@efbeef name:ZooKeeperConnection Watcher:127.0.0.1:55091/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1821179 T7824 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1821179 T7824 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1821179 T7824 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1821194 T7860 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1821198 T7824 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1821206 T7852 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1821209 T7860 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1821210 T7860 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2164 name=collection1 org.apache.solr.core.SolrCore@391f8f url=http://127.0.0.1:55098/collection1 node=127.0.0.1:55098_ C2164_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:55098, node_name=127.0.0.1:55098_, state=down}
   [junit4]   2> 1821210 T7860 C2164 P55098 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:55098/collection1/
   [junit4]   2> 1821210 T7860 C2164 P55098 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1821210 T7860 C2164 P55098 oasc.SyncStrategy.syncToMe http://127.0.0.1:55098/collection1/ has no replicas
   [junit4]   2> 1821210 T7860 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:55098/collection1/ shard1
   [junit4]   2> 1821211 T7860 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1821214 T7853 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 1821220 T7852 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1821221 T7863 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1821280 T7853 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55098",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 1821284 T7852 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1821410 T7852 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1821411 T7863 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1821465 T7860 oasc.ZkController.register We are http://127.0.0.1:55098/collection1/ and leader is http://127.0.0.1:55098/collection1/
   [junit4]   2> 1821465 T7860 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:55098
   [junit4]   2> 1821465 T7860 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1821465 T7860 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1821465 T7860 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1821471 T7852 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1821476 T7853 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55098",
   [junit4]   2> 	  "node_name":"127.0.0.1:55098_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 1821477 T7853 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55098",
   [junit4]   2> 	  "node_name":"127.0.0.1:55098_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1821607 T7852 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1821608 T7863 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1823352 T7824 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-1-001\cores\collection1
   [junit4]   2> 1823356 T7824 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-1-001
   [junit4]   2> 1823359 T7824 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 1823365 T7824 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@caace7{/,null,AVAILABLE}
   [junit4]   2> 1823368 T7824 oejs.AbstractConnector.doStart Started ServerConnector@a8a76b{HTTP/1.1}{127.0.0.1:55110}
   [junit4]   2> 1823369 T7824 oejs.Server.doStart Started @1819689ms
   [junit4]   2> 1823369 T7824 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=55110, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-1-001\cores}
   [junit4]   2> 1823370 T7824 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1823371 T7824 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-1-001\'
   [junit4]   2> 1823454 T7824 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-1-001\solr.xml
   [junit4]   2> 1823490 T7824 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-1-001\cores
   [junit4]   2> 1823491 T7824 oasc.CoreContainer.<init> New CoreContainer 29229378
   [junit4]   2> 1823491 T7824 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-1-001\]
   [junit4]   2> 1823491 T7824 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-1-001\lib
   [junit4]   2> 1823492 T7824 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-1-001\lib).
   [junit4]   2> 1823516 T7824 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1823518 T7824 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1823518 T7824 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1823518 T7824 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1823518 T7824 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1823518 T7824 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1823518 T7824 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1823518 T7824 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1823521 T7824 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1823521 T7824 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1823521 T7824 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1823524 T7824 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1823525 T7824 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1823525 T7824 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1823527 T7824 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1823527 T7824 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55091/solr
   [junit4]   2> 1823527 T7824 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1823528 T7824 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1823532 T7824 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1823539 T7880 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@247c03 name:ZooKeeperConnection Watcher:127.0.0.1:55091 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1823539 T7824 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1823540 T7824 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1823551 T7824 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1823564 T7883 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cefaca name:ZooKeeperConnection Watcher:127.0.0.1:55091/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1823566 T7824 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1823579 T7824 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1824823 T7824 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55110_
   [junit4]   2> 1824825 T7824 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55110_
   [junit4]   2> 1824836 T7824 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1824849 T7824 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 1824853 T7824 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-1-001\cores\collection1\
   [junit4]   2> 1824853 T7824 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1824857 T7884 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1824859 T7884 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1824860 T7852 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1824861 T7884 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1824863 T7853 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55110",
   [junit4]   2> 	  "node_name":"127.0.0.1:55110_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 1824865 T7853 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55110",
   [junit4]   2> 	  "node_name":"127.0.0.1:55110_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1824865 T7853 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 1824866 T7853 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1824869 T7863 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1824869 T7852 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1824869 T7883 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1826089 T7884 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1826089 T7884 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1826090 T7884 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1826090 T7884 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1826093 T7884 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1826093 T7884 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-1-001\cores\collection1\'
   [junit4]   2> 1826129 T7884 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1826136 T7884 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1826154 T7884 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1826163 T7884 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1826178 T7884 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1826181 T7884 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1826197 T7884 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1826406 T7884 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1826409 T7884 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1826411 T7884 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1826420 T7884 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1826488 T7884 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1826488 T7884 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 1826490 T7884 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 1826490 T7884 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@92d200
   [junit4]   2> 1826492 T7884 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-1-001\cores\collection1\data
   [junit4]   2> 1826494 T7884 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 1826495 T7884 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1826497 T7884 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 1826497 T7884 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=39.1005859375, floorSegmentMB=1.2548828125, forceMergeDeletesPctAllowed=14.550942249222572, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5368152001060269
   [junit4]   2> 1826531 T7884 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-1-001\cores\collection1\data\index,segFN=segments_1,generation=1}
   [junit4]   2> 1826532 T7884 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1826542 T7884 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1826543 T7884 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1826543 T7884 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1826543 T7884 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1826544 T7884 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1826544 T7884 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1826545 T7884 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1826545 T7884 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1826545 T7884 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1826552 T7884 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1826556 T7884 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1826559 T7884 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1826564 T7884 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1826584 T7884 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1826585 T7884 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1826586 T7884 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1826586 T7884 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1826587 T7884 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1826587 T7884 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1826590 T7884 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=95.1455078125, floorSegmentMB=0.3388671875, forceMergeDeletesPctAllowed=1.4602110292128234, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.28261452534017917
   [junit4]   2> 1826590 T7884 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-1-001\cores\collection1\data\index,segFN=segments_1,generation=1}
   [junit4]   2> 1826590 T7884 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1826591 T7884 oass.SolrIndexSearcher.<init> Opening Searcher@1d5c6be[collection1] main
   [junit4]   2> 1826591 T7884 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1826594 T7884 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1826594 T7884 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1826595 T7884 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1826595 T7884 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1826595 T7884 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1826597 T7884 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1826597 T7884 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1826598 T7884 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1826598 T7884 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1826600 T7885 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1d5c6be[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1826600 T7884 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1826603 T7888 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:55110 collection:collection1 shard:shard1
   [junit4]   2> 1826603 T7824 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1826604 T7824 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1826604 T7888 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1826610 T7888 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1826614 T7852 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1826617 T7888 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1826617 T7888 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2165 name=collection1 org.apache.solr.core.SolrCore@7ebe60 url=http://127.0.0.1:55110/collection1 node=127.0.0.1:55110_ C2165_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:55110, node_name=127.0.0.1:55110_, state=down}
   [junit4]   2> 1826617 T7888 C2165 P55110 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:55110/collection1/
   [junit4]   2> 1826617 T7888 C2165 P55110 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1826619 T7888 C2165 P55110 oasc.SyncStrategy.syncToMe http://127.0.0.1:55110/collection1/ has no replicas
   [junit4]   2> 1826619 T7888 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:55110/collection1/ shard1
   [junit4]   2> 1826619 T7888 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1826621 T7853 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 1826635 T7852 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1826637 T7853 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55110",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 1826641 T7852 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1826644 T7863 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1826644 T7883 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1826692 T7888 oasc.ZkController.register We are http://127.0.0.1:55110/collection1/ and leader is http://127.0.0.1:55110/collection1/
   [junit4]   2> 1826692 T7888 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:55110
   [junit4]   2> 1826692 T7888 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1826692 T7888 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1826692 T7888 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1826696 T7852 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1826700 T7853 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55110",
   [junit4]   2> 	  "node_name":"127.0.0.1:55110_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 1826702 T7853 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55110",
   [junit4]   2> 	  "node_name":"127.0.0.1:55110_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1826818 T7852 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1826820 T7863 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1826821 T7883 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1828318 T7824 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-2-001\cores\collection1
   [junit4]   2> 1828322 T7824 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-2-001
   [junit4]   2> 1828324 T7824 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 1828329 T7824 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@15c8c2b{/,null,AVAILABLE}
   [junit4]   2> 1828330 T7824 oejs.AbstractConnector.doStart Started ServerConnector@111abf3{HTTP/1.1}{127.0.0.1:55119}
   [junit4]   2> 1828331 T7824 oejs.Server.doStart Started @1823993ms
   [junit4]   2> 1828331 T7824 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=55119, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-2-001\cores}
   [junit4]   2> 1828331 T7824 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1828331 T7824 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-2-001\'
   [junit4]   2> 1828381 T7824 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-2-001\solr.xml
   [junit4]   2> 1828402 T7824 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-2-001\cores
   [junit4]   2> 1828402 T7824 oasc.CoreContainer.<init> New CoreContainer 26849952
   [junit4]   2> 1828402 T7824 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-2-001\]
   [junit4]   2> 1828402 T7824 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-2-001\lib
   [junit4]   2> 1828402 T7824 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-2-001\lib).
   [junit4]   2> 1828421 T7824 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1828421 T7824 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1828421 T7824 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1828421 T7824 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1828421 T7824 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1828421 T7824 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1828421 T7824 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1828425 T7824 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1828425 T7824 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1828425 T7824 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1828426 T7824 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1828426 T7824 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1828426 T7824 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1828426 T7824 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1828426 T7824 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1828426 T7824 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55091/solr
   [junit4]   2> 1828426 T7824 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1828426 T7824 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1828430 T7824 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1828434 T7902 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a8dcb4 name:ZooKeeperConnection Watcher:127.0.0.1:55091 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1828434 T7824 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1828435 T7824 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1828442 T7824 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1828448 T7905 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e5850a name:ZooKeeperConnection Watcher:127.0.0.1:55091/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1828448 T7824 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1828463 T7824 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1829595 T7824 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55119_
   [junit4]   2> 1829598 T7824 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55119_
   [junit4]   2> 1829605 T7824 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1829621 T7824 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-2-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-2-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 1829630 T7824 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-2-001\cores\collection1\
   [junit4]   2> 1829631 T7824 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1829635 T7906 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1829635 T7906 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1829638 T7906 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1829638 T7852 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1829641 T7853 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55119",
   [junit4]   2> 	  "node_name":"127.0.0.1:55119_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 7
   [junit4]   2> 1829642 T7853 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55119",
   [junit4]   2> 	  "node_name":"127.0.0.1:55119_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1829643 T7853 oasco.ReplicaMutator.updateState Collection already exists with numShards=1
   [junit4]   2> 1829643 T7853 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1829648 T7852 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1829648 T7883 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1829648 T7863 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1829648 T7905 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1830743 T7906 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1830743 T7906 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1830745 T7906 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1830745 T7906 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1830747 T7906 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1830747 T7906 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest C3EF61A42A6358ED-001\shard-2-001\cores\collection1\'
   [junit4]   2> 1830797 T7906 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1830804 T7906 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1830825 T7906 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1830837 T7906 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1830859 T7906 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1830862 T7906 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1830883 T7906 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1831085 T

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

ovidersTest, CurrencyFieldXmlFileTest, TestReplicationHandler, ShardSplitTest, SuggesterTSTTest, TestReplicaProperties, DistributedExpandComponentTest, TestTolerantSearch, UUIDFieldTest, UpdateRequestProcessorFactoryTest, TestLMJelinekMercerSimilarityFactory, CopyFieldTest, ClusterStateUpdateTest, DistributedIntervalFacetingTest, TestExactStatsCache, TestSearcherReuse, DistributedQueryComponentCustomSortTest, StatelessScriptUpdateProcessorFactoryTest, TestChildDocTransformer, TestUtils, TestMissingGroups, DistributedQueueTest, RemoteQueryErrorTest, SpatialHeatmapFacetsTest, SearchHandlerTest, TestExactSharedStatsCache, RecoveryZkTest, SaslZkACLProviderTest, SuggesterFSTTest, TestInfoStreamLogging, TestPhraseSuggestions, PreAnalyzedUpdateProcessorTest, SpellCheckCollatorTest, TestDocumentBuilder, OverseerStatusTest, TestDocBasedVersionConstraints, TestReversedWildcardFilterFactory, IndexSchemaRuntimeFieldTest, TestManagedResource, TestBulkSchemaConcurrent, DistribDocExpirationUpdateProcessorTest, TestOverriddenPrefixQueryForCustomFieldType, SolrIndexSplitterTest, TestCollapseQParserPlugin, AnalysisErrorHandlingTest, TestXIncludeConfig, TestManagedSchemaDynamicFieldResource, TestDistributedGrouping, FullSolrCloudDistribCmdsTest, TestPseudoReturnFields, SoftAutoCommitTest, CSVRequestHandlerTest, PrimitiveFieldTypeTest, CoreAdminCreateDiscoverTest, DistributedQueryElevationComponentTest, SuggesterTest, AtomicUpdatesTest, TestBinaryField, TestBlobHandler, TestFileDictionaryLookup, CollectionsAPIAsyncDistributedZkTest, TestRebalanceLeaders, TestIntervalFaceting, ParsingFieldUpdateProcessorsTest, AliasIntegrationTest, TestManagedSchemaFieldResource, DistributedMLTComponentTest, TestOmitPositions, TestPerFieldSimilarity, SchemaVersionSpecificBehaviorTest, DocValuesTest, StressHdfsTest, TestSimpleQParserPlugin, HdfsBasicDistributedZkTest, TestSimpleTrackingShardHandler, DateFieldTest, AddBlockUpdateTest, RequiredFieldsTest, TestReloadAndDeleteDocs, NoCacheHeaderTest, TestFastWriter, TestRandomDVFaceting, RecoveryAfterSoftCommitTest, StatsComponentTest, TestInitParams, ZkSolrClientTest, TestFunctionQuery, TestSort, TestSolrConfigHandler, TestShardHandlerFactory, BasicDistributedZk2Test, TestReqParamsAPI, UUIDUpdateProcessorFallbackTest, SignatureUpdateProcessorFactoryTest, UnloadDistributedZkTest, TestCloudPivotFacet, ChaosMonkeyNothingIsSafeTest, CursorPagingTest, HdfsBasicDistributedZk2Test, TestExpandComponent, PolyFieldTest, TestPartialUpdateDeduplication, MigrateRouteKeyTest, TestSolrDeletionPolicy1, OverriddenZkACLAndCredentialsProvidersTest, TestBulkSchemaAPI, LeaderInitiatedRecoveryOnCommitTest, TestHighlightDedupGrouping, TestRecovery, TestCustomSort, DirectUpdateHandlerTest, TestCSVResponseWriter, MultiThreadedOCPTest, HdfsChaosMonkeySafeLeaderTest, TestDocSet, RAMDirectoryFactoryTest, JsonLoaderTest, DateRangeFieldTest, ConnectionManagerTest, HighlighterTest, SharedFSAutoReplicaFailoverUtilsTest, BadIndexSchemaTest, TestFreeTextSuggestions, DistribCursorPagingTest, TestCoreContainer, TestSystemIdResolver, CircularListTest, TestInitQParser, SynonymTokenizerTest, TestFuzzyAnalyzedSuggestions, TestSolrDeletionPolicy2, TestSearchPerf, ZkStateWriterTest, SimpleMLTQParserTest, LeaderElectionIntegrationTest, TestLRUStatsCache, TestHdfsUpdateLog, TestObjectReleaseTracker, FastVectorHighlighterTest, TestIndexSearcher, DistributedFacetPivotSmallAdvancedTest, CoreAdminHandlerTest, HdfsDirectoryTest, TestConfigOverlay, TestHashPartitioner, TestFaceting, SpatialRPTFieldTypeTest, TestCloudManagedSchemaConcurrent, DistributedSuggestComponentTest, TestManagedSchemaFieldTypeResource, CurrencyFieldOpenExchangeTest, TestCloudManagedSchema, TestAddFieldRealTimeGet, TestCoreDiscovery, TestDistributedSearch, TestCopyFieldCollectionResource, TestAnalyzedSuggestions, PathHierarchyTokenizerFactoryTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, CursorMarkTest, TermVectorComponentTest, DOMUtilTest, TestComplexPhraseQParserPlugin, VMParamsZkACLAndCredentialsProvidersTest, ScriptEngineTest, PreAnalyzedFieldTest, TestManagedStopFilterFactory, HdfsLockFactoryTest, TestDynamicFieldCollectionResource, XmlUpdateRequestHandlerTest, SampleTest, DefaultValueUpdateProcessorTest, TestFieldSortValues, TestRestManager, TestGroupingSearch, MoreLikeThisHandlerTest, TestRemoteStreaming, TestConfigReload, TriLevelCompositeIdRoutingTest, EnumFieldTest, ZkNodePropsTest, TestImplicitCoreProperties, TestDynamicLoading, OpenExchangeRatesOrgProviderTest, TestSolrConfigHandlerConcurrent, DistributedDebugComponentTest, PrimUtilsTest, TestConfig, DirectSolrConnectionTest, SolrInfoMBeanTest, CustomCollectionTest, SpellCheckComponentTest, TestJmxMonitoredMap, DistanceFunctionTest, PingRequestHandlerTest, TestExtendedDismaxParser, TestDefaultSimilarityFactory, ResponseLogComponentTest, SolrIndexConfigTest, TestSolrCoreProperties, UpdateParamsTest, TestSolrQueryParserDefaultOperatorResource, RequestLoggingTest, TestJettySolrRunner, LeaderElectionTest, TestDefaultStatsCache, MBeansHandlerTest, TestValueSourceCache, ConvertedLegacyTest, TestNonDefinedSimilarityFactory, TestExceedMaxTermLength, TestUniqueKeyFieldResource, HighlighterConfigTest, SpellPossibilityIteratorTest, TestArbitraryIndexDir, TestSerializedLuceneMatchVersion, TestManagedResourceStorage, ZkCLITest, DocValuesMultiTest, TestDistributedMissingSort, TestWordDelimiterFilterFactory, TestDFRSimilarityFactory, RegexBoostProcessorTest, CollectionsAPIDistributedZkTest, MultiTermTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, ShardRoutingTest, TestRandomFaceting, TestZkChroot, ShardRoutingCustomTest, AutoCommitTest, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, TestStressReorder, TestJoin, TestReload, TestStressVersions, DistributedTermsComponentTest, TestRangeQuery, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, SolrCmdDistributorTest, QueryElevationComponentTest, PeerSyncTest, TestFiltering, BasicFunctionalityTest, TestLazyCores, TestBadConfig, OverseerCollectionProcessorTest, ShowFileRequestHandlerTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, SolrRequestParserTest, TestFoldingMultitermQuery, TestStressLucene, TestTrie, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, SortByFunctionTest, DebugComponentTest, CacheHeaderTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, LukeRequestHandlerTest, DisMaxRequestHandlerTest, StandardRequestHandlerTest, TestWriterPerf, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, FileBasedSpellCheckerTest, TermsComponentTest, RequestHandlersTest, DocumentBuilderTest, TestIndexingPerformance, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, LoggingHandlerTest, SolrPluginUtilsTest, IndexSchemaTest, TestJmxIntegration, TestCollationField, ReturnFieldsTest, JSONWriterTest, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, TestComponentsName, TestBinaryResponseWriter, TestLFUCache, SOLR749Test, TestQuerySenderListener, AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, BadComponentTest, TestStressRecovery, TestMergePolicyConfig, NumericFieldsTest, MinimalSchemaTest, TestElisionMultitermQuery, OutputWriterTest, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestCharFilters, TestCodecSupport, EchoParamsTest, TestSweetSpotSimilarityFactory, TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TimeZoneUtilsTest, ResourceLoaderTest, TestFastOutputStream, URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache, DateMathParserTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, ClusterStateTest, TestSolrJ, TestLRUCache, SliceStateTest, SystemInfoHandlerTest, FileUtilsTest, TestRTGBase, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, ActionThrottleTest, AssignTest, AsyncMigrateRouteKeyTest, CloudExitableDirectoryReaderTest, DeleteInactiveReplicaTest, DeleteReplicaTest, DeleteShardTest, DistribJoinFromCollectionTest, ExternalCollectionsTest, LeaderFailoverAfterPartitionTest, OverseerRolesTest, ReplicationFactorTest]
   [junit4] Completed in 71.87s, 1 test, 1 error <<< FAILURES!

[...truncated 296 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 472 suites, 1874 tests, 1 error, 1 failure, 57 ignored (30 assumptions)

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



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

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

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:901)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:754)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more




Build Log:
[...truncated 10157 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\init-core-data-001
   [junit4]   2> 4760805 T20711 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /shd/ik
   [junit4]   2> 4760818 T20711 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4760819 T20712 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 4760926 T20711 oasc.ZkTestServer.run start zk server on port:56111
   [junit4]   2> 4760926 T20711 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4760929 T20711 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4760935 T20719 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1cdba40 name:ZooKeeperConnection Watcher:127.0.0.1:56111 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4760937 T20711 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4760937 T20711 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4760938 T20711 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 4760943 T20711 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4760945 T20711 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4760949 T20722 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a442fc name:ZooKeeperConnection Watcher:127.0.0.1:56111/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4760949 T20711 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4760949 T20711 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4760949 T20711 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 4760952 T20711 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 4760958 T20711 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 4760962 T20711 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 4760967 T20711 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 4760967 T20711 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 4760973 T20711 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 4760973 T20711 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 4760984 T20711 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4760985 T20711 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4760991 T20711 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 4760992 T20711 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 4760996 T20711 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 4760996 T20711 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 4761002 T20711 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 4761004 T20711 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 4761008 T20711 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 4761009 T20711 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 4761013 T20711 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4761014 T20711 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4761018 T20711 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4761018 T20711 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4761023 T20711 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 4761023 T20711 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 4761030 T20711 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 4761031 T20711 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 4762829 T20711 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\control-001\cores\collection1
   [junit4]   2> 4762836 T20711 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 4762841 T20711 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1dfa03b{/shd/ik,null,AVAILABLE}
   [junit4]   2> 4762847 T20711 oejs.AbstractConnector.doStart Started ServerConnector@115fa68{HTTP/1.1}{127.0.0.1:56119}
   [junit4]   2> 4762850 T20711 oejs.Server.doStart Started @4750222ms
   [junit4]   2> 4762850 T20711 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\tempDir-001/control/data, hostContext=/shd/ik, hostPort=56118, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\control-001\cores}
   [junit4]   2> 4762854 T20711 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4762854 T20711 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\control-001\'
   [junit4]   2> 4762911 T20711 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\control-001\solr.xml
   [junit4]   2> 4762920 T20711 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\control-001\cores
   [junit4]   2> 4762921 T20711 oasc.CoreContainer.<init> New CoreContainer 24459565
   [junit4]   2> 4762921 T20711 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\control-001\]
   [junit4]   2> 4762921 T20711 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\control-001\lib
   [junit4]   2> 4762921 T20711 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\control-001\lib).
   [junit4]   2> 4762938 T20711 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4762938 T20711 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4762939 T20711 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4762939 T20711 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4762940 T20711 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4762940 T20711 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4762940 T20711 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4762940 T20711 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4762940 T20711 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4762940 T20711 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4762940 T20711 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4762941 T20711 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4762941 T20711 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4762942 T20711 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4762942 T20711 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4762942 T20711 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56111/solr
   [junit4]   2> 4762942 T20711 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4762942 T20711 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4762944 T20711 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4762947 T20736 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@65c1ca name:ZooKeeperConnection Watcher:127.0.0.1:56111 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4762947 T20711 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4762948 T20711 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4762952 T20711 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4762955 T20739 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12974a6 name:ZooKeeperConnection Watcher:127.0.0.1:56111/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4762955 T20711 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4762959 T20711 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 4762965 T20711 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 4762970 T20711 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 4762974 T20711 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 4762978 T20711 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 4762984 T20711 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 4762987 T20711 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56118_shd%2Fik
   [junit4]   2> 4762988 T20711 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56118_shd%2Fik
   [junit4]   2> 4762992 T20711 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 4762996 T20711 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 4762999 T20711 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4763001 T20711 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:56118_shd%2Fik
   [junit4]   2> 4763002 T20711 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 4763005 T20711 oasc.Overseer.start Overseer (id=93446827646255107-127.0.0.1:56118_shd%2Fik-n_0000000000) starting
   [junit4]   2> 4763010 T20711 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 4763023 T20711 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 4763025 T20740 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 4763025 T20741 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 4763026 T20711 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 4763032 T20711 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 4763036 T20711 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4763046 T20711 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4763048 T20711 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\control-001\cores\collection1\
   [junit4]   2> 4763049 T20711 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4763051 T20743 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 4763052 T20743 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4763053 T20739 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4763053 T20743 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4763055 T20740 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56118/shd/ik",
   [junit4]   2> 	  "node_name":"127.0.0.1:56118_shd%2Fik",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 4763057 T20740 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56118/shd/ik",
   [junit4]   2> 	  "node_name":"127.0.0.1:56118_shd%2Fik",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4763058 T20740 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 4763058 T20740 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 4763060 T20739 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4764087 T20743 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4764087 T20743 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 4764089 T20743 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4764090 T20743 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4764092 T20743 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4764092 T20743 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\control-001\cores\collection1\'
   [junit4]   2> 4764129 T20743 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4764133 T20743 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4764146 T20743 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4764155 T20743 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 4764161 T20743 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4764165 T20743 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4764174 T20743 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4764316 T20743 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4764322 T20743 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4764323 T20743 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4764342 T20743 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4764347 T20743 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4764353 T20743 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4764355 T20743 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4764365 T20743 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4764365 T20743 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4764369 T20743 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4764369 T20743 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4764369 T20743 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 4764370 T20743 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4764370 T20743 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\control-001\cores\collection1\data\
   [junit4]   2> 4764370 T20743 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1844159
   [junit4]   2> 4764371 T20743 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\control-001\cores\collection1\data\
   [junit4]   2> 4764371 T20743 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\control-001\cores\collection1\data\index/
   [junit4]   2> 4764371 T20743 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4764372 T20743 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\control-001\cores\collection1\data\index
   [junit4]   2> 4764373 T20743 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=95.150390625, floorSegmentMB=0.251953125, forceMergeDeletesPctAllowed=7.370749593348257, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 4764376 T20743 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@10d7970 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5dbfa6),segFN=segments_1,generation=1}
   [junit4]   2> 4764376 T20743 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4764385 T20743 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4764386 T20743 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4764387 T20743 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4764387 T20743 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4764388 T20743 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4764388 T20743 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4764390 T20743 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4764396 T20743 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4764396 T20743 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4764403 T20743 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4764406 T20743 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4764408 T20743 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4764413 T20743 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4764423 T20743 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 4764424 T20743 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4764426 T20743 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4764426 T20743 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 4764428 T20743 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4764428 T20743 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4764428 T20743 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=7, maxMergeAtOnceExplicit=5, maxMergedSegmentMB=86.7216796875, floorSegmentMB=2.1728515625, forceMergeDeletesPctAllowed=1.7278524219281666, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 4764429 T20743 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@10d7970 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5dbfa6),segFN=segments_1,generation=1}
   [junit4]   2> 4764429 T20743 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4764430 T20743 oass.SolrIndexSearcher.<init> Opening Searcher@19b3949[collection1] main
   [junit4]   2> 4764430 T20743 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4764432 T20743 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4764432 T20743 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4764433 T20743 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4764434 T20743 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4764434 T20743 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4764435 T20743 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4764436 T20743 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4764436 T20743 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4764436 T20743 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4764437 T20743 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4764438 T20744 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@19b3949[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4764440 T20747 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56118/shd/ik collection:control_collection shard:shard1
   [junit4]   2> 4764441 T20711 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4764441 T20711 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4764442 T20747 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 4764443 T20711 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4764443 T20711 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4764446 T20751 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@efb8ee name:ZooKeeperConnection Watcher:127.0.0.1:56111/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4764447 T20711 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4764448 T20711 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4764450 T20711 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4764454 T20747 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 4764458 T20739 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4764458 T20747 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4764459 T20747 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C7187 name=collection1 org.apache.solr.core.SolrCore@1535745 url=http://127.0.0.1:56118/shd/ik/collection1 node=127.0.0.1:56118_shd%2Fik C7187_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:56118/shd/ik, node_name=127.0.0.1:56118_shd%2Fik, state=down}
   [junit4]   2> 4764459 T20747 C7187 P56118 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56118/shd/ik/collection1/
   [junit4]   2> 4764459 T20747 C7187 P56118 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4764459 T20747 C7187 P56118 oasc.SyncStrategy.syncToMe http://127.0.0.1:56118/shd/ik/collection1/ has no replicas
   [junit4]   2> 4764459 T20747 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56118/shd/ik/collection1/ shard1
   [junit4]   2> 4764460 T20747 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 4764461 T20740 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 4764462 T20711 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 4764476 T20739 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4764480 T20740 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56118/shd/ik",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 4764585 T20739 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4764586 T20751 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4764627 T20747 oasc.ZkController.register We are http://127.0.0.1:56118/shd/ik/collection1/ and leader is http://127.0.0.1:56118/shd/ik/collection1/
   [junit4]   2> 4764627 T20747 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56118/shd/ik
   [junit4]   2> 4764627 T20747 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4764627 T20747 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 4764627 T20747 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4764633 T20739 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4764640 T20740 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56118/shd/ik",
   [junit4]   2> 	  "node_name":"127.0.0.1:56118_shd%2Fik",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 4764642 T20740 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56118/shd/ik",
   [junit4]   2> 	  "node_name":"127.0.0.1:56118_shd%2Fik",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4764749 T20739 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4764751 T20751 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4766097 T20711 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-1-001\cores\collection1
   [junit4]   2> 4766102 T20711 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-1-001
   [junit4]   2> 4766103 T20711 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 4766106 T20711 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@13f2e05{/shd/ik,null,AVAILABLE}
   [junit4]   2> 4766109 T20711 oejs.AbstractConnector.doStart Started ServerConnector@173f165{HTTP/1.1}{127.0.0.1:56132}
   [junit4]   2> 4766109 T20711 oejs.Server.doStart Started @4753565ms
   [junit4]   2> 4766110 T20711 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/shd/ik, hostPort=56131, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-1-001\cores}
   [junit4]   2> 4766110 T20711 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4766112 T20711 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-1-001\'
   [junit4]   2> 4766152 T20711 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-1-001\solr.xml
   [junit4]   2> 4766163 T20711 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-1-001\cores
   [junit4]   2> 4766163 T20711 oasc.CoreContainer.<init> New CoreContainer 27072979
   [junit4]   2> 4766163 T20711 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-1-001\]
   [junit4]   2> 4766164 T20711 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-1-001\lib
   [junit4]   2> 4766164 T20711 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-1-001\lib).
   [junit4]   2> 4766178 T20711 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4766179 T20711 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4766179 T20711 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4766180 T20711 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4766180 T20711 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4766180 T20711 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4766180 T20711 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4766180 T20711 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4766180 T20711 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4766180 T20711 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4766180 T20711 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4766180 T20711 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4766180 T20711 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4766182 T20711 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4766182 T20711 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4766182 T20711 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56111/solr
   [junit4]   2> 4766182 T20711 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4766182 T20711 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4766184 T20711 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4766187 T20765 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16d6064 name:ZooKeeperConnection Watcher:127.0.0.1:56111 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4766187 T20711 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4766187 T20711 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4766191 T20713 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bfd65073e0005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 4766192 T20711 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4766195 T20768 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f0e83e name:ZooKeeperConnection Watcher:127.0.0.1:56111/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4766195 T20711 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4766208 T20711 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4767175 T20711 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56131_shd%2Fik
   [junit4]   2> 4767177 T20711 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56131_shd%2Fik
   [junit4]   2> 4767184 T20711 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4767190 T20711 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4767193 T20711 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-1-001\cores\collection1\
   [junit4]   2> 4767193 T20711 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4767196 T20769 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4767197 T20769 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4767198 T20739 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4767198 T20769 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4767199 T20740 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56131/shd/ik",
   [junit4]   2> 	  "node_name":"127.0.0.1:56131_shd%2Fik",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 4767201 T20740 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56131/shd/ik",
   [junit4]   2> 	  "node_name":"127.0.0.1:56131_shd%2Fik",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4767201 T20740 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 4767201 T20740 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 4767204 T20751 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4767204 T20768 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4767204 T20739 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4768158 T20769 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4768158 T20769 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 4768160 T20769 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4768160 T20769 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4768162 T20769 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4768162 T20769 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-1-001\cores\collection1\'
   [junit4]   2> 4768190 T20769 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4768195 T20769 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4768208 T20769 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4768216 T20769 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 4768230 T20769 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4768232 T20769 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4768247 T20769 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4768425 T20769 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4768436 T20769 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4768436 T20769 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4768462 T20769 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4768467 T20769 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4768472 T20769 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4768474 T20769 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4768474 T20769 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4768475 T20769 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4768477 T20769 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4768477 T20769 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4768478 T20769 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 4768478 T20769 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4768479 T20769 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 4768479 T20769 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1844159
   [junit4]   2> 4768481 T20769 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 4768481 T20769 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 4768481 T20769 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4768483 T20769 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 4768484 T20769 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=95.150390625, floorSegmentMB=0.251953125, forceMergeDeletesPctAllowed=7.370749593348257, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 4768486 T20769 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@171766b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13e9574),segFN=segments_1,generation=1}
   [junit4]   2> 4768486 T20769 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4768506 T20769 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4768507 T20769 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4768508 T20769 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4768508 T20769 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4768509 T20769 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4768509 T20769 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4768510 T20769 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4768511 T20769 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4768511 T20769 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4768520 T20769 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4768524 T20769 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4768528 T20769 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4768530 T20769 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4768544 T20769 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 4768545 T20769 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4768546 T20769 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4768546 T20769 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 4768548 T20769 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4768548 T20769 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4768550 T20769 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=7, maxMergeAtOnceExplicit=5, maxMergedSegmentMB=86.7216796875, floorSegmentMB=2.1728515625, forceMergeDeletesPctAllowed=1.7278524219281666, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 4768550 T20769 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@171766b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13e9574),segFN=segments_1,generation=1}
   [junit4]   2> 4768551 T20769 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4768551 T20769 oass.SolrIndexSearcher.<init> Opening Searcher@11132f9[collection1] main
   [junit4]   2> 4768552 T20769 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4768554 T20769 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4768554 T20769 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4768555 T20769 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4768556 T20769 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4768556 T20769 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4768557 T20769 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4768557 T20769 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4768558 T20769 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4768558 T20769 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4768560 T20769 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4768561 T20770 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@11132f9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4768562 T20773 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56131/shd/ik collection:collection1 shard:shard2
   [junit4]   2> 4768563 T20711 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4768564 T20711 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4768565 T20773 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 4768579 T20773 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 4768585 T20739 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4768586 T20773 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4768586 T20773 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C7188 name=collection1 org.apache.solr.core.SolrCore@342579 url=http://127.0.0.1:56131/shd/ik/collection1 node=127.0.0.1:56131_shd%2Fik C7188_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:56131/shd/ik, node_name=127.0.0.1:56131_shd%2Fik, state=down}
   [junit4]   2> 4768586 T20773 C7188 P56131 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56131/shd/ik/collection1/
   [junit4]   2> 4768587 T20773 C7188 P56131 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4768587 T20773 C7188 P56131 oasc.SyncStrategy.syncToMe http://127.0.0.1:56131/shd/ik/collection1/ has no replicas
   [junit4]   2> 4768587 T20773 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56131/shd/ik/collection1/ shard2
   [junit4]   2> 4768589 T20773 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 4768592 T20740 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 4768606 T20739 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4768609 T20740 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56131/shd/ik",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 4768713 T20768 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4768714 T20739 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4768716 T20751 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4768756 T20773 oasc.ZkController.register We are http://127.0.0.1:56131/shd/ik/collection1/ and leader is http://127.0.0.1:56131/shd/ik/collection1/
   [junit4]   2> 4768756 T20773 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56131/shd/ik
   [junit4]   2> 4768756 T20773 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4768756 T20773 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 4768756 T20773 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4768760 T20739 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4768764 T20740 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56131/shd/ik",
   [junit4]   2> 	  "node_name":"127.0.0.1:56131_shd%2Fik",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 4768765 T20740 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56131/shd/ik",
   [junit4]   2> 	  "node_name":"127.0.0.1:56131_shd%2Fik",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4768867 T20751 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4768869 T20768 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4768870 T20739 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4770079 T20711 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-2-001\cores\collection1
   [junit4]   2> 4770083 T20711 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-2-001
   [junit4]   2> 4770085 T20711 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 4770092 T20711 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@b03e13{/shd/ik,null,AVAILABLE}
   [junit4]   2> 4770093 T20711 oejs.AbstractConnector.doStart Started ServerConnector@15e66c1{HTTP/1.1}{127.0.0.1:56142}
   [junit4]   2> 4770094 T20711 oejs.Server.doStart Started @4757759ms
   [junit4]   2> 4770094 T20711 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/shd/ik, hostPort=56141, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-2-001\cores}
   [junit4]   2> 4770094 T20711 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4770096 T20711 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-2-001\'
   [junit4]   2> 4770144 T20711 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-2-001\solr.xml
   [junit4]   2> 4770157 T20711 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-2-001\cores
   [junit4]   2> 4770157 T20711 oasc.CoreContainer.<init> New CoreContainer 7964319
   [junit4]   2> 4770157 T20711 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-2-001\]
   [junit4]   2> 4770157 T20711 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-2-001\lib
   [junit4]   2> 4770157 T20711 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-2-001\lib).
   [junit4]   2> 4770176 T20711 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4770176 T20711 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4770176 T20711 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4770176 T20711 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4770176 T20711 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4770179 T20711 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4770179 T20711 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4770179 T20711 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4770179 T20711 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4770179 T20711 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4770180 T20711 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4770181 T20711 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4770181 T20711 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4770182 T20711 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4770183 T20711 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4770183 T20711 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56111/solr
   [junit4]   2> 4770183 T20711 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4770183 T20711 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4770187 T20711 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4770189 T20791 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@124d2c2 name:ZooKeeperConnection Watcher:127.0.0.1:56111 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4770190 T20711 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4770191 T20711 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4770194 T20711 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4770198 T20794 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a6cb8d name:ZooKeeperConnection Watcher:127.0.0.1:56111/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4770199 T20711 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4770211 T20711 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4771180 T20711 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56141_shd%2Fik
   [junit4]   2> 4771181 T20711 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56141_shd%2Fik
   [junit4]   2> 4771189 T20711 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4771194 T20711 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-2-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-2-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4771194 T20711 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-2-001\cores\collection1\
   [junit4]   2> 4771196 T20711 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4771197 T20795 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4771198 T20795 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4771199 T20739 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4771199 T20795 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4771201 T20740 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56141/shd/ik",
   [junit4]   2> 	  "node_name":"127.0.0.1:56141_shd%2Fik",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 4771202 T20740 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56141/shd/ik",
   [junit4]   2> 	  "node_name":"127.0.0.1:56141_shd%2Fik",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4771203 T20740 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 4771204 T20740 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 4771207 T20751 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4771207 T20768 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4771208 T20794 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4771208 T20739 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4772160 T20795 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4772160 T20795 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 4772161 T20795 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4772162 T20795 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4772164 T20795 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4772164 T20795 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-2-001\cores\collection1\'
   [junit4]   2> 4772197 T20795 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4772201 T20795 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4772215 T20795 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4772219 T20795 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 4772229 T20795 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4772231 T20795 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4772245 T20795 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4772395 T20795 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4772403 T20795 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4772404 T20795 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4772422 T20795 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4772436 T20795 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4772442 T20795 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4772445 T20795 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4772445 T20795 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4772446 T20795 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4772448 T20795 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4772448 T20795 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4772449 T20795 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 4772449 T20795 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4772450 T20795 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 4772450 T20795 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1844159
   [junit4]   2> 4772451 T20795 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 4772452 T20795 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-2-001\cores\collection1\data\index/
   [junit4]   2> 4772452 T20795 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-2-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4772453 T20795 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32516BE7A65674CF-001\shard-2-001\cores\collection1\data\index
   [junit4]   2> 4772453 T20795 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=95.150390625, floorSegmentMB=0.251953125, forceMergeDeletesPctAllowed=7.370749593348257, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 4772455 T20795 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@100896b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@19163c),segFN=segments_1,generation=1}
   [junit4]   2> 4772455 T20795 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4772463 T20795 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4772464 T20795 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4772465 T20795 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4772465 T20795 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4772466 T20795 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4772466 T20795 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4772467 T20795 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4772467 T20795 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4772467 T20795 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4772472 T20795 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4772477 T20795 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4772480 T20795 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4772482 T20795 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4772495 T20795 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 4772495 T20795 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4772497 T20795 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4772497 T20795 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 4772500 T20795 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4772500 T20795 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4772500 T20795 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=7, maxMergeAtOnceExplicit=5, maxMergedSegmentMB=86.7216796875, floorSegmentMB=2.1728515625, forceMergeDeletesPctAllowed=1.7278524219281666, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 4772500 T20795 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDir

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

perties, SpatialRPTFieldTypeTest, FullSolrCloudDistribCmdsTest, SolrIndexSplitterTest, SolrTestCaseJ4Test, TestSolrConfigHandler, TestJmxMonitoredMap, ExternalCollectionsTest, QueryResultKeyTest, ResponseHeaderTest, TestFileDictionaryLookup, DistributedSpellCheckComponentTest, TestCloudPivotFacet, BlockCacheTest, InfoHandlerTest, TestReplicaProperties, TestSweetSpotSimilarityFactory, SuggestComponentTest, TestIBSimilarityFactory, TestPostingsSolrHighlighter, TestCloudInspectUtil, TestPHPSerializedResponseWriter, UUIDUpdateProcessorFallbackTest, TestRawResponseWriter, TestCharFilters, TestSolr4Spatial2, DistributedFacetPivotLongTailTest, BasicDistributedZkTest, TestCodecSupport, DirectSolrConnectionTest, TestReRankQParserPlugin, SaslZkACLProviderTest, SpellCheckComponentTest, PreAnalyzedUpdateProcessorTest, TestSystemIdResolver, PrimUtilsTest, TestStressLucene, UniqFieldsUpdateProcessorFactoryTest, DistributedQueryComponentCustomSortTest, TestManagedResource, TestWordDelimiterFilterFactory, CacheHeaderTest, DistribDocExpirationUpdateProcessorTest, ConvertedLegacyTest, BlockDirectoryTest, AnalysisAfterCoreReloadTest, TestHighlightDedupGrouping, XmlUpdateRequestHandlerTest, TestCoreContainer, TestManagedResourceStorage, BadIndexSchemaTest, ClusterStateTest, TestSolrDeletionPolicy1, TestLeaderElectionZkExpiry, TestDocBasedVersionConstraints, TestSolrQueryParser, TestBinaryField, TestLuceneMatchVersion, UpdateParamsTest, TestSolrDynamicMBean, AsyncMigrateRouteKeyTest, TestHashPartitioner, TestRestManager, SpellPossibilityIteratorTest, SpellingQueryConverterTest, TestJoin, TestUpdate, TestBM25SimilarityFactory, TestQueryTypes, TestReversedWildcardFilterFactory, DistributedDebugComponentTest, CurrencyFieldXmlFileTest, HdfsRecoveryZkTest, TestDefaultSimilarityFactory, TestSchemaNameResource, ParsingFieldUpdateProcessorsTest, SolrCoreTest, SSLMigrationTest, TestStandardQParsers, ExitableDirectoryReaderTest, JsonLoaderTest, OutputWriterTest, SoftAutoCommitTest, TestDistributedMissingSort, TestImplicitCoreProperties, BinaryUpdateRequestHandlerTest, TestReqParamsAPI, TestMiniSolrCloudClusterSSL, DistributedSuggestComponentTest, TestComplexPhraseQParserPlugin, TestLRUStatsCache, TestStressUserVersions, TestCloudManagedSchemaConcurrent, TestManagedSchemaFieldResource, SimpleFacetsTest, TestBlendedInfixSuggestions, DateFieldTest, UUIDFieldTest, TestFoldingMultitermQuery, LeaderInitiatedRecoveryOnCommitTest, ZkSolrClientTest, SuggesterTSTTest, TestSchemaResource, TriLevelCompositeIdRoutingTest, HdfsBasicDistributedZk2Test, SharedFSAutoReplicaFailoverTest, TestObjectReleaseTracker, TestManagedSchemaDynamicFieldResource, TestExactStatsCache, LeaderElectionTest, HdfsSyncSliceTest, TestHdfsUpdateLog, SampleTest, DistribJoinFromCollectionTest, EnumFieldTest, MigrateRouteKeyTest, VMParamsZkACLAndCredentialsProvidersTest, TestNonDefinedSimilarityFactory, CloudMLTQParserTest, SolrRequestParserTest, TestFieldSortValues, CollectionsAPIDistributedZkTest, TestOverriddenPrefixQueryForCustomFieldType, TestConfigReload, TestSolrQueryParserDefaultOperatorResource, TestStressRecovery, TestIntervalFaceting, TestCoreDiscovery, RecoveryZkTest, ChangedSchemaMergeTest, TestJmxIntegration, TestAnalyzedSuggestions, PreAnalyzedFieldTest, AtomicUpdatesTest, TestMergePolicyConfig, DirectUpdateHandlerTest, TestSearcherReuse, DebugComponentTest, TestRecovery, FacetPivotSmallTest, TestSchemaVersionResource, DistributedFacetPivotLargeTest, TestRandomFaceting, CursorPagingTest, TestReloadAndDeleteDocs, TestJettySolrRunner, TestAnalyzeInfixSuggestions, TestFieldCollectionResource, TestZkChroot, RAMDirectoryFactoryTest, EchoParamsTest, TestSolrDeletionPolicy2, SpatialHeatmapFacetsTest, TestPerFieldSimilarity, DistanceFunctionTest, LukeRequestHandlerTest, SortByFunctionTest, SignatureUpdateProcessorFactoryTest, TestShardHandlerFactory, TestDefaultStatsCache, TestFreeTextSuggestions, BasicFunctionalityTest, TestRebalanceLeaders, RollingRestartTest, SuggesterWFSTTest, StatelessScriptUpdateProcessorFactoryTest, TestPhraseSuggestions, TestPseudoReturnFields, TestRandomDVFaceting, DirectSolrSpellCheckerTest, TestDistributedGrouping, TestManagedSynonymFilterFactory, TestPartialUpdateDeduplication, RemoteQueryErrorTest, QueryParsingTest, ResourceLoaderTest, TestDefaultSearchFieldResource, TestFaceting, RegexBoostProcessorTest, TestIndexingPerformance, ReturnFieldsTest, AddSchemaFieldsUpdateProcessorFactoryTest, DeleteInactiveReplicaTest, CurrencyFieldOpenExchangeTest, TestSchemaManager, DisMaxRequestHandlerTest, PolyFieldTest, AliasIntegrationTest, HdfsChaosMonkeySafeLeaderTest, OverriddenZkACLAndCredentialsProvidersTest, TestRTGBase, PeerSyncTest, TestSolrIndexConfig, RequestHandlersTest, TestAddFieldRealTimeGet, MinimalSchemaTest, ResponseLogComponentTest, IndexBasedSpellCheckerTest, ZkCLITest, SimpleCollectionCreateDeleteTest, TestUniqueKeyFieldResource, HdfsWriteToMultipleCollectionsTest, TestCSVLoader, DOMUtilTest, CSVRequestHandlerTest, DocValuesMissingTest, MoreLikeThisHandlerTest, TestLFUCache, TestDynamicFieldResource, TestGroupingSearch, TestNoOpRegenerator, MultiThreadedOCPTest, BJQParserTest, UnloadDistributedZkTest, DefaultValueUpdateProcessorTest, NumericFieldsTest, DistributedMLTComponentTest, PrimitiveFieldTypeTest, TestRequestStatusCollectionAPI, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, TestReplicationHandler, ClusterStateUpdateTest, ShardRoutingCustomTest, TestDistributedSearch, AutoCommitTest, TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, TestStressReorder, TestReload, TestStressVersions, HardAutoCommitTest, DistributedTermsComponentTest, TestRangeQuery, TestSolr4Spatial, StatsComponentTest, SolrCmdDistributorTest, TestSort, TestFiltering, TestFunctionQuery, TestLazyCores, OverseerCollectionProcessorTest, TestIndexSearcher, HighlighterTest, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, SimplePostToolTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, DocValuesTest, SuggesterTest, TestTrie, SpatialFilterTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, TestRemoteStreaming, DocValuesMultiTest, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, TestSurroundQueryParser, TestQueryUtils, StandardRequestHandlerTest, TestWriterPerf, TestOmitPositions, FileBasedSpellCheckerTest, TermsComponentTest, DocumentBuilderTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, TestArbitraryIndexDir, FastVectorHighlighterTest, LoggingHandlerTest, SolrPluginUtilsTest, IndexSchemaTest, TestCollationField, UpdateRequestProcessorFactoryTest, JSONWriterTest, TestCSVResponseWriter, MBeansHandlerTest, PingRequestHandlerTest, TestComponentsName, SearchHandlerTest, TestBinaryResponseWriter, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, AlternateDirectoryTest, TestQuerySenderNoQuery, CopyFieldTest, SolrIndexConfigTest, BadComponentTest, MultiTermTest, TestDocSet, TestSearchPerf, TestConfig, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, NotRequiredUniqueKeyTest, SynonymTokenizerTest, TestXIncludeConfig, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestFastWriter, TimeZoneUtilsTest, TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, TestSuggestSpellingConverter, TestSolrJ, TestLRUCache, TestUtils, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, FileUtilsTest, CircularListTest, DistributedIntervalFacetingTest, TestCursorMarkWithoutUniqueKey, TestSimpleTrackingShardHandler, TestTolerantSearch, ActionThrottleTest, AssignTest, CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, CustomCollectionTest, DeleteReplicaTest, DeleteShardTest, DistribCursorPagingTest, DistributedQueueTest, HttpPartitionTest, LeaderFailoverAfterPartitionTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerRolesTest, RecoveryAfterSoftCommitTest, ReplicationFactorTest]
   [junit4] Completed in 57.74s, 1 test, 1 error <<< FAILURES!

[...truncated 273 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 472 suites, 1874 tests, 1 error, 57 ignored (30 assumptions)

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



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

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

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

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

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

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

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


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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:901)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:754)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more




Build Log:
[...truncated 10081 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\init-core-data-001
   [junit4]   2> 4603467 T19320 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /xgp/ep
   [junit4]   2> 4603492 T19320 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4603493 T19321 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 4603579 T19320 oasc.ZkTestServer.run start zk server on port:50995
   [junit4]   2> 4603579 T19320 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4603582 T19320 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4603587 T19328 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a1b24 name:ZooKeeperConnection Watcher:127.0.0.1:50995 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4603588 T19320 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4603589 T19320 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4603589 T19320 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 4603597 T19320 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4603600 T19320 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4603603 T19331 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e527f5 name:ZooKeeperConnection Watcher:127.0.0.1:50995/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4603604 T19320 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4603605 T19320 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4603605 T19320 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 4603615 T19320 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 4603619 T19320 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 4603622 T19320 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 4603626 T19320 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 4603627 T19320 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 4603633 T19320 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 4603633 T19320 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 4603644 T19320 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4603645 T19320 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4603651 T19320 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 4603652 T19320 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 4603656 T19320 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 4603657 T19320 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 4603662 T19320 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 4603662 T19320 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 4603669 T19320 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 4603670 T19320 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 4603675 T19320 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4603676 T19320 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4603680 T19320 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4603682 T19320 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4603689 T19320 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 4603690 T19320 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 4603694 T19320 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 4603695 T19320 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 4605356 T19320 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\control-001\cores\collection1
   [junit4]   2> 4605368 T19320 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 4605375 T19320 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@15942f0{/xgp/ep,null,AVAILABLE}
   [junit4]   2> 4605380 T19320 oejs.AbstractConnector.doStart Started ServerConnector@6b0c61{HTTP/1.1}{127.0.0.1:51003}
   [junit4]   2> 4605380 T19320 oejs.Server.doStart Started @4621203ms
   [junit4]   2> 4605380 T19320 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\tempDir-001/control/data, hostContext=/xgp/ep, hostPort=51002, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\control-001\cores}
   [junit4]   2> 4605382 T19320 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4605382 T19320 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\control-001\'
   [junit4]   2> 4605433 T19320 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\control-001\solr.xml
   [junit4]   2> 4605446 T19320 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\control-001\cores
   [junit4]   2> 4605446 T19320 oasc.CoreContainer.<init> New CoreContainer 2065689
   [junit4]   2> 4605446 T19320 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\control-001\]
   [junit4]   2> 4605446 T19320 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\control-001\lib
   [junit4]   2> 4605449 T19320 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\control-001\lib).
   [junit4]   2> 4605464 T19320 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4605464 T19320 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4605464 T19320 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4605464 T19320 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4605464 T19320 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4605464 T19320 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4605468 T19320 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4605468 T19320 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4605468 T19320 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4605468 T19320 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4605469 T19320 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4605470 T19320 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4605470 T19320 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4605470 T19320 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4605470 T19320 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4605470 T19320 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50995/solr
   [junit4]   2> 4605470 T19320 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4605473 T19320 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4605474 T19320 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4605479 T19345 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@107555a name:ZooKeeperConnection Watcher:127.0.0.1:50995 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4605479 T19320 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4605480 T19320 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4605484 T19320 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4605488 T19348 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6cb2ec name:ZooKeeperConnection Watcher:127.0.0.1:50995/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4605488 T19320 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4605493 T19320 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 4605499 T19320 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 4605504 T19320 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 4605509 T19320 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 4605513 T19320 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 4605519 T19320 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 4605522 T19320 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51002_xgp%2Fep
   [junit4]   2> 4605523 T19320 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51002_xgp%2Fep
   [junit4]   2> 4605528 T19320 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 4605532 T19320 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 4605535 T19320 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4605538 T19320 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:51002_xgp%2Fep
   [junit4]   2> 4605539 T19320 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 4605542 T19320 oasc.Overseer.start Overseer (id=93444336996253699-127.0.0.1:51002_xgp%2Fep-n_0000000000) starting
   [junit4]   2> 4605547 T19320 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 4605562 T19320 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 4605564 T19349 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 4605565 T19350 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 4605565 T19320 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 4605570 T19320 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 4605573 T19320 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4605582 T19320 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4605584 T19320 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\control-001\cores\collection1\
   [junit4]   2> 4605584 T19320 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4605588 T19352 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 4605588 T19352 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4605590 T19352 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4605590 T19348 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4605592 T19349 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51002/xgp/ep",
   [junit4]   2> 	  "node_name":"127.0.0.1:51002_xgp%2Fep",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 4605593 T19349 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51002/xgp/ep",
   [junit4]   2> 	  "node_name":"127.0.0.1:51002_xgp%2Fep",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4605594 T19349 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 4605594 T19349 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 4605596 T19348 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4606449 T19352 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4606449 T19352 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 4606450 T19352 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4606451 T19352 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4606452 T19352 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4606452 T19352 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\control-001\cores\collection1\'
   [junit4]   2> 4606489 T19352 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4606494 T19352 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4606511 T19352 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4606516 T19352 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 4606547 T19352 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4606550 T19352 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4606564 T19352 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4606726 T19352 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4606736 T19352 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4606740 T19352 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4606765 T19352 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4606770 T19352 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4606774 T19352 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4606775 T19352 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4606776 T19352 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4606776 T19352 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4606779 T19352 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4606779 T19352 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4606780 T19352 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 4606780 T19352 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4606781 T19352 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\control-001\cores\collection1\data\
   [junit4]   2> 4606781 T19352 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@12f28cd
   [junit4]   2> 4606782 T19352 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\control-001\cores\collection1\data\
   [junit4]   2> 4606782 T19352 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\control-001\cores\collection1\data\index/
   [junit4]   2> 4606783 T19352 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4606783 T19352 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\control-001\cores\collection1\data\index
   [junit4]   2> 4606784 T19352 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=57.8251953125, floorSegmentMB=1.5791015625, forceMergeDeletesPctAllowed=14.212839082535151, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2988005972702946
   [junit4]   2> 4606785 T19352 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@3871bc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@161cb94),segFN=segments_1,generation=1}
   [junit4]   2> 4606785 T19352 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4606792 T19352 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4606793 T19352 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4606794 T19352 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4606794 T19352 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4606794 T19352 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4606795 T19352 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4606796 T19352 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4606796 T19352 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4606796 T19352 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4606802 T19352 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4606805 T19352 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4606808 T19352 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4606810 T19352 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4606817 T19352 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 4606818 T19352 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4606819 T19352 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4606819 T19352 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 4606821 T19352 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4606821 T19352 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4606822 T19352 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=15.75, floorSegmentMB=1.177734375, forceMergeDeletesPctAllowed=15.115013245469152, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5023377285072776
   [junit4]   2> 4606823 T19352 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@3871bc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@161cb94),segFN=segments_1,generation=1}
   [junit4]   2> 4606823 T19352 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4606823 T19352 oass.SolrIndexSearcher.<init> Opening Searcher@2c391c[collection1] main
   [junit4]   2> 4606824 T19352 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4606826 T19352 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4606826 T19352 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4606827 T19352 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4606827 T19352 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4606827 T19352 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4606830 T19352 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4606830 T19352 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4606830 T19352 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4606831 T19352 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4606831 T19352 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4606832 T19353 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2c391c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4606833 T19356 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51002/xgp/ep collection:control_collection shard:shard1
   [junit4]   2> 4606833 T19320 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4606834 T19320 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4606834 T19356 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 4606834 T19320 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4606837 T19320 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4606839 T19360 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f87942 name:ZooKeeperConnection Watcher:127.0.0.1:50995/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4606840 T19320 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4606841 T19320 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4606844 T19320 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4606845 T19356 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 4606849 T19348 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4606851 T19356 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4606851 T19356 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C6702 name=collection1 org.apache.solr.core.SolrCore@1d26cc6 url=http://127.0.0.1:51002/xgp/ep/collection1 node=127.0.0.1:51002_xgp%2Fep C6702_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:51002/xgp/ep, node_name=127.0.0.1:51002_xgp%2Fep, state=down}
   [junit4]   2> 4606851 T19356 C6702 P51002 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51002/xgp/ep/collection1/
   [junit4]   2> 4606852 T19356 C6702 P51002 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4606853 T19356 C6702 P51002 oasc.SyncStrategy.syncToMe http://127.0.0.1:51002/xgp/ep/collection1/ has no replicas
   [junit4]   2> 4606853 T19356 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51002/xgp/ep/collection1/ shard1
   [junit4]   2> 4606854 T19356 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 4606853 T19349 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 4606854 T19320 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 4606855 T19320 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 4606855 T19320 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4606857 T19320 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4606862 T19363 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7de5c2 name:ZooKeeperConnection Watcher:127.0.0.1:50995/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4606863 T19320 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4606864 T19320 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4606867 T19348 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4606870 T19349 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 1
   [junit4]   2> 4606871 T19349 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 4606876 T19348 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4606877 T19360 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4606898 T19349 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51002/xgp/ep",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 4606899 T19349 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 4606903 T19348 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4606905 T19360 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4606914 T19348 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4606917 T19360 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4606918 T19348 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4606983 T19356 oasc.ZkController.register We are http://127.0.0.1:51002/xgp/ep/collection1/ and leader is http://127.0.0.1:51002/xgp/ep/collection1/
   [junit4]   2> 4606983 T19356 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51002/xgp/ep
   [junit4]   2> 4606983 T19356 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4606983 T19356 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 4606983 T19356 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4606985 T19348 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4606987 T19349 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51002/xgp/ep",
   [junit4]   2> 	  "node_name":"127.0.0.1:51002_xgp%2Fep",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 4606988 T19349 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51002/xgp/ep",
   [junit4]   2> 	  "node_name":"127.0.0.1:51002_xgp%2Fep",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4607088 T19348 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4607089 T19360 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4608492 T19320 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-1-001\cores\collection1
   [junit4]   2> 4608495 T19320 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-1-001
   [junit4]   2> 4608497 T19320 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 4608502 T19320 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1ff3b19{/xgp/ep,null,AVAILABLE}
   [junit4]   2> 4608503 T19320 oejs.AbstractConnector.doStart Started ServerConnector@b146b0{HTTP/1.1}{127.0.0.1:51019}
   [junit4]   2> 4608503 T19320 oejs.Server.doStart Started @4624683ms
   [junit4]   2> 4608503 T19320 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/xgp/ep, hostPort=51018, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-1-001\cores}
   [junit4]   2> 4608504 T19320 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4608504 T19320 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-1-001\'
   [junit4]   2> 4608544 T19320 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-1-001\solr.xml
   [junit4]   2> 4608558 T19320 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-1-001\cores
   [junit4]   2> 4608558 T19320 oasc.CoreContainer.<init> New CoreContainer 20824199
   [junit4]   2> 4608558 T19320 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-1-001\]
   [junit4]   2> 4608559 T19320 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-1-001\lib
   [junit4]   2> 4608559 T19320 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-1-001\lib).
   [junit4]   2> 4608574 T19320 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4608574 T19320 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4608575 T19320 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4608575 T19320 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4608575 T19320 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4608576 T19320 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4608576 T19320 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4608576 T19320 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4608577 T19320 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4608577 T19320 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4608577 T19320 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4608577 T19320 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4608577 T19320 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4608577 T19320 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4608577 T19320 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4608577 T19320 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50995/solr
   [junit4]   2> 4608578 T19320 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4608579 T19320 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4608581 T19320 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4608585 T19377 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@adb1c5 name:ZooKeeperConnection Watcher:127.0.0.1:50995 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4608587 T19320 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4608587 T19320 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4608590 T19320 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4608593 T19380 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@91e0c5 name:ZooKeeperConnection Watcher:127.0.0.1:50995/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4608593 T19320 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4608610 T19320 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4609558 T19320 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51018_xgp%2Fep
   [junit4]   2> 4609562 T19320 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51018_xgp%2Fep
   [junit4]   2> 4609576 T19320 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4609582 T19320 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4609584 T19320 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-1-001\cores\collection1\
   [junit4]   2> 4609584 T19320 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4609590 T19381 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4609590 T19381 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4609594 T19348 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4609596 T19349 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51018/xgp/ep",
   [junit4]   2> 	  "node_name":"127.0.0.1:51018_xgp%2Fep",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 4609597 T19381 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 4609597 T19381 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 4609597 T19349 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51018/xgp/ep",
   [junit4]   2> 	  "node_name":"127.0.0.1:51018_xgp%2Fep",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4609597 T19349 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 4609598 T19381 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 4609598 T19349 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 4609601 T19381 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 4609601 T19381 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4609603 T19349 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 4609604 T19380 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4609606 T19380 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 4610538 T19381 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4610538 T19381 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 4610541 T19381 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4610541 T19381 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4610544 T19381 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4610545 T19381 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-1-001\cores\collection1\'
   [junit4]   2> 4610598 T19381 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4610603 T19381 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4610616 T19381 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4610626 T19381 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 4610644 T19381 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4610648 T19381 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4610658 T19381 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4610817 T19381 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4610825 T19381 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4610826 T19381 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4610846 T19381 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4610851 T19381 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4610855 T19381 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4610857 T19381 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4610857 T19381 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4610858 T19381 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4610860 T19381 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4610860 T19381 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4610860 T19381 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 4610860 T19381 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4610861 T19381 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 4610862 T19381 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@12f28cd
   [junit4]   2> 4610862 T19381 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 4610862 T19381 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 4610862 T19381 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4610863 T19381 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 4610863 T19381 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=57.8251953125, floorSegmentMB=1.5791015625, forceMergeDeletesPctAllowed=14.212839082535151, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2988005972702946
   [junit4]   2> 4610864 T19381 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@12e2758 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@19f07bc),segFN=segments_1,generation=1}
   [junit4]   2> 4610865 T19381 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4610873 T19381 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4610873 T19381 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4610873 T19381 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4610873 T19381 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4610874 T19381 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4610874 T19381 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4610875 T19381 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4610876 T19381 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4610877 T19381 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4610884 T19381 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4610889 T19381 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4610894 T19381 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4610898 T19381 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4610918 T19381 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 4610919 T19381 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4610921 T19381 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4610921 T19381 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 4610921 T19381 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4610921 T19381 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4610925 T19381 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=15.75, floorSegmentMB=1.177734375, forceMergeDeletesPctAllowed=15.115013245469152, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5023377285072776
   [junit4]   2> 4610926 T19381 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@12e2758 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@19f07bc),segFN=segments_1,generation=1}
   [junit4]   2> 4610927 T19381 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4610927 T19381 oass.SolrIndexSearcher.<init> Opening Searcher@169000d[collection1] main
   [junit4]   2> 4610928 T19381 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4610930 T19381 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4610931 T19381 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4610932 T19381 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4610932 T19381 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4610932 T19381 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4610935 T19381 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4610935 T19381 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4610936 T19381 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4610936 T19381 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4610936 T19381 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4610937 T19382 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@169000d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4610939 T19385 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51018/xgp/ep collection:collection1 shard:shard2
   [junit4]   2> 4610940 T19320 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4610940 T19320 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4610942 T19385 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 4610962 T19385 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 4610966 T19348 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4610968 T19385 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4610968 T19385 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C6703 name=collection1 org.apache.solr.core.SolrCore@ea7f58 url=http://127.0.0.1:51018/xgp/ep/collection1 node=127.0.0.1:51018_xgp%2Fep C6703_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:51018/xgp/ep, node_name=127.0.0.1:51018_xgp%2Fep, state=down}
   [junit4]   2> 4610968 T19385 C6703 P51018 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51018/xgp/ep/collection1/
   [junit4]   2> 4610968 T19385 C6703 P51018 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4610968 T19385 C6703 P51018 oasc.SyncStrategy.syncToMe http://127.0.0.1:51018/xgp/ep/collection1/ has no replicas
   [junit4]   2> 4610968 T19385 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51018/xgp/ep/collection1/ shard2
   [junit4]   2> 4610969 T19385 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 4610973 T19349 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 4610976 T19349 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 4610979 T19380 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4610979 T19380 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 4610989 T19349 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51018/xgp/ep",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 4610991 T19349 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 4610993 T19380 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4610994 T19380 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 4610997 T19348 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4611036 T19385 oasc.ZkController.register We are http://127.0.0.1:51018/xgp/ep/collection1/ and leader is http://127.0.0.1:51018/xgp/ep/collection1/
   [junit4]   2> 4611036 T19385 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51018/xgp/ep
   [junit4]   2> 4611036 T19385 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4611036 T19385 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 4611036 T19385 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4611039 T19348 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4611042 T19349 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51018/xgp/ep",
   [junit4]   2> 	  "node_name":"127.0.0.1:51018_xgp%2Fep",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 4611049 T19349 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51018/xgp/ep",
   [junit4]   2> 	  "node_name":"127.0.0.1:51018_xgp%2Fep",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4611053 T19349 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 4611054 T19380 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4611057 T19385 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 4611059 T19380 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 4612498 T19320 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-2-001\cores\collection1
   [junit4]   2> 4612501 T19320 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-2-001
   [junit4]   2> 4612503 T19320 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 4612509 T19320 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@bb9f7f{/xgp/ep,null,AVAILABLE}
   [junit4]   2> 4612511 T19320 oejs.AbstractConnector.doStart Started ServerConnector@1b6db14{HTTP/1.1}{127.0.0.1:51029}
   [junit4]   2> 4612512 T19320 oejs.Server.doStart Started @4629017ms
   [junit4]   2> 4612512 T19320 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/xgp/ep, hostPort=51028, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-2-001\cores}
   [junit4]   2> 4612512 T19320 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4612512 T19320 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-2-001\'
   [junit4]   2> 4612560 T19320 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-2-001\solr.xml
   [junit4]   2> 4612572 T19320 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-2-001\cores
   [junit4]   2> 4612573 T19320 oasc.CoreContainer.<init> New CoreContainer 4608369
   [junit4]   2> 4612573 T19320 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-2-001\]
   [junit4]   2> 4612573 T19320 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-2-001\lib
   [junit4]   2> 4612573 T19320 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-2-001\lib).
   [junit4]   2> 4612587 T19320 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4612588 T19320 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4612588 T19320 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4612589 T19320 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4612589 T19320 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4612589 T19320 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4612589 T19320 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4612590 T19320 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4612590 T19320 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4612591 T19320 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4612592 T19320 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4612593 T19320 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4612593 T19320 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4612593 T19320 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4612594 T19320 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4612594 T19320 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50995/solr
   [junit4]   2> 4612594 T19320 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4612594 T19320 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4612597 T19320 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4612600 T19400 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fa7280 name:ZooKeeperConnection Watcher:127.0.0.1:50995 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4612602 T19320 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4612603 T19320 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4612607 T19320 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4612610 T19403 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c215e0 name:ZooKeeperConnection Watcher:127.0.0.1:50995/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4612611 T19320 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4612623 T19320 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4613569 T19320 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51028_xgp%2Fep
   [junit4]   2> 4613571 T19320 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51028_xgp%2Fep
   [junit4]   2> 4613582 T19320 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4613589 T19320 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-2-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-2-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4613591 T19320 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-2-001\cores\collection1\
   [junit4]   2> 4613592 T19320 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4613596 T19404 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4613596 T19404 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4613599 T19348 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4613602 T19349 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51028/xgp/ep",
   [junit4]   2> 	  "node_name":"127.0.0.1:51028_xgp%2Fep",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 4613603 T19404 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 4613604 T19404 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 4613603 T19349 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51028/xgp/ep",
   [junit4]   2> 	  "node_name":"127.0.0.1:51028_xgp%2Fep",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4613604 T19349 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 4613604 T19349 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 4613605 T19404 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 4613607 T19349 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 4613608 T19403 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4613608 T19380 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4613609 T19404 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 4613609 T19404 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4613610 T19404 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4613610 T19404 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 4613610 T19380 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 4613611 T19403 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 4613612 T19404 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4613612 T19404 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4613615 T19404 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4613615 T19404 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DC8D5A670BAEDE0-001\shard-2-001\cores\collection1\'
   [junit4]   2> 4613641 T19404 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4613645 T19404 oasc.Config.<in

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

dlerTest, TestConfigOverlay, CacheHeaderTest, DateFieldTest, DocumentAnalysisRequestHandlerTest, SolrXmlInZkTest, TestCollapseQParserPlugin, ResponseHeaderTest, TestExtendedDismaxParser, StandardRequestHandlerTest, TestConfigSets, PluginInfoTest, TestBM25SimilarityFactory, TestLazyCores, TestSuggestSpellingConverter, TestReplicationHandler, CSVRequestHandlerTest, TestMiniSolrCloudClusterSSL, TestConfigReload, TestSimpleTrackingShardHandler, OutputWriterTest, HdfsChaosMonkeySafeLeaderTest, TestReplicationHandlerBackup, TestSchemaSimilarityResource, TestDynamicLoading, OverseerRolesTest, TestRangeQuery, CurrencyFieldXmlFileTest, DistanceFunctionTest, TestDistribDocBasedVersion, TestBinaryField, PathHierarchyTokenizerFactoryTest, DeleteInactiveReplicaTest, TestRandomDVFaceting, AliasIntegrationTest, MultiThreadedOCPTest, TestImplicitCoreProperties, TestSolrDynamicMBean, TestCollectionAPI, TestSolrConfigHandlerConcurrent, TestFileDictionaryLookup, TestWordDelimiterFilterFactory, TestHighlightDedupGrouping, DirectSolrConnectionTest, TestSystemIdResolver, DistributedExpandComponentTest, FacetPivotSmallTest, DocValuesTest, TestFaceting, CoreAdminRequestStatusTest, AnalyticsQueryTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, SignatureUpdateProcessorFactoryTest, DirectUpdateHandlerTest, TestManagedStopFilterFactory, MoreLikeThisHandlerTest, TestCloudManagedSchema, SpellingQueryConverterTest, TestPhraseSuggestions, TestRestManager, LoggingHandlerTest, PolyFieldTest, TestSort, TestReloadAndDeleteDocs, ChaosMonkeyNothingIsSafeTest, AnalysisErrorHandlingTest, TestCoreContainer, TestFiltering, TestPostingsSolrHighlighter, ShowFileRequestHandlerTest, SortByFunctionTest, BinaryUpdateRequestHandlerTest, ShardRoutingCustomTest, SolrInfoMBeanTest, TestCloudInspectUtil, TestJmxMonitoredMap, TestRealTimeGet, ShardRoutingTest, TestLFUCache, TestBinaryResponseWriter, TestUpdate, TimeZoneUtilsTest, UnloadDistributedZkTest, TestInitParams, SimpleCollectionCreateDeleteTest, SimpleFacetsTest, SchemaVersionSpecificBehaviorTest, TestCloudPivotFacet, TestComplexPhraseQParserPlugin, TestMiniSolrCloudCluster, OverriddenZkACLAndCredentialsProvidersTest, TestStressVersions, ExitableDirectoryReaderTest, TestBulkSchemaConcurrent, DistributedQueueTest, UUIDFieldTest, TestElisionMultitermQuery, PreAnalyzedUpdateProcessorTest, TestStressRecovery, AssignTest, MinimalSchemaTest, TestStressUserVersions, DeleteShardTest, CustomCollectionTest, HdfsRecoveryZkTest, ZkSolrClientTest, RecoveryZkTest, ClusterStateUpdateTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, BasicZkTest, FullSolrCloudDistribCmdsTest, TestRandomFaceting, LeaderElectionTest, TestZkChroot, ZkCLITest, TestDistributedSearch, TestRecovery, TestHashPartitioner, TestStressReorder, TestJoin, TestReload, TestSolr4Spatial, TestGroupingSearch, SolrCmdDistributorTest, PeerSyncTest, TestFunctionQuery, DistributedQueryElevationComponentTest, SimplePostToolTest, TestCoreDiscovery, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, SuggesterTSTTest, SuggesterTest, TestStressLucene, TestTrie, SpatialFilterTest, SuggesterWFSTTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, DirectUpdateHandlerOptimizeTest, TestRemoteStreaming, DocValuesMultiTest, XsltUpdateRequestHandlerTest, DebugComponentTest, IndexBasedSpellCheckerTest, DisMaxRequestHandlerTest, TestWriterPerf, TestReversedWildcardFilterFactory, TestQueryTypes, PrimitiveFieldTypeTest, TestOmitPositions, FileBasedSpellCheckerTest, TermsComponentTest, RequestHandlersTest, DocumentBuilderTest, TermVectorComponentTest, TestIndexingPerformance, TestSolrQueryParser, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, SolrPluginUtilsTest, TestJmxIntegration, ReturnFieldsTest, JSONWriterTest, MBeansHandlerTest, QueryParsingTest, TestAnalyzedSuggestions, JsonLoaderTest, TestPHPSerializedResponseWriter, PingRequestHandlerTest, TestQuerySenderListener, UpdateParamsTest, TestSolrIndexConfig, TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, SolrIndexConfigTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestDocSet, TestSearchPerf, TestConfig, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, EchoParamsTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestDefaultSimilarityFactory, ResourceLoaderTest, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PrimUtilsTest, DOMUtilTest, RAMDirectoryFactoryTest, ClusterStateTest, TestSolrJ, ZkNodePropsTest, FileUtilsTest, DistributedMLTComponentTest, TestRTGBase, CursorPagingTest, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestTolerantSearch, TestJettySolrRunner, ActionThrottleTest, AsyncMigrateRouteKeyTest, CloudExitableDirectoryReaderTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, DistribJoinFromCollectionTest, ExternalCollectionsTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerStatusTest, RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, ReplicationFactorTest, RollingRestartTest, SSLMigrationTest, SaslZkACLProviderTest, ShardSplitTest, SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest, TestCryptoKeys, TestReplicaProperties, TestRequestStatusCollectionAPI, TestShortCircuitedRequests, TriLevelCompositeIdRoutingTest, HdfsBasicDistributedZkTest, HdfsCollectionsAPIDistributedZkTest, HdfsSyncSliceTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, TestClusterStateMutator, ZkStateWriterTest, HdfsDirectoryFactoryTest, QueryResultKeyTest, TestShardHandlerFactory, TestSolrConfigHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandler -Dtests.seed=DC8D5A670BAEDE0 -Dtests.slow=true -Dtests.locale=ca_ES -Dtests.timezone=America/Phoenix -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s | TestSolrConfigHandler (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler DC8D5A670BAEDE0-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler DC8D5A670BAEDE0-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler DC8D5A670BAEDE0-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler DC8D5A670BAEDE0-001\tempDir-010\collection1\conf
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler DC8D5A670BAEDE0-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler DC8D5A670BAEDE0-001\tempDir-010\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler DC8D5A670BAEDE0-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler DC8D5A670BAEDE0-001\tempDir-010
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DC8D5A670BAEDE0]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:286)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 14.84s, 4 tests, 1 error <<< FAILURES!

[...truncated 242 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 471 suites, 1872 tests, 1 suite-level error, 1 error, 57 ignored (30 assumptions)

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



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

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

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:901)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:754)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more




Build Log:
[...truncated 10076 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\init-core-data-001
   [junit4]   2> 4070484 T18119 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /x_kyz/zj
   [junit4]   2> 4070487 T18119 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4070487 T18120 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 4070552 T18119 oasc.ZkTestServer.run start zk server on port:56063
   [junit4]   2> 4070552 T18119 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4070554 T18119 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4070559 T18127 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7d89c780 name:ZooKeeperConnection Watcher:127.0.0.1:56063 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4070559 T18119 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4070559 T18119 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4070559 T18119 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 4070564 T18119 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4070565 T18119 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4070566 T18130 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@76b62aaa name:ZooKeeperConnection Watcher:127.0.0.1:56063/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4070566 T18119 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4070566 T18119 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4070567 T18119 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 4070568 T18119 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 4070569 T18119 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 4070571 T18119 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 4070573 T18119 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 4070574 T18119 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 4070576 T18119 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 4070577 T18119 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 4070579 T18119 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4070579 T18119 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4070581 T18119 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 4070581 T18119 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 4070584 T18119 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 4070584 T18119 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 4070586 T18119 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 4070587 T18119 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 4070589 T18119 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 4070590 T18119 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 4070592 T18119 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4070593 T18119 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4070597 T18119 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4070598 T18119 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4070600 T18119 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 4070600 T18119 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 4070602 T18119 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 4070603 T18119 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 4071716 T18119 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\control-001\cores\collection1
   [junit4]   2> 4071720 T18119 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 4071721 T18119 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@736d4e0c{/x_kyz/zj,null,AVAILABLE}
   [junit4]   2> 4071723 T18119 oejs.AbstractConnector.doStart Started ServerConnector@d0edf1b{HTTP/1.1}{127.0.0.1:56071}
   [junit4]   2> 4071724 T18119 oejs.Server.doStart Started @4071890ms
   [junit4]   2> 4071724 T18119 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\tempDir-001/control/data, hostContext=/x_kyz/zj, hostPort=56070, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\control-001\cores}
   [junit4]   2> 4071724 T18119 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 4071724 T18119 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\control-001\'
   [junit4]   2> 4071752 T18119 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\control-001\solr.xml
   [junit4]   2> 4071757 T18119 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\control-001\cores
   [junit4]   2> 4071759 T18119 oasc.CoreContainer.<init> New CoreContainer 86056007
   [junit4]   2> 4071759 T18119 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\control-001\]
   [junit4]   2> 4071759 T18119 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\control-001\lib
   [junit4]   2> 4071759 T18119 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\control-001\lib).
   [junit4]   2> 4071768 T18119 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4071768 T18119 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4071768 T18119 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4071768 T18119 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4071768 T18119 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4071768 T18119 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4071768 T18119 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4071768 T18119 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4071768 T18119 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4071768 T18119 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4071768 T18119 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4071769 T18119 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4071770 T18119 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4071770 T18119 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4071770 T18119 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4071770 T18119 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56063/solr
   [junit4]   2> 4071770 T18119 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4071770 T18119 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4071772 T18119 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4071773 T18144 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5313c61d name:ZooKeeperConnection Watcher:127.0.0.1:56063 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4071774 T18119 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4071774 T18119 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4071776 T18119 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4071777 T18147 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e991556 name:ZooKeeperConnection Watcher:127.0.0.1:56063/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4071777 T18119 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4071778 T18119 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 4071783 T18119 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 4071786 T18119 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 4071788 T18119 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 4071791 T18119 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 4071794 T18119 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 4071796 T18119 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56070_x_kyz%2Fzj
   [junit4]   2> 4071797 T18119 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56070_x_kyz%2Fzj
   [junit4]   2> 4071800 T18119 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 4071802 T18119 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 4071803 T18119 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4071805 T18119 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:56070_x_kyz%2Fzj
   [junit4]   2> 4071805 T18119 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 4071807 T18119 oasc.Overseer.start Overseer (id=93442491873558531-127.0.0.1:56070_x_kyz%2Fzj-n_0000000000) starting
   [junit4]   2> 4071810 T18119 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 4071820 T18119 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 4071822 T18149 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 4071822 T18148 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 4071822 T18119 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 4071824 T18119 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 4071825 T18119 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4071829 T18119 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4071831 T18119 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\control-001\cores\collection1\
   [junit4]   2> 4071831 T18119 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4071832 T18151 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 4071832 T18151 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4071832 T18147 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4071832 T18151 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4071834 T18148 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56070/x_kyz/zj",
   [junit4]   2> 	  "node_name":"127.0.0.1:56070_x_kyz%2Fzj",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 4071835 T18148 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56070/x_kyz/zj",
   [junit4]   2> 	  "node_name":"127.0.0.1:56070_x_kyz%2Fzj",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4071835 T18148 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 4071835 T18148 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 4071836 T18147 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4072479 T18151 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4072479 T18151 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 4072481 T18151 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4072481 T18151 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4072483 T18151 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4072483 T18151 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\control-001\cores\collection1\'
   [junit4]   2> 4072498 T18151 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4072500 T18151 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4072507 T18151 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4072525 T18151 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 4072529 T18151 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4072531 T18151 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4072534 T18151 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4072623 T18151 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4072627 T18151 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4072628 T18151 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4072638 T18151 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4072641 T18151 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4072642 T18151 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4072643 T18151 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4072643 T18151 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4072644 T18151 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4072645 T18151 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4072645 T18151 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4072645 T18151 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 4072645 T18151 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4072645 T18151 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\control-001\cores\collection1\data\
   [junit4]   2> 4072646 T18151 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@397574cf
   [junit4]   2> 4072646 T18151 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\control-001\cores\collection1\data\
   [junit4]   2> 4072647 T18151 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\control-001\cores\collection1\data\index/
   [junit4]   2> 4072647 T18151 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4072647 T18151 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\control-001\cores\collection1\data\index
   [junit4]   2> 4072647 T18151 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=44, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 4072647 T18151 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@693bdeb8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@28cf241b),segFN=segments_1,generation=1}
   [junit4]   2> 4072648 T18151 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4072650 T18151 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4072651 T18151 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4072651 T18151 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4072651 T18151 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4072652 T18151 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4072652 T18151 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4072652 T18151 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4072652 T18151 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4072652 T18151 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4072656 T18151 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4072657 T18151 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4072658 T18151 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4072659 T18151 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4072662 T18151 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 4072662 T18151 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4072663 T18151 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4072663 T18151 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 4072664 T18151 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4072665 T18151 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4072665 T18151 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=3, maxMergeAtOnceExplicit=8, maxMergedSegmentMB=82.1630859375, floorSegmentMB=1.15234375, forceMergeDeletesPctAllowed=6.2944842299540475, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.17317133840495824
   [junit4]   2> 4072665 T18151 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@693bdeb8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@28cf241b),segFN=segments_1,generation=1}
   [junit4]   2> 4072665 T18151 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4072665 T18151 oass.SolrIndexSearcher.<init> Opening Searcher@3785ffa4[collection1] main
   [junit4]   2> 4072666 T18151 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4072667 T18151 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4072667 T18151 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4072667 T18151 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4072667 T18151 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4072667 T18151 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4072668 T18151 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4072668 T18151 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4072669 T18151 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4072669 T18151 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4072669 T18151 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4072669 T18152 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3785ffa4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4072670 T18155 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56070/x_kyz/zj collection:control_collection shard:shard1
   [junit4]   2> 4072671 T18119 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4072671 T18119 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4072671 T18119 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4072672 T18155 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 4072672 T18119 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4072673 T18159 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@35767a86 name:ZooKeeperConnection Watcher:127.0.0.1:56063/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4072674 T18119 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4072674 T18119 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4072675 T18119 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4072677 T18155 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 4072678 T18119 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 4072678 T18119 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 4072679 T18147 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4072679 T18119 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4072679 T18155 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4072679 T18155 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4488 name=collection1 org.apache.solr.core.SolrCore@27f860d url=http://127.0.0.1:56070/x_kyz/zj/collection1 node=127.0.0.1:56070_x_kyz%2Fzj C4488_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:56070/x_kyz/zj, node_name=127.0.0.1:56070_x_kyz%2Fzj, state=down}
   [junit4]   2> 4072680 T18155 C4488 P56070 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56070/x_kyz/zj/collection1/
   [junit4]   2> 4072680 T18155 C4488 P56070 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4072680 T18155 C4488 P56070 oasc.SyncStrategy.syncToMe http://127.0.0.1:56070/x_kyz/zj/collection1/ has no replicas
   [junit4]   2> 4072680 T18155 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56070/x_kyz/zj/collection1/ shard1
   [junit4]   2> 4072681 T18155 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 4072680 T18148 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 4072681 T18119 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4072682 T18162 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@473f1e6b name:ZooKeeperConnection Watcher:127.0.0.1:56063/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4072683 T18119 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4072683 T18119 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4072684 T18147 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4072686 T18148 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 1
   [junit4]   2> 4072686 T18148 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 4072687 T18147 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4072688 T18159 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4072693 T18148 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56070/x_kyz/zj",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 4072694 T18148 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 4072696 T18159 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4072696 T18147 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4072701 T18147 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4072766 T18147 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4072767 T18159 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4072790 T18155 oasc.ZkController.register We are http://127.0.0.1:56070/x_kyz/zj/collection1/ and leader is http://127.0.0.1:56070/x_kyz/zj/collection1/
   [junit4]   2> 4072790 T18155 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56070/x_kyz/zj
   [junit4]   2> 4072790 T18155 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4072790 T18155 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 4072790 T18155 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4072792 T18147 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4072793 T18148 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56070/x_kyz/zj",
   [junit4]   2> 	  "node_name":"127.0.0.1:56070_x_kyz%2Fzj",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 4072794 T18148 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56070/x_kyz/zj",
   [junit4]   2> 	  "node_name":"127.0.0.1:56070_x_kyz%2Fzj",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4072862 T18159 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4072862 T18147 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4073833 T18119 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-1-001\cores\collection1
   [junit4]   2> 4073837 T18119 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-1-001
   [junit4]   2> 4073838 T18119 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 4073840 T18119 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@34c2e5a2{/x_kyz/zj,null,AVAILABLE}
   [junit4]   2> 4073840 T18119 oejs.AbstractConnector.doStart Started ServerConnector@39d6e310{HTTP/1.1}{127.0.0.1:56087}
   [junit4]   2> 4073840 T18119 oejs.Server.doStart Started @4075246ms
   [junit4]   2> 4073840 T18119 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/x_kyz/zj, hostPort=56086, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-1-001\cores}
   [junit4]   2> 4073840 T18119 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 4073840 T18119 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-1-001\'
   [junit4]   2> 4073864 T18119 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-1-001\solr.xml
   [junit4]   2> 4073872 T18119 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-1-001\cores
   [junit4]   2> 4073872 T18119 oasc.CoreContainer.<init> New CoreContainer 1230381567
   [junit4]   2> 4073872 T18119 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-1-001\]
   [junit4]   2> 4073872 T18119 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-1-001\lib
   [junit4]   2> 4073874 T18119 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-1-001\lib).
   [junit4]   2> 4073881 T18119 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4073881 T18119 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4073881 T18119 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4073881 T18119 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4073881 T18119 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4073881 T18119 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4073881 T18119 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4073883 T18119 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4073883 T18119 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4073883 T18119 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4073883 T18119 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4073883 T18119 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4073884 T18119 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4073884 T18119 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4073884 T18119 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4073884 T18119 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56063/solr
   [junit4]   2> 4073884 T18119 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4073884 T18119 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4073886 T18119 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4073888 T18176 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@46d6f03d name:ZooKeeperConnection Watcher:127.0.0.1:56063 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4073888 T18119 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4073888 T18119 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4073890 T18119 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4073891 T18179 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@510f2bb2 name:ZooKeeperConnection Watcher:127.0.0.1:56063/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4073891 T18119 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4073896 T18119 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4074547 T18119 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56086_x_kyz%2Fzj
   [junit4]   2> 4074549 T18119 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56086_x_kyz%2Fzj
   [junit4]   2> 4074556 T18119 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4074560 T18119 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4074561 T18119 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-1-001\cores\collection1\
   [junit4]   2> 4074561 T18119 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4074565 T18180 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4074565 T18180 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4074567 T18147 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4074568 T18180 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 4074569 T18180 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 4074569 T18148 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56086/x_kyz/zj",
   [junit4]   2> 	  "node_name":"127.0.0.1:56086_x_kyz%2Fzj",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 4074569 T18180 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 4074570 T18148 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56086/x_kyz/zj",
   [junit4]   2> 	  "node_name":"127.0.0.1:56086_x_kyz%2Fzj",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4074570 T18148 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 4074570 T18148 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 4074571 T18180 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 4074571 T18180 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4074572 T18148 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 4074572 T18179 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4074573 T18179 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 4075217 T18180 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4075217 T18180 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 4075219 T18180 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4075219 T18180 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4075221 T18180 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4075221 T18180 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-1-001\cores\collection1\'
   [junit4]   2> 4075259 T18180 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4075262 T18180 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4075268 T18180 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4075272 T18180 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 4075279 T18180 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4075281 T18180 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4075284 T18180 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4075375 T18180 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4075378 T18180 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4075378 T18180 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4075390 T18180 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4075392 T18180 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4075394 T18180 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4075395 T18180 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4075395 T18180 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4075395 T18180 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4075397 T18180 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4075397 T18180 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4075397 T18180 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 4075397 T18180 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4075398 T18180 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 4075398 T18180 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@397574cf
   [junit4]   2> 4075398 T18180 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 4075398 T18180 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 4075398 T18180 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4075399 T18180 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 4075399 T18180 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=44, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 4075400 T18180 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2866deae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3f6ed5d8),segFN=segments_1,generation=1}
   [junit4]   2> 4075400 T18180 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4075405 T18180 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4075405 T18180 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4075405 T18180 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4075405 T18180 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4075405 T18180 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4075405 T18180 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4075406 T18180 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4075407 T18180 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4075407 T18180 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4075410 T18180 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4075412 T18180 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4075412 T18180 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4075414 T18180 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4075418 T18180 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 4075418 T18180 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4075420 T18180 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4075420 T18180 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 4075421 T18180 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4075421 T18180 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4075422 T18180 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=3, maxMergeAtOnceExplicit=8, maxMergedSegmentMB=82.1630859375, floorSegmentMB=1.15234375, forceMergeDeletesPctAllowed=6.2944842299540475, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.17317133840495824
   [junit4]   2> 4075422 T18180 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2866deae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3f6ed5d8),segFN=segments_1,generation=1}
   [junit4]   2> 4075422 T18180 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4075422 T18180 oass.SolrIndexSearcher.<init> Opening Searcher@71829c49[collection1] main
   [junit4]   2> 4075422 T18180 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4075424 T18180 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4075424 T18180 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4075424 T18180 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4075424 T18180 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4075424 T18180 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4075426 T18180 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4075426 T18180 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4075426 T18180 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4075426 T18180 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4075426 T18180 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4075427 T18181 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@71829c49[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4075429 T18184 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56086/x_kyz/zj collection:collection1 shard:shard2
   [junit4]   2> 4075429 T18119 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4075429 T18119 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4075429 T18184 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 4075434 T18184 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 4075436 T18147 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4075437 T18184 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4075437 T18184 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4489 name=collection1 org.apache.solr.core.SolrCore@37185c5a url=http://127.0.0.1:56086/x_kyz/zj/collection1 node=127.0.0.1:56086_x_kyz%2Fzj C4489_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:56086/x_kyz/zj, node_name=127.0.0.1:56086_x_kyz%2Fzj, state=down}
   [junit4]   2> 4075437 T18184 C4489 P56086 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56086/x_kyz/zj/collection1/
   [junit4]   2> 4075437 T18184 C4489 P56086 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4075437 T18184 C4489 P56086 oasc.SyncStrategy.syncToMe http://127.0.0.1:56086/x_kyz/zj/collection1/ has no replicas
   [junit4]   2> 4075437 T18184 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56086/x_kyz/zj/collection1/ shard2
   [junit4]   2> 4075438 T18184 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 4075439 T18148 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 4075441 T18148 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 4075442 T18179 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4075443 T18179 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 4075446 T18148 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56086/x_kyz/zj",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 4075448 T18148 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 4075448 T18179 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4075449 T18179 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 4075451 T18147 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4075479 T18184 oasc.ZkController.register We are http://127.0.0.1:56086/x_kyz/zj/collection1/ and leader is http://127.0.0.1:56086/x_kyz/zj/collection1/
   [junit4]   2> 4075479 T18184 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56086/x_kyz/zj
   [junit4]   2> 4075479 T18184 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4075479 T18184 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 4075479 T18184 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4075480 T18147 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4075482 T18148 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56086/x_kyz/zj",
   [junit4]   2> 	  "node_name":"127.0.0.1:56086_x_kyz%2Fzj",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 4075482 T18148 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56086/x_kyz/zj",
   [junit4]   2> 	  "node_name":"127.0.0.1:56086_x_kyz%2Fzj",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4075485 T18148 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 4075486 T18179 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4075487 T18184 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 4075488 T18179 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 4076642 T18119 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-2-001\cores\collection1
   [junit4]   2> 4076645 T18119 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-2-001
   [junit4]   2> 4076646 T18119 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 4076647 T18119 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@40ed4cfb{/x_kyz/zj,null,AVAILABLE}
   [junit4]   2> 4076649 T18119 oejs.AbstractConnector.doStart Started ServerConnector@430f7a81{HTTP/1.1}{127.0.0.1:56097}
   [junit4]   2> 4076649 T18119 oejs.Server.doStart Started @4079613ms
   [junit4]   2> 4076649 T18119 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/x_kyz/zj, hostPort=56096, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-2-001\cores}
   [junit4]   2> 4076649 T18119 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 4076649 T18119 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-2-001\'
   [junit4]   2> 4076673 T18119 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-2-001\solr.xml
   [junit4]   2> 4076689 T18119 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-2-001\cores
   [junit4]   2> 4076691 T18119 oasc.CoreContainer.<init> New CoreContainer 1678308023
   [junit4]   2> 4076691 T18119 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-2-001\]
   [junit4]   2> 4076691 T18119 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-2-001\lib
   [junit4]   2> 4076692 T18119 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-2-001\lib).
   [junit4]   2> 4076700 T18119 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4076700 T18119 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4076700 T18119 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4076700 T18119 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4076700 T18119 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4076700 T18119 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4076700 T18119 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4076700 T18119 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4076700 T18119 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4076700 T18119 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4076700 T18119 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4076702 T18119 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4076702 T18119 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4076702 T18119 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4076702 T18119 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4076703 T18119 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56063/solr
   [junit4]   2> 4076703 T18119 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4076703 T18119 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4076706 T18119 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4076707 T18199 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3cc2efe5 name:ZooKeeperConnection Watcher:127.0.0.1:56063 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4076707 T18119 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4076708 T18119 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4076709 T18119 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4076710 T18202 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@25e5e747 name:ZooKeeperConnection Watcher:127.0.0.1:56063/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4076710 T18119 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4076718 T18119 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4077433 T18119 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56096_x_kyz%2Fzj
   [junit4]   2> 4077435 T18119 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56096_x_kyz%2Fzj
   [junit4]   2> 4077442 T18119 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4077446 T18119 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-2-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-2-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4077446 T18119 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-2-001\cores\collection1\
   [junit4]   2> 4077448 T18119 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4077452 T18203 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4077452 T18203 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4077453 T18147 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4077455 T18203 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 4077455 T18203 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 4077455 T18148 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56096/x_kyz/zj",
   [junit4]   2> 	  "node_name":"127.0.0.1:56096_x_kyz%2Fzj",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 4077455 T18203 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 4077455 T18148 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56096/x_kyz/zj",
   [junit4]   2> 	  "node_name":"127.0.0.1:56096_x_kyz%2Fzj",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4077455 T18148 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 4077456 T18148 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 4077458 T18203 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 4077458 T18203 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4077459 T18148 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 4077460 T18179 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4077460 T18202 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4077461 T18179 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 4077461 T18202 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 4078169 T18203 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4078169 T18203 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 4078171 T18203 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4078171 T18203 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4078173 T18203 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4078173 T18203 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-2-001\cores\collection1\'
   [junit4]   2> 4078194 T18203 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4078196 T18203 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4078203 T18203 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4078204 T18203 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 4078210 T18203 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4078213 T18203 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4078216 T18203 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4078304 T18203 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4078308 T18203 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4078310 T18203 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4078319 T18203 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4078322 T18203 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4078324 T18203 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4078326 T18203 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4078326 T18203 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4078326 T18203 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4078327 T18203 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4078327 T18203 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4078328 T18203 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 4078328 T18203 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4078329 T18203 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 4078329 T18203 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@397574cf
   [junit4]   2> 4078329 T18203 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 4078329 T18203 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-2-001\cores\collection1\data\index/
   [junit4]   2> 4078329 T18203 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-2-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4078330 T18203 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5D1D79982F898837-001\shard-2-001\cores\collection1\data\index
   [junit4]   2> 4078330 T18203 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=44, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 4078331 T18203 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectory

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

e Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=208378432,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestInfoStreamLogging, TestComplexPhraseQParserPlugin, ConvertedLegacyTest, CloudMLTQParserTest, TestSerializedLuceneMatchVersion, TestDocumentBuilder, MinimalSchemaTest, IndexBasedSpellCheckerTest, StatsComponentTest, FacetPivotSmallTest, SolrIndexConfigTest, TestClassNameShortening, SimpleFacetsTest, TestSchemaVersionResource, BJQParserTest, ExternalCollectionsTest, TestFastOutputStream, ReturnFieldsTest, TestLRUCache, TestCursorMarkWithoutUniqueKey, LeaderElectionTest, SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, TestManagedSchemaFieldResource, SampleTest, TestCollationField, DistribJoinFromCollectionTest, TestMissingGroups, SoftAutoCommitTest, BadComponentTest, CloudExitableDirectoryReaderTest, TestCharFilters, PreAnalyzedFieldTest, TestDistributedGrouping, SSLMigrationTest, DirectSolrSpellCheckerTest, HdfsDirectoryFactoryTest, TestWriterPerf, SuggestComponentTest, TestFaceting, TestSolr4Spatial, HdfsBasicDistributedZkTest, IndexSchemaRuntimeFieldTest, TestSolrQueryParserResource, DistributedQueryElevationComponentTest, BasicDistributedZk2Test, TestCryptoKeys, TestIndexingPerformance, SolrCmdDistributorTest, SpatialHeatmapFacetsTest, TestBinaryField, DistanceFunctionTest, RequiredFieldsTest, TestSolrConfigHandler, InfoHandlerTest, TestClusterStateMutator, SearchHandlerTest, TestUtils, AddSchemaFieldsUpdateProcessorFactoryTest, HdfsCollectionsAPIDistributedZkTest, TestFastLRUCache, ChangedSchemaMergeTest, DeleteInactiveReplicaTest, LeaderElectionIntegrationTest, TestMiniSolrCloudClusterSSL, PrimUtilsTest, TestSolrIndexConfig, CacheHeaderTest, TestStressLucene, DisMaxRequestHandlerTest, TestRangeQuery, TestStressVersions, TestReRankQParserPlugin, NoCacheHeaderTest, StatelessScriptUpdateProcessorFactoryTest, DirectUpdateHandlerTest, TestSolrDeletionPolicy2, AsyncMigrateRouteKeyTest, DirectSolrConnectionTest, TestQuerySenderListener, OutputWriterTest, TestRestManager, CopyFieldTest, HdfsRecoveryZkTest, TestManagedSchema, TestXIncludeConfig, TestLeaderElectionZkExpiry, UniqFieldsUpdateProcessorFactoryTest, AliasIntegrationTest, SolrCoreTest, TestStandardQParsers, TestJmxMonitoredMap, CurrencyFieldXmlFileTest, TestSortingResponseWriter, ZkControllerTest, AlternateDirectoryTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestConfigReload, TestQuerySenderNoQuery, DistributedTermsComponentTest, RAMDirectoryFactoryTest, TestZkChroot, HdfsWriteToMultipleCollectionsTest, TestTrackingShardHandlerFactory, TestOrdValues, DateRangeFieldTest, DistributedFacetPivotWhiteBoxTest, TestSearchPerf, ResponseHeaderTest, TestDynamicFieldCollectionResource, DOMUtilTest, TestBlendedInfixSuggestions, SuggesterWFSTTest, DefaultValueUpdateProcessorTest, ZkNodePropsTest, CursorPagingTest, DateFieldTest, MultiThreadedOCPTest, TestInitParams, TestFreeTextSuggestions, IndexSchemaTest, SolrXmlInZkTest, SolrPluginUtilsTest, DeleteReplicaTest, TestManagedSynonymFilterFactory, EchoParamsTest, TestDocSet, TestCoreDiscovery, TestHighlightDedupGrouping, TestReload, DirectUpdateHandlerOptimizeTest, TestSolrConfigHandlerConcurrent, OverseerCollectionProcessorTest, TestShardHandlerFactory, CachingDirectoryFactoryTest, ChaosMonkeySafeLeaderTest, TestFiltering, DistributedFacetPivotLargeTest, BasicZkTest, TestLazyCores, ActionThrottleTest, DistribCursorPagingTest, TestSimpleQParserPlugin, SuggesterFSTTest, SignatureUpdateProcessorFactoryTest, TestCollectionAPI, SolrTestCaseJ4Test, ClusterStateUpdateTest, RequestHandlersTest, SynonymTokenizerTest, TestUniqueKeyFieldResource, TermsComponentTest, DeleteShardTest, BlockCacheTest, TestQueryUtils, DistributedFacetPivotSmallAdvancedTest, LukeRequestHandlerTest, DistanceUnitsTest, TestExactStatsCache, TestIBSimilarityFactory, DistributedFacetPivotSmallTest, TestUpdate, HttpPartitionTest, BinaryUpdateRequestHandlerTest, ExitableDirectoryReaderTest, SolrInfoMBeanTest, TestJmxIntegration, SuggesterTSTTest, TestMergePolicyConfig, RecoveryZkTest, DocumentBuilderTest, TestPostingsSolrHighlighter, ResourceLoaderTest, PluginInfoTest, SpatialFilterTest, TestAnalyzeInfixSuggestions, TestWordDelimiterFilterFactory, HighlighterConfigTest, TestManagedResourceStorage, FastVectorHighlighterTest, TestPerFieldSimilarity, BufferStoreTest, CollectionsAPIAsyncDistributedZkTest, UUIDFieldTest, TestBadConfig, TestValueSourceCache, PrimitiveFieldTypeTest, XmlUpdateRequestHandlerTest, TestSchemaManager, TestSolrXml, TestConfigOverlay, UpdateRequestProcessorFactoryTest, TestDefaultStatsCache, HdfsDirectoryTest, ShowFileRequestHandlerTest, DistributedFacetPivotLongTailTest, TestNRTOpen, CollectionsAPIDistributedZkTest, TestFunctionQuery, TestPHPSerializedResponseWriter, ChaosMonkeyNothingIsSafeTest, SliceStateTest, TestIntervalFaceting, CoreAdminHandlerTest, TestOverriddenPrefixQueryForCustomFieldType, PreAnalyzedUpdateProcessorTest, LoggingHandlerTest, FieldMutatingUpdateProcessorTest, ShardRoutingCustomTest, ZkStateWriterTest, PeerSyncTest, SimpleMLTQParserTest, ExternalFileFieldSortTest, TestDefaultSimilarityFactory, DistributedQueryComponentCustomSortTest, TestRecovery, TestCollationFieldDocValues, CoreAdminRequestStatusTest, TestDynamicLoading, TestRandomFaceting, ResponseLogComponentTest, OverriddenZkACLAndCredentialsProvidersTest, TestGroupingSearch, TestLuceneMatchVersion, CurrencyFieldOpenExchangeTest, SaslZkACLProviderTest, SolrCoreCheckLockOnStartupTest, HdfsLockFactoryTest, BasicDistributedZkTest, UnloadDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, ShardRoutingTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, ZkSolrClientTest, TestRandomDVFaceting, ZkCLITest, TestDistributedSearch, AutoCommitTest, TestHashPartitioner, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestRealTimeGet, TestStressReorder, TestJoin, HardAutoCommitTest, TestCoreContainer, SpellCheckComponentTest, QueryElevationComponentTest, BadIndexSchemaTest, TestSort, BasicFunctionalityTest, TestIndexSearcher, HighlighterTest, SimplePostToolTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SolrRequestParserTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTest, TestTrie, TestCSVLoader, PolyFieldTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, TestAtomicUpdateErrorCases, QueryEqualityTest, SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, DebugComponentTest, TestSurroundQueryParser, StandardRequestHandlerTest, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, TestQueryTypes, TestOmitPositions, FileBasedSpellCheckerTest, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, TestArbitraryIndexDir, RegexBoostProcessorTest, JSONWriterTest, TestCSVResponseWriter, MBeansHandlerTest, QueryParsingTest, TestAnalyzedSuggestions, JsonLoaderTest, TestPartialUpdateDeduplication, PingRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, TestBinaryResponseWriter, TestLFUCache, SOLR749Test, UpdateParamsTest, TestStressRecovery, MultiTermTest, NumericFieldsTest, TestElisionMultitermQuery, TestConfig, TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, NotRequiredUniqueKeyTest, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCodecSupport, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter, TimeZoneUtilsTest, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, DateMathParserTest, TestSystemIdResolver, TestSuggestSpellingConverter, SpellingQueryConverterTest, ClusterStateTest, TestSolrJ, SystemInfoHandlerTest, FileUtilsTest, CircularListTest, DistributedMLTComponentTest, TestRTGBase, DistributedIntervalFacetingTest, TestDistributedMissingSort, TestSimpleTrackingShardHandler, TestTolerantSearch, TestJettySolrRunner, AssignTest, ConnectionManagerTest, CustomCollectionTest, DistribDocExpirationUpdateProcessorTest, DistributedQueueTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, MigrateRouteKeyTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerRolesTest, OverseerStatusTest, RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, ReplicationFactorTest]
   [junit4] Completed in 53.49s, 1 test, 1 error <<< FAILURES!

[...truncated 327 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 471 suites, 1872 tests, 1 error, 57 ignored (30 assumptions)

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



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

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

2 tests failed.
FAILED:  org.apache.solr.handler.TestBlobHandler.doBlobHandlerTest

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

Stack Trace:
java.lang.AssertionError: {responseHeader={status=0, QTime=5}, response={numFound=0, start=0, docs=[]}}
	at __randomizedtesting.SeedInfo.seed([F6653B7564F333ED:16A41927DF1F451F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.handler.TestBlobHandler.doBlobHandlerTest(TestBlobHandler.java:97)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:901)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:754)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more




Build Log:
[...truncated 9155 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\init-core-data-001
   [junit4]   2> 1042429 T4146 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /rs/
   [junit4]   2> 1042437 T4146 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1042437 T4147 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1042563 T4146 oasc.ZkTestServer.run start zk server on port:62008
   [junit4]   2> 1042563 T4146 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1042567 T4146 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1042574 T4154 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@36be2a name:ZooKeeperConnection Watcher:127.0.0.1:62008 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1042574 T4146 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1042576 T4146 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1042576 T4146 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1042583 T4146 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1042585 T4146 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1042590 T4157 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e76e57 name:ZooKeeperConnection Watcher:127.0.0.1:62008/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1042590 T4146 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1042591 T4146 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1042591 T4146 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1042598 T4146 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1042605 T4146 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1042619 T4146 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1042628 T4146 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1042630 T4146 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1042643 T4146 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1042643 T4146 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1042653 T4146 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1042653 T4146 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1042659 T4146 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1042662 T4146 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1042670 T4146 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1042670 T4146 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1042678 T4146 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1042678 T4146 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1042687 T4146 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1042687 T4146 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1042695 T4146 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1042696 T4146 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1042703 T4146 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1042707 T4146 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1042728 T4146 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1042730 T4146 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1042740 T4146 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1042741 T4146 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1044931 T4146 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\control-001\cores\collection1
   [junit4]   2> 1044940 T4146 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 1044947 T4146 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1872dfb{/rs,null,AVAILABLE}
   [junit4]   2> 1044978 T4146 oejs.AbstractConnector.doStart Started ServerConnector@31a6e2{HTTP/1.1}{127.0.0.1:62016}
   [junit4]   2> 1044979 T4146 oejs.Server.doStart Started @1068191ms
   [junit4]   2> 1044979 T4146 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\tempDir-001/control/data, hostContext=/rs, hostPort=62015, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\control-001\cores}
   [junit4]   2> 1044980 T4146 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1044980 T4146 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\control-001\'
   [junit4]   2> 1045032 T4146 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\control-001\solr.xml
   [junit4]   2> 1045045 T4146 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\control-001\cores
   [junit4]   2> 1045045 T4146 oasc.CoreContainer.<init> New CoreContainer 563288
   [junit4]   2> 1045047 T4146 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\control-001\]
   [junit4]   2> 1045047 T4146 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\control-001\lib
   [junit4]   2> 1045047 T4146 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\control-001\lib).
   [junit4]   2> 1045063 T4146 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1045063 T4146 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1045063 T4146 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1045064 T4146 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1045064 T4146 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1045064 T4146 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1045064 T4146 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1045064 T4146 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1045064 T4146 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1045064 T4146 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1045064 T4146 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1045064 T4146 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1045064 T4146 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1045064 T4146 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1045065 T4146 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1045066 T4146 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62008/solr
   [junit4]   2> 1045066 T4146 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1045066 T4146 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1045070 T4146 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1045071 T4171 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1795e20 name:ZooKeeperConnection Watcher:127.0.0.1:62008 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1045074 T4146 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1045074 T4146 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1045082 T4146 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1045087 T4174 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19feb86 name:ZooKeeperConnection Watcher:127.0.0.1:62008/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1045088 T4146 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1045091 T4146 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1045097 T4146 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1045103 T4146 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1045109 T4146 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1045117 T4146 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1045123 T4146 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1045124 T4146 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62015_rs
   [junit4]   2> 1045125 T4146 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62015_rs
   [junit4]   2> 1045130 T4146 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1045134 T4146 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1045138 T4146 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1045142 T4146 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:62015_rs
   [junit4]   2> 1045142 T4146 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1045149 T4146 oasc.Overseer.start Overseer (id=93439591931314179-127.0.0.1:62015_rs-n_0000000000) starting
   [junit4]   2> 1045156 T4146 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1045173 T4146 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1045174 T4175 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1045176 T4146 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1045177 T4176 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1045179 T4146 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1045183 T4146 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1045192 T4146 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 1045195 T4146 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\control-001\cores\collection1\
   [junit4]   2> 1045195 T4146 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1045199 T4178 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1045199 T4178 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1045200 T4174 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1045200 T4178 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1045203 T4175 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62015/rs",
   [junit4]   2> 	  "node_name":"127.0.0.1:62015_rs",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 1045204 T4175 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62015/rs",
   [junit4]   2> 	  "node_name":"127.0.0.1:62015_rs",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1045204 T4175 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 1045204 T4175 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1045206 T4174 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1046460 T4178 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1046460 T4178 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1046461 T4178 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1046461 T4178 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1046463 T4178 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1046463 T4178 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\control-001\cores\collection1\'
   [junit4]   2> 1046500 T4178 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1046505 T4178 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1046516 T4178 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1046519 T4178 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1046525 T4178 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1046529 T4178 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1046535 T4178 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1046667 T4178 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1046676 T4178 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1046677 T4178 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1046697 T4178 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1046702 T4178 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1046706 T4178 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1046708 T4178 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1046708 T4178 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1046708 T4178 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1046710 T4178 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1046710 T4178 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1046710 T4178 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1046710 T4178 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1046710 T4178 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\control-001\cores\collection1\data\
   [junit4]   2> 1046712 T4178 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@149df68
   [junit4]   2> 1046712 T4178 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\control-001\cores\collection1\data\
   [junit4]   2> 1046712 T4178 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\control-001\cores\collection1\data\index/
   [junit4]   2> 1046713 T4178 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1046713 T4178 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\control-001\cores\collection1\data\index
   [junit4]   2> 1046713 T4178 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.22483115394383912]
   [junit4]   2> 1046714 T4178 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@130988b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d8558f),segFN=segments_1,generation=1}
   [junit4]   2> 1046714 T4178 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1046718 T4178 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1046719 T4178 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1046719 T4178 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1046719 T4178 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1046719 T4178 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1046720 T4178 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1046720 T4178 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1046720 T4178 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1046720 T4178 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1046726 T4178 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1046730 T4178 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1046733 T4178 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1046735 T4178 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1046739 T4178 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1046740 T4178 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1046741 T4178 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1046742 T4178 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1046744 T4178 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1046744 T4178 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1046745 T4178 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=817140546, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1046745 T4178 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@130988b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d8558f),segFN=segments_1,generation=1}
   [junit4]   2> 1046746 T4178 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1046746 T4178 oass.SolrIndexSearcher.<init> Opening Searcher@18b378e[collection1] main
   [junit4]   2> 1046746 T4178 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1046749 T4178 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1046749 T4178 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1046749 T4178 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1046750 T4178 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1046750 T4178 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1046751 T4178 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1046752 T4178 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1046752 T4178 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1046752 T4178 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1046752 T4178 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1046752 T4179 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@18b378e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1046755 T4182 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:62015/rs collection:control_collection shard:shard1
   [junit4]   2> 1046756 T4146 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1046756 T4146 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1046760 T4182 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1046761 T4146 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1046764 T4146 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1046767 T4186 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8c2c1f name:ZooKeeperConnection Watcher:127.0.0.1:62008/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1046768 T4146 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1046768 T4146 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1046772 T4146 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1046773 T4182 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1046777 T4174 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1046778 T4182 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1046778 T4182 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C633 name=collection1 org.apache.solr.core.SolrCore@cebe5e url=http://127.0.0.1:62015/rs/collection1 node=127.0.0.1:62015_rs C633_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:62015/rs, node_name=127.0.0.1:62015_rs, state=down}
   [junit4]   2> 1046778 T4182 C633 P62015 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:62015/rs/collection1/
   [junit4]   2> 1046779 T4182 C633 P62015 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1046779 T4182 C633 P62015 oasc.SyncStrategy.syncToMe http://127.0.0.1:62015/rs/collection1/ has no replicas
   [junit4]   2> 1046779 T4182 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:62015/rs/collection1/ shard1
   [junit4]   2> 1046779 T4175 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 1046779 T4182 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1046780 T4146 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1046793 T4174 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1046796 T4175 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62015/rs",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 1046932 T4174 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1046934 T4186 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1046988 T4182 oasc.ZkController.register We are http://127.0.0.1:62015/rs/collection1/ and leader is http://127.0.0.1:62015/rs/collection1/
   [junit4]   2> 1046988 T4182 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:62015/rs
   [junit4]   2> 1046988 T4182 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1046988 T4182 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1046988 T4182 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1046991 T4174 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1046996 T4175 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62015/rs",
   [junit4]   2> 	  "node_name":"127.0.0.1:62015_rs",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 1046997 T4175 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62015/rs",
   [junit4]   2> 	  "node_name":"127.0.0.1:62015_rs",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1047132 T4174 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1047132 T4186 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1049109 T4146 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-1-001\cores\collection1
   [junit4]   2> 1049113 T4146 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-1-001
   [junit4]   2> 1049115 T4146 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 1049120 T4146 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@3e5a2d{/rs,null,AVAILABLE}
   [junit4]   2> 1049123 T4146 oejs.AbstractConnector.doStart Started ServerConnector@1760340{HTTP/1.1}{127.0.0.1:62029}
   [junit4]   2> 1049123 T4146 oejs.Server.doStart Started @1071532ms
   [junit4]   2> 1049123 T4146 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/rs, hostPort=62028, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-1-001\cores}
   [junit4]   2> 1049123 T4146 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1049123 T4146 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-1-001\'
   [junit4]   2> 1049174 T4146 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-1-001\solr.xml
   [junit4]   2> 1049185 T4146 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-1-001\cores
   [junit4]   2> 1049188 T4146 oasc.CoreContainer.<init> New CoreContainer 8318698
   [junit4]   2> 1049188 T4146 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-1-001\]
   [junit4]   2> 1049188 T4146 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-1-001\lib
   [junit4]   2> 1049188 T4146 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-1-001\lib).
   [junit4]   2> 1049212 T4146 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1049213 T4146 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1049213 T4146 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1049215 T4146 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1049215 T4146 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1049215 T4146 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1049215 T4146 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1049216 T4146 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1049216 T4146 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1049216 T4146 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1049216 T4146 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1049217 T4146 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1049217 T4146 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1049217 T4146 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1049217 T4146 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1049217 T4146 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62008/solr
   [junit4]   2> 1049219 T4146 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1049219 T4146 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1049221 T4146 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1049229 T4200 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@162019b name:ZooKeeperConnection Watcher:127.0.0.1:62008 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1049231 T4146 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1049232 T4146 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1049239 T4146 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1049242 T4203 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@130971c name:ZooKeeperConnection Watcher:127.0.0.1:62008/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1049242 T4146 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1049255 T4146 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1050645 T4146 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62028_rs
   [junit4]   2> 1050646 T4146 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62028_rs
   [junit4]   2> 1050655 T4146 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1050664 T4146 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 1050666 T4146 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-1-001\cores\collection1\
   [junit4]   2> 1050666 T4146 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1050670 T4204 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1050670 T4204 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1050672 T4204 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1050673 T4174 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1050674 T4175 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62028/rs",
   [junit4]   2> 	  "node_name":"127.0.0.1:62028_rs",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 1050676 T4175 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62028/rs",
   [junit4]   2> 	  "node_name":"127.0.0.1:62028_rs",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1050676 T4175 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 1050676 T4175 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1050678 T4186 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1050680 T4203 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1050681 T4174 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1052056 T4204 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1052056 T4204 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1052057 T4204 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1052057 T4204 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1052058 T4204 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1052060 T4204 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-1-001\cores\collection1\'
   [junit4]   2> 1052091 T4204 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1052095 T4204 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1052116 T4204 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1052122 T4204 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1052133 T4204 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1052137 T4204 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1052142 T4204 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1052298 T4204 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1052304 T4204 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1052308 T4204 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1052338 T4204 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1052344 T4204 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1052350 T4204 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1052353 T4204 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1052354 T4204 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1052354 T4204 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1052356 T4204 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1052357 T4204 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1052357 T4204 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1052357 T4204 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1052358 T4204 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 1052358 T4204 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@149df68
   [junit4]   2> 1052360 T4204 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 1052360 T4204 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 1052360 T4204 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1052361 T4204 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 1052361 T4204 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.22483115394383912]
   [junit4]   2> 1052362 T4204 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@41a035 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@878615),segFN=segments_1,generation=1}
   [junit4]   2> 1052362 T4204 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1052372 T4204 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1052372 T4204 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1052373 T4204 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1052373 T4204 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1052373 T4204 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1052375 T4204 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1052375 T4204 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1052376 T4204 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1052376 T4204 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1052385 T4204 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1052388 T4204 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1052391 T4204 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1052395 T4204 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1052404 T4204 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1052406 T4204 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1052408 T4204 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1052408 T4204 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1052410 T4204 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1052410 T4204 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1052417 T4204 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=817140546, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1052417 T4204 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@41a035 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@878615),segFN=segments_1,generation=1}
   [junit4]   2> 1052417 T4204 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1052418 T4204 oass.SolrIndexSearcher.<init> Opening Searcher@1e742e[collection1] main
   [junit4]   2> 1052418 T4204 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1052421 T4204 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1052422 T4204 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1052423 T4204 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1052423 T4204 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1052423 T4204 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1052425 T4204 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1052425 T4204 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1052426 T4204 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1052426 T4204 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1052427 T4205 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e742e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1052427 T4204 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1052430 T4208 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:62028/rs collection:collection1 shard:shard2
   [junit4]   2> 1052430 T4146 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1052431 T4146 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1052433 T4208 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1052456 T4208 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1052461 T4174 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1052462 T4208 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1052462 T4208 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C634 name=collection1 org.apache.solr.core.SolrCore@1f88f90 url=http://127.0.0.1:62028/rs/collection1 node=127.0.0.1:62028_rs C634_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:62028/rs, node_name=127.0.0.1:62028_rs, state=down}
   [junit4]   2> 1052462 T4208 C634 P62028 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:62028/rs/collection1/
   [junit4]   2> 1052462 T4208 C634 P62028 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1052462 T4208 C634 P62028 oasc.SyncStrategy.syncToMe http://127.0.0.1:62028/rs/collection1/ has no replicas
   [junit4]   2> 1052462 T4208 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:62028/rs/collection1/ shard2
   [junit4]   2> 1052464 T4208 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 1052468 T4175 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 1052483 T4174 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1052487 T4175 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62028/rs",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 1052634 T4203 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1052634 T4174 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1052635 T4186 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1052698 T4208 oasc.ZkController.register We are http://127.0.0.1:62028/rs/collection1/ and leader is http://127.0.0.1:62028/rs/collection1/
   [junit4]   2> 1052698 T4208 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:62028/rs
   [junit4]   2> 1052698 T4208 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1052698 T4208 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1052698 T4208 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1052703 T4174 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1052707 T4175 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62028/rs",
   [junit4]   2> 	  "node_name":"127.0.0.1:62028_rs",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 1052711 T4175 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62028/rs",
   [junit4]   2> 	  "node_name":"127.0.0.1:62028_rs",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1052861 T4203 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1052861 T4186 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1052863 T4174 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1054994 T4146 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-2-001\cores\collection1
   [junit4]   2> 1054998 T4146 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-2-001
   [junit4]   2> 1055001 T4146 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 1055005 T4146 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1c96743{/rs,null,AVAILABLE}
   [junit4]   2> 1055008 T4146 oejs.AbstractConnector.doStart Started ServerConnector@156a46f{HTTP/1.1}{127.0.0.1:62039}
   [junit4]   2> 1055008 T4146 oejs.Server.doStart Started @1075897ms
   [junit4]   2> 1055008 T4146 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/rs, hostPort=62038, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-2-001\cores}
   [junit4]   2> 1055008 T4146 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1055008 T4146 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-2-001\'
   [junit4]   2> 1055056 T4146 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-2-001\solr.xml
   [junit4]   2> 1055076 T4146 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-2-001\cores
   [junit4]   2> 1055081 T4146 oasc.CoreContainer.<init> New CoreContainer 2308950
   [junit4]   2> 1055082 T4146 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-2-001\]
   [junit4]   2> 1055082 T4146 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-2-001\lib
   [junit4]   2> 1055082 T4146 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-2-001\lib).
   [junit4]   2> 1055110 T4146 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1055110 T4146 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1055110 T4146 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1055110 T4146 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1055113 T4146 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1055113 T4146 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1055113 T4146 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1055113 T4146 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1055113 T4146 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1055114 T4146 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1055114 T4146 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1055114 T4146 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1055118 T4146 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1055118 T4146 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1055118 T4146 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1055118 T4146 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62008/solr
   [junit4]   2> 1055118 T4146 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1055118 T4146 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1055124 T4146 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1055128 T4223 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2d12f5 name:ZooKeeperConnection Watcher:127.0.0.1:62008 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1055131 T4146 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1055131 T4146 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1055139 T4146 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1055141 T4226 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15811d5 name:ZooKeeperConnection Watcher:127.0.0.1:62008/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1055143 T4146 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1055152 T4146 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1056547 T4146 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62038_rs
   [junit4]   2> 1056550 T4146 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62038_rs
   [junit4]   2> 1056561 T4146 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1056570 T4146 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-2-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-2-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 1056570 T4146 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-2-001\cores\collection1\
   [junit4]   2> 1056574 T4146 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1056577 T4227 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1056577 T4227 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1056578 T4227 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1056579 T4174 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1056581 T4175 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62038/rs",
   [junit4]   2> 	  "node_name":"127.0.0.1:62038_rs",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 1056582 T4175 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62038/rs",
   [junit4]   2> 	  "node_name":"127.0.0.1:62038_rs",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1056582 T4175 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 1056582 T4175 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 1056586 T4186 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1056588 T4203 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1056588 T4226 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1056589 T4174 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1057962 T4227 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1057962 T4227 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1057963 T4227 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1057963 T4227 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1057965 T4227 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1057966 T4227 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-2-001\cores\collection1\'
   [junit4]   2> 1057991 T4227 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1058000 T4227 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1058012 T4227 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1058016 T4227 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1058027 T4227 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1058032 T4227 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1058039 T4227 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1058196 T4227 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1058205 T4227 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1058208 T4227 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1058227 T4227 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1058234 T4227 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1058237 T4227 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1058241 T4227 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1058241 T4227 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1058241 T4227 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1058242 T4227 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1058243 T4227 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1058243 T4227 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1058243 T4227 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1058245 T4227 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 1058245 T4227 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@149df68
   [junit4]   2> 1058246 T4227 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 1058247 T4227 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-2-001\cores\collection1\data\index/
   [junit4]   2> 1058247 T4227 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-2-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1058247 T4227 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F6653B7564F333ED-001\shard-2-001\cores\collection1\data\index
   [junit4]   2> 1058249 T4227 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.22483115394383912]
   [junit4]   2> 1058250 T4227 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1

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


   [junit4]   2> 1317803 T4901 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1317805 T4901 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestBlobHandler F6653B7564F333ED-001\shard-4-001\cores\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestBlobHandler F6653B7564F333ED-001\shard-4-001\cores\collection1\data\;done=false>>]
   [junit4]   2> 1317805 T4901 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestBlobHandler F6653B7564F333ED-001\shard-4-001\cores\collection1\data\
   [junit4]   2> 1317806 T4901 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestBlobHandler F6653B7564F333ED-001\shard-4-001\cores\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestBlobHandler F6653B7564F333ED-001\shard-4-001\cores\collection1\data\index;done=false>>]
   [junit4]   2> 1317806 T4901 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestBlobHandler F6653B7564F333ED-001\shard-4-001\cores\collection1\data\index
   [junit4]   2> 1317807 T4901 oasc.Overseer.close Overseer (id=93439607259791374-127.0.0.1:62404_dgtp-n_0000000004) closing
   [junit4]   2> 1317807 T5081 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:62404_dgtp
   [junit4]   2> 1317812 T4903 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bf6d3e6ac000e, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1317813 T5035 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1317817 T4901 oejs.AbstractConnector.doStop Stopped ServerConnector@1ac5493{SSL-http/1.1}{127.0.0.1:?}
   [junit4]   2> 1317817 T4901 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@1018fb9{/dgtp,null,UNAVAILABLE}
   [junit4]   2> 1317823 T4901 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:62351 62351
   [junit4]   2> 1321121 T4902 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:62351 62351
   [junit4]   2> 1321129 T4902 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		6	/solr/aliases.json
   [junit4]   2> 		6	/solr/clusterstate.json
   [junit4]   2> 		5	/solr/configs/conf1
   [junit4]   2> 		4	/solr/collections/collection1/state.json
   [junit4]   2> 		2	/solr/configs/.system
   [junit4]   2> 		2	/solr/collections/.system/state.json
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		6	/solr/live_nodes
   [junit4]   2> 		4	/solr/overseer/collection-queue-work
   [junit4]   2> 		3	/solr/overseer/queue
   [junit4]   2> 	
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBlobHandler -Dtests.method=doBlobHandlerTest -Dtests.seed=F6653B7564F333ED -Dtests.slow=true -Dtests.locale=hi_IN -Dtests.timezone=Libya -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE 44.8s | TestBlobHandler.doBlobHandlerTest <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: {responseHeader={status=0, QTime=5}, response={numFound=0, start=0, docs=[]}}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F6653B7564F333ED:16A41927DF1F451F]:0)
   [junit4]    > 	at org.apache.solr.handler.TestBlobHandler.doBlobHandlerTest(TestBlobHandler.java:97)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1321140 T4901 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestBlobHandler F6653B7564F333ED-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {blobName=PostingsFormat(name=MockRandom), size=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), _version_=PostingsFormat(name=Direct), id=Lucene50(blocksize=128), version=PostingsFormat(name=MockRandom), md5=PostingsFormat(name=Direct), timestamp=PostingsFormat(name=Direct)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=hi_IN, timezone=Libya
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_31 (32-bit)/cpus=2,threads=1,free=115643504,total=294387712
   [junit4]   2> NOTE: All tests run in this JVM: [UpdateRequestProcessorFactoryTest, MoreLikeThisHandlerTest, TestFreeTextSuggestions, TestSolrJ, HdfsRecoveryZkTest, TestQueryUtils, BlockCacheTest, MergeStrategyTest, ZkCLITest, PluginInfoTest, TestCoreDiscovery, UniqFieldsUpdateProcessorFactoryTest, ShowFileRequestHandlerTest, ShardSplitTest, URLClassifyProcessorTest, RemoteQueryErrorTest, TestRandomMergePolicy, DeleteReplicaTest, StatsComponentTest, TestCodecSupport, BasicZkTest, TestSearcherReuse, TestFaceting, CloudExitableDirectoryReaderTest, DistribJoinFromCollectionTest, TestBadConfig, DistributedIntervalFacetingTest, AlternateDirectoryTest, HighlighterTest, XsltUpdateRequestHandlerTest, HdfsWriteToMultipleCollectionsTest, HdfsDirectoryFactoryTest, TestBulkSchemaAPI, TestFieldTypeCollectionResource, TestSolrDynamicMBean, TestRebalanceLeaders, TestDFRSimilarityFactory, MBeansHandlerTest, TestComplexPhraseQParserPlugin, TestSolrDeletionPolicy1, TestInfoStreamLogging, MinimalSchemaTest, AssignTest, TestNoOpRegenerator, TestManagedSchemaFieldResource, ExternalFileFieldSortTest, OverseerTest, DateFieldTest, TestDefaultSimilarityFactory, SolrPluginUtilsTest, ZkNodePropsTest, RegexBoostProcessorTest, BasicDistributedZkTest, CircularListTest, SolrRequestParserTest, TestPostingsSolrHighlighter, DistributedFacetPivotWhiteBoxTest, DebugComponentTest, ZkStateWriterTest, PolyFieldTest, TestStressVersions, DefaultValueUpdateProcessorTest, HighlighterMaxOffsetTest, SolrTestCaseJ4Test, RecoveryZkTest, TestDynamicFieldResource, CursorPagingTest, SaslZkACLProviderTest, ReturnFieldsTest, TestTrackingShardHandlerFactory, PathHierarchyTokenizerFactoryTest, TestCSVLoader, TestMaxScoreQueryParser, CollectionsAPIDistributedZkTest, TestSchemaManager, ReplicationFactorTest, IndexSchemaRuntimeFieldTest, TestChildDocTransformer, TestPivotHelperCode, TestDistributedSearch, AutoCommitTest, ChaosMonkeyNothingIsSafeTest, TestImplicitCoreProperties, ScriptEngineTest, SolrIndexSplitterTest, DistributedQueryComponentCustomSortTest, BasicFunctionalityTest, ExitableDirectoryReaderTest, AddBlockUpdateTest, TestBlobHandler]
   [junit4] Completed in 44.87s, 1 test, 1 failure <<< FAILURES!

[...truncated 1190 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 471 suites, 1872 tests, 1 error, 1 failure, 57 ignored (30 assumptions)

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



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

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

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

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

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
	at __randomizedtesting.SeedInfo.seed([CB83129696491003]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:494)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:230)
	at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:799)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

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

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


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

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

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




Build Log:
[...truncated 9793 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\init-core-data-001
   [junit4]   2> 3339745 T14663 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 3339753 T14663 oas.SolrTestCaseJ4.setUp ###Starting testCreateTransientFromAdmin
   [junit4]   2> 3339867 T14663 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\'
   [junit4]   2> 3339926 T14663 oasc.CoreContainer.<init> New CoreContainer 1604914081
   [junit4]   2> 3339926 T14663 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\]
   [junit4]   2> 3339926 T14663 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\lib
   [junit4]   2> 3339928 T14663 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\lib).
   [junit4]   2> 3339948 T14663 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 600000
   [junit4]   2> 3339948 T14663 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 3339948 T14663 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 60000
   [junit4]   2> 3339950 T14663 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3339950 T14663 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3339950 T14663 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3339951 T14663 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3339951 T14663 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3339951 T14663 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3339951 T14663 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3339951 T14663 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3339951 T14663 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 3339951 T14663 oasc.SolrCores.allocateLazyCores Allocating transient cache for 4 transient cores
   [junit4]   2> 3339951 T14663 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3339951 T14663 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3339951 T14663 oasc.CoreContainer.load Node Name: testNode
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, instanceDir=collection1, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection1\, schema=schema.xml, transient=false, dataDir=data\}
   [junit4]   1> CORE DESCRIPTOR: {name=collectionLazy2, config=solrconfig.xml, instanceDir=collection2, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection2\, schema=schema.xml, transient=true, dataDir=data\}
   [junit4]   1> CORE DESCRIPTOR: {name=collectionLazy3, config=solrconfig.xml, instanceDir=collection3, loadOnStartup=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection3\, schema=schema.xml, transient=on, dataDir=data\}
   [junit4]   1> CORE DESCRIPTOR: {name=collectionLazy4, config=solrconfig.xml, instanceDir=collection4, loadOnStartup=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection4\, schema=schema.xml, transient=false, dataDir=data\}
   [junit4]   1> CORE DESCRIPTOR: {name=collectionLazy5, config=solrconfig.xml, instanceDir=collection5, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection5\, schema=schema.xml, transient=false, dataDir=data\}
   [junit4]   1> CORE DESCRIPTOR: {name=collectionLazy6, config=solrconfig.xml, instanceDir=collection6, loadOnStartup=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection6\, schema=schema.xml, transient=true, dataDir=data\}
   [junit4]   1> CORE DESCRIPTOR: {name=collectionLazy7, config=solrconfig.xml, instanceDir=collection7, loadOnStartup=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection7\, schema=schema.xml, transient=true, dataDir=data\}
   [junit4]   1> CORE DESCRIPTOR: {name=collectionLazy8, config=solrconfig.xml, instanceDir=collection8, loadOnStartup=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection8\, schema=schema.xml, transient=true, dataDir=data\}
   [junit4]   1> CORE DESCRIPTOR: {name=collectionLazy9, config=solrconfig.xml, instanceDir=collection9, loadOnStartup=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection9\, schema=schema.xml, transient=true, dataDir=data\}
   [junit4]   2> 3339966 T14664 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection1\'
   [junit4]   2> 3340007 T14664 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3340012 T14664 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3340067 T14664 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3340071 T14664 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection1\conf\schema.xml
   [junit4]   2> 3340072 T14664 oass.IndexSchema.readSchema [collection1] Schema name=tiny
   [junit4]   2> 3340080 T14664 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3340080 T14664 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection1\
   [junit4]   2> 3340080 T14664 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3340081 T14664 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection1\data\
   [junit4]   2> 3340081 T14664 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 3340081 T14664 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection1\data\
   [junit4]   2> 3340081 T14664 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection1\data\index/
   [junit4]   2> 3340081 T14664 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3340081 T14664 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection1\data\index
   [junit4]   2> 3340082 T14664 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=45, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.849118099283571]
   [junit4]   2> 3340082 T14664 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7b90d7ca lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4078e75d),segFN=segments_1,generation=1}
   [junit4]   2> 3340082 T14664 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3340082 T14664 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3340087 T14664 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340088 T14664 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340090 T14664 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340090 T14664 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340092 T14664 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 3340092 T14664 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3340092 T14664 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3340092 T14664 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3340095 T14664 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1690232827, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 3340095 T14664 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7b90d7ca lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4078e75d),segFN=segments_1,generation=1}
   [junit4]   2> 3340095 T14664 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3340095 T14664 oass.SolrIndexSearcher.<init> Opening Searcher@305a12a9[collection1] main
   [junit4]   2> 3340095 T14664 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection1\conf
   [junit4]   2> 3340095 T14664 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection1\conf}
   [junit4]   2> 3340095 T14664 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection1\conf
   [junit4]   2> 3340095 T14664 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3340095 T14664 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3340097 T14664 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3340097 T14665 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection2\'
   [junit4]   2> 3340127 T14665 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3340135 T14665 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3340146 T14665 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3340148 T14665 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection2\conf\schema.xml
   [junit4]   2> 3340150 T14665 oass.IndexSchema.readSchema [collectionLazy2] Schema name=tiny
   [junit4]   2> 3340153 T14665 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3340153 T14665 oasc.CoreContainer.create Creating SolrCore 'collectionLazy2' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection2\
   [junit4]   2> 3340154 T14665 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3340154 T14665 oasc.SolrCore.<init> [collectionLazy2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection2\data\
   [junit4]   2> 3340155 T14665 oasc.SolrCore.<init> JMX monitoring not detected for core: collectionLazy2
   [junit4]   2> 3340155 T14665 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection2\data\
   [junit4]   2> 3340155 T14665 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection2\data\index/
   [junit4]   2> 3340155 T14665 oasc.SolrCore.initIndex WARN [collectionLazy2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3340155 T14665 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection2\data\index
   [junit4]   2> 3340155 T14665 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=45, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.849118099283571]
   [junit4]   2> 3340157 T14665 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7364866f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2c7043a6),segFN=segments_1,generation=1}
   [junit4]   2> 3340157 T14665 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3340159 T14665 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3340159 T14665 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340161 T14665 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340162 T14665 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340162 T14665 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340165 T14666 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@305a12a9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3340165 T14665 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 3340165 T14665 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3340167 T14665 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3340167 T14665 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3340172 T14665 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1690232827, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 3340174 T14665 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7364866f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2c7043a6),segFN=segments_1,generation=1}
   [junit4]   2> 3340174 T14665 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3340174 T14665 oass.SolrIndexSearcher.<init> Opening Searcher@1372541e[collectionLazy2] main
   [junit4]   2> 3340174 T14665 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection2\conf
   [junit4]   2> 3340174 T14665 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection2\conf}
   [junit4]   2> 3340174 T14665 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection2\conf
   [junit4]   2> 3340174 T14665 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3340174 T14665 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3340174 T14665 oasc.SolrCores.putTransientCore Opening transient core collectionLazy2
   [junit4]   2> 3340174 T14665 oasc.CoreContainer.registerCore registering core: collectionLazy2
   [junit4]   2> 3340174 T14667 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection5\'
   [junit4]   2> 3340196 T14667 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3340200 T14667 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3340209 T14667 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3340209 T14667 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection5\conf\schema.xml
   [junit4]   2> 3340213 T14667 oass.IndexSchema.readSchema [collectionLazy5] Schema name=tiny
   [junit4]   2> 3340216 T14667 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3340216 T14667 oasc.CoreContainer.create Creating SolrCore 'collectionLazy5' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection5\
   [junit4]   2> 3340216 T14667 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3340218 T14667 oasc.SolrCore.<init> [collectionLazy5] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection5\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection5\data\
   [junit4]   2> 3340218 T14667 oasc.SolrCore.<init> JMX monitoring not detected for core: collectionLazy5
   [junit4]   2> 3340218 T14667 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection5\data\
   [junit4]   2> 3340218 T14668 oasc.SolrCore.registerSearcher [collectionLazy2] Registered new searcher Searcher@1372541e[collectionLazy2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3340218 T14667 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection5\data\index/
   [junit4]   2> 3340218 T14667 oasc.SolrCore.initIndex WARN [collectionLazy5] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection5\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3340218 T14667 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection5\data\index
   [junit4]   2> 3340219 T14667 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=45, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.849118099283571]
   [junit4]   2> 3340220 T14667 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@27347a03 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4ada638e),segFN=segments_1,generation=1}
   [junit4]   2> 3340220 T14667 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3340222 T14667 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3340223 T14667 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340224 T14667 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340224 T14667 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340227 T14667 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340229 T14667 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 3340229 T14667 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3340229 T14667 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3340229 T14667 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3340229 T14667 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1690232827, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 3340229 T14667 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@27347a03 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4ada638e),segFN=segments_1,generation=1}
   [junit4]   2> 3340229 T14667 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3340229 T14667 oass.SolrIndexSearcher.<init> Opening Searcher@2e6e2b65[collectionLazy5] main
   [junit4]   2> 3340230 T14667 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection5\conf
   [junit4]   2> 3340230 T14667 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection5\conf}
   [junit4]   2> 3340230 T14667 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection5\conf
   [junit4]   2> 3340231 T14667 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3340231 T14667 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3340231 T14667 oasc.CoreContainer.registerCore registering core: collectionLazy5
   [junit4]   2> 3340281 T14663 oasha.CoreAdminHandler.handleCreateAction core create command loadOnStartup=true&transient=true&name=core1&action=CREATE&instanceDir=./core1&wt=xml
   [junit4]   1> CORE DESCRIPTOR: {name=core1, config=solrconfig.xml, instanceDir=./core1, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\, schema=schema.xml, transient=true, dataDir=data\}
   [junit4]   2> 3340284 T14663 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\'
   [junit4]   2> 3340309 T14663 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3340315 T14663 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3340362 T14663 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3340362 T14663 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\conf\schema.xml
   [junit4]   2> 3340368 T14663 oass.IndexSchema.readSchema [core1] Schema name=tiny
   [junit4]   2> 3340372 T14663 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3340372 T14663 oasc.CoreContainer.create Creating SolrCore 'core1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\
   [junit4]   2> 3340372 T14663 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3340372 T14663 oasc.SolrCore.<init> [core1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\data\
   [junit4]   2> 3340372 T14663 oasc.SolrCore.<init> JMX monitoring not detected for core: core1
   [junit4]   2> 3340372 T14663 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\data\
   [junit4]   2> 3340372 T14663 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\data\index/
   [junit4]   2> 3340374 T14663 oasc.SolrCore.initIndex WARN [core1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3340376 T14663 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\data\index
   [junit4]   2> 3340376 T14663 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=14.751953125, floorSegmentMB=0.671875, forceMergeDeletesPctAllowed=11.47017892856246, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5276307983378684
   [junit4]   2> 3340377 T14663 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7a3d9cfc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1c8a1993),segFN=segments_1,generation=1}
   [junit4]   2> 3340377 T14663 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3340379 T14663 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3340379 T14663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340380 T14663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340381 T14663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340385 T14663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340386 T14663 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 3340387 T14663 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3340387 T14663 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3340387 T14663 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3340389 T14663 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=52.8046875, floorSegmentMB=0.9853515625, forceMergeDeletesPctAllowed=11.552167738743059, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 3340389 T14663 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7a3d9cfc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1c8a1993),segFN=segments_1,generation=1}
   [junit4]   2> 3340390 T14663 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3340390 T14663 oass.SolrIndexSearcher.<init> Opening Searcher@2219babf[core1] main
   [junit4]   2> 3340392 T14663 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\conf
   [junit4]   2> 3340392 T14663 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\conf}
   [junit4]   2> 3340392 T14663 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\conf
   [junit4]   2> 3340395 T14663 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3340395 T14663 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3340395 T14663 oasc.SolrCores.putTransientCore Opening transient core core1
   [junit4]   2> 3340395 T14663 oasc.CoreContainer.registerCore registering core: core1
   [junit4]   2> 3340397 T14663 oasha.CoreAdminHandler.handleCreateAction core create command loadOnStartup=false&transient=true&name=core2&action=CREATE&instanceDir=./core2&wt=xml
   [junit4]   1> CORE DESCRIPTOR: {name=core2, config=solrconfig.xml, instanceDir=./core2, loadOnStartup=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core2\, schema=schema.xml, transient=true, dataDir=data\}
   [junit4]   2> 3340399 T14663 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core2\'
   [junit4]   2> 3340436 T14663 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3340443 T14663 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3340456 T14663 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3340456 T14663 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core2\conf\schema.xml
   [junit4]   2> 3340460 T14663 oass.IndexSchema.readSchema [core2] Schema name=tiny
   [junit4]   2> 3340465 T14663 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3340465 T14663 oasc.CoreContainer.create Creating SolrCore 'core2' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core2\
   [junit4]   2> 3340467 T14663 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3340467 T14663 oasc.SolrCore.<init> [core2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core2\data\
   [junit4]   2> 3340467 T14663 oasc.SolrCore.<init> JMX monitoring not detected for core: core2
   [junit4]   2> 3340469 T14663 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core2\data\
   [junit4]   2> 3340469 T14663 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core2\data\index/
   [junit4]   2> 3340469 T14663 oasc.SolrCore.initIndex WARN [core2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3340471 T14663 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core2\data\index
   [junit4]   2> 3340471 T14663 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=44.7939453125, floorSegmentMB=0.8642578125, forceMergeDeletesPctAllowed=3.6228941408979267, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.19478848095298204
   [junit4]   2> 3340471 T14663 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6ad651d2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@35242360),segFN=segments_1,generation=1}
   [junit4]   2> 3340473 T14663 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3340475 T14663 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3340477 T14663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340480 T14663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340483 T14663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340484 T14663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340486 T14669 oasc.SolrCore.registerSearcher [collectionLazy5] Registered new searcher Searcher@2e6e2b65[collectionLazy5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3340486 T14663 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 3340486 T14663 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3340490 T14663 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3340490 T14663 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3340490 T14663 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=23.693359375, floorSegmentMB=1.001953125, forceMergeDeletesPctAllowed=2.728372912170226, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 3340491 T14663 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6ad651d2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@35242360),segFN=segments_1,generation=1}
   [junit4]   2> 3340491 T14663 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3340491 T14663 oass.SolrIndexSearcher.<init> Opening Searcher@557b3718[core2] main
   [junit4]   2> 3340493 T14663 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core2\conf
   [junit4]   2> 3340493 T14663 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core2\conf}
   [junit4]   2> 3340494 T14663 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core2\conf
   [junit4]   2> 3340494 T14663 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3340494 T14663 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3340496 T14663 oasc.SolrCores.putTransientCore Opening transient core core2
   [junit4]   2> 3340496 T14663 oasc.CoreContainer.registerCore registering core: core2
   [junit4]   2> 3340497 T14663 oasha.CoreAdminHandler.handleCreateAction core create command loadOnStartup=true&transient=true&name=core3&action=CREATE&instanceDir=./core3&wt=xml
   [junit4]   1> CORE DESCRIPTOR: {name=core3, config=solrconfig.xml, instanceDir=./core3, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core3\, schema=schema.xml, transient=true, dataDir=data\}
   [junit4]   2> 3340501 T14663 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core3\'
   [junit4]   2> 3340556 T14663 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3340561 T14663 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3340576 T14663 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3340578 T14663 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core3\conf\schema.xml
   [junit4]   2> 3340582 T14663 oass.IndexSchema.readSchema [core3] Schema name=tiny
   [junit4]   2> 3340589 T14663 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3340591 T14663 oasc.CoreContainer.create Creating SolrCore 'core3' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core3\
   [junit4]   2> 3340591 T14663 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3340591 T14663 oasc.SolrCore.<init> [core3] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core3\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core3\data\
   [junit4]   2> 3340591 T14663 oasc.SolrCore.<init> JMX monitoring not detected for core: core3
   [junit4]   2> 3340593 T14663 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core3\data\
   [junit4]   2> 3340593 T14663 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core3\data\index/
   [junit4]   2> 3340593 T14663 oasc.SolrCore.initIndex WARN [core3] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core3\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3340594 T14663 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core3\data\index
   [junit4]   2> 3340594 T14663 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=21.998046875, floorSegmentMB=1.2080078125, forceMergeDeletesPctAllowed=5.321629914812192, segmentsPerTier=48.0, maxCFSSegmentSizeMB=1.7529296875, noCFSRatio=1.0
   [junit4]   2> 3340594 T14663 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@100b463e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@47a9cb9),segFN=segments_1,generation=1}
   [junit4]   2> 3340596 T14663 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3340597 T14663 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3340605 T14663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340605 T14663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340608 T14663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340611 T14663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340611 T14673 oasc.SolrCore.registerSearcher [core2] Registered new searcher Searcher@557b3718[core2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3340614 T14663 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 3340614 T14663 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3340615 T14663 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3340615 T14663 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3340615 T14663 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 3340616 T14663 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@100b463e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@47a9cb9),segFN=segments_1,generation=1}
   [junit4]   2> 3340616 T14663 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3340616 T14663 oass.SolrIndexSearcher.<init> Opening Searcher@538743b5[core3] main
   [junit4]   2> 3340619 T14663 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core3\conf
   [junit4]   2> 3340620 T14663 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core3\conf}
   [junit4]   2> 3340620 T14663 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core3\conf
   [junit4]   2> 3340620 T14663 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3340623 T14663 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3340623 T14663 oasc.SolrCores.putTransientCore Opening transient core core3
   [junit4]   2> 3340623 T14663 oasc.CoreContainer.registerCore registering core: core3
   [junit4]   2> 3340624 T14663 oasha.CoreAdminHandler.handleCreateAction core create command loadOnStartup=false&transient=true&name=core4&action=CREATE&instanceDir=./core4&wt=xml
   [junit4]   1> CORE DESCRIPTOR: {name=core4, config=solrconfig.xml, instanceDir=./core4, loadOnStartup=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core4\, schema=schema.xml, transient=true, dataDir=data\}
   [junit4]   2> 3340626 T14663 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core4\'
   [junit4]   2> 3340660 T14663 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3340695 T14663 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3340708 T14663 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3340711 T14663 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core4\conf\schema.xml
   [junit4]   2> 3340716 T14663 oass.IndexSchema.readSchema [core4] Schema name=tiny
   [junit4]   2> 3340721 T14663 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3340721 T14663 oasc.CoreContainer.create Creating SolrCore 'core4' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core4\
   [junit4]   2> 3340722 T14663 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3340723 T14663 oasc.SolrCore.<init> [core4] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core4\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core4\data\
   [junit4]   2> 3340723 T14663 oasc.SolrCore.<init> JMX monitoring not detected for core: core4
   [junit4]   2> 3340723 T14663 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core4\data\
   [junit4]   2> 3340723 T14663 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core4\data\index/
   [junit4]   2> 3340723 T14663 oasc.SolrCore.initIndex WARN [core4] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core4\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3340725 T14663 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core4\data\index
   [junit4]   2> 3340728 T14663 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 3340728 T14663 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@386ba8d1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@321b26e4),segFN=segments_1,generation=1}
   [junit4]   2> 3340728 T14663 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3340732 T14663 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3340734 T14663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340739 T14663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340741 T14663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340742 T14663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340745 T14675 oasc.SolrCore.registerSearcher [core3] Registered new searcher Searcher@538743b5[core3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3340747 T14671 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@2219babf[core1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3340746 T14663 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 3340747 T14663 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3340747 T14663 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3340747 T14663 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3340749 T14663 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 3340750 T14663 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@386ba8d1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@321b26e4),segFN=segments_1,generation=1}
   [junit4]   2> 3340750 T14663 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3340750 T14663 oass.SolrIndexSearcher.<init> Opening Searcher@5c6bc9ea[core4] main
   [junit4]   2> 3340751 T14663 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core4\conf
   [junit4]   2> 3340754 T14663 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core4\conf}
   [junit4]   2> 3340754 T14663 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core4\conf
   [junit4]   2> 3340754 T14663 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3340757 T14663 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3340757 T14663 oasc.SolrCores.putTransientCore Opening transient core core4
   [junit4]   2> 3340757 T14663 oasc.SolrCores$1.removeEldestEntry Closing transient core [collectionLazy2]
   [junit4]   2> 3340758 T14670 oasc.SolrCore.close [collectionLazy2]  CLOSING SolrCore org.apache.solr.core.SolrCore@13bc2d25
   [junit4]   2> 3340758 T14670 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 3340758 T14670 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 3340758 T14670 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 3340758 T14670 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 3340758 T14670 oasc.SolrCore.closeSearcher [collectionLazy2] Closing main searcher on request.
   [junit4]   2> 3340760 T14670 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 3340760 T14670 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection2\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection2\data\;done=false>>]
   [junit4]   2> 3340760 T14670 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection2\data\
   [junit4]   2> 3340760 T14663 oasc.CoreContainer.registerCore registering core: core4
   [junit4]   2> 3340760 T14663 oasha.CoreAdminHandler.handleCreateAction core create command loadOnStartup=false&transient=true&name=core5&action=CREATE&instanceDir=./core5&wt=xml
   [junit4]   1> CORE DESCRIPTOR: {name=core5, config=solrconfig.xml, instanceDir=./core5, loadOnStartup=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core5\, schema=schema.xml, transient=true, dataDir=data\}
   [junit4]   2> 3340763 T14663 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core5\'
   [junit4]   2> 3340789 T14677 oasc.SolrCore.registerSearcher [core4] Registered new searcher Searcher@5c6bc9ea[core4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3340798 T14663 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3340805 T14663 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3340820 T14663 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3340820 T14663 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core5\conf\schema.xml
   [junit4]   2> 3340825 T14663 oass.IndexSchema.readSchema [core5] Schema name=tiny
   [junit4]   2> 3340829 T14663 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3340831 T14663 oasc.CoreContainer.create Creating SolrCore 'core5' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core5\
   [junit4]   2> 3340831 T14663 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3340833 T14663 oasc.SolrCore.<init> [core5] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core5\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core5\data\
   [junit4]   2> 3340834 T14663 oasc.SolrCore.<init> JMX monitoring not detected for core: core5
   [junit4]   2> 3340834 T14663 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core5\data\
   [junit4]   2> 3340834 T14663 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core5\data\index/
   [junit4]   2> 3340834 T14663 oasc.SolrCore.initIndex WARN [core5] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core5\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3340834 T14663 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core5\data\index
   [junit4]   2> 3340837 T14663 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=6, maxMergeAtOnceExplicit=2, maxMergedSegmentMB=28.9677734375, floorSegmentMB=1.8837890625, forceMergeDeletesPctAllowed=28.259658544280917, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.49341845426138364
   [junit4]   2> 3340837 T14670 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection2\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection2\data\index;done=false>>]
   [junit4]   2> 3340837 T14670 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\collection2\data\index
   [junit4]   2> 3340837 T14663 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@75b5185 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2f98b678),segFN=segments_1,generation=1}
   [junit4]   2> 3340837 T14663 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3340840 T14663 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3340844 T14663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340846 T14663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340849 T14663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340851 T14663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340853 T14663 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 3340854 T14663 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3340854 T14663 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3340855 T14663 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3340855 T14663 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=18.8583984375, floorSegmentMB=0.9609375, forceMergeDeletesPctAllowed=21.517069126113388, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 3340855 T14663 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@75b5185 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2f98b678),segFN=segments_1,generation=1}
   [junit4]   2> 3340857 T14663 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3340858 T14663 oass.SolrIndexSearcher.<init> Opening Searcher@24e78a7c[core5] main
   [junit4]   2> 3340858 T14663 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core5\conf
   [junit4]   2> 3340858 T14663 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core5\conf}
   [junit4]   2> 3340862 T14663 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core5\conf
   [junit4]   2> 3340863 T14663 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3340863 T14663 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3340863 T14663 oasc.SolrCores.putTransientCore Opening transient core core5
   [junit4]   2> 3340863 T14663 oasc.SolrCores$1.removeEldestEntry Closing transient core [core1]
   [junit4]   2> 3340863 T14663 oasc.CoreContainer.registerCore registering core: core5
   [junit4]   2> 3340863 T14670 oasc.SolrCore.close [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1d7bd122
   [junit4]   2> 3340865 T14670 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 3340866 T14670 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 3340866 T14670 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 3340866 T14670 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 3340868 T14670 oasc.SolrCore.closeSearcher [core1] Closing main searcher on request.
   [junit4]   2> 3340868 T14670 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 3340868 T14670 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\data\index;done=false>>]
   [junit4]   2> 3340868 T14670 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\data\index
   [junit4]   2> 3340868 T14670 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\data\;done=false>>]
   [junit4]   2> 3340868 T14670 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\data\
   [junit4]   2> 3340868 T14663 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\'
   [junit4]   2> 3340899 T14663 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3340907 T14663 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3340918 T14663 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3340921 T14663 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\conf\schema.xml
   [junit4]   2> 3340926 T14663 oass.IndexSchema.readSchema [core1] Schema name=tiny
   [junit4]   2> 3340931 T14663 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3340933 T14663 oasc.CoreContainer.create Creating SolrCore 'core1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\
   [junit4]   2> 3340933 T14663 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3340933 T14663 oasc.SolrCore.<init> [core1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\data\
   [junit4]   2> 3340933 T14663 oasc.SolrCore.<init> JMX monitoring not detected for core: core1
   [junit4]   2> 3340935 T14663 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\data\
   [junit4]   2> 3340935 T14663 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\data\index/
   [junit4]   2> 3340935 T14663 oasc.SolrCore.initIndex WARN [core1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3340937 T14663 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\data\index
   [junit4]   2> 3340937 T14663 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=17, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.896196218601553]
   [junit4]   2> 3340940 T14663 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1758e8f3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6e668669),segFN=segments_1,generation=1}
   [junit4]   2> 3340940 T14663 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3340943 T14663 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3340947 T14663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340949 T14663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340950 T14663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340952 T14663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3340954 T14663 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 3340957 T14663 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3340957 T14663 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3340957 T14663 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3340958 T14663 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.10412624497414864]
   [junit4]   2> 3340958 T14663 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1758e8f3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6e668669),segFN=segments_1,generation=1}
   [junit4]   2> 3340958 T14663 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3340960 T14663 oass.SolrIndexSearcher.<init> Opening Searcher@44008a04[core1] main
   [junit4]   2> 3340960 T14663 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\conf
   [junit4]   2> 3340960 T14663 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\conf}
   [junit4]   2> 3340960 T14663 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core1\conf
   [junit4]   2> 3340961 T14663 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3340961 T14663 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3340961 T14663 oasc.SolrCores.putTransientCore Opening transient core core1
   [junit4]   2> 3340963 T14663 oasc.SolrCores$1.removeEldestEntry Closing transient core [core2]
   [junit4]   2> 3340963 T14670 oasc.SolrCore.close [core2]  CLOSING SolrCore org.apache.solr.core.SolrCore@19444655
   [junit4]   2> 3340963 T14670 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 3340963 T14670 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 3340963 T14670 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 3340963 T14670 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 3340963 T14663 oasc.CoreContainer.registerCore registering core: core1
   [junit4]   2> 3340965 T14670 oasc.SolrCore.closeSearcher [core2] Closing main searcher on request.
   [junit4]   2> 3340965 T14670 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 3340965 T14670 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core2\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core2\data\;done=false>>]
   [junit4]   2> 3340965 T14670 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core2\data\
   [junit4]   2> 3340965 T14670 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core2\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core2\data\index;done=false>>]
   [junit4]   2> 3340965 T14670 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core2\data\index
   [junit4]   2> 3340965 T14681 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@44008a04[core1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3340966 T14663 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core2\'
   [junit4]   2> 3341027 T14663 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3341031 T14663 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3341042 T14663 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3341042 T14663 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core2\conf\schema.xml
   [junit4]   2> 3341048 T14663 oass.IndexSchema.readSchema [core2] Schema name=tiny
   [junit4]   2> 3341053 T14663 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3341055 T14663 oasc.CoreContainer.create Creating SolrCore 'core2' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core2\
   [junit4]   2> 3341055 T14663 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3341055 T14663 oasc.SolrCore.<init> [core2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core2\data\
   [junit4]   2> 3341055 T14663 oasc.SolrCore.<init> JMX monitoring not detected for core: core2
   [junit4]   2> 3341056 T14663 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core2\data\
   [junit4]   2> 3341056 T14663 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores CB83129696491003-001\tempDir-001\.\core2\data\index/
   [j

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

TrackingShardHandler, TestOrdValues, TestAnalyzeInfixSuggestions, TestImplicitCoreProperties, TestCursorMarkWithoutUniqueKey, TestHashPartitioner, TestNonDefinedSimilarityFactory, TestPostingsSolrHighlighter, HdfsBasicDistributedZkTest, DebugComponentTest, TestExpandComponent, ActionThrottleTest, TestDynamicFieldResource, CollectionsAPIAsyncDistributedZkTest, DeleteInactiveReplicaTest, TestDynamicFieldCollectionResource, QueryResultKeyTest, TestMissingGroups, TestCollationField, BufferStoreTest, CurrencyFieldXmlFileTest, TestQueryUtils, BasicDistributedZk2Test, ChangedSchemaMergeTest, DistributedFacetPivotSmallTest, FileUtilsTest, AnalysisErrorHandlingTest, PluginInfoTest, RegexBoostProcessorTest, DateFieldTest, TermsComponentTest, TestRequestStatusCollectionAPI, FullSolrCloudDistribCmdsTest, DistributedSuggestComponentTest, DirectUpdateHandlerTest, TestSimpleQParserPlugin, DOMUtilTest, ConnectionManagerTest, TestElisionMultitermQuery, SuggesterFSTTest, TestCharFilters, FileBasedSpellCheckerTest, TestExceedMaxTermLength, CoreAdminCreateDiscoverTest, TestRecoveryHdfs, AnalysisAfterCoreReloadTest, NoCacheHeaderTest, TestCloudSchemaless, UnloadDistributedZkTest, URLClassifyProcessorTest, DeleteReplicaTest, TestIndexingPerformance, MBeansHandlerTest, TestInitParams, ZkStateWriterTest, TestCSVResponseWriter, TestFieldSortValues, CollectionsAPIDistributedZkTest, TestSolrDeletionPolicy2, ShardRoutingCustomTest, TestFieldCollectionResource, TestBulkSchemaAPI, TestReloadAndDeleteDocs, TestFunctionQuery, SimpleCollectionCreateDeleteTest, XsltUpdateRequestHandlerTest, CircularListTest, TestPHPSerializedResponseWriter, InfoHandlerTest, TestCopyFieldCollectionResource, TestHighFrequencyDictionaryFactory, HdfsLockFactoryTest, CacheHeaderTest, SystemInfoHandlerTest, DistribJoinFromCollectionTest, PolyFieldTest, TestLuceneMatchVersion, TestDistributedMissingSort, RAMDirectoryFactoryTest, PrimitiveFieldTypeTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestRebalanceLeaders, TestDefaultSimilarityFactory, ClusterStateUpdateTest, DistanceFunctionTest, DocExpirationUpdateProcessorFactoryTest, SpellingQueryConverterTest, TestSchemaManager, TestExactStatsCache, StandardRequestHandlerTest, TestFieldResource, QueryEqualityTest, TestRTGBase, CurrencyFieldOpenExchangeTest, HdfsWriteToMultipleCollectionsTest, SimpleMLTQParserTest, AutoCommitTest, TestExtendedDismaxParser, DistributedFacetPivotLargeTest, TestAtomicUpdateErrorCases, TestPivotHelperCode, TestCollationFieldDocValues, SampleTest, IndexSchemaTest, TestRawResponseWriter, TestLRUCache, BadCopyFieldTest, TestFastWriter, TestRangeQuery, TestManagedSchemaDynamicFieldResource, TestCloudInspectUtil, TestSolr4Spatial2, TestManagedResource, TriLevelCompositeIdRoutingTest, LeaderElectionTest, TestFastLRUCache, SOLR749Test, TestConfig, PreAnalyzedFieldTest, TestClusterStateMutator, UpdateParamsTest, NumericFieldsTest, TestTrackingShardHandlerFactory, TestOmitPositions, JsonLoaderTest, TestDocumentBuilder, DisMaxRequestHandlerTest, SuggestComponentTest, ShowFileRequestHandlerTest, AlternateDirectoryTest, BasicZkTest, TestSchemaVersionResource, PreAnalyzedUpdateProcessorTest, TestRandomMergePolicy, DeleteShardTest, EchoParamsTest, TestSolrJ, TestSystemIdResolver, SolrTestCaseJ4Test, ExternalCollectionsTest, TestMiniSolrCloudClusterSSL, MultiTermTest, TestRandomFaceting, NotRequiredUniqueKeyTest, JSONWriterTest, SolrIndexConfigTest, TestSchemaNameResource, TestSurroundQueryParser, DistribCursorPagingTest, DistributedSpellCheckComponentTest, SolrCoreCheckLockOnStartupTest, TestStressRecovery, TestExactSharedStatsCache, TestGroupingSearch, TestCoreDiscovery, DocValuesMultiTest, BasicDistributedZkTest, TestIntervalFaceting, OverseerStatusTest, TestValueSourceCache, CursorPagingTest, TestFaceting, TestManagedResourceStorage, TestLFUCache, TestJmxIntegration, TestDynamicLoading, HardAutoCommitTest, AnalyticsQueryTest, SoftAutoCommitTest, BlockCacheTest, TestFoldingMultitermQuery, OpenExchangeRatesOrgProviderTest, TestHdfsUpdateLog, TermVectorComponentDistributedTest, DirectSolrConnectionTest, TestRestManager, UUIDFieldTest, TestSearchPerf, DistribDocExpirationUpdateProcessorTest, TestDefaultSearchFieldResource, IndexSchemaRuntimeFieldTest, ShardSplitTest, DistributedQueryComponentOptimizationTest, StatelessScriptUpdateProcessorFactoryTest, TestCustomSort, DirectUpdateHandlerOptimizeTest, TestObjectReleaseTracker, SharedFSAutoReplicaFailoverTest, DistributedQueueTest, TestShardHandlerFactory, FastVectorHighlighterTest, TestSchemaSimilarityResource, TestCryptoKeys, OutputWriterTest, TestBinaryField, TestCollectionAPI, BasicFunctionalityTest, TestCSVLoader, TestDistribDocBasedVersion, TestSweetSpotSimilarityFactory, TestShortCircuitedRequests, ParsingFieldUpdateProcessorsTest, OverseerTest, TestDefaultStatsCache, ChaosMonkeySafeLeaderTest, SyncSliceTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, ShardRoutingTest, RecoveryZkTest, TestReplicationHandler, ZkSolrClientTest, TestZkChroot, TestRandomDVFaceting, ZkCLITest, TestDistributedSearch, TestRecovery, ZkControllerTest, TestRealTimeGet, TestStressReorder, TestReload, TestStressVersions, DistributedTermsComponentTest, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, StatsComponentTest, SpellCheckComponentTest, SolrCmdDistributorTest, QueryElevationComponentTest, PeerSyncTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, TestFiltering, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=CB83129696491003 -Dtests.slow=true -Dtests.locale=in_ID -Dtests.timezone=SystemV/MST7MDT -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CB83129696491003]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:494)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:230)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=14767, name=searcherExecutor-6835-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CB83129696491003]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=14767, name=searcherExecutor-6835-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CB83129696491003]:0)
   [junit4] Completed in 167.35s, 7 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 619 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 471 suites, 1872 tests, 3 suite-level errors, 734 ignored (30 assumptions)

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



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

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

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:52703/yz/qt/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:597)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:920)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:811)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:754)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:52703/yz/qt/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:570)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:594)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
	... 52 more




Build Log:
[...truncated 9474 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\init-core-data-001
   [junit4]   2> 2077776 T8222 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /yz/qt
   [junit4]   2> 2077780 T8222 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2077781 T8223 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2077896 T8222 oasc.ZkTestServer.run start zk server on port:52696
   [junit4]   2> 2077896 T8222 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2077899 T8222 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2077902 T8230 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@35e68b9c name:ZooKeeperConnection Watcher:127.0.0.1:52696 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2077903 T8222 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2077903 T8222 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2077903 T8222 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2077906 T8224 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bf35306cd0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 2077909 T8222 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2077911 T8222 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2077913 T8233 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@833894e name:ZooKeeperConnection Watcher:127.0.0.1:52696/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2077913 T8222 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2077920 T8222 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2077920 T8222 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 2077924 T8222 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 2077928 T8222 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 2077930 T8222 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 2077934 T8222 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2077934 T8222 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2077940 T8222 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2077940 T8222 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 2077944 T8222 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2077944 T8222 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2077948 T8222 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2077948 T8222 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2077953 T8222 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2077954 T8222 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2077962 T8222 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2077962 T8222 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 2077966 T8222 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2077967 T8222 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2077972 T8222 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2077972 T8222 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2077978 T8222 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2077978 T8222 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2077984 T8222 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2077984 T8222 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2077988 T8222 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2077988 T8222 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2079602 T8222 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\control-001\cores\collection1
   [junit4]   2> 2079608 T8222 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 2079611 T8222 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@149e9214{/yz/qt,null,AVAILABLE}
   [junit4]   2> 2079626 T8222 oejs.AbstractConnector.doStart Started ServerConnector@761e3c9d{HTTP/1.1}{127.0.0.1:52704}
   [junit4]   2> 2079627 T8222 oejs.Server.doStart Started @2087555ms
   [junit4]   2> 2079627 T8222 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\tempDir-001/control/data, hostContext=/yz/qt, hostPort=52703, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\control-001\cores}
   [junit4]   2> 2079627 T8222 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 2079627 T8222 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\control-001\'
   [junit4]   2> 2079672 T8222 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\control-001\solr.xml
   [junit4]   2> 2079684 T8222 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\control-001\cores
   [junit4]   2> 2079685 T8222 oasc.CoreContainer.<init> New CoreContainer 739154016
   [junit4]   2> 2079685 T8222 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\control-001\]
   [junit4]   2> 2079685 T8222 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\control-001\lib
   [junit4]   2> 2079686 T8222 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\control-001\lib).
   [junit4]   2> 2079697 T8222 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2079697 T8222 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2079698 T8222 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2079698 T8222 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2079698 T8222 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2079700 T8222 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2079700 T8222 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2079700 T8222 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2079700 T8222 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2079700 T8222 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2079700 T8222 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2079700 T8222 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2079700 T8222 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2079700 T8222 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2079700 T8222 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 2079700 T8222 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52696/solr
   [junit4]   2> 2079700 T8222 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2079700 T8222 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2079703 T8222 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2079705 T8247 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1cd37a30 name:ZooKeeperConnection Watcher:127.0.0.1:52696 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2079706 T8222 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2079707 T8222 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2079708 T8224 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bf35306cd0002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 2079712 T8222 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2079713 T8250 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4014386a name:ZooKeeperConnection Watcher:127.0.0.1:52696/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2079714 T8222 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2079717 T8222 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 2079723 T8222 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 2079727 T8222 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 2079733 T8222 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 2079739 T8222 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 2079744 T8222 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2079744 T8222 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52703_yz%2Fqt
   [junit4]   2> 2079744 T8222 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52703_yz%2Fqt
   [junit4]   2> 2079746 T8222 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 2079746 T8222 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 2079755 T8222 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2079759 T8222 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:52703_yz%2Fqt
   [junit4]   2> 2079759 T8222 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 2079762 T8222 oasc.Overseer.start Overseer (id=93435755213160451-127.0.0.1:52703_yz%2Fqt-n_0000000000) starting
   [junit4]   2> 2079767 T8222 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 2079781 T8222 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2079782 T8252 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 2079783 T8251 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 2079783 T8222 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 2079788 T8222 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 2079791 T8222 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2079800 T8222 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 2079804 T8222 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\control-001\cores\collection1\
   [junit4]   2> 2079804 T8222 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2079807 T8254 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 2079807 T8254 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2079808 T8250 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2079808 T8254 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2079810 T8251 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52703/yz/qt",
   [junit4]   2> 	  "node_name":"127.0.0.1:52703_yz%2Fqt",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 2079811 T8251 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52703/yz/qt",
   [junit4]   2> 	  "node_name":"127.0.0.1:52703_yz%2Fqt",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2079811 T8251 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 2079811 T8251 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2079814 T8250 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2080954 T8254 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2080954 T8254 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 2080955 T8254 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2080955 T8254 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2080956 T8254 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2080956 T8254 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\control-001\cores\collection1\'
   [junit4]   2> 2080991 T8254 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 2080994 T8254 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 2081005 T8254 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2081018 T8254 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2081057 T8254 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2081060 T8254 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2081063 T8254 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2081359 T8254 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2081376 T8254 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2081376 T8254 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2081403 T8254 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2081408 T8254 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2081413 T8254 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2081414 T8254 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2081416 T8254 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2081416 T8254 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2081419 T8254 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2081419 T8254 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2081419 T8254 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2081419 T8254 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2081420 T8254 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\control-001\cores\collection1\data\
   [junit4]   2> 2081420 T8254 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@16a58bc5
   [junit4]   2> 2081420 T8254 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\control-001\cores\collection1\data\
   [junit4]   2> 2081420 T8254 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\control-001\cores\collection1\data\index/
   [junit4]   2> 2081420 T8254 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2081422 T8254 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\control-001\cores\collection1\data\index
   [junit4]   2> 2081423 T8254 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=81.142578125, floorSegmentMB=0.8994140625, forceMergeDeletesPctAllowed=15.849273823867117, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2452647169850085
   [junit4]   2> 2081431 T8254 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@17b922bd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f9dd92),segFN=segments_1,generation=1}
   [junit4]   2> 2081431 T8254 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2081436 T8254 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2081436 T8254 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2081436 T8254 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2081436 T8254 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2081437 T8254 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2081437 T8254 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2081437 T8254 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2081438 T8254 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2081438 T8254 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2081446 T8254 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2081448 T8254 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2081458 T8254 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2081461 T8254 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2081471 T8254 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 2081473 T8254 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2081475 T8254 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2081477 T8254 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2081478 T8254 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2081478 T8254 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=14.802734375, floorSegmentMB=0.853515625, forceMergeDeletesPctAllowed=23.102447865597313, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2779871766490103
   [junit4]   2> 2081479 T8254 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@17b922bd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f9dd92),segFN=segments_1,generation=1}
   [junit4]   2> 2081479 T8254 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2081479 T8254 oass.SolrIndexSearcher.<init> Opening Searcher@72cd4757[collection1] main
   [junit4]   2> 2081480 T8254 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2081483 T8254 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2081483 T8254 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2081484 T8254 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2081484 T8254 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2081484 T8254 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2081486 T8254 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2081486 T8254 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2081486 T8254 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2081486 T8254 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2081487 T8254 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2081488 T8255 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@72cd4757[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2081492 T8222 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2081492 T8222 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2081496 T8258 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52703/yz/qt collection:control_collection shard:shard1
   [junit4]   2> 2081499 T8258 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2081503 T8222 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2081507 T8222 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2081516 T8258 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2081517 T8262 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@35bc7f09 name:ZooKeeperConnection Watcher:127.0.0.1:52696/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2081517 T8222 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2081518 T8222 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2081519 T8250 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2081521 T8258 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2081521 T8258 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C12312 name=collection1 org.apache.solr.core.SolrCore@7e061cdb url=http://127.0.0.1:52703/yz/qt/collection1 node=127.0.0.1:52703_yz%2Fqt C12312_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:52703/yz/qt, node_name=127.0.0.1:52703_yz%2Fqt, state=down}
   [junit4]   2> 2081522 T8258 C12312 P52703 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52703/yz/qt/collection1/
   [junit4]   2> 2081522 T8258 C12312 P52703 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2081522 T8258 C12312 P52703 oasc.SyncStrategy.syncToMe http://127.0.0.1:52703/yz/qt/collection1/ has no replicas
   [junit4]   2> 2081523 T8258 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52703/yz/qt/collection1/ shard1
   [junit4]   2> 2081523 T8251 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 2081523 T8258 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2081523 T8222 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2081528 T8262 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 0)
   [junit4]   2> 2081530 T8250 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2081540 T8222 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2081565 T8251 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52703/yz/qt",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 2081637 T8250 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2081754 T8250 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2081755 T8262 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2081770 T8258 oasc.ZkController.register We are http://127.0.0.1:52703/yz/qt/collection1/ and leader is http://127.0.0.1:52703/yz/qt/collection1/
   [junit4]   2> 2081770 T8258 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52703/yz/qt
   [junit4]   2> 2081770 T8258 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2081770 T8258 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 2081770 T8258 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2081774 T8250 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2081779 T8251 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52703/yz/qt",
   [junit4]   2> 	  "node_name":"127.0.0.1:52703_yz%2Fqt",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 2081780 T8251 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52703/yz/qt",
   [junit4]   2> 	  "node_name":"127.0.0.1:52703_yz%2Fqt",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2081901 T8250 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2081902 T8262 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2083579 T8222 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-1-001\cores\collection1
   [junit4]   2> 2083583 T8222 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-1-001
   [junit4]   2> 2083584 T8222 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 2083590 T8222 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@5c0b9e55{/yz/qt,null,AVAILABLE}
   [junit4]   2> 2083606 T8222 oejs.AbstractConnector.doStart Started ServerConnector@5078b345{HTTP/1.1}{127.0.0.1:52717}
   [junit4]   2> 2083607 T8222 oejs.Server.doStart Started @2091041ms
   [junit4]   2> 2083607 T8222 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/yz/qt, hostPort=52716, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-1-001\cores}
   [junit4]   2> 2083607 T8222 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 2083607 T8222 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-1-001\'
   [junit4]   2> 2083670 T8222 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-1-001\solr.xml
   [junit4]   2> 2083696 T8222 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-1-001\cores
   [junit4]   2> 2083696 T8222 oasc.CoreContainer.<init> New CoreContainer 936369424
   [junit4]   2> 2083696 T8222 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-1-001\]
   [junit4]   2> 2083696 T8222 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-1-001\lib
   [junit4]   2> 2083700 T8222 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-1-001\lib).
   [junit4]   2> 2083717 T8222 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2083717 T8222 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2083717 T8222 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2083717 T8222 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2083717 T8222 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2083717 T8222 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2083717 T8222 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2083717 T8222 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2083717 T8222 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2083717 T8222 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2083717 T8222 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2083722 T8222 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2083722 T8222 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2083722 T8222 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2083722 T8222 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 2083722 T8222 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52696/solr
   [junit4]   2> 2083722 T8222 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2083722 T8222 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2083729 T8222 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2083729 T8276 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@245d350 name:ZooKeeperConnection Watcher:127.0.0.1:52696 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2083732 T8222 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2083732 T8222 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2083735 T8224 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bf35306cd0005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 2083737 T8222 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2083740 T8279 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7ff45832 name:ZooKeeperConnection Watcher:127.0.0.1:52696/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2083740 T8222 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2083751 T8222 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2085020 T8222 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52716_yz%2Fqt
   [junit4]   2> 2085022 T8222 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52716_yz%2Fqt
   [junit4]   2> 2085031 T8222 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2085039 T8222 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 2085050 T8222 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-1-001\cores\collection1\
   [junit4]   2> 2085057 T8222 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2085061 T8280 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2085061 T8280 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2085062 T8250 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2085062 T8280 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2085063 T8251 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52716/yz/qt",
   [junit4]   2> 	  "node_name":"127.0.0.1:52716_yz%2Fqt",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 2085066 T8251 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52716/yz/qt",
   [junit4]   2> 	  "node_name":"127.0.0.1:52716_yz%2Fqt",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2085066 T8251 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 2085066 T8251 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 2085068 T8279 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2085068 T8250 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2085068 T8262 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2086321 T8280 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2086321 T8280 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2086324 T8280 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2086324 T8280 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2086329 T8280 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2086329 T8280 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-1-001\cores\collection1\'
   [junit4]   2> 2086371 T8280 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 2086375 T8280 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 2086395 T8280 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2086423 T8280 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2086471 T8280 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2086476 T8280 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2086481 T8280 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2086912 T8280 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2086924 T8280 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2086926 T8280 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2086948 T8280 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2086956 T8280 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2086969 T8280 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2086969 T8280 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2086969 T8280 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2086971 T8280 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2086973 T8280 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2086973 T8280 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2086973 T8280 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2086973 T8280 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2086974 T8280 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 2086974 T8280 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@16a58bc5
   [junit4]   2> 2086980 T8280 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 2086980 T8280 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 2086980 T8280 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2086982 T8280 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 2086983 T8280 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=81.142578125, floorSegmentMB=0.8994140625, forceMergeDeletesPctAllowed=15.849273823867117, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2452647169850085
   [junit4]   2> 2086983 T8280 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5ef097ca lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6a17cdfd),segFN=segments_1,generation=1}
   [junit4]   2> 2086983 T8280 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2086993 T8280 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2086993 T8280 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2086994 T8280 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2086994 T8280 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2086994 T8280 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2086994 T8280 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2086995 T8280 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2086995 T8280 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2086995 T8280 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2087011 T8280 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2087015 T8280 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2087017 T8280 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2087021 T8280 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2087033 T8280 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 2087033 T8280 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2087038 T8280 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2087042 T8280 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2087042 T8280 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2087043 T8280 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=14.802734375, floorSegmentMB=0.853515625, forceMergeDeletesPctAllowed=23.102447865597313, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2779871766490103
   [junit4]   2> 2087043 T8280 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5ef097ca lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6a17cdfd),segFN=segments_1,generation=1}
   [junit4]   2> 2087043 T8280 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2087065 T8280 oass.SolrIndexSearcher.<init> Opening Searcher@13b70f5d[collection1] main
   [junit4]   2> 2087065 T8280 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2087068 T8280 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2087068 T8280 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2087069 T8280 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2087069 T8280 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2087069 T8280 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2087070 T8280 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2087070 T8280 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2087070 T8280 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2087070 T8280 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2087073 T8280 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2087074 T8282 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@13b70f5d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2087074 T8285 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52716/yz/qt collection:collection1 shard:shard2
   [junit4]   2> 2087076 T8222 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2087076 T8222 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2087079 T8285 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 2087099 T8285 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 2087103 T8250 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2087107 T8285 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2087107 T8285 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C12313 name=collection1 org.apache.solr.core.SolrCore@54c666df url=http://127.0.0.1:52716/yz/qt/collection1 node=127.0.0.1:52716_yz%2Fqt C12313_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:52716/yz/qt, node_name=127.0.0.1:52716_yz%2Fqt, state=down}
   [junit4]   2> 2087107 T8285 C12313 P52716 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52716/yz/qt/collection1/
   [junit4]   2> 2087107 T8285 C12313 P52716 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2087107 T8285 C12313 P52716 oasc.SyncStrategy.syncToMe http://127.0.0.1:52716/yz/qt/collection1/ has no replicas
   [junit4]   2> 2087107 T8285 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52716/yz/qt/collection1/ shard2
   [junit4]   2> 2087108 T8285 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 2087113 T8251 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 2087119 T8279 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2087121 T8250 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2087122 T8262 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2087151 T8251 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52716/yz/qt",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 6
   [junit4]   2> 2087158 T8250 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2087347 T8279 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2087348 T8250 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2087349 T8262 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2087374 T8285 oasc.ZkController.register We are http://127.0.0.1:52716/yz/qt/collection1/ and leader is http://127.0.0.1:52716/yz/qt/collection1/
   [junit4]   2> 2087374 T8285 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52716/yz/qt
   [junit4]   2> 2087374 T8285 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2087374 T8285 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 2087374 T8285 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2087383 T8250 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2087386 T8251 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52716/yz/qt",
   [junit4]   2> 	  "node_name":"127.0.0.1:52716_yz%2Fqt",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 7
   [junit4]   2> 2087387 T8251 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52716/yz/qt",
   [junit4]   2> 	  "node_name":"127.0.0.1:52716_yz%2Fqt",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2087522 T8279 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2087523 T8250 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2087523 T8262 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2089478 T8222 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-2-001\cores\collection1
   [junit4]   2> 2089484 T8222 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-2-001
   [junit4]   2> 2089487 T8222 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 2089490 T8222 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@63768f28{/yz/qt,null,AVAILABLE}
   [junit4]   2> 2089493 T8222 oejs.AbstractConnector.doStart Started ServerConnector@1919e9dd{HTTP/1.1}{127.0.0.1:52728}
   [junit4]   2> 2089494 T8222 oejs.Server.doStart Started @2095844ms
   [junit4]   2> 2089494 T8222 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/yz/qt, hostPort=52727, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-2-001\cores}
   [junit4]   2> 2089495 T8222 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 2089495 T8222 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-2-001\'
   [junit4]   2> 2089557 T8222 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-2-001\solr.xml
   [junit4]   2> 2089575 T8222 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-2-001\cores
   [junit4]   2> 2089575 T8222 oasc.CoreContainer.<init> New CoreContainer 1028454309
   [junit4]   2> 2089575 T8222 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-2-001\]
   [junit4]   2> 2089575 T8222 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-2-001\lib
   [junit4]   2> 2089575 T8222 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-2-001\lib).
   [junit4]   2> 2089590 T8222 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2089590 T8222 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2089590 T8222 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2089590 T8222 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2089590 T8222 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2089590 T8222 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2089590 T8222 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2089590 T8222 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2089590 T8222 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2089590 T8222 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2089590 T8222 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2089594 T8222 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2089594 T8222 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2089594 T8222 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2089594 T8222 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 2089594 T8222 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52696/solr
   [junit4]   2> 2089594 T8222 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2089594 T8222 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2089597 T8222 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2089600 T8300 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@eff4316 name:ZooKeeperConnection Watcher:127.0.0.1:52696 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2089601 T8222 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2089602 T8222 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2089607 T8222 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2089610 T8303 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4de96fa6 name:ZooKeeperConnection Watcher:127.0.0.1:52696/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2089611 T8222 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2089624 T8222 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2090893 T8222 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52727_yz%2Fqt
   [junit4]   2> 2090895 T8222 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52727_yz%2Fqt
   [junit4]   2> 2090904 T8222 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2090912 T8222 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-2-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-2-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 2090915 T8222 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-2-001\cores\collection1\
   [junit4]   2> 2090915 T8222 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2090918 T8304 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2090918 T8304 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2090919 T8250 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2090919 T8304 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2090922 T8251 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52727/yz/qt",
   [junit4]   2> 	  "node_name":"127.0.0.1:52727_yz%2Fqt",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 8
   [junit4]   2> 2090923 T8251 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52727/yz/qt",
   [junit4]   2> 	  "node_name":"127.0.0.1:52727_yz%2Fqt",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2090923 T8251 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 2090923 T8251 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 2090927 T8279 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2090928 T8250 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2090928 T8262 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2090929 T8303 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2092180 T8304 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2092180 T8304 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2092181 T8304 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2092181 T8304 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2092182 T8304 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2092182 T8304 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-2-001\cores\collection1\'
   [junit4]   2> 2092214 T8304 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 2092219 T8304 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 2092230 T8304 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2092240 T8304 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2092274 T8304 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2092284 T8304 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2092293 T8304 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2092587 T8304 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2092594 T8304 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2092603 T8304 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2092621 T8304 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2092626 T8304 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2092628 T8304 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2092632 T8304 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2092632 T8304 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2092632 T8304 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2092635 T8304 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2092635 T8304 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2092635 T8304 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2092635 T8304 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2092636 T8304 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 2092636 T8304 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@16a58bc5
   [junit4]   2> 2092636 T8304 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 2092636 T8304 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-2-001\cores\collection1\data\index/
   [junit4]   2> 2092636 T8304 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-2-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2092637 T8304 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001\shard-2-001\cores\collection1\data\index
   [junit4]   2> 2092637 T8304 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=81.142578125, floorSegmentMB=0.8994140625, forceMergeDeletesPctAllowed=15.849273823867117, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2452647169850085
   [junit4]   2> 2092637 T8304 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@77c21642 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5b94eb37),segFN=segments_1,generation=1}
   [junit4]   2> 2092637 T8304 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2092643 T8304 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2092644 T8304 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2092644 T8304 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2092644 T8304 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2092644 T8304 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2092644 T8304 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2092646 T8304 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2092646 T8304 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2092646 T8304 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2092651 T8304 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2092654 T8304 oashl

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

rClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:594)
   [junit4]    > 	... 47 more
   [junit4]    > Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
   [junit4]    > 	... 52 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=8402, name=updateExecutor-1034-thread-2, state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@20965c1 rejected from java.util.concurrent.ThreadPoolExecutor@737cf3c2[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 22]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1B714BA0AD80CC31]:0)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:279)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2154391 T8222 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 1B714BA0AD80CC31-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {_version_=PostingsFormat(name=Direct), multiDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), a_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), intDefault=PostingsFormat(name=Direct), id=PostingsFormat(name=LuceneVarGapFixedInterval), text=PostingsFormat(name=Memory doPackFST= false), range_facet_l=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), timestamp=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{timestamp=DocValuesFormat(name=Direct)}, sim=DefaultSimilarity, locale=sr_CS, timezone=Etc/GMT-0
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=216636632,total=340672512
   [junit4]   2> NOTE: All tests run in this JVM: [RollingRestartTest, RAMDirectoryFactoryTest, ConnectionManagerTest, TestUniqueKeyFieldResource, QueryEqualityTest, TestPartialUpdateDeduplication, ActionThrottleTest, TestJettySolrRunner, TestBlendedInfixSuggestions, IndexBasedSpellCheckerTest, TestComponentsName, StressHdfsTest, TestBinaryField, TestPerFieldSimilarity, TestHdfsUpdateLog, TestExtendedDismaxParser, TestOmitPositions, TestSolrDynamicMBean, HdfsDirectoryFactoryTest, TestImplicitCoreProperties, SolrRequestParserTest, TestCloudSchemaless, TestClassNameShortening, DistributedTermsComponentTest, CollectionsAPIDistributedZkTest, DateRangeFieldTest, BlockCacheTest, ZkControllerTest, TestPhraseSuggestions, TestLMDirichletSimilarityFactory, DebugComponentTest, TestFastWriter, MBeansHandlerTest, AlternateDirectoryTest, SharedFSAutoReplicaFailoverTest, TestDistributedMissingSort, OverseerStatusTest, TestLazyCores, SuggesterWFSTTest, DirectSolrSpellCheckerTest, UnloadDistributedZkTest, TestStressReorder, TestElisionMultitermQuery, TestOrdValues, ShowFileRequestHandlerTest, TestSolr4Spatial, MigrateRouteKeyTest, SolrIndexConfigTest, TestCloudInspectUtil, DistributedFacetPivotSmallTest, MinimalSchemaTest, SaslZkACLProviderTest, DOMUtilTest, WordBreakSolrSpellCheckerTest, SSLMigrationTest, SuggesterTSTTest, ShardSplitTest, SimpleMLTQParserTest, HdfsDirectoryTest, SpellCheckComponentTest, CoreMergeIndexesAdminHandlerTest, IndexSchemaRuntimeFieldTest, TestComplexPhraseQParserPlugin, OverseerTest, PingRequestHandlerTest, SolrCoreTest, DistribCursorPagingTest, RegexBoostProcessorTest, ZkSolrClientTest, AsyncMigrateRouteKeyTest, SharedFSAutoReplicaFailoverUtilsTest, ZkCLITest, SliceStateTest, AnalysisAfterCoreReloadTest, TestIndexingPerformance, TestJmxMonitoredMap, TestAddFieldRealTimeGet, TestInitParams, LeaderElectionIntegrationTest, TermsComponentTest, TestQuerySenderListener, EnumFieldTest, DistributedDebugComponentTest, CursorMarkTest, SimplePostToolTest, TestInfoStreamLogging, TestManagedResource, DeleteReplicaTest, HdfsChaosMonkeySafeLeaderTest, TestSolrIndexConfig, ResponseLogComponentTest, ScriptEngineTest, TestExceedMaxTermLength, SpellCheckCollatorTest, TestSearchPerf, TestBlobHandler, DisMaxRequestHandlerTest, CachingDirectoryFactoryTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestCoreDiscovery, FacetPivotSmallTest, TestRealTimeGet, BasicFunctionalityTest, SuggestComponentTest, TestObjectReleaseTracker, TestLRUStatsCache, DeleteShardTest, ClusterStateTest, DistributedSuggestComponentTest, DocValuesMissingTest, TestDistributedGrouping, DistributedQueryElevationComponentTest, TestLMJelinekMercerSimilarityFactory, LeaderFailoverAfterPartitionTest, SolrCmdDistributorTest, CloudMLTQParserTest, TestRTGBase, MultiTermTest, StatsComponentTest, XmlUpdateRequestHandlerTest, TestDocSet, CurrencyFieldXmlFileTest, TestSolrJ, TestBulkSchemaConcurrent, StandardRequestHandlerTest, TestSolrDeletionPolicy2, TestDistribDocBasedVersion, TestDocBasedVersionConstraints, DistributedExpandComponentTest, TestNoOpRegenerator, TestFoldingMultitermQuery, TestDynamicLoading, FileBasedSpellCheckerTest, TestCollapseQParserPlugin, MergeStrategyTest, TestManagedResourceStorage, TestPseudoReturnFields, TestSolr4Spatial2, OverseerRolesTest, DocumentAnalysisRequestHandlerTest, TestCSVResponseWriter, FieldAnalysisRequestHandlerTest, TestInitQParser, TestCloudManagedSchema, DirectUpdateHandlerOptimizeTest, CacheHeaderTest, TestDefaultSearchFieldResource, TestExactSharedStatsCache, HttpPartitionTest, IndexSchemaTest, TestFiltering, SynonymTokenizerTest, DateMathParserTest, MoreLikeThisHandlerTest, TestJoin, SolrPluginUtilsTest, HardAutoCommitTest, SOLR749Test, DocExpirationUpdateProcessorFactoryTest, TestRestManager, CSVRequestHandlerTest, SolrXmlInZkTest, ReplicationFactorTest]
   [junit4] Completed in 76.67s, 1 test, 1 error <<< FAILURES!

[...truncated 953 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 471 suites, 1872 tests, 1 error, 57 ignored (30 assumptions)

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



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

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

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:53533/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:597)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:920)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:811)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:754)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:53533/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:570)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:594)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
	... 52 more




Build Log:
[...truncated 10120 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\init-core-data-001
   [junit4]   2> 4488016 T20823 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 4488023 T20823 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4488024 T20824 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 4488133 T20823 oasc.ZkTestServer.run start zk server on port:53526
   [junit4]   2> 4488133 T20823 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4488136 T20823 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4488140 T20831 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@195db245 name:ZooKeeperConnection Watcher:127.0.0.1:53526 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4488141 T20823 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4488141 T20823 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4488141 T20823 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 4488148 T20823 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4488149 T20823 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4488151 T20834 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4f0c7387 name:ZooKeeperConnection Watcher:127.0.0.1:53526/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4488151 T20823 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4488152 T20823 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4488152 T20823 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 4488156 T20823 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 4488159 T20823 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 4488162 T20823 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 4488166 T20823 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 4488166 T20823 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 4488171 T20823 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 4488171 T20823 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 4488176 T20823 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4488177 T20823 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4488180 T20823 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 4488180 T20823 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 4488184 T20823 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 4488184 T20823 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 4488188 T20823 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 4488188 T20823 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 4488192 T20823 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 4488193 T20823 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 4488196 T20823 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4488197 T20823 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4488200 T20823 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4488200 T20823 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4488203 T20823 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 4488204 T20823 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 4488208 T20823 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 4488208 T20823 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 4490153 T20823 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\control-001\cores\collection1
   [junit4]   2> 4490158 T20823 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 4490161 T20823 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@6574a19f{/,null,AVAILABLE}
   [junit4]   2> 4490190 T20823 oejs.AbstractConnector.doStart Started ServerConnector@32616b72{HTTP/1.1}{127.0.0.1:53534}
   [junit4]   2> 4490191 T20823 oejs.Server.doStart Started @4485344ms
   [junit4]   2> 4490191 T20823 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\tempDir-001/control/data, hostContext=/, hostPort=53533, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\control-001\cores}
   [junit4]   2> 4490191 T20823 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 4490191 T20823 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\control-001\'
   [junit4]   2> 4490232 T20823 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\control-001\solr.xml
   [junit4]   2> 4490240 T20823 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\control-001\cores
   [junit4]   2> 4490240 T20823 oasc.CoreContainer.<init> New CoreContainer 1745677868
   [junit4]   2> 4490241 T20823 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\control-001\]
   [junit4]   2> 4490243 T20823 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\control-001\lib
   [junit4]   2> 4490243 T20823 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\control-001\lib).
   [junit4]   2> 4490255 T20823 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4490255 T20823 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4490255 T20823 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4490255 T20823 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4490255 T20823 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4490255 T20823 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4490257 T20823 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4490257 T20823 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4490257 T20823 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4490257 T20823 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4490257 T20823 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4490257 T20823 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4490258 T20823 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4490259 T20823 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4490259 T20823 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4490259 T20823 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53526/solr
   [junit4]   2> 4490259 T20823 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4490259 T20823 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4490263 T20823 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4490265 T20848 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2f147c1 name:ZooKeeperConnection Watcher:127.0.0.1:53526 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4490265 T20823 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4490265 T20823 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4490270 T20823 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4490271 T20851 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@54afaaa6 name:ZooKeeperConnection Watcher:127.0.0.1:53526/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4490272 T20823 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4490274 T20823 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 4490278 T20823 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 4490282 T20823 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 4490286 T20823 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 4490290 T20823 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 4490293 T20823 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 4490295 T20823 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53533_
   [junit4]   2> 4490295 T20823 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53533_
   [junit4]   2> 4490298 T20823 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 4490302 T20823 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 4490304 T20823 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4490306 T20823 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:53533_
   [junit4]   2> 4490306 T20823 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 4490308 T20823 oasc.Overseer.start Overseer (id=93433454608515075-127.0.0.1:53533_-n_0000000000) starting
   [junit4]   2> 4490311 T20823 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 4490322 T20823 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 4490323 T20852 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 4490325 T20853 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 4490326 T20823 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 4490331 T20823 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 4490331 T20823 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4490338 T20823 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4490339 T20823 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\control-001\cores\collection1\
   [junit4]   2> 4490339 T20823 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4490341 T20855 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 4490341 T20855 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4490342 T20851 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4490342 T20855 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4490343 T20852 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53533",
   [junit4]   2> 	  "node_name":"127.0.0.1:53533_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 4490344 T20852 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53533",
   [junit4]   2> 	  "node_name":"127.0.0.1:53533_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4490344 T20852 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 4490344 T20852 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 4490347 T20851 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4491436 T20855 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4491436 T20855 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 4491437 T20855 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4491437 T20855 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4491439 T20855 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4491439 T20855 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\control-001\cores\collection1\'
   [junit4]   2> 4491466 T20855 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4491469 T20855 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4491477 T20855 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4491480 T20855 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 4491485 T20855 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4491488 T20855 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4491492 T20855 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4491623 T20855 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4491629 T20855 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4491630 T20855 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4491645 T20855 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4491647 T20855 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4491650 T20855 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4491652 T20855 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4491652 T20855 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4491652 T20855 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4491655 T20855 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4491655 T20855 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4491655 T20855 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 4491655 T20855 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4491656 T20855 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\control-001\cores\collection1\data\
   [junit4]   2> 4491656 T20855 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f56422d
   [junit4]   2> 4491656 T20855 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\control-001\cores\collection1\data\
   [junit4]   2> 4491656 T20855 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\control-001\cores\collection1\data\index/
   [junit4]   2> 4491656 T20855 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4491657 T20855 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\control-001\cores\collection1\data\index
   [junit4]   2> 4491658 T20855 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1780976631702189]
   [junit4]   2> 4491658 T20855 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2338025 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2e7894e5),segFN=segments_1,generation=1}
   [junit4]   2> 4491658 T20855 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4491661 T20855 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4491661 T20855 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4491662 T20855 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4491662 T20855 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4491662 T20855 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4491662 T20855 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4491663 T20855 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4491663 T20855 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4491663 T20855 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4491664 T20855 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4491664 T20855 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4491665 T20855 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4491665 T20855 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4491665 T20855 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 4491666 T20855 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 4491666 T20855 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 4491668 T20855 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 4491668 T20855 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 4491669 T20855 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 4491669 T20855 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 4491670 T20855 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 4491670 T20855 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 4491670 T20855 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 4491672 T20855 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 4491672 T20855 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 4491672 T20855 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 4491673 T20855 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 4491678 T20855 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4491679 T20855 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4491680 T20855 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4491681 T20855 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4491682 T20855 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4491684 T20855 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4491686 T20855 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4491686 T20855 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4491686 T20855 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 4491687 T20855 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2338025 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2e7894e5),segFN=segments_1,generation=1}
   [junit4]   2> 4491687 T20855 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4491687 T20855 oass.SolrIndexSearcher.<init> Opening Searcher@4b82b193[collection1] main
   [junit4]   2> 4491687 T20855 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4491688 T20855 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4491688 T20855 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4491690 T20855 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4491690 T20855 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4491690 T20855 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4491690 T20855 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4491690 T20855 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4491690 T20855 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4491690 T20855 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4491690 T20855 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4491691 T20856 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4b82b193[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4491693 T20823 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4491693 T20823 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4491694 T20823 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4491695 T20859 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53533 collection:control_collection shard:shard1
   [junit4]   2> 4491696 T20823 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4491697 T20859 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 4491703 T20859 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 4491704 T20851 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4491705 T20859 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4491705 T20859 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C11174 name=collection1 org.apache.solr.core.SolrCore@d608617 url=http://127.0.0.1:53533/collection1 node=127.0.0.1:53533_ C11174_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:53533, node_name=127.0.0.1:53533_, state=down}
   [junit4]   2> 4491705 T20859 C11174 P53533 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53533/collection1/
   [junit4]   2> 4491705 T20859 C11174 P53533 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4491705 T20859 C11174 P53533 oasc.SyncStrategy.syncToMe http://127.0.0.1:53533/collection1/ has no replicas
   [junit4]   2> 4491705 T20859 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53533/collection1/ shard1
   [junit4]   2> 4491706 T20859 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 4491708 T20852 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 4491712 T20851 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4491713 T20852 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53533",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 4491717 T20863 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6465286 name:ZooKeeperConnection Watcher:127.0.0.1:53526/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4491717 T20823 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4491717 T20823 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4491719 T20823 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4491722 T20823 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 4491853 T20851 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4491853 T20863 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4491890 T20859 oasc.ZkController.register We are http://127.0.0.1:53533/collection1/ and leader is http://127.0.0.1:53533/collection1/
   [junit4]   2> 4491891 T20859 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53533
   [junit4]   2> 4491891 T20859 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4491891 T20859 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 4491891 T20859 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4491929 T20851 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4492024 T20852 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53533",
   [junit4]   2> 	  "node_name":"127.0.0.1:53533_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 4492079 T20852 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53533",
   [junit4]   2> 	  "node_name":"127.0.0.1:53533_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4492272 T20851 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4492286 T20863 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 4493008 T20823 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-1-001\cores\collection1
   [junit4]   2> 4493012 T20823 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-1-001
   [junit4]   2> 4493013 T20823 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 4493015 T20823 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1fc249b9{/,null,AVAILABLE}
   [junit4]   2> 4493017 T20823 oejs.AbstractConnector.doStart Started ServerConnector@2233e7b3{HTTP/1.1}{127.0.0.1:53547}
   [junit4]   2> 4493018 T20823 oejs.Server.doStart Started @4488134ms
   [junit4]   2> 4493018 T20823 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=53546, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-1-001\cores}
   [junit4]   2> 4493018 T20823 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 4493018 T20823 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-1-001\'
   [junit4]   2> 4493051 T20823 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-1-001\solr.xml
   [junit4]   2> 4493058 T20823 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-1-001\cores
   [junit4]   2> 4493060 T20823 oasc.CoreContainer.<init> New CoreContainer 1332074412
   [junit4]   2> 4493060 T20823 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-1-001\]
   [junit4]   2> 4493060 T20823 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-1-001\lib
   [junit4]   2> 4493060 T20823 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-1-001\lib).
   [junit4]   2> 4493071 T20823 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4493071 T20823 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4493071 T20823 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4493071 T20823 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4493071 T20823 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4493071 T20823 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4493073 T20823 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4493073 T20823 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4493073 T20823 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4493073 T20823 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4493073 T20823 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4493073 T20823 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4493075 T20823 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4493075 T20823 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4493075 T20823 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4493075 T20823 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53526/solr
   [junit4]   2> 4493075 T20823 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4493075 T20823 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4493079 T20823 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4493081 T20877 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b851009 name:ZooKeeperConnection Watcher:127.0.0.1:53526 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4493081 T20823 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4493081 T20823 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4493083 T20823 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4493085 T20880 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@674ed99c name:ZooKeeperConnection Watcher:127.0.0.1:53526/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4493085 T20823 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4493093 T20823 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4494081 T20823 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53546_
   [junit4]   2> 4494083 T20823 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53546_
   [junit4]   2> 4494088 T20823 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4494091 T20823 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4494092 T20823 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-1-001\cores\collection1\
   [junit4]   2> 4494092 T20823 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4494094 T20881 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4494094 T20881 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4494095 T20851 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4494095 T20881 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4494096 T20852 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53546",
   [junit4]   2> 	  "node_name":"127.0.0.1:53546_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 4494097 T20852 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53546",
   [junit4]   2> 	  "node_name":"127.0.0.1:53546_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4494097 T20852 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 4494097 T20852 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 4494099 T20851 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4494099 T20880 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4494099 T20863 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4495080 T20881 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4495081 T20881 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 4495082 T20881 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4495082 T20881 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4495083 T20881 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4495083 T20881 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-1-001\cores\collection1\'
   [junit4]   2> 4495106 T20881 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4495109 T20881 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4495117 T20881 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4495121 T20881 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 4495128 T20881 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4495130 T20881 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4495132 T20881 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4495244 T20881 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4495251 T20881 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4495253 T20881 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4495265 T20881 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4495268 T20881 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4495271 T20881 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4495272 T20881 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4495272 T20881 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4495272 T20881 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4495274 T20881 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4495274 T20881 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4495274 T20881 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 4495274 T20881 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4495275 T20881 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 4495275 T20881 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f56422d
   [junit4]   2> 4495275 T20881 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 4495276 T20881 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 4495276 T20881 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4495276 T20881 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 4495277 T20881 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1780976631702189]
   [junit4]   2> 4495278 T20881 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@58614a83 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@31a196db),segFN=segments_1,generation=1}
   [junit4]   2> 4495278 T20881 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4495281 T20881 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4495281 T20881 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4495281 T20881 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4495281 T20881 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4495281 T20881 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4495281 T20881 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4495282 T20881 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4495282 T20881 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4495282 T20881 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4495283 T20881 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4495283 T20881 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4495284 T20881 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4495284 T20881 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4495284 T20881 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 4495285 T20881 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 4495286 T20881 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 4495286 T20881 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 4495287 T20881 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 4495288 T20881 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 4495288 T20881 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 4495289 T20881 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 4495289 T20881 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 4495290 T20881 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 4495290 T20881 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 4495291 T20881 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 4495291 T20881 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 4495292 T20881 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 4495296 T20881 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4495297 T20881 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4495298 T20881 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4495300 T20881 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4495300 T20881 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4495301 T20881 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4495303 T20881 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4495304 T20881 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4495304 T20881 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 4495305 T20881 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@58614a83 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@31a196db),segFN=segments_1,generation=1}
   [junit4]   2> 4495305 T20881 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4495305 T20881 oass.SolrIndexSearcher.<init> Opening Searcher@462b9621[collection1] main
   [junit4]   2> 4495305 T20881 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4495306 T20881 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4495306 T20881 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4495307 T20881 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4495307 T20881 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4495307 T20881 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4495308 T20881 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4495308 T20881 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4495308 T20881 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4495308 T20881 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4495309 T20882 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@462b9621[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4495310 T20881 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4495311 T20885 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53546 collection:collection1 shard:shard2
   [junit4]   2> 4495311 T20823 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4495311 T20823 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4495313 T20885 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 4495319 T20885 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 4495321 T20851 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4495322 T20885 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4495322 T20885 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C11175 name=collection1 org.apache.solr.core.SolrCore@4ed61455 url=http://127.0.0.1:53546/collection1 node=127.0.0.1:53546_ C11175_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:53546, node_name=127.0.0.1:53546_, state=down}
   [junit4]   2> 4495322 T20885 C11175 P53546 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53546/collection1/
   [junit4]   2> 4495322 T20885 C11175 P53546 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4495322 T20885 C11175 P53546 oasc.SyncStrategy.syncToMe http://127.0.0.1:53546/collection1/ has no replicas
   [junit4]   2> 4495322 T20885 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53546/collection1/ shard2
   [junit4]   2> 4495323 T20885 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 4495329 T20852 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 4495334 T20851 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4495336 T20852 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53546",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 4495439 T20880 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4495440 T20851 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4495440 T20863 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4495486 T20885 oasc.ZkController.register We are http://127.0.0.1:53546/collection1/ and leader is http://127.0.0.1:53546/collection1/
   [junit4]   2> 4495486 T20885 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53546
   [junit4]   2> 4495487 T20885 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4495487 T20885 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 4495487 T20885 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4495489 T20851 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4495492 T20852 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53546",
   [junit4]   2> 	  "node_name":"127.0.0.1:53546_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 4495493 T20852 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53546",
   [junit4]   2> 	  "node_name":"127.0.0.1:53546_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4495597 T20880 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4495597 T20851 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4495598 T20863 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4496677 T20823 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-2-001\cores\collection1
   [junit4]   2> 4496682 T20823 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-2-001
   [junit4]   2> 4496684 T20823 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 4496687 T20823 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@39de5a4c{/,null,AVAILABLE}
   [junit4]   2> 4496689 T20823 oejs.AbstractConnector.doStart Started ServerConnector@7c20e3f4{HTTP/1.1}{127.0.0.1:53557}
   [junit4]   2> 4496689 T20823 oejs.Server.doStart Started @4491898ms
   [junit4]   2> 4496689 T20823 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=53556, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-2-001\cores}
   [junit4]   2> 4496689 T20823 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 4496689 T20823 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-2-001\'
   [junit4]   2> 4496748 T20823 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-2-001\solr.xml
   [junit4]   2> 4496762 T20823 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-2-001\cores
   [junit4]   2> 4496762 T20823 oasc.CoreContainer.<init> New CoreContainer 713408
   [junit4]   2> 4496762 T20823 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-2-001\]
   [junit4]   2> 4496764 T20823 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-2-001\lib
   [junit4]   2> 4496764 T20823 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-2-001\lib).
   [junit4]   2> 4496779 T20823 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4496780 T20823 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4496780 T20823 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4496780 T20823 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4496780 T20823 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4496781 T20823 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4496781 T20823 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4496781 T20823 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4496781 T20823 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4496781 T20823 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4496782 T20823 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4496782 T20823 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4496783 T20823 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4496783 T20823 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4496783 T20823 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4496783 T20823 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53526/solr
   [junit4]   2> 4496784 T20823 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4496784 T20823 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4496787 T20823 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4496789 T20900 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@33d296da name:ZooKeeperConnection Watcher:127.0.0.1:53526 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4496789 T20823 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4496789 T20823 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4496794 T20823 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4496797 T20903 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@37acd07 name:ZooKeeperConnection Watcher:127.0.0.1:53526/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4496797 T20823 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4496811 T20823 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4497801 T20823 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53556_
   [junit4]   2> 4497802 T20823 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53556_
   [junit4]   2> 4497808 T20823 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4497811 T20823 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-2-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-2-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4497813 T20823 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-2-001\cores\collection1\
   [junit4]   2> 4497813 T20823 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4497816 T20904 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4497816 T20904 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4497817 T20851 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4497817 T20904 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4497819 T20852 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53556",
   [junit4]   2> 	  "node_name":"127.0.0.1:53556_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 4497820 T20852 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53556",
   [junit4]   2> 	  "node_name":"127.0.0.1:53556_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4497820 T20852 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 4497820 T20852 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 4497822 T20880 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4497822 T20903 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4497822 T20851 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4497822 T20863 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4498802 T20904 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4498802 T20904 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 4498803 T20904 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4498803 T20904 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4498805 T20904 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4498805 T20904 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-2-001\cores\collection1\'
   [junit4]   2> 4498838 T20904 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4498842 T20904 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4498855 T20904 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4498858 T20904 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 4498867 T20904 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4498869 T20904 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4498873 T20904 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4498992 T20904 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4498999 T20904 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4498999 T20904 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4499015 T20904 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4499021 T20904 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4499025 T20904 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4499027 T20904 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4499027 T20904 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4499027 T20904 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4499029 T20904 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4499030 T20904 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4499030 T20904 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 4499030 T20904 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4499031 T20904 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 4499031 T20904 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f56422d
   [junit4]   2> 4499032 T20904 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 4499032 T20904 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-2-001\cores\collection1\data\index/
   [junit4]   2> 4499033 T20904 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-2-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4499033 T20904 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4AEFF95D39E657BA-001\shard-2-001\cores\collection1\data\index
   [junit4]   2> 4499034 T20904 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, maxMe

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

SpellCheckerTest, TestSerializedLuceneMatchVersion, DistributedQueueTest, DocValuesTest, UnloadDistributedZkTest, SOLR749Test, DistributedSuggestComponentTest, SearchHandlerTest, TestPerFieldSimilarity, TestSolr4Spatial, QueryResultKeyTest, TestSolrXml, TestFileDictionaryLookup, TestReqParamsAPI, TestRemoteStreaming, TestDistribDocBasedVersion, DistributedQueryComponentOptimizationTest, PreAnalyzedUpdateProcessorTest, TermsComponentTest, CoreMergeIndexesAdminHandlerTest, BasicZkTest, TestFaceting, OverriddenZkACLAndCredentialsProvidersTest, SuggesterWFSTTest, HdfsCollectionsAPIDistributedZkTest, ZkCLITest, SolrPluginUtilsTest, TestFieldSortValues, SpellCheckCollatorTest, TestDefaultSearchFieldResource, TestBM25SimilarityFactory, TestAddFieldRealTimeGet, DeleteShardTest, AliasIntegrationTest, TestCoreDiscovery, NumericFieldsTest, TestSystemIdResolver, TestClassNameShortening, HdfsRecoveryZkTest, SuggesterTest, TestCollationFieldDocValues, TestStandardQParsers, BasicDistributedZkTest, CustomCollectionTest, TestBlendedInfixSuggestions, TestComplexPhraseQParserPlugin, SolrTestCaseJ4Test, DistributedDebugComponentTest, HdfsBasicDistributedZkTest, CursorPagingTest, TestCloudPivotFacet, BJQParserTest, TestSolr4Spatial2, RequestLoggingTest, HardAutoCommitTest, RollingRestartTest, ZkSolrClientTest, TestRestManager, AddBlockUpdateTest, SoftAutoCommitTest, BufferStoreTest, HighlighterTest, CloudExitableDirectoryReaderTest, OverseerTest, TestJettySolrRunner, TestFreeTextSuggestions, BadComponentTest, MigrateRouteKeyTest, TestCollectionAPI, IgnoreCommitOptimizeUpdateProcessorFactoryTest, SuggesterTSTTest, TestIndexSearcher, TestMissingGroups, TestChildDocTransformer, ConvertedLegacyTest, TestSweetSpotSimilarityFactory, DocValuesMultiTest, SortByFunctionTest, HighlighterMaxOffsetTest, EchoParamsTest, TestJmxIntegration, TestCustomSort, TestNonDefinedSimilarityFactory, TestWriterPerf, TestInitParams, TestPartialUpdateDeduplication, TestSolrDeletionPolicy2, TestDefaultSimilarityFactory, TestFieldTypeCollectionResource, TestManagedSchemaDynamicFieldResource, HighlighterConfigTest, DirectUpdateHandlerTest, ZkControllerTest, TestShortCircuitedRequests, FileBasedSpellCheckerTest, TestPseudoReturnFields, TestManagedSchemaFieldResource, SharedFSAutoReplicaFailoverUtilsTest, TestDynamicLoading, ShowFileRequestHandlerTest, TestStressReorder, TestSolrConfigHandlerConcurrent, DistanceFunctionTest, SolrInfoMBeanTest, TestRecovery, TestManagedSynonymFilterFactory, SystemInfoHandlerTest, LeaderElectionIntegrationTest, TestSolrConfigHandlerCloud, TestPostingsSolrHighlighter, OpenCloseCoreStressTest, TestFastWriter, TestRecoveryHdfs, SolrIndexSplitterTest, TestGroupingSearch, ParsingFieldUpdateProcessorsTest, AutoCommitTest, CollectionsAPIAsyncDistributedZkTest, SpatialFilterTest, DateRangeFieldTest, TestSortingResponseWriter, FileUtilsTest, TestTolerantSearch, TestJmxMonitoredMap, TestManagedResource, TestMiniSolrCloudClusterSSL, SynonymTokenizerTest, TestLMJelinekMercerSimilarityFactory, TestXIncludeConfig, FastVectorHighlighterTest, LeaderFailoverAfterPartitionTest, TestComponentsName, TestShardHandlerFactory, TestQuerySenderListener, DistributedSpellCheckComponentTest, SpellingQueryConverterTest, TestUpdate, TestPHPSerializedResponseWriter, DistributedQueryElevationComponentTest, TestSolrDynamicMBean, DistributedFacetPivotSmallAdvancedTest, TestRTGBase, TestSort, HdfsChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, TestReplicationHandlerBackup, PolyFieldTest, QueryParsingTest, StressHdfsTest, TestUniqueKeyFieldResource, TestDefaultStatsCache, HdfsUnloadDistributedZkTest, LukeRequestHandlerTest, SimpleFacetsTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestTrie, DistributedFacetPivotLongTailTest, XsltUpdateRequestHandlerTest, MBeansHandlerTest, RecoveryZkTest, TestSchemaVersionResource, TestJoin, TestRandomMergePolicy, BlockCacheTest, TestSolrQueryParserResource, TermVectorComponentTest, ActionThrottleTest, TestReversedWildcardFilterFactory, CurrencyFieldOpenExchangeTest, SolrIndexConfigTest, TestFieldTypeResource, TestCSVResponseWriter, DistributedQueryComponentCustomSortTest, TestCloudManagedSchemaConcurrent, TestCodecSupport, DistributedExpandComponentTest, TestTrackingShardHandlerFactory, TestConfigReload, TestConfig, TestHighlightDedupGrouping, DocExpirationUpdateProcessorFactoryTest, TestCloudInspectUtil, SaslZkACLProviderTest, AtomicUpdatesTest, PathHierarchyTokenizerFactoryTest, TestConfigSets, DistributedFacetPivotWhiteBoxTest, OverseerRolesTest, TestExpandComponent, PeerSyncTest, TestQuerySenderNoQuery, UpdateRequestProcessorFactoryTest, RecoveryAfterSoftCommitTest, BlockDirectoryTest, OverseerStatusTest, PrimUtilsTest, SpellCheckComponentTest, AsyncMigrateRouteKeyTest, DirectSolrSpellCheckerTest, TestBlobHandler, TestSchemaSimilarityResource, SolrRequestParserTest, TestRebalanceLeaders, ShardRoutingCustomTest, DocumentBuilderTest, CacheHeaderTest, ResponseLogComponentTest, TestAnalyzedSuggestions, MultiTermTest, ResponseHeaderTest, TestCollationField, DistributedMLTComponentTest, CircularListTest, TestCSVLoader, TestOrdValues, ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, SyncSliceTest, ShardRoutingTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, TestZkChroot, TestRandomDVFaceting, TestDistributedSearch, TestDistributedGrouping, TestHashPartitioner, TermVectorComponentDistributedTest, TestRealTimeGet, TestReload, TestStressVersions, DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, SolrCoreTest, StatsComponentTest, SolrCmdDistributorTest, QueryElevationComponentTest, BadIndexSchemaTest, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, CurrencyFieldXmlFileTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SuggesterFSTTest, CoreAdminHandlerTest, TestFoldingMultitermQuery, TestStressLucene, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, TestSolrDeletionPolicy1, DebugComponentTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, TestOmitPositions, XmlUpdateRequestHandlerTest, RequestHandlersTest, TestValueSourceCache, TestIndexingPerformance, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, TestArbitraryIndexDir, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, RegexBoostProcessorTest, IndexSchemaTest, JSONWriterTest, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, BinaryUpdateRequestHandlerTest, PingRequestHandlerTest, CSVRequestHandlerTest, TestBinaryResponseWriter, TestLFUCache, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, CopyFieldTest, TestStressRecovery, TestMergePolicyConfig, SampleTest, TestDocSet, TestBinaryField, TestSearchPerf, MinimalSchemaTest, TestElisionMultitermQuery, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestSolrCoreProperties, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, TimeZoneUtilsTest, ResourceLoaderTest, TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, TestSuggestSpellingConverter, DateFieldTest, DOMUtilTest, RAMDirectoryFactoryTest, ClusterStateTest, TestSolrJ, TestLRUCache, TestUtils, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, UUIDFieldTest, DistributedIntervalFacetingTest, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestSimpleTrackingShardHandler, AssignTest, ConnectionManagerTest, DeleteInactiveReplicaTest, DeleteReplicaTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, DistribJoinFromCollectionTest, ExternalCollectionsTest, HttpPartitionTest, LeaderInitiatedRecoveryOnCommitTest, MultiThreadedOCPTest, OutOfBoxZkACLAndCredentialsProvidersTest, RemoteQueryErrorTest, ReplicationFactorTest]
   [junit4] Completed in 61.62s, 1 test, 1 error <<< FAILURES!

[...truncated 277 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 471 suites, 1872 tests, 1 error, 57 ignored (30 assumptions)

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



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

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

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:901)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:754)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more




Build Log:
[...truncated 9206 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\init-core-data-001
   [junit4]   2> 968255 T4762 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /ebnow/c
   [junit4]   2> 968260 T4762 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 968261 T4763 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 968368 T4762 oasc.ZkTestServer.run start zk server on port:58491
   [junit4]   2> 968368 T4762 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 968370 T4762 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 968376 T4770 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@116f7e9 name:ZooKeeperConnection Watcher:127.0.0.1:58491 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 968376 T4762 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 968377 T4762 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 968377 T4762 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 968388 T4762 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 968389 T4764 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bef3441d40000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 968390 T4762 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 968396 T4773 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b3e18d name:ZooKeeperConnection Watcher:127.0.0.1:58491/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 968397 T4762 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 968398 T4762 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 968399 T4762 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 968407 T4762 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 968411 T4762 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 968414 T4762 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 968418 T4762 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 968419 T4762 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 968427 T4762 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 968427 T4762 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 968432 T4762 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 968433 T4762 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 968437 T4762 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 968437 T4762 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 968441 T4762 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 968441 T4762 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 968444 T4762 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 968445 T4762 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 968450 T4762 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 968450 T4762 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 968455 T4762 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 968456 T4762 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 968460 T4762 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 968461 T4762 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 968465 T4762 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 968465 T4762 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 968469 T4762 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 968470 T4762 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 970012 T4762 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\control-001\cores\collection1
   [junit4]   2> 970019 T4762 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 970023 T4762 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1db556c{/ebnow/c,null,AVAILABLE}
   [junit4]   2> 970042 T4762 oejs.AbstractConnector.doStart Started ServerConnector@1089db7{HTTP/1.1}{127.0.0.1:58499}
   [junit4]   2> 970042 T4762 oejs.Server.doStart Started @971304ms
   [junit4]   2> 970043 T4762 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\tempDir-001/control/data, hostContext=/ebnow/c, hostPort=58498, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\control-001\cores}
   [junit4]   2> 970044 T4762 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 970045 T4762 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\control-001\'
   [junit4]   2> 970087 T4762 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\control-001\solr.xml
   [junit4]   2> 970100 T4762 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\control-001\cores
   [junit4]   2> 970100 T4762 oasc.CoreContainer.<init> New CoreContainer 14274696
   [junit4]   2> 970100 T4762 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\control-001\]
   [junit4]   2> 970100 T4762 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\control-001\lib
   [junit4]   2> 970100 T4762 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\control-001\lib).
   [junit4]   2> 970114 T4762 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 970115 T4762 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 970115 T4762 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 970116 T4762 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 970116 T4762 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 970116 T4762 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 970116 T4762 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 970116 T4762 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 970118 T4762 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 970118 T4762 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 970118 T4762 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 970118 T4762 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 970118 T4762 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 970119 T4762 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 970119 T4762 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 970119 T4762 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58491/solr
   [junit4]   2> 970119 T4762 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 970119 T4762 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 970122 T4762 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 970125 T4787 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@57badd name:ZooKeeperConnection Watcher:127.0.0.1:58491 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 970125 T4762 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 970126 T4762 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 970130 T4762 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 970132 T4790 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2793ea name:ZooKeeperConnection Watcher:127.0.0.1:58491/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 970132 T4762 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 970135 T4762 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 970141 T4762 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 970145 T4762 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 970149 T4762 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 970153 T4762 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 970158 T4762 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 970161 T4762 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58498_ebnow%2Fc
   [junit4]   2> 970162 T4762 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58498_ebnow%2Fc
   [junit4]   2> 970165 T4762 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 970168 T4762 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 970171 T4762 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 970174 T4762 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:58498_ebnow%2Fc
   [junit4]   2> 970175 T4762 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 970177 T4762 oasc.Overseer.start Overseer (id=93431225012977667-127.0.0.1:58498_ebnow%2Fc-n_0000000000) starting
   [junit4]   2> 970180 T4762 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 970193 T4762 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 970202 T4792 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 970205 T4791 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 970205 T4762 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 970212 T4762 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 970214 T4762 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 970221 T4762 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 970224 T4762 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\control-001\cores\collection1\
   [junit4]   2> 970224 T4762 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 970226 T4794 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 970227 T4794 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 970228 T4794 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 970228 T4790 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 970233 T4791 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58498/ebnow/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:58498_ebnow%2Fc",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 970234 T4791 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58498/ebnow/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:58498_ebnow%2Fc",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 970234 T4791 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 970235 T4791 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 970237 T4790 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 971189 T4794 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 971189 T4794 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 971190 T4794 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 971190 T4794 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 971193 T4794 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 971193 T4794 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\control-001\cores\collection1\'
   [junit4]   2> 971214 T4794 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 971218 T4794 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 971230 T4794 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 971240 T4794 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 971253 T4794 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 971256 T4794 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 971269 T4794 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 971423 T4794 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 971432 T4794 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 971434 T4794 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 971455 T4794 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 971462 T4794 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 971467 T4794 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 971469 T4794 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 971469 T4794 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 971470 T4794 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 971472 T4794 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 971472 T4794 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 971473 T4794 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 971473 T4794 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 971474 T4794 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\control-001\cores\collection1\data\
   [junit4]   2> 971474 T4794 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ac9ff
   [junit4]   2> 971475 T4794 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\control-001\cores\collection1\data\
   [junit4]   2> 971475 T4794 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\control-001\cores\collection1\data\index/
   [junit4]   2> 971475 T4794 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 971477 T4794 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\control-001\cores\collection1\data\index
   [junit4]   2> 971477 T4794 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 971479 T4794 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@15a1196 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15fcae5),segFN=segments_1,generation=1}
   [junit4]   2> 971479 T4794 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 971482 T4794 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 971482 T4794 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 971484 T4794 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 971484 T4794 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 971484 T4794 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 971484 T4794 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 971485 T4794 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 971485 T4794 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 971485 T4794 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 971486 T4794 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 971487 T4794 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 971487 T4794 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 971488 T4794 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 971489 T4794 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 971490 T4794 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 971490 T4794 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 971491 T4794 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 971491 T4794 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 971493 T4794 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 971494 T4794 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 971494 T4794 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 971495 T4794 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 971496 T4794 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 971496 T4794 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 971497 T4794 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 971498 T4794 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 971498 T4794 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 971504 T4794 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 971505 T4794 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 971507 T4794 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 971508 T4794 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 971509 T4794 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 971511 T4794 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 971513 T4794 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 971513 T4794 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 971514 T4794 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 971514 T4794 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@15a1196 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15fcae5),segFN=segments_1,generation=1}
   [junit4]   2> 971514 T4794 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 971515 T4794 oass.SolrIndexSearcher.<init> Opening Searcher@1b882[collection1] main
   [junit4]   2> 971515 T4794 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 971517 T4794 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 971517 T4794 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 971518 T4794 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 971518 T4794 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 971519 T4794 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 971520 T4794 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 971520 T4794 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 971521 T4794 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 971521 T4794 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 971522 T4795 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1b882[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 971524 T4794 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 971525 T4798 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58498/ebnow/c collection:control_collection shard:shard1
   [junit4]   2> 971526 T4762 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 971527 T4762 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 971528 T4798 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 971530 T4762 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 971534 T4762 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 971539 T4802 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@129bfdf name:ZooKeeperConnection Watcher:127.0.0.1:58491/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 971539 T4762 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 971539 T4798 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 971540 T4762 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 971542 T4762 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 971543 T4790 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 971548 T4798 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 971548 T4798 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1981 name=collection1 org.apache.solr.core.SolrCore@b3d2ff url=http://127.0.0.1:58498/ebnow/c/collection1 node=127.0.0.1:58498_ebnow%2Fc C1981_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:58498/ebnow/c, node_name=127.0.0.1:58498_ebnow%2Fc, state=down}
   [junit4]   2> 971548 T4798 C1981 P58498 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58498/ebnow/c/collection1/
   [junit4]   2> 971549 T4762 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 971551 T4762 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 971551 T4762 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 971548 T4791 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 971553 T4798 C1981 P58498 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 971554 T4798 C1981 P58498 oasc.SyncStrategy.syncToMe http://127.0.0.1:58498/ebnow/c/collection1/ has no replicas
   [junit4]   2> 971554 T4798 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58498/ebnow/c/collection1/ shard1
   [junit4]   2> 971555 T4798 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 971553 T4762 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 971556 T4805 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@146c32 name:ZooKeeperConnection Watcher:127.0.0.1:58491/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 971558 T4762 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 971558 T4762 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 971562 T4790 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 971564 T4791 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 1
   [junit4]   2> 971564 T4791 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 971567 T4790 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 971568 T4802 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 971602 T4791 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58498/ebnow/c",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 971604 T4791 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 971606 T4802 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 971607 T4790 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 971619 T4790 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 971621 T4790 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 971623 T4802 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 971673 T4798 oasc.ZkController.register We are http://127.0.0.1:58498/ebnow/c/collection1/ and leader is http://127.0.0.1:58498/ebnow/c/collection1/
   [junit4]   2> 971673 T4798 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58498/ebnow/c
   [junit4]   2> 971673 T4798 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 971673 T4798 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 971675 T4798 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 971677 T4790 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 971680 T4791 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58498/ebnow/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:58498_ebnow%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 971682 T4791 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58498/ebnow/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:58498_ebnow%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 971785 T4790 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 971786 T4802 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 973010 T4762 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-1-001\cores\collection1
   [junit4]   2> 973013 T4762 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-1-001
   [junit4]   2> 973016 T4762 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 973018 T4762 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1a84b69{/ebnow/c,null,AVAILABLE}
   [junit4]   2> 973021 T4762 oejs.AbstractConnector.doStart Started ServerConnector@a0b4f2{HTTP/1.1}{127.0.0.1:58515}
   [junit4]   2> 973021 T4762 oejs.Server.doStart Started @974470ms
   [junit4]   2> 973022 T4762 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/ebnow/c, hostPort=58514, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-1-001\cores}
   [junit4]   2> 973023 T4762 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 973023 T4762 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-1-001\'
   [junit4]   2> 973060 T4762 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-1-001\solr.xml
   [junit4]   2> 973072 T4762 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-1-001\cores
   [junit4]   2> 973072 T4762 oasc.CoreContainer.<init> New CoreContainer 33163575
   [junit4]   2> 973073 T4762 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-1-001\]
   [junit4]   2> 973073 T4762 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-1-001\lib
   [junit4]   2> 973073 T4762 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-1-001\lib).
   [junit4]   2> 973087 T4762 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 973087 T4762 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 973087 T4762 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 973087 T4762 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 973087 T4762 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 973087 T4762 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 973087 T4762 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 973087 T4762 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 973087 T4762 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 973091 T4762 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 973091 T4762 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 973091 T4762 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 973091 T4762 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 973092 T4762 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 973092 T4762 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 973092 T4762 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58491/solr
   [junit4]   2> 973092 T4762 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 973092 T4762 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 973095 T4762 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 973098 T4822 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@117177e name:ZooKeeperConnection Watcher:127.0.0.1:58491 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 973099 T4762 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 973099 T4762 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 973101 T4764 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bef3441d40006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 973103 T4762 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 973104 T4825 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6b2bec name:ZooKeeperConnection Watcher:127.0.0.1:58491/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 973104 T4762 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 973115 T4762 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 974085 T4762 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58514_ebnow%2Fc
   [junit4]   2> 974086 T4762 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58514_ebnow%2Fc
   [junit4]   2> 974093 T4762 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 974098 T4762 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 974100 T4762 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-1-001\cores\collection1\
   [junit4]   2> 974100 T4762 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 974104 T4826 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 974104 T4826 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 974107 T4790 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 974109 T4826 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 974110 T4826 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 974110 T4791 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58514/ebnow/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:58514_ebnow%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 974111 T4826 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 974111 T4791 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58514/ebnow/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:58514_ebnow%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 974111 T4791 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 974111 T4791 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 974113 T4826 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 974113 T4826 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 974114 T4791 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 974115 T4825 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 974116 T4825 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 975074 T4826 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 975074 T4826 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 975076 T4826 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 975077 T4826 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 975079 T4826 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 975079 T4826 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-1-001\cores\collection1\'
   [junit4]   2> 975113 T4826 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 975120 T4826 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 975133 T4826 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 975138 T4826 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 975160 T4826 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 975162 T4826 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 975171 T4826 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 975321 T4826 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 975330 T4826 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 975331 T4826 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 975353 T4826 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 975358 T4826 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 975363 T4826 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 975365 T4826 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 975365 T4826 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 975366 T4826 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 975368 T4826 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 975368 T4826 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 975369 T4826 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 975369 T4826 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 975370 T4826 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 975370 T4826 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ac9ff
   [junit4]   2> 975372 T4826 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 975372 T4826 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 975373 T4826 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 975373 T4826 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 975374 T4826 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 975375 T4826 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d7728e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e7aa27),segFN=segments_1,generation=1}
   [junit4]   2> 975375 T4826 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 975384 T4826 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 975385 T4826 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 975385 T4826 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 975386 T4826 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 975386 T4826 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 975387 T4826 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 975388 T4826 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 975388 T4826 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 975389 T4826 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 975391 T4826 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 975392 T4826 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 975393 T4826 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 975394 T4826 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 975396 T4826 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 975397 T4826 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 975398 T4826 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 975399 T4826 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 975400 T4826 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 975403 T4826 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 975404 T4826 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 975405 T4826 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 975406 T4826 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 975407 T4826 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 975408 T4826 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 975408 T4826 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 975409 T4826 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 975410 T4826 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 975415 T4826 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 975417 T4826 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 975419 T4826 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 975421 T4826 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 975421 T4826 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 975423 T4826 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 975425 T4826 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 975426 T4826 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 975428 T4826 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 975429 T4826 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d7728e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e7aa27),segFN=segments_1,generation=1}
   [junit4]   2> 975429 T4826 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 975430 T4826 oass.SolrIndexSearcher.<init> Opening Searcher@dfb141[collection1] main
   [junit4]   2> 975430 T4826 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 975432 T4826 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 975433 T4826 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 975434 T4826 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 975434 T4826 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 975435 T4826 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 975436 T4826 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 975436 T4826 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 975437 T4826 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 975437 T4826 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 975438 T4827 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@dfb141[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 975439 T4826 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 975441 T4830 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58514/ebnow/c collection:collection1 shard:shard2
   [junit4]   2> 975442 T4762 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 975442 T4762 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 975449 T4830 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 975471 T4830 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 975475 T4790 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 975477 T4830 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 975477 T4830 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1982 name=collection1 org.apache.solr.core.SolrCore@161a0f6 url=http://127.0.0.1:58514/ebnow/c/collection1 node=127.0.0.1:58514_ebnow%2Fc C1982_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:58514/ebnow/c, node_name=127.0.0.1:58514_ebnow%2Fc, state=down}
   [junit4]   2> 975477 T4830 C1982 P58514 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58514/ebnow/c/collection1/
   [junit4]   2> 975478 T4830 C1982 P58514 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 975479 T4830 C1982 P58514 oasc.SyncStrategy.syncToMe http://127.0.0.1:58514/ebnow/c/collection1/ has no replicas
   [junit4]   2> 975479 T4830 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58514/ebnow/c/collection1/ shard2
   [junit4]   2> 975479 T4830 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 975483 T4791 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 975486 T4791 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 975488 T4825 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 975491 T4825 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 975499 T4791 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58514/ebnow/c",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 975500 T4791 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 975501 T4825 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 975502 T4825 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 975505 T4790 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 975546 T4830 oasc.ZkController.register We are http://127.0.0.1:58514/ebnow/c/collection1/ and leader is http://127.0.0.1:58514/ebnow/c/collection1/
   [junit4]   2> 975546 T4830 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58514/ebnow/c
   [junit4]   2> 975546 T4830 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 975547 T4830 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 975547 T4830 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 975550 T4790 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 975553 T4791 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58514/ebnow/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:58514_ebnow%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 975555 T4791 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58514/ebnow/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:58514_ebnow%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 975566 T4791 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 975567 T4825 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 975570 T4830 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 975572 T4825 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 976974 T4762 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-2-001\cores\collection1
   [junit4]   2> 976980 T4762 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-2-001
   [junit4]   2> 976982 T4762 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 976985 T4762 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1b5d244{/ebnow/c,null,AVAILABLE}
   [junit4]   2> 976988 T4762 oejs.AbstractConnector.doStart Started ServerConnector@1a5f4cc{HTTP/1.1}{127.0.0.1:58525}
   [junit4]   2> 976989 T4762 oejs.Server.doStart Started @978638ms
   [junit4]   2> 976989 T4762 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/ebnow/c, hostPort=58524, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-2-001\cores}
   [junit4]   2> 976990 T4762 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 976990 T4762 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-2-001\'
   [junit4]   2> 977043 T4762 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-2-001\solr.xml
   [junit4]   2> 977068 T4762 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-2-001\cores
   [junit4]   2> 977069 T4762 oasc.CoreContainer.<init> New CoreContainer 24635758
   [junit4]   2> 977069 T4762 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-2-001\]
   [junit4]   2> 977069 T4762 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-2-001\lib
   [junit4]   2> 977069 T4762 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-2-001\lib).
   [junit4]   2> 977087 T4762 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 977087 T4762 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 977087 T4762 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 977088 T4762 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 977088 T4762 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 977088 T4762 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 977088 T4762 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 977090 T4762 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 977090 T4762 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 977090 T4762 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 977090 T4762 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 977090 T4762 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 977090 T4762 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 977090 T4762 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 977090 T4762 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 977090 T4762 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58491/solr
   [junit4]   2> 977090 T4762 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 977092 T4762 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 977095 T4762 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 977098 T4845 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@167e105 name:ZooKeeperConnection Watcher:127.0.0.1:58491 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 977099 T4762 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 977100 T4762 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 977105 T4762 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 977108 T4848 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ac8c57 name:ZooKeeperConnection Watcher:127.0.0.1:58491/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 977109 T4762 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 977120 T4762 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 978092 T4762 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58524_ebnow%2Fc
   [junit4]   2> 978094 T4762 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58524_ebnow%2Fc
   [junit4]   2> 978101 T4762 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 978105 T4762 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-2-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-2-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 978106 T4762 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-2-001\cores\collection1\
   [junit4]   2> 978106 T4762 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 978111 T4849 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 978111 T4849 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 978114 T4790 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 978116 T4849 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 978116 T4849 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 978116 T4791 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58524/ebnow/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:58524_ebnow%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 978119 T4849 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 978119 T4791 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58524/ebnow/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:58524_ebnow%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 978119 T4791 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 978120 T4791 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 978124 T4791 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 978126 T4825 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 978127 T4849 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 978127 T4849 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 978127 T4848 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 978129 T4825 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 978129 T4848 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 979022 T4849 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 979022 T4849 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 979023 T4849 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 979024 T4849 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 979025 T4849 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 979025 T4849 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001\shard-2-001\cores\collection1\'
   [junit4]   2> 979048 T4849 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 979052 T4849 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 979061 T4849 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 979064 T4849 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 979073 T4849 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 979075 T4849 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/

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

.method=test -Dtests.seed=CD3486359C15C7E5 -Dtests.slow=true -Dtests.locale=en_AU -Dtests.timezone=Europe/Paris -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   62.6s | ReplicationFactorTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:901)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:754)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
   [junit4]    > 	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
   [junit4]    > 	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	... 1 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=4946, name=updateExecutor-537-thread-1, state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@1d7c0c9 rejected from java.util.concurrent.ThreadPoolExecutor@1c6b9b1[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 22]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CD3486359C15C7E5]:0)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:279)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1030823 T4762 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CD3486359C15C7E5-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {_version_=Lucene50(blocksize=128), multiDefault=PostingsFormat(name=Memory doPackFST= true), a_t=Lucene50(blocksize=128), intDefault=Lucene50(blocksize=128), id=Lucene50(blocksize=128), text=FST50, range_facet_l=Lucene50(blocksize=128), timestamp=Lucene50(blocksize=128)}, docValues:{timestamp=DocValuesFormat(name=Direct)}, sim=DefaultSimilarity, locale=en_AU, timezone=Europe/Paris
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_31 (32-bit)/cpus=2,threads=1,free=78427728,total=171220992
   [junit4]   2> NOTE: All tests run in this JVM: [DistributedMLTComponentTest, CopyFieldTest, TestMiniSolrCloudClusterSSL, RequestLoggingTest, DateFieldTest, TestReqParamsAPI, SimpleFacetsTest, TestBM25SimilarityFactory, EchoParamsTest, TestSchemaResource, JsonLoaderTest, SuggesterTest, TestFiltering, TestSolrQueryParserResource, TestManagedSchemaFieldResource, TestFunctionQuery, TestIndexSearcher, ScriptEngineTest, HdfsRecoveryZkTest, TestIBSimilarityFactory, TestClusterStateMutator, CurrencyFieldOpenExchangeTest, TestReload, TestCryptoKeys, TestConfigOverlay, MergeStrategyTest, QueryElevationComponentTest, CoreAdminRequestStatusTest, BufferStoreTest, TestRandomMergePolicy, TestDynamicFieldCollectionResource, OverseerStatusTest, BadIndexSchemaTest, SpellPossibilityIteratorTest, TestCopyFieldCollectionResource, TestOrdValues, RankQueryTest, SharedFSAutoReplicaFailoverTest, SimplePostToolTest, TestDefaultSimilarityFactory, TestRemoteStreaming, TestRealTimeGet, TestManagedSynonymFilterFactory, ZkCLITest, TestCharFilters, TestDocBasedVersionConstraints, CSVRequestHandlerTest, TestManagedResource, IgnoreCommitOptimizeUpdateProcessorFactoryTest, SystemInfoHandlerTest, TestQuerySenderNoQuery, TestFaceting, CustomCollectionTest, CollectionsAPIAsyncDistributedZkTest, TestWriterPerf, TestFieldCollectionResource, TestZkChroot, SpellCheckCollatorTest, RegexBoostProcessorTest, UUIDUpdateProcessorFallbackTest, BlockCacheTest, TestDocumentBuilder, TestOverriddenPrefixQueryForCustomFieldType, TestFileDictionaryLookup, HdfsLockFactoryTest, PrimUtilsTest, DirectUpdateHandlerOptimizeTest, SolrTestCaseJ4Test, DOMUtilTest, DistributedQueueTest, TestWordDelimiterFilterFactory, TestManagedSchema, TestTrackingShardHandlerFactory, TestSolr4Spatial, TestSolrConfigHandlerCloud, DocValuesTest, TestAddFieldRealTimeGet, TestReplicationHandler, CurrencyFieldXmlFileTest, UnloadDistributedZkTest, PrimitiveFieldTypeTest, DistribCursorPagingTest, HdfsBasicDistributedZkTest, DistributedQueryComponentCustomSortTest, TestReplicaProperties, BasicDistributedZk2Test, TestInfoStreamLogging, DateRangeFieldTest, DistanceUnitsTest, TestHdfsUpdateLog, ExitableDirectoryReaderTest, TestJmxIntegration, ReplicationFactorTest]
   [junit4] Completed in 62.64s, 1 test, 1 error <<< FAILURES!

[...truncated 1188 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 471 suites, 1872 tests, 1 error, 57 ignored (30 assumptions)

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



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

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

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:55991/nh_us/m/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:597)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:920)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:811)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:754)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:55991/nh_us/m/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:570)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:594)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
	... 52 more




Build Log:
[...truncated 9406 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\init-core-data-001
   [junit4]   2> 1840947 T8693 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /nh_us/m
   [junit4]   2> 1840952 T8693 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1840953 T8694 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1841067 T8693 oasc.ZkTestServer.run start zk server on port:55961
   [junit4]   2> 1841067 T8693 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1841069 T8693 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1841073 T8701 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3f547ce7 name:ZooKeeperConnection Watcher:127.0.0.1:55961 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1841074 T8693 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1841074 T8693 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1841075 T8693 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1841080 T8693 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1841082 T8693 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1841084 T8704 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c9bab58 name:ZooKeeperConnection Watcher:127.0.0.1:55961/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1841085 T8693 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1841085 T8693 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1841085 T8693 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1841088 T8693 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1841091 T8693 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1841093 T8693 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1841096 T8693 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1841096 T8693 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1841102 T8693 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1841102 T8693 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1841106 T8693 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1841106 T8693 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1841110 T8693 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1841110 T8693 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1841114 T8693 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1841114 T8693 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1841118 T8693 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1841119 T8693 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1841121 T8693 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1841121 T8693 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1841126 T8693 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1841126 T8693 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1841131 T8693 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1841131 T8693 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1841134 T8693 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1841134 T8693 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1841139 T8693 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1841139 T8693 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1842754 T8693 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\control-001\cores\collection1
   [junit4]   2> 1842761 T8693 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 1842764 T8693 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@16a313b1{/nh_us/m,null,AVAILABLE}
   [junit4]   2> 1842769 T8693 oejs.AbstractConnector.doStart Started ServerConnector@4c48cb20{HTTP/1.1}{127.0.0.1:55969}
   [junit4]   2> 1842770 T8693 oejs.Server.doStart Started @1833937ms
   [junit4]   2> 1842771 T8693 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\tempDir-001/control/data, hostContext=/nh_us/m, hostPort=55968, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\control-001\cores}
   [junit4]   2> 1842771 T8693 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 1842771 T8693 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\control-001\'
   [junit4]   2> 1842808 T8693 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\control-001\solr.xml
   [junit4]   2> 1842822 T8693 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\control-001\cores
   [junit4]   2> 1842822 T8693 oasc.CoreContainer.<init> New CoreContainer 304284782
   [junit4]   2> 1842822 T8693 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\control-001\]
   [junit4]   2> 1842822 T8693 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\control-001\lib
   [junit4]   2> 1842822 T8693 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\control-001\lib).
   [junit4]   2> 1842835 T8693 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1842835 T8693 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1842835 T8693 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1842835 T8693 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1842835 T8693 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1842835 T8693 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1842835 T8693 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1842835 T8693 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1842835 T8693 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1842835 T8693 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1842835 T8693 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1842836 T8693 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1842838 T8693 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1842838 T8693 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1842838 T8693 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1842838 T8693 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55961/solr
   [junit4]   2> 1842838 T8693 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1842838 T8693 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1842843 T8693 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1842845 T8718 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@35754b8a name:ZooKeeperConnection Watcher:127.0.0.1:55961 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1842845 T8693 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1842846 T8693 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1842847 T8695 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bed4eb0900002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1842850 T8693 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1842853 T8721 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2ec1b959 name:ZooKeeperConnection Watcher:127.0.0.1:55961/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1842853 T8693 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1842855 T8693 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1842859 T8693 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1842863 T8693 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1842867 T8693 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1842870 T8693 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1842875 T8693 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1842877 T8693 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55968_nh_us%2Fm
   [junit4]   2> 1842878 T8693 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55968_nh_us%2Fm
   [junit4]   2> 1842881 T8693 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1842884 T8693 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1842886 T8693 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1842888 T8693 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:55968_nh_us%2Fm
   [junit4]   2> 1842888 T8693 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1842891 T8693 oasc.Overseer.start Overseer (id=93429139516686339-127.0.0.1:55968_nh_us%2Fm-n_0000000000) starting
   [junit4]   2> 1842895 T8693 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1842906 T8693 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1842907 T8723 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1842908 T8693 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1842908 T8722 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1842911 T8693 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1842913 T8693 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1842919 T8693 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 1842921 T8693 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\control-001\cores\collection1\
   [junit4]   2> 1842921 T8693 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1842922 T8725 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1842923 T8725 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1842925 T8725 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1842925 T8721 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1842927 T8722 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55968/nh_us/m",
   [junit4]   2> 	  "node_name":"127.0.0.1:55968_nh_us%2Fm",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 1842927 T8722 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55968/nh_us/m",
   [junit4]   2> 	  "node_name":"127.0.0.1:55968_nh_us%2Fm",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1842927 T8722 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 1842927 T8722 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1842929 T8721 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1844057 T8725 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1844057 T8725 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1844058 T8725 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1844058 T8725 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1844059 T8725 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1844059 T8725 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\control-001\cores\collection1\'
   [junit4]   2> 1844079 T8725 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1844082 T8725 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1844091 T8725 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1844093 T8725 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1844098 T8725 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1844101 T8725 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1844111 T8725 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1844225 T8725 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1844231 T8725 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1844233 T8725 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1844247 T8725 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1844252 T8725 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1844256 T8725 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1844257 T8725 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1844257 T8725 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1844257 T8725 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1844259 T8725 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1844259 T8725 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1844259 T8725 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1844259 T8725 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1844260 T8725 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\control-001\cores\collection1\data\
   [junit4]   2> 1844260 T8725 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7768f60
   [junit4]   2> 1844262 T8725 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\control-001\cores\collection1\data\
   [junit4]   2> 1844262 T8725 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\control-001\cores\collection1\data\index/
   [junit4]   2> 1844262 T8725 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1844262 T8725 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\control-001\cores\collection1\data\index
   [junit4]   2> 1844263 T8725 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=23.3115234375, floorSegmentMB=0.6650390625, forceMergeDeletesPctAllowed=12.337650453035877, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8048965209350822
   [junit4]   2> 1844264 T8725 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4b9675f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13b11235),segFN=segments_1,generation=1}
   [junit4]   2> 1844264 T8725 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1844267 T8725 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1844268 T8725 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1844268 T8725 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1844268 T8725 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1844269 T8725 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1844269 T8725 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1844269 T8725 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1844270 T8725 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1844270 T8725 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1844270 T8725 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1844272 T8725 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1844272 T8725 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1844273 T8725 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1844274 T8725 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1844274 T8725 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1844275 T8725 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1844275 T8725 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1844276 T8725 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1844277 T8725 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1844277 T8725 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1844278 T8725 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1844278 T8725 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1844278 T8725 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1844279 T8725 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1844279 T8725 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1844280 T8725 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1844280 T8725 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1844287 T8725 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1844290 T8725 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1844293 T8725 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1844294 T8725 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1844295 T8725 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1844297 T8725 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1844299 T8725 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1844299 T8725 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1844299 T8725 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=2.0302734375, noCFSRatio=1.0]
   [junit4]   2> 1844300 T8725 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4b9675f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13b11235),segFN=segments_1,generation=1}
   [junit4]   2> 1844300 T8725 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1844301 T8725 oass.SolrIndexSearcher.<init> Opening Searcher@10c29788[collection1] main
   [junit4]   2> 1844301 T8725 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1844303 T8725 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1844303 T8725 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1844304 T8725 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1844304 T8725 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1844304 T8725 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1844306 T8725 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1844306 T8725 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1844306 T8725 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1844306 T8725 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1844307 T8725 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1844307 T8726 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@10c29788[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1844308 T8729 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:55968/nh_us/m collection:control_collection shard:shard1
   [junit4]   2> 1844309 T8693 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1844309 T8693 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1844310 T8729 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1844312 T8693 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1844315 T8693 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1844316 T8733 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@51e63dec name:ZooKeeperConnection Watcher:127.0.0.1:55961/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1844317 T8693 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1844317 T8693 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1844319 T8693 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1844321 T8729 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1844324 T8721 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1844325 T8729 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1844325 T8729 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1946 name=collection1 org.apache.solr.core.SolrCore@7f4b5fad url=http://127.0.0.1:55968/nh_us/m/collection1 node=127.0.0.1:55968_nh_us%2Fm C1946_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:55968/nh_us/m, node_name=127.0.0.1:55968_nh_us%2Fm, state=down}
   [junit4]   2> 1844325 T8729 C1946 P55968 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:55968/nh_us/m/collection1/
   [junit4]   2> 1844326 T8729 C1946 P55968 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1844326 T8729 C1946 P55968 oasc.SyncStrategy.syncToMe http://127.0.0.1:55968/nh_us/m/collection1/ has no replicas
   [junit4]   2> 1844326 T8729 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:55968/nh_us/m/collection1/ shard1
   [junit4]   2> 1844326 T8729 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1844328 T8722 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 1844329 T8693 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1844336 T8721 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1844338 T8722 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55968/nh_us/m",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 1844455 T8721 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1844456 T8733 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1844516 T8729 oasc.ZkController.register We are http://127.0.0.1:55968/nh_us/m/collection1/ and leader is http://127.0.0.1:55968/nh_us/m/collection1/
   [junit4]   2> 1844516 T8729 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:55968/nh_us/m
   [junit4]   2> 1844516 T8729 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1844516 T8729 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1844516 T8729 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1844518 T8721 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1844521 T8722 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55968/nh_us/m",
   [junit4]   2> 	  "node_name":"127.0.0.1:55968_nh_us%2Fm",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 1844523 T8722 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55968/nh_us/m",
   [junit4]   2> 	  "node_name":"127.0.0.1:55968_nh_us%2Fm",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1844642 T8721 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1844643 T8733 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1845864 T8693 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-1-001\cores\collection1
   [junit4]   2> 1845868 T8693 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-1-001
   [junit4]   2> 1845870 T8693 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 1845873 T8693 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@654b1dde{/nh_us/m,null,AVAILABLE}
   [junit4]   2> 1845875 T8693 oejs.AbstractConnector.doStart Started ServerConnector@67897f20{HTTP/1.1}{127.0.0.1:55982}
   [junit4]   2> 1845875 T8693 oejs.Server.doStart Started @1836751ms
   [junit4]   2> 1845875 T8693 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/nh_us/m, hostPort=55981, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-1-001\cores}
   [junit4]   2> 1845876 T8693 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 1845876 T8693 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-1-001\'
   [junit4]   2> 1845905 T8693 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-1-001\solr.xml
   [junit4]   2> 1845912 T8693 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-1-001\cores
   [junit4]   2> 1845912 T8693 oasc.CoreContainer.<init> New CoreContainer 1207535233
   [junit4]   2> 1845912 T8693 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-1-001\]
   [junit4]   2> 1845912 T8693 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-1-001\lib
   [junit4]   2> 1845913 T8693 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-1-001\lib).
   [junit4]   2> 1845924 T8693 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1845924 T8693 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1845924 T8693 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1845924 T8693 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1845925 T8693 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1845925 T8693 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1845925 T8693 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1845926 T8693 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1845926 T8693 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1845926 T8693 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1845926 T8693 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1845926 T8693 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1845926 T8693 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1845926 T8693 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1845926 T8693 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1845926 T8693 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55961/solr
   [junit4]   2> 1845926 T8693 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1845926 T8693 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1845928 T8693 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1845930 T8747 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@72234529 name:ZooKeeperConnection Watcher:127.0.0.1:55961 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1845931 T8693 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1845932 T8693 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1845934 T8695 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bed4eb0900005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1845936 T8693 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1845938 T8750 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@567a1f6f name:ZooKeeperConnection Watcher:127.0.0.1:55961/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1845938 T8693 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1845946 T8693 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1846971 T8693 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55981_nh_us%2Fm
   [junit4]   2> 1846972 T8693 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55981_nh_us%2Fm
   [junit4]   2> 1846978 T8693 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1846982 T8693 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 1846983 T8693 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-1-001\cores\collection1\
   [junit4]   2> 1846983 T8693 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1846985 T8751 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1846985 T8751 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1846986 T8751 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1846986 T8721 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1846986 T8722 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55981/nh_us/m",
   [junit4]   2> 	  "node_name":"127.0.0.1:55981_nh_us%2Fm",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 1846987 T8722 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55981/nh_us/m",
   [junit4]   2> 	  "node_name":"127.0.0.1:55981_nh_us%2Fm",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1846987 T8722 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 1846987 T8722 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1846989 T8750 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1846989 T8721 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1846989 T8733 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1848005 T8751 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1848005 T8751 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1848006 T8751 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1848006 T8751 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1848008 T8751 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1848008 T8751 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-1-001\cores\collection1\'
   [junit4]   2> 1848025 T8751 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1848028 T8751 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1848037 T8751 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1848040 T8751 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1848048 T8751 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1848050 T8751 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1848054 T8751 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1848155 T8751 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1848161 T8751 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1848162 T8751 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1848176 T8751 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1848178 T8751 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1848182 T8751 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1848183 T8751 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1848183 T8751 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1848183 T8751 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1848186 T8751 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1848186 T8751 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1848186 T8751 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1848186 T8751 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1848186 T8751 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 1848186 T8751 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7768f60
   [junit4]   2> 1848187 T8751 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 1848187 T8751 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 1848187 T8751 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1848187 T8751 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 1848188 T8751 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=23.3115234375, floorSegmentMB=0.6650390625, forceMergeDeletesPctAllowed=12.337650453035877, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8048965209350822
   [junit4]   2> 1848188 T8751 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@11ac7377 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2560bc22),segFN=segments_1,generation=1}
   [junit4]   2> 1848188 T8751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1848192 T8751 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1848192 T8751 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1848192 T8751 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1848192 T8751 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1848193 T8751 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1848193 T8751 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1848193 T8751 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1848194 T8751 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1848194 T8751 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1848194 T8751 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1848195 T8751 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1848195 T8751 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1848195 T8751 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1848196 T8751 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1848196 T8751 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1848197 T8751 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1848197 T8751 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1848198 T8751 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1848199 T8751 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1848199 T8751 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1848200 T8751 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1848200 T8751 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1848200 T8751 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1848201 T8751 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1848201 T8751 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1848202 T8751 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1848202 T8751 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1848206 T8751 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1848208 T8751 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1848209 T8751 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1848210 T8751 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1848211 T8751 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1848212 T8751 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1848214 T8751 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1848214 T8751 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1848215 T8751 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=2.0302734375, noCFSRatio=1.0]
   [junit4]   2> 1848215 T8751 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@11ac7377 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2560bc22),segFN=segments_1,generation=1}
   [junit4]   2> 1848215 T8751 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1848215 T8751 oass.SolrIndexSearcher.<init> Opening Searcher@48879386[collection1] main
   [junit4]   2> 1848215 T8751 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1848217 T8751 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1848217 T8751 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1848218 T8751 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1848218 T8751 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1848218 T8751 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1848219 T8751 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1848219 T8751 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1848219 T8751 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1848219 T8751 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1848219 T8751 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1848219 T8752 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@48879386[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1848219 T8693 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1848219 T8693 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1848222 T8755 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:55981/nh_us/m collection:collection1 shard:shard2
   [junit4]   2> 1848229 T8755 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1848237 T8755 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1848239 T8721 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1848240 T8755 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1848240 T8755 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1947 name=collection1 org.apache.solr.core.SolrCore@6ed853f4 url=http://127.0.0.1:55981/nh_us/m/collection1 node=127.0.0.1:55981_nh_us%2Fm C1947_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:55981/nh_us/m, node_name=127.0.0.1:55981_nh_us%2Fm, state=down}
   [junit4]   2> 1848240 T8755 C1947 P55981 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:55981/nh_us/m/collection1/
   [junit4]   2> 1848240 T8755 C1947 P55981 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1848240 T8755 C1947 P55981 oasc.SyncStrategy.syncToMe http://127.0.0.1:55981/nh_us/m/collection1/ has no replicas
   [junit4]   2> 1848241 T8755 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:55981/nh_us/m/collection1/ shard2
   [junit4]   2> 1848241 T8755 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 1848243 T8722 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 1848252 T8721 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1848264 T8722 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55981/nh_us/m",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 1848371 T8750 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1848372 T8721 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1848372 T8733 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1848418 T8755 oasc.ZkController.register We are http://127.0.0.1:55981/nh_us/m/collection1/ and leader is http://127.0.0.1:55981/nh_us/m/collection1/
   [junit4]   2> 1848418 T8755 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:55981/nh_us/m
   [junit4]   2> 1848418 T8755 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1848418 T8755 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1848418 T8755 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1848420 T8721 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1848423 T8722 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55981/nh_us/m",
   [junit4]   2> 	  "node_name":"127.0.0.1:55981_nh_us%2Fm",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 1848424 T8722 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55981/nh_us/m",
   [junit4]   2> 	  "node_name":"127.0.0.1:55981_nh_us%2Fm",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1848530 T8721 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1848531 T8750 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1848531 T8733 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1849684 T8693 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-2-001\cores\collection1
   [junit4]   2> 1849687 T8693 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-2-001
   [junit4]   2> 1849688 T8693 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 1849691 T8693 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@5aacf8ce{/nh_us/m,null,AVAILABLE}
   [junit4]   2> 1849693 T8693 oejs.AbstractConnector.doStart Started ServerConnector@271d2bea{HTTP/1.1}{127.0.0.1:55992}
   [junit4]   2> 1849693 T8693 oejs.Server.doStart Started @1840517ms
   [junit4]   2> 1849693 T8693 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/nh_us/m, hostPort=55991, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-2-001\cores}
   [junit4]   2> 1849694 T8693 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 1849694 T8693 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-2-001\'
   [junit4]   2> 1849723 T8693 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-2-001\solr.xml
   [junit4]   2> 1849730 T8693 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-2-001\cores
   [junit4]   2> 1849730 T8693 oasc.CoreContainer.<init> New CoreContainer 659902820
   [junit4]   2> 1849730 T8693 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-2-001\]
   [junit4]   2> 1849730 T8693 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-2-001\lib
   [junit4]   2> 1849730 T8693 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-2-001\lib).
   [junit4]   2> 1849740 T8693 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1849741 T8693 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1849741 T8693 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1849741 T8693 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1849742 T8693 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1849742 T8693 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1849742 T8693 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1849742 T8693 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1849742 T8693 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1849742 T8693 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1849742 T8693 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1849742 T8693 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1849742 T8693 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1849742 T8693 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1849742 T8693 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1849742 T8693 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55961/solr
   [junit4]   2> 1849743 T8693 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1849743 T8693 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1849745 T8693 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1849747 T8770 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7863605d name:ZooKeeperConnection Watcher:127.0.0.1:55961 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1849748 T8693 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1849748 T8693 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1849750 T8695 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bed4eb0900007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1849754 T8693 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1849756 T8773 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5faa7d7f name:ZooKeeperConnection Watcher:127.0.0.1:55961/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1849756 T8693 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1849764 T8693 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1850789 T8693 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55991_nh_us%2Fm
   [junit4]   2> 1850791 T8693 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55991_nh_us%2Fm
   [junit4]   2> 1850798 T8693 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1850801 T8693 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-2-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-2-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 1850803 T8693 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-2-001\cores\collection1\
   [junit4]   2> 1850803 T8693 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1850805 T8774 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1850805 T8774 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1850806 T8721 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1850806 T8774 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1850807 T8722 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55991/nh_us/m",
   [junit4]   2> 	  "node_name":"127.0.0.1:55991_nh_us%2Fm",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 1850808 T8722 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55991/nh_us/m",
   [junit4]   2> 	  "node_name":"127.0.0.1:55991_nh_us%2Fm",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1850808 T8722 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 1850808 T8722 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 1850810 T8733 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1850810 T8750 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1850811 T8721 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1850811 T8773 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1851825 T8774 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1851825 T8774 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1851826 T8774 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1851826 T8774 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1851829 T8774 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1851829 T8774 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-2-001\cores\collection1\'
   [junit4]   2> 1851846 T8774 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1851849 T8774 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1851861 T8774 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1851865 T8774 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1851875 T8774 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1851879 T8774 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1851885 T8774 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1852022 T8774 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1852030 T8774 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1852030 T8774 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1852046 T8774 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1852050 T8774 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1852053 T8774 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1852056 T8774 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1852056 T8774 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1852056 T8774 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1852058 T8774 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1852058 T8774 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1852058 T8774 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1852058 T8774 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1852059 T8774 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 1852059 T8774 oasc.JmxMonitoredMap.<init> JMX monitoring is e

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

2
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:570)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:594)
   [junit4]    > 	... 47 more
   [junit4]    > Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
   [junit4]    > 	... 52 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=8810, name=updateExecutor-903-thread-2, state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@266cb97f rejected from java.util.concurrent.ThreadPoolExecutor@1618fc35[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 28]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DD9562E79F583FF2]:0)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:279)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1902235 T8693 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest DD9562E79F583FF2-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {_version_=Lucene50(blocksize=128), multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), a_t=Lucene50(blocksize=128), intDefault=Lucene50(blocksize=128), id=FSTOrd50, text=PostingsFormat(name=Asserting), range_facet_l=Lucene50(blocksize=128), timestamp=Lucene50(blocksize=128)}, docValues:{timestamp=DocValuesFormat(name=Lucene50)}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=it_IT, timezone=Africa/El_Aaiun
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=212323088,total=358088704
   [junit4]   2> NOTE: All tests run in this JVM: [StatsComponentTest, SolrInfoMBeanTest, SliceStateTest, TestSweetSpotSimilarityFactory, SOLR749Test, TestTrackingShardHandlerFactory, TestDynamicFieldResource, TestSolrQueryParser, TestRandomMergePolicy, DateMathParserTest, TestSimpleTrackingShardHandler, ShardRoutingTest, ReturnFieldsTest, TestFaceting, LeaderFailoverAfterPartitionTest, CachingDirectoryFactoryTest, SolrCmdDistributorTest, MultiThreadedOCPTest, TestInitQParser, TestImplicitCoreProperties, ZkStateWriterTest, HttpPartitionTest, TestReplicationHandlerBackup, DeleteInactiveReplicaTest, TestReplicationHandler, ResponseLogComponentTest, TestClassNameShortening, SimpleFacetsTest, TestUtils, CoreAdminCreateDiscoverTest, TestSimpleQParserPlugin, TestCloudSchemaless, ScriptEngineTest, ChaosMonkeyNothingIsSafeTest, RecoveryAfterSoftCommitTest, ExternalFileFieldSortTest, TestFieldCollectionResource, TestWordDelimiterFilterFactory, IgnoreCommitOptimizeUpdateProcessorFactoryTest, CollectionsAPIDistributedZkTest, DistributedFacetPivotLongTailTest, TestRandomDVFaceting, HighlighterMaxOffsetTest, SyncSliceTest, TestGroupingSearch, SynonymTokenizerTest, TestBM25SimilarityFactory, AddSchemaFieldsUpdateProcessorFactoryTest, TestFieldSortValues, RecoveryZkTest, TestPerFieldSimilarity, TestPseudoReturnFields, AtomicUpdatesTest, TestSurroundQueryParser, TestFunctionQuery, TestDistribDocBasedVersion, HighlighterConfigTest, DistributedQueueTest, TestStressVersions, SuggesterWFSTTest, TestRawResponseWriter, TimeZoneUtilsTest, SpellCheckComponentTest, BadIndexSchemaTest, StandardRequestHandlerTest, TestRecovery, TestSolrDeletionPolicy2, TestLMDirichletSimilarityFactory, SuggesterTest, HdfsDirectoryFactoryTest, DistribDocExpirationUpdateProcessorTest, JsonLoaderTest, TestManagedSchema, ExternalCollectionsTest, TestJmxMonitoredMap, TestReRankQParserPlugin, DebugComponentTest, UnloadDistributedZkTest, DefaultValueUpdateProcessorTest, TestReversedWildcardFilterFactory, OpenCloseCoreStressTest, SpatialFilterTest, ChangedSchemaMergeTest, ClusterStateUpdateTest, TestSolr4Spatial2, SolrXmlInZkTest, TestBulkSchemaConcurrent, ParsingFieldUpdateProcessorsTest, TestTrie, UUIDUpdateProcessorFallbackTest, DistributedSuggestComponentTest, TestAtomicUpdateErrorCases, SolrRequestParserTest, TestInfoStreamLogging, TestSerializedLuceneMatchVersion, TestNoOpRegenerator, DocValuesTest, TestMaxScoreQueryParser, SuggesterTSTTest, TestSolrQueryParserDefaultOperatorResource, TestCodecSupport, SearchHandlerTest, SimpleMLTQParserTest, CoreAdminHandlerTest, TestLeaderElectionZkExpiry, TestPostingsSolrHighlighter, TestFieldResource, DocumentAnalysisRequestHandlerTest, TestManagedStopFilterFactory, BadComponentTest, TestCoreDiscovery, SpatialHeatmapFacetsTest, LoggingHandlerTest, TestHighFrequencyDictionaryFactory, AnalysisErrorHandlingTest, DistributedFacetPivotLargeTest, NoCacheHeaderTest, TestRemoteStreaming, HighlighterTest, TestWriterPerf, TestIndexSearcher, RemoteQueryErrorTest, DistributedMLTComponentTest, TestCursorMarkWithoutUniqueKey, TestPartialUpdateDeduplication, QueryResultKeyTest, TestMissingGroups, RequestHandlersTest, HdfsBasicDistributedZk2Test, TestSortingResponseWriter, TestSolrDynamicMBean, TestSolrConfigHandler, TestQueryUtils, PreAnalyzedFieldTest, TestUpdate, TestSchemaSimilarityResource, AddBlockUpdateTest, TestInitParams, TestSolrJ, DocExpirationUpdateProcessorFactoryTest, DeleteShardTest, BlockCacheTest, InfoHandlerTest, TestRequestStatusCollectionAPI, TestBadConfig, TestPhraseSuggestions, TestDocBasedVersionConstraints, SolrCoreTest, TestUniqueKeyFieldResource, TestValueSourceCache, ReplicationFactorTest]
   [junit4] Completed in 61.33s, 1 test, 1 error <<< FAILURES!

[...truncated 982 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 471 suites, 1872 tests, 1 error, 57 ignored (30 assumptions)

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



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

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

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:901)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:754)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more




Build Log:
[...truncated 9301 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\init-core-data-001
   [junit4]   2> 735632 T3441 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_rz/jp
   [junit4]   2> 735635 T3441 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 735636 T3442 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 735731 T3441 oasc.ZkTestServer.run start zk server on port:49809
   [junit4]   2> 735731 T3441 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 735733 T3441 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 735738 T3449 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@da1a51 name:ZooKeeperConnection Watcher:127.0.0.1:49809 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 735738 T3441 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 735738 T3441 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 735739 T3441 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 735742 T3441 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 735744 T3441 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 735746 T3452 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17a1311 name:ZooKeeperConnection Watcher:127.0.0.1:49809/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 735747 T3441 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 735747 T3441 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 735747 T3441 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 735750 T3441 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 735753 T3441 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 735755 T3441 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 735758 T3441 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 735758 T3441 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 735763 T3441 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 735763 T3441 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 735766 T3441 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 735766 T3441 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 735770 T3441 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 735770 T3441 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 735773 T3441 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 735773 T3441 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 735777 T3441 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 735777 T3441 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 735779 T3441 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 735779 T3441 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 735783 T3441 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 735784 T3441 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 735786 T3441 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 735786 T3441 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 735789 T3441 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 735789 T3441 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 735792 T3441 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 735792 T3441 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 737168 T3441 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\control-001\cores\collection1
   [junit4]   2> 737173 T3441 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 737177 T3441 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1661696{/_rz/jp,null,AVAILABLE}
   [junit4]   2> 737181 T3441 oejs.AbstractConnector.doStart Started ServerConnector@a66c2c{HTTP/1.1}{127.0.0.1:49817}
   [junit4]   2> 737181 T3441 oejs.Server.doStart Started @741814ms
   [junit4]   2> 737181 T3441 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\tempDir-001/control/data, hostContext=/_rz/jp, hostPort=49816, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\control-001\cores}
   [junit4]   2> 737181 T3441 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 737181 T3441 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\control-001\'
   [junit4]   2> 737212 T3441 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\control-001\solr.xml
   [junit4]   2> 737219 T3441 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\control-001\cores
   [junit4]   2> 737220 T3441 oasc.CoreContainer.<init> New CoreContainer 23641009
   [junit4]   2> 737220 T3441 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\control-001\]
   [junit4]   2> 737220 T3441 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\control-001\lib
   [junit4]   2> 737220 T3441 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\control-001\lib).
   [junit4]   2> 737232 T3441 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 737232 T3441 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 737232 T3441 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 737232 T3441 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 737232 T3441 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 737232 T3441 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 737232 T3441 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 737232 T3441 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 737232 T3441 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 737232 T3441 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 737232 T3441 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 737232 T3441 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 737232 T3441 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 737235 T3441 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 737235 T3441 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 737235 T3441 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49809/solr
   [junit4]   2> 737235 T3441 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 737235 T3441 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 737237 T3441 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 737240 T3466 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@431a12 name:ZooKeeperConnection Watcher:127.0.0.1:49809 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 737240 T3441 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 737241 T3441 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 737244 T3443 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14beb038d7d0002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 737245 T3441 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 737247 T3469 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@efe5b2 name:ZooKeeperConnection Watcher:127.0.0.1:49809/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 737247 T3441 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 737249 T3441 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 737251 T3441 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 737254 T3441 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 737257 T3441 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 737261 T3441 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 737265 T3441 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 737268 T3441 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49816__rz%2Fjp
   [junit4]   2> 737269 T3441 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49816__rz%2Fjp
   [junit4]   2> 737273 T3441 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 737275 T3441 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 737277 T3441 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 737279 T3441 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:49816__rz%2Fjp
   [junit4]   2> 737279 T3441 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 737281 T3441 oasc.Overseer.start Overseer (id=93426617782435843-127.0.0.1:49816__rz%2Fjp-n_0000000000) starting
   [junit4]   2> 737284 T3441 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 737294 T3441 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 737295 T3470 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 737296 T3441 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 737296 T3471 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 737299 T3441 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 737301 T3441 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 737306 T3441 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 737316 T3441 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\control-001\cores\collection1\
   [junit4]   2> 737317 T3441 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 737321 T3473 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 737321 T3473 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 737323 T3473 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 737323 T3469 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 737325 T3470 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49816/_rz/jp",
   [junit4]   2> 	  "node_name":"127.0.0.1:49816__rz%2Fjp",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 737326 T3470 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49816/_rz/jp",
   [junit4]   2> 	  "node_name":"127.0.0.1:49816__rz%2Fjp",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 737326 T3470 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 737326 T3470 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 737328 T3469 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 738268 T3473 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 738268 T3473 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 738269 T3473 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 738269 T3473 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 738271 T3473 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 738271 T3473 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\control-001\cores\collection1\'
   [junit4]   2> 738287 T3473 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 738290 T3473 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 738298 T3473 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 738300 T3473 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 738307 T3473 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 738310 T3473 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 738314 T3473 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 738405 T3473 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 738410 T3473 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 738410 T3473 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 738420 T3473 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 738423 T3473 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 738425 T3473 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 738426 T3473 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 738427 T3473 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 738428 T3473 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 738428 T3473 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 738428 T3473 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 738428 T3473 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 738428 T3473 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 738429 T3473 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\control-001\cores\collection1\data\
   [junit4]   2> 738429 T3473 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1164d30
   [junit4]   2> 738429 T3473 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\control-001\cores\collection1\data\
   [junit4]   2> 738429 T3473 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\control-001\cores\collection1\data\index/
   [junit4]   2> 738429 T3473 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 738430 T3473 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\control-001\cores\collection1\data\index
   [junit4]   2> 738431 T3473 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1905373382909229]
   [junit4]   2> 738432 T3473 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@bdae20 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10faf6e),segFN=segments_1,generation=1}
   [junit4]   2> 738432 T3473 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 738434 T3473 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 738434 T3473 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 738434 T3473 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 738434 T3473 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 738434 T3473 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 738435 T3473 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 738435 T3473 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 738435 T3473 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 738435 T3473 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 738436 T3473 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 738436 T3473 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 738436 T3473 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 738451 T3473 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 738451 T3473 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 738452 T3473 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 738452 T3473 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 738452 T3473 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 738452 T3473 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 738453 T3473 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 738454 T3473 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 738454 T3473 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 738454 T3473 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 738455 T3473 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 738455 T3473 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 738455 T3473 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 738456 T3473 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 738457 T3473 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 738460 T3473 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 738462 T3473 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 738463 T3473 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 738464 T3473 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 738465 T3473 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 738467 T3473 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 738468 T3473 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 738468 T3473 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 738469 T3473 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=79.4365234375, floorSegmentMB=1.66015625, forceMergeDeletesPctAllowed=16.094758887782092, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8201614090125015
   [junit4]   2> 738469 T3473 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@bdae20 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10faf6e),segFN=segments_1,generation=1}
   [junit4]   2> 738470 T3473 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 738470 T3473 oass.SolrIndexSearcher.<init> Opening Searcher@173f167[collection1] main
   [junit4]   2> 738470 T3473 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 738470 T3473 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 738470 T3473 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 738471 T3473 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 738471 T3473 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 738471 T3473 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 738472 T3473 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 738472 T3473 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 738472 T3473 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 738472 T3473 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 738473 T3473 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 738473 T3474 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@173f167[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 738474 T3477 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49816/_rz/jp collection:control_collection shard:shard1
   [junit4]   2> 738475 T3441 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 738475 T3441 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 738475 T3477 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 738479 T3477 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 738481 T3469 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 738482 T3477 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 738482 T3477 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2964 name=collection1 org.apache.solr.core.SolrCore@105663f url=http://127.0.0.1:49816/_rz/jp/collection1 node=127.0.0.1:49816__rz%2Fjp C2964_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:49816/_rz/jp, node_name=127.0.0.1:49816__rz%2Fjp, state=down}
   [junit4]   2> 738482 T3477 C2964 P49816 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49816/_rz/jp/collection1/
   [junit4]   2> 738482 T3477 C2964 P49816 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 738482 T3477 C2964 P49816 oasc.SyncStrategy.syncToMe http://127.0.0.1:49816/_rz/jp/collection1/ has no replicas
   [junit4]   2> 738482 T3441 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 738482 T3477 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49816/_rz/jp/collection1/ shard1
   [junit4]   2> 738483 T3477 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 738484 T3470 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 738485 T3441 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 738487 T3481 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ca2fd0 name:ZooKeeperConnection Watcher:127.0.0.1:49809/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 738488 T3441 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 738488 T3441 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 738490 T3441 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 738491 T3469 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 738492 T3470 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49816/_rz/jp",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 738494 T3441 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 738591 T3469 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 738591 T3481 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 738636 T3477 oasc.ZkController.register We are http://127.0.0.1:49816/_rz/jp/collection1/ and leader is http://127.0.0.1:49816/_rz/jp/collection1/
   [junit4]   2> 738636 T3477 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49816/_rz/jp
   [junit4]   2> 738636 T3477 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 738636 T3477 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 738636 T3477 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 738638 T3469 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 738639 T3470 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49816/_rz/jp",
   [junit4]   2> 	  "node_name":"127.0.0.1:49816__rz%2Fjp",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 738640 T3470 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49816/_rz/jp",
   [junit4]   2> 	  "node_name":"127.0.0.1:49816__rz%2Fjp",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 738741 T3469 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 738742 T3481 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 739925 T3441 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-1-001\cores\collection1
   [junit4]   2> 739931 T3441 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-1-001
   [junit4]   2> 739933 T3441 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 739942 T3441 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@b73af2{/_rz/jp,null,AVAILABLE}
   [junit4]   2> 739943 T3441 oejs.AbstractConnector.doStart Started ServerConnector@13049fc{HTTP/1.1}{127.0.0.1:49830}
   [junit4]   2> 739944 T3441 oejs.Server.doStart Started @744634ms
   [junit4]   2> 739944 T3441 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/_rz/jp, hostPort=49829, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-1-001\cores}
   [junit4]   2> 739944 T3441 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 739944 T3441 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-1-001\'
   [junit4]   2> 739979 T3441 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-1-001\solr.xml
   [junit4]   2> 739989 T3441 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-1-001\cores
   [junit4]   2> 739989 T3441 oasc.CoreContainer.<init> New CoreContainer 27214337
   [junit4]   2> 739989 T3441 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-1-001\]
   [junit4]   2> 739989 T3441 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-1-001\lib
   [junit4]   2> 739989 T3441 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-1-001\lib).
   [junit4]   2> 739997 T3441 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 739998 T3441 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 739998 T3441 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 739998 T3441 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 739998 T3441 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 739998 T3441 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 739998 T3441 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 739998 T3441 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 740000 T3441 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 740000 T3441 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 740000 T3441 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 740000 T3441 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 740000 T3441 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 740000 T3441 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 740000 T3441 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 740003 T3441 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49809/solr
   [junit4]   2> 740003 T3441 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 740003 T3441 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 740005 T3441 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 740008 T3495 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@159795e name:ZooKeeperConnection Watcher:127.0.0.1:49809 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 740009 T3441 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 740009 T3441 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 740011 T3443 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14beb038d7d0005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 740013 T3441 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 740016 T3498 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13fca71 name:ZooKeeperConnection Watcher:127.0.0.1:49809/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 740016 T3441 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 740030 T3441 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 741076 T3441 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49829__rz%2Fjp
   [junit4]   2> 741078 T3441 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49829__rz%2Fjp
   [junit4]   2> 741083 T3441 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 741086 T3441 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 741087 T3441 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-1-001\cores\collection1\
   [junit4]   2> 741087 T3441 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 741089 T3499 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 741089 T3499 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 741090 T3469 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 741090 T3499 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 741092 T3470 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49829/_rz/jp",
   [junit4]   2> 	  "node_name":"127.0.0.1:49829__rz%2Fjp",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 741092 T3470 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49829/_rz/jp",
   [junit4]   2> 	  "node_name":"127.0.0.1:49829__rz%2Fjp",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 741092 T3470 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 741092 T3470 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 741094 T3469 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 741094 T3498 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 741094 T3481 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 742130 T3499 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 742130 T3499 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 742131 T3499 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 742131 T3499 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 742132 T3499 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 742132 T3499 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-1-001\cores\collection1\'
   [junit4]   2> 742149 T3499 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 742152 T3499 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 742160 T3499 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 742162 T3499 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 742169 T3499 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 742174 T3499 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 742177 T3499 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 742278 T3499 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 742283 T3499 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 742285 T3499 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 742298 T3499 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 742301 T3499 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 742303 T3499 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 742304 T3499 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 742305 T3499 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 742305 T3499 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 742306 T3499 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 742306 T3499 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 742306 T3499 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 742306 T3499 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 742308 T3499 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 742308 T3499 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1164d30
   [junit4]   2> 742308 T3499 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 742308 T3499 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 742308 T3499 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 742309 T3499 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 742309 T3499 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1905373382909229]
   [junit4]   2> 742309 T3499 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@127d958 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4d2ebc),segFN=segments_1,generation=1}
   [junit4]   2> 742309 T3499 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 742314 T3499 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 742315 T3499 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 742315 T3499 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 742315 T3499 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 742315 T3499 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 742315 T3499 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 742316 T3499 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 742316 T3499 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 742316 T3499 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 742317 T3499 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 742317 T3499 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 742317 T3499 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 742318 T3499 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 742318 T3499 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 742319 T3499 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 742320 T3499 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 742320 T3499 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 742320 T3499 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 742323 T3499 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 742323 T3499 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 742324 T3499 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 742324 T3499 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 742325 T3499 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 742325 T3499 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 742325 T3499 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 742326 T3499 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 742326 T3499 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 742330 T3499 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 742331 T3499 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 742333 T3499 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 742334 T3499 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 742335 T3499 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 742336 T3499 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 742338 T3499 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 742338 T3499 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 742339 T3499 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=79.4365234375, floorSegmentMB=1.66015625, forceMergeDeletesPctAllowed=16.094758887782092, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8201614090125015
   [junit4]   2> 742339 T3499 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@127d958 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4d2ebc),segFN=segments_1,generation=1}
   [junit4]   2> 742339 T3499 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 742340 T3499 oass.SolrIndexSearcher.<init> Opening Searcher@168a686[collection1] main
   [junit4]   2> 742340 T3499 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 742345 T3499 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 742345 T3499 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 742346 T3499 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 742346 T3499 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 742346 T3499 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 742347 T3499 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 742347 T3499 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 742347 T3499 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 742347 T3499 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 742348 T3500 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@168a686[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 742348 T3499 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 742349 T3503 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49829/_rz/jp collection:collection1 shard:shard2
   [junit4]   2> 742350 T3441 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 742350 T3441 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 742351 T3503 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 742360 T3503 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 742363 T3469 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 742364 T3503 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 742364 T3503 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2965 name=collection1 org.apache.solr.core.SolrCore@1417c6 url=http://127.0.0.1:49829/_rz/jp/collection1 node=127.0.0.1:49829__rz%2Fjp C2965_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:49829/_rz/jp, node_name=127.0.0.1:49829__rz%2Fjp, state=down}
   [junit4]   2> 742364 T3503 C2965 P49829 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49829/_rz/jp/collection1/
   [junit4]   2> 742364 T3503 C2965 P49829 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 742364 T3503 C2965 P49829 oasc.SyncStrategy.syncToMe http://127.0.0.1:49829/_rz/jp/collection1/ has no replicas
   [junit4]   2> 742364 T3503 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49829/_rz/jp/collection1/ shard2
   [junit4]   2> 742365 T3503 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 742367 T3470 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 742376 T3469 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 742379 T3470 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49829/_rz/jp",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 742487 T3498 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 742487 T3469 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 742488 T3481 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 742536 T3503 oasc.ZkController.register We are http://127.0.0.1:49829/_rz/jp/collection1/ and leader is http://127.0.0.1:49829/_rz/jp/collection1/
   [junit4]   2> 742536 T3503 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49829/_rz/jp
   [junit4]   2> 742536 T3503 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 742536 T3503 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 742536 T3503 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 742538 T3469 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 742541 T3470 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49829/_rz/jp",
   [junit4]   2> 	  "node_name":"127.0.0.1:49829__rz%2Fjp",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 742542 T3470 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49829/_rz/jp",
   [junit4]   2> 	  "node_name":"127.0.0.1:49829__rz%2Fjp",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 742651 T3498 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 742651 T3469 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 742652 T3481 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 743726 T3441 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-2-001\cores\collection1
   [junit4]   2> 743730 T3441 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-2-001
   [junit4]   2> 743731 T3441 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 743735 T3441 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1820650{/_rz/jp,null,AVAILABLE}
   [junit4]   2> 743736 T3441 oejs.AbstractConnector.doStart Started ServerConnector@1ebeb15{HTTP/1.1}{127.0.0.1:49840}
   [junit4]   2> 743736 T3441 oejs.Server.doStart Started @748297ms
   [junit4]   2> 743737 T3441 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/_rz/jp, hostPort=49839, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-2-001\cores}
   [junit4]   2> 743737 T3441 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 743737 T3441 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-2-001\'
   [junit4]   2> 743766 T3441 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-2-001\solr.xml
   [junit4]   2> 743773 T3441 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-2-001\cores
   [junit4]   2> 743773 T3441 oasc.CoreContainer.<init> New CoreContainer 29765835
   [junit4]   2> 743773 T3441 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-2-001\]
   [junit4]   2> 743773 T3441 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-2-001\lib
   [junit4]   2> 743773 T3441 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-2-001\lib).
   [junit4]   2> 743784 T3441 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 743784 T3441 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 743784 T3441 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 743785 T3441 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 743785 T3441 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 743785 T3441 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 743785 T3441 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 743785 T3441 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 743785 T3441 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 743785 T3441 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 743785 T3441 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 743785 T3441 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 743786 T3441 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 743786 T3441 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 743786 T3441 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 743786 T3441 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49809/solr
   [junit4]   2> 743786 T3441 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 743786 T3441 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 743790 T3441 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 743792 T3518 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1aba19b name:ZooKeeperConnection Watcher:127.0.0.1:49809 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 743793 T3441 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 743793 T3441 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 743795 T3443 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14beb038d7d0007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 743797 T3441 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 743800 T3521 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@57c2ee name:ZooKeeperConnection Watcher:127.0.0.1:49809/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 743800 T3441 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 743808 T3441 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 744854 T3441 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49839__rz%2Fjp
   [junit4]   2> 744857 T3441 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49839__rz%2Fjp
   [junit4]   2> 744863 T3441 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 744865 T3441 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-2-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-2-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 744866 T3441 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-2-001\cores\collection1\
   [junit4]   2> 744866 T3441 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 744869 T3522 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 744869 T3522 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 744870 T3469 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 744870 T3522 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 744871 T3470 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49839/_rz/jp",
   [junit4]   2> 	  "node_name":"127.0.0.1:49839__rz%2Fjp",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 744872 T3470 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49839/_rz/jp",
   [junit4]   2> 	  "node_name":"127.0.0.1:49839__rz%2Fjp",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 744872 T3470 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 744872 T3470 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 744874 T3481 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 744874 T3469 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 744874 T3498 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 744874 T3521 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 745909 T3522 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 745909 T3522 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 745910 T3522 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 745910 T3522 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 745911 T3522 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 745911 T3522 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-2-001\cores\collection1\'
   [junit4]   2> 745928 T3522 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 745932 T3522 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 745943 T3522 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 745946 T3522 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 745955 T3522 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 745960 T3522 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 745967 T3522 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 746091 T3522 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 746098 T3522 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 746099 T3522 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 746120 T3522 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 746124 T3522 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 746127 T3522 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 746129 T3522 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 746129 T3522 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 746129 T3522 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 746131 T3522 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 746131 T3522 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 746131 T3522 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 746131 T3522 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 746132 T3522 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 746132 T3522 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1164d30
   [junit4]   2> 746133 T3522 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 746133 T3522 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-2-001\cores\collection1\data\index/
   [junit4]   2> 746133 T3522 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001\shard-2-001\cores\collection1\data\index' doesn't exist. Creating new 

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

nit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		5	/solr/live_nodes
   [junit4]   2> 		4	/solr/overseer/queue
   [junit4]   2> 		4	/solr/overseer/collection-queue-work
   [junit4]   2> 	
   [junit4]   2> 817788 T3441 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:49816/_rz/jp
   [junit4]   2> 817788 T3441 oasc.SocketProxy.close WARN Closing 14 connections to: http://127.0.0.1:49839/_rz/jp
   [junit4]   2> 817788 T3441 oasc.SocketProxy.close WARN Closing 3 connections to: http://127.0.0.1:49849/_rz/jp
   [junit4]   2> 817789 T3441 oasc.SocketProxy.close WARN Closing 2 connections to: http://127.0.0.1:49829/_rz/jp
   [junit4]   2> 817789 T3441 oasc.ReplicationFactorTest.distribTearDown super.distribTearDown complete, closing all socket proxies
   [junit4]   2> 817789 T3441 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:49816/_rz/jp
   [junit4]   2> 817789 T3441 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:49839/_rz/jp
   [junit4]   2> 817790 T3441 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:49849/_rz/jp
   [junit4]   2> 817790 T3441 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:49829/_rz/jp
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ReplicationFactorTest -Dtests.method=test -Dtests.seed=FA11C13EC4C3065 -Dtests.slow=true -Dtests.locale=ar -Dtests.timezone=Africa/Kinshasa -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   82.2s | ReplicationFactorTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:901)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:754)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
   [junit4]    > 	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
   [junit4]    > 	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	... 1 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3618, name=updateExecutor-989-thread-1, state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@523de8 rejected from java.util.concurrent.ThreadPoolExecutor@132755a[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 24]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FA11C13EC4C3065]:0)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:279)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 817844 T3441 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FA11C13EC4C3065-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {_version_=FSTOrd50, multiDefault=BlockTreeOrds(blocksize=128), a_t=BlockTreeOrds(blocksize=128), intDefault=FSTOrd50, id=Lucene50(blocksize=128), text=PostingsFormat(name=MockRandom), range_facet_l=BlockTreeOrds(blocksize=128), timestamp=BlockTreeOrds(blocksize=128)}, docValues:{timestamp=DocValuesFormat(name=Direct)}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=ar, timezone=Africa/Kinshasa
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_31 (32-bit)/cpus=2,threads=1,free=52327616,total=337641472
   [junit4]   2> NOTE: All tests run in this JVM: [DirectUpdateHandlerOptimizeTest, SolrIndexConfigTest, TestDocumentBuilder, BadCopyFieldTest, SolrCoreCheckLockOnStartupTest, TestReload, NoCacheHeaderTest, SpatialHeatmapFacetsTest, SolrIndexSplitterTest, RequiredFieldsTest, TestFastWriter, RecoveryAfterSoftCommitTest, TestManagedResourceStorage, TestXIncludeConfig, TestBadConfig, TestRandomDVFaceting, TestRecoveryHdfs, HdfsBasicDistributedZkTest, ScriptEngineTest, TestObjectReleaseTracker, TestIndexingPerformance, StatsComponentTest, TestCloudManagedSchemaConcurrent, DisMaxRequestHandlerTest, TestMiniSolrCloudCluster, TestSolr4Spatial, HdfsWriteToMultipleCollectionsTest, DistribCursorPagingTest, WordBreakSolrSpellCheckerTest, TestSolrDynamicMBean, TestDynamicLoading, ReplicationFactorTest]
   [junit4] Completed in 82.26s, 1 test, 1 error <<< FAILURES!

[...truncated 1357 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 471 suites, 1872 tests, 1 error, 57 ignored (30 assumptions)

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



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

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

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

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

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

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

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


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

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

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




Build Log:
[...truncated 9121 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\init-core-data-001
   [junit4]   2> 991849 T4918 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 991852 T4918 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 991853 T4919 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 991953 T4918 oasc.ZkTestServer.run start zk server on port:62276
   [junit4]   2> 991954 T4918 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 991957 T4918 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 991966 T4926 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c6e2f84 name:ZooKeeperConnection Watcher:127.0.0.1:62276 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 991966 T4918 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 991966 T4918 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 991966 T4918 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 991972 T4918 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 991973 T4918 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 991974 T4929 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@103443bf name:ZooKeeperConnection Watcher:127.0.0.1:62276/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 991974 T4918 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 991975 T4918 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 991975 T4918 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 991979 T4918 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 991982 T4918 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 991985 T4918 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 991989 T4918 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 991989 T4918 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 991995 T4918 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 991996 T4918 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 992000 T4918 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 992001 T4918 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 992005 T4918 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 992005 T4918 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 992009 T4918 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 992009 T4918 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 992012 T4918 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 992013 T4918 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 992016 T4918 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 992016 T4918 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 992018 T4918 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 992019 T4918 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 992022 T4918 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 992023 T4918 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 992027 T4918 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 992027 T4918 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 992031 T4918 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 992032 T4918 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 993641 T4918 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\control-001\cores\collection1
   [junit4]   2> 993648 T4918 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 993650 T4918 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@55df5383{/,null,AVAILABLE}
   [junit4]   2> 993691 T4918 oejs.AbstractConnector.doStart Started ServerConnector@310cc21e{HTTP/1.1}{127.0.0.1:62284}
   [junit4]   2> 993691 T4918 oejs.Server.doStart Started @996063ms
   [junit4]   2> 993691 T4918 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 993691 T4918 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 993691 T4918 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\control-001
   [junit4]   2> 993691 T4918 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\control-001\'
   [junit4]   2> 993727 T4918 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\control-001\solr.xml
   [junit4]   2> 993737 T4918 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\control-001\cores
   [junit4]   2> 993737 T4918 oasc.CoreContainer.<init> New CoreContainer 513815144
   [junit4]   2> 993737 T4918 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\control-001\]
   [junit4]   2> 993737 T4918 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\control-001\lib
   [junit4]   2> 993737 T4918 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\control-001\lib).
   [junit4]   2> 993750 T4918 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 993750 T4918 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 993750 T4918 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 993750 T4918 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 993750 T4918 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 993750 T4918 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 993750 T4918 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 993750 T4918 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 993750 T4918 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 993750 T4918 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 993750 T4918 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 993750 T4918 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 993753 T4918 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 993753 T4918 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 993753 T4918 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 993753 T4918 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62276/solr
   [junit4]   2> 993753 T4918 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 993753 T4918 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 993756 T4918 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 993759 T4943 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@70a0a577 name:ZooKeeperConnection Watcher:127.0.0.1:62276 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 993759 T4918 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 993760 T4918 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 993764 T4918 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 993766 T4946 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@69ec7ef name:ZooKeeperConnection Watcher:127.0.0.1:62276/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 993766 T4918 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 993769 T4918 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 993773 T4918 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 993776 T4918 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 993780 T4918 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 993783 T4918 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 993787 T4918 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 993789 T4918 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62283_
   [junit4]   2> 993790 T4918 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62283_
   [junit4]   2> 993793 T4918 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 993796 T4918 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 993798 T4918 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 993800 T4918 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:62283_
   [junit4]   2> 993800 T4918 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 993803 T4918 oasc.Overseer.start Overseer (id=93424159325880323-127.0.0.1:62283_-n_0000000000) starting
   [junit4]   2> 993806 T4918 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 993818 T4918 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 993819 T4948 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 993820 T4947 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 993820 T4918 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 993825 T4918 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 993827 T4918 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 993834 T4918 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\control-001\cores
   [junit4]   2> 993836 T4918 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\control-001\cores\collection1\
   [junit4]   2> 993836 T4918 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 993838 T4950 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 993838 T4950 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 993839 T4950 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 993839 T4946 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 993841 T4947 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62283",
   [junit4]   2> 	  "node_name":"127.0.0.1:62283_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 993842 T4947 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62283",
   [junit4]   2> 	  "node_name":"127.0.0.1:62283_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 993842 T4947 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 993842 T4947 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 993844 T4946 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 994839 T4950 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 994839 T4950 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 994841 T4950 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 994841 T4950 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 994844 T4950 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 994845 T4950 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\control-001\cores\collection1\'
   [junit4]   2> 994872 T4950 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 994877 T4950 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 994887 T4950 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 994889 T4950 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 994892 T4950 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 994895 T4950 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 994902 T4950 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 995024 T4950 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 995030 T4950 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 995031 T4950 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 995044 T4950 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 995048 T4950 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 995052 T4950 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 995054 T4950 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 995054 T4950 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 995054 T4950 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 995056 T4950 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 995056 T4950 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 995056 T4950 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 995056 T4950 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 995057 T4950 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\tempDir-001/control/data\
   [junit4]   2> 995057 T4950 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d40c20c
   [junit4]   2> 995058 T4950 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\tempDir-001/control/data\
   [junit4]   2> 995058 T4950 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\tempDir-001/control/data\index/
   [junit4]   2> 995058 T4950 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 995058 T4950 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\tempDir-001/control/data\index
   [junit4]   2> 995059 T4950 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=53.421875, floorSegmentMB=1.9375, forceMergeDeletesPctAllowed=13.771237224347425, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3769786102207163
   [junit4]   2> 995060 T4950 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@32b10a23 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51b0d111),segFN=segments_1,generation=1}
   [junit4]   2> 995060 T4950 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 995063 T4950 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 995063 T4950 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 995063 T4950 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 995064 T4950 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 995064 T4950 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 995064 T4950 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 995065 T4950 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 995065 T4950 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 995065 T4950 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 995066 T4950 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 995066 T4950 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 995067 T4950 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 995067 T4950 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 995072 T4950 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 995074 T4950 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 995074 T4950 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 995076 T4950 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 995076 T4950 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 995076 T4950 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 995077 T4950 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 995077 T4950 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 995078 T4950 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 995079 T4950 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 995079 T4950 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 995081 T4950 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 995081 T4950 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 995082 T4950 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 995088 T4950 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 995089 T4950 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 995091 T4950 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 995092 T4950 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 995093 T4950 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 995094 T4950 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 995096 T4950 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 995097 T4950 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 995097 T4950 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 995098 T4950 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@32b10a23 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51b0d111),segFN=segments_1,generation=1}
   [junit4]   2> 995098 T4950 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 995099 T4950 oass.SolrIndexSearcher.<init> Opening Searcher@5f3b669e[collection1] main
   [junit4]   2> 995099 T4950 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 995100 T4950 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 995101 T4950 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 995102 T4950 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 995102 T4950 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 995102 T4950 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 995104 T4950 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 995104 T4950 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 995104 T4950 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 995104 T4950 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 995105 T4950 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 995105 T4951 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5f3b669e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 995108 T4918 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 995108 T4918 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 995109 T4954 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:62283 collection:control_collection shard:shard1
   [junit4]   2> 995111 T4954 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 995113 T4918 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 995115 T4918 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 995119 T4958 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3fd7f315 name:ZooKeeperConnection Watcher:127.0.0.1:62276/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 995119 T4918 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 995120 T4918 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 995122 T4954 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 995122 T4918 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 995124 T4946 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 995125 T4954 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 995125 T4954 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4200 name=collection1 org.apache.solr.core.SolrCore@785f2bf1 url=http://127.0.0.1:62283/collection1 node=127.0.0.1:62283_ C4200_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:62283, node_name=127.0.0.1:62283_, state=down}
   [junit4]   2> 995126 T4954 C4200 P62283 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:62283/collection1/
   [junit4]   2> 995126 T4954 C4200 P62283 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 995126 T4954 C4200 P62283 oasc.SyncStrategy.syncToMe http://127.0.0.1:62283/collection1/ has no replicas
   [junit4]   2> 995126 T4954 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:62283/collection1/ shard1
   [junit4]   2> 995126 T4954 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 995127 T4947 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 995130 T4918 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 995130 T4918 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 995130 T4918 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 995132 T4918 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 995135 T4961 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a83a064 name:ZooKeeperConnection Watcher:127.0.0.1:62276/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 995136 T4918 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 995137 T4918 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 995141 T4946 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 995144 T4947 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62283",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 995146 T4920 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14be8c7260f0005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 995151 T4947 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 1
   [junit4]   2> 995153 T4947 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 995154 T4946 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 995156 T4958 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 995169 T4946 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 995175 T4947 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 995176 T4946 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 995177 T4958 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 995195 T4954 oasc.ZkController.register We are http://127.0.0.1:62283/collection1/ and leader is http://127.0.0.1:62283/collection1/
   [junit4]   2> 995195 T4954 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:62283
   [junit4]   2> 995195 T4954 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 995195 T4954 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 995195 T4954 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 995198 T4946 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 995200 T4947 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62283",
   [junit4]   2> 	  "node_name":"127.0.0.1:62283_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 995201 T4947 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62283",
   [junit4]   2> 	  "node_name":"127.0.0.1:62283_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 995307 T4946 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 995307 T4958 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 996720 T4918 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\shard-1-001\cores\collection1
   [junit4]   2> 996723 T4918 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 996724 T4918 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 996727 T4918 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@30268254{/,null,AVAILABLE}
   [junit4]   2> 996728 T4918 oejs.AbstractConnector.doStart Started ServerConnector@75747d50{HTTP/1.1}{127.0.0.1:62300}
   [junit4]   2> 996729 T4918 oejs.Server.doStart Started @999127ms
   [junit4]   2> 996729 T4918 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 996730 T4918 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 996730 T4918 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\shard-1-001
   [junit4]   2> 996730 T4918 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\shard-1-001\'
   [junit4]   2> 996760 T4918 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\shard-1-001\solr.xml
   [junit4]   2> 996766 T4918 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\shard-1-001\cores
   [junit4]   2> 996766 T4918 oasc.CoreContainer.<init> New CoreContainer 1952570196
   [junit4]   2> 996766 T4918 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\shard-1-001\]
   [junit4]   2> 996766 T4918 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\shard-1-001\lib
   [junit4]   2> 996766 T4918 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\shard-1-001\lib).
   [junit4]   2> 996776 T4918 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 996776 T4918 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 996777 T4918 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 996777 T4918 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 996777 T4918 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 996777 T4918 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 996777 T4918 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 996778 T4918 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 996778 T4918 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 996778 T4918 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 996778 T4918 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 996778 T4918 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 996778 T4918 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 996779 T4918 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 996779 T4918 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 996780 T4918 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62276/solr
   [junit4]   2> 996780 T4918 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 996780 T4918 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 996782 T4918 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 996786 T4975 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@524580f4 name:ZooKeeperConnection Watcher:127.0.0.1:62276 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 996787 T4918 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 996787 T4918 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 996789 T4920 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14be8c7260f0006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 996793 T4918 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 996795 T4978 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5ecf86a6 name:ZooKeeperConnection Watcher:127.0.0.1:62276/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 996795 T4918 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 996805 T4918 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 997815 T4918 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62299_
   [junit4]   2> 997819 T4918 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62299_
   [junit4]   2> 997831 T4918 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 997837 T4918 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\shard-1-001\cores
   [junit4]   2> 997837 T4918 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\shard-1-001\cores\collection1\
   [junit4]   2> 997837 T4918 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 997843 T4979 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 997843 T4979 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 997846 T4946 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 997847 T4979 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 997847 T4947 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62299",
   [junit4]   2> 	  "node_name":"127.0.0.1:62299_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 997848 T4979 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 997849 T4947 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62299",
   [junit4]   2> 	  "node_name":"127.0.0.1:62299_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 997849 T4947 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 997849 T4979 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 997849 T4947 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 997851 T4979 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 997852 T4979 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 997852 T4947 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 997853 T4978 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 997854 T4978 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 998852 T4979 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 998852 T4979 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 998853 T4979 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 998853 T4979 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 998855 T4979 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 998856 T4979 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\shard-1-001\cores\collection1\'
   [junit4]   2> 998882 T4979 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 998886 T4979 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 998894 T4979 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 998896 T4979 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 998903 T4979 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 998905 T4979 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 998910 T4979 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 999001 T4979 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 999007 T4979 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 999007 T4979 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 999017 T4979 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 999021 T4979 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 999023 T4979 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 999025 T4979 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 999026 T4979 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 999026 T4979 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 999027 T4979 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 999027 T4979 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 999027 T4979 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 999027 T4979 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 999028 T4979 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\tempDir-001/jetty1\
   [junit4]   2> 999028 T4979 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d40c20c
   [junit4]   2> 999029 T4979 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\tempDir-001/jetty1\
   [junit4]   2> 999029 T4979 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\tempDir-001/jetty1\index/
   [junit4]   2> 999029 T4979 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 999030 T4979 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\tempDir-001/jetty1\index
   [junit4]   2> 999030 T4979 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=53.421875, floorSegmentMB=1.9375, forceMergeDeletesPctAllowed=13.771237224347425, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3769786102207163
   [junit4]   2> 999031 T4979 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@40612563 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@49e1d788),segFN=segments_1,generation=1}
   [junit4]   2> 999031 T4979 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 999038 T4979 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 999038 T4979 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 999038 T4979 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 999038 T4979 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 999038 T4979 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 999038 T4979 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 999038 T4979 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 999038 T4979 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 999038 T4979 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 999038 T4979 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 999039 T4979 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 999039 T4979 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 999040 T4979 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 999040 T4979 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 999041 T4979 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 999042 T4979 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 999043 T4979 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 999043 T4979 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 999044 T4979 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 999045 T4979 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 999045 T4979 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 999046 T4979 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 999046 T4979 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 999047 T4979 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 999047 T4979 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 999049 T4979 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 999050 T4979 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 999056 T4979 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 999057 T4979 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 999058 T4979 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 999059 T4979 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 999059 T4979 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 999061 T4979 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 999061 T4979 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 999061 T4979 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 999064 T4979 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 999065 T4979 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@40612563 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@49e1d788),segFN=segments_1,generation=1}
   [junit4]   2> 999065 T4979 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 999065 T4979 oass.SolrIndexSearcher.<init> Opening Searcher@3a449ba[collection1] main
   [junit4]   2> 999065 T4979 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 999066 T4979 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 999066 T4979 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 999067 T4979 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 999067 T4979 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 999067 T4979 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 999069 T4979 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 999069 T4979 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 999069 T4979 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 999069 T4979 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 999070 T4979 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 999071 T4980 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3a449ba[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 999076 T4918 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 999076 T4918 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 999083 T4983 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:62299 collection:collection1 shard:shard2
   [junit4]   2> 999089 T4983 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 999097 T4983 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 999099 T4946 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 999099 T4983 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 999099 T4983 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4201 name=collection1 org.apache.solr.core.SolrCore@1ce21266 url=http://127.0.0.1:62299/collection1 node=127.0.0.1:62299_ C4201_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:62299, node_name=127.0.0.1:62299_, state=down}
   [junit4]   2> 999099 T4983 C4201 P62299 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:62299/collection1/
   [junit4]   2> 999099 T4983 C4201 P62299 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 999099 T4983 C4201 P62299 oasc.SyncStrategy.syncToMe http://127.0.0.1:62299/collection1/ has no replicas
   [junit4]   2> 999099 T4983 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:62299/collection1/ shard2
   [junit4]   2> 999100 T4983 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 999101 T4947 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 999104 T4947 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 999105 T4978 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 999107 T4978 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 999115 T4947 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62299",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 999116 T4947 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 999118 T4978 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 999119 T4978 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 999122 T4946 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 999164 T4983 oasc.ZkController.register We are http://127.0.0.1:62299/collection1/ and leader is http://127.0.0.1:62299/collection1/
   [junit4]   2> 999164 T4983 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:62299
   [junit4]   2> 999164 T4983 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 999164 T4983 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 999164 T4983 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 999166 T4946 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 999168 T4947 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62299",
   [junit4]   2> 	  "node_name":"127.0.0.1:62299_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 999170 T4947 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62299",
   [junit4]   2> 	  "node_name":"127.0.0.1:62299_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 999173 T4947 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 999175 T4978 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 999175 T4983 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 999177 T4978 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 1000618 T4918 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\shard-2-001\cores\collection1
   [junit4]   2> 1000621 T4918 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1000623 T4918 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 1000625 T4918 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@3b29a71d{/,null,AVAILABLE}
   [junit4]   2> 1000626 T4918 oejs.AbstractConnector.doStart Started ServerConnector@51050ec3{HTTP/1.1}{127.0.0.1:62310}
   [junit4]   2> 1000626 T4918 oejs.Server.doStart Started @1003065ms
   [junit4]   2> 1000626 T4918 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 1000626 T4918 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1000626 T4918 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\shard-2-001
   [junit4]   2> 1000626 T4918 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\shard-2-001\'
   [junit4]   2> 1000659 T4918 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\shard-2-001\solr.xml
   [junit4]   2> 1000700 T4918 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\shard-2-001\cores
   [junit4]   2> 1000701 T4918 oasc.CoreContainer.<init> New CoreContainer 1955437486
   [junit4]   2> 1000701 T4918 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\shard-2-001\]
   [junit4]   2> 1000701 T4918 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\shard-2-001\lib
   [junit4]   2> 1000701 T4918 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\shard-2-001\lib).
   [junit4]   2> 1000715 T4918 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1000715 T4918 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1000715 T4918 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1000715 T4918 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1000716 T4918 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1000716 T4918 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1000716 T4918 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1000716 T4918 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1000717 T4918 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1000717 T4918 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1000717 T4918 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1000718 T4918 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1000718 T4918 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1000718 T4918 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1000719 T4918 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1000719 T4918 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62276/solr
   [junit4]   2> 1000719 T4918 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1000719 T4918 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1000721 T4918 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1000725 T4998 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2fea0fa2 name:ZooKeeperConnection Watcher:127.0.0.1:62276 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1000727 T4918 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1000727 T4918 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1000734 T4918 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1000737 T5001 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5cdd014d name:ZooKeeperConnection Watcher:127.0.0.1:62276/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1000738 T4918 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1000749 T4918 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1001758 T4918 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62309_
   [junit4]   2> 1001760 T4918 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62309_
   [junit4]   2> 1001766 T4918 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1001769 T4918 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\shard-2-001\cores
   [junit4]   2> 1001770 T4918 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest FDA376865FBB04F0-001\shard-2-001\cores\collection1\
   [junit4]   2> 1001771 T4918 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1001775 T5002 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1001775 T5002 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1001777 T4946 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1001779 T5002 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 1001779 T5002 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 1001780 T5002 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 1001780 T4947 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62309",
   [junit4]   2> 	  "node_name":"127.0.0.1:62309_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 1001781 T4947 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62309",
   [junit4]   2> 	

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

Test, DOMUtilTest, TestCollationFieldDocValues, SolrIndexSplitterTest, DistributedQueryComponentCustomSortTest, DirectUpdateHandlerOptimizeTest, TestJmxIntegration, TestNonDefinedSimilarityFactory, TestGroupingSearch, HighlighterTest, DistributedQueryComponentOptimizationTest, TestDocBasedVersionConstraints, ResourceLoaderTest, ChangedSchemaMergeTest, TestBadConfig, TestRebalanceLeaders, AnalyticsQueryTest, TestMiniSolrCloudCluster, TestLRUCache, RecoveryZkTest, TestChildDocTransformer, TestLFUCache, TestFuzzyAnalyzedSuggestions, TestDFRSimilarityFactory, RequestLoggingTest, BadCopyFieldTest, DistributedFacetPivotLongTailTest, StatsComponentTest, TestHighlightDedupGrouping, TestExactSharedStatsCache, TestSchemaResource, TestIntervalFaceting, TestQuerySenderListener, SuggesterTest, TestPartialUpdateDeduplication, TestBM25SimilarityFactory, LeaderInitiatedRecoveryOnCommitTest, TestSolr4Spatial, DistribJoinFromCollectionTest, PeerSyncTest, CopyFieldTest, ResponseLogComponentTest, FieldAnalysisRequestHandlerTest, LeaderElectionTest, TestExceedMaxTermLength, UniqFieldsUpdateProcessorFactoryTest, ClusterStateTest, TestRandomDVFaceting, TestSolrDynamicMBean, PathHierarchyTokenizerFactoryTest, ShardSplitTest, TestSolrQueryParser, DirectUpdateHandlerTest, TestImplicitCoreProperties, SolrInfoMBeanTest, TestRandomMergePolicy, SchemaVersionSpecificBehaviorTest, TestCloudSchemaless, TestElisionMultitermQuery, TestManagedSynonymFilterFactory, TestDistributedGrouping, MultiTermTest, SignatureUpdateProcessorFactoryTest, TestMaxScoreQueryParser, TestShortCircuitedRequests, BinaryUpdateRequestHandlerTest, FastVectorHighlighterTest, SimpleCollectionCreateDeleteTest, TestBinaryResponseWriter, TestCharFilters, BasicDistributedZkTest, BasicDistributedZk2Test, UnloadDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, ShardRoutingTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, ClusterStateUpdateTest, TestZkChroot, ZkCLITest, ShardRoutingCustomTest, AutoCommitTest, TestRecovery, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, ZkControllerTest, TestJoin, TestReload, TestStressVersions, HardAutoCommitTest, TestRangeQuery, SolrCoreTest, TestSort, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, OverseerCollectionProcessorTest, CurrencyFieldOpenExchangeTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SuggesterFSTTest, SolrRequestParserTest, DocValuesTest, SuggesterTSTTest, TestStressLucene, SuggesterWFSTTest, PolyFieldTest, WordBreakSolrSpellCheckerTest, TestUpdate, QueryEqualityTest, SortByFunctionTest, TestRemoteStreaming, DistanceFunctionTest, XsltUpdateRequestHandlerTest, DebugComponentTest, CacheHeaderTest, DisMaxRequestHandlerTest, TestQueryUtils, TestWriterPerf, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, TestQueryTypes, TestOmitPositions, XmlUpdateRequestHandlerTest, RequestHandlersTest, DocumentBuilderTest, TermVectorComponentTest, TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest, TestCollationField, ReturnFieldsTest, JSONWriterTest, TestCSVResponseWriter, MBeansHandlerTest, TestPHPSerializedResponseWriter, PingRequestHandlerTest, CSVRequestHandlerTest, SearchHandlerTest, SOLR749Test, TestSolrIndexConfig, TestQuerySenderNoQuery, SolrIndexConfigTest, BadComponentTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, TestSearchPerf, NumericFieldsTest, TestConfig, OutputWriterTest, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestPhraseSuggestions, TestCodecSupport, TestXIncludeConfig, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, TestJmxMonitoredMap, TimeZoneUtilsTest, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest, ChaosMonkeyNothingIsSafeTest, TestSystemIdResolver, PrimUtilsTest, DateFieldTest, SpellingQueryConverterTest, RAMDirectoryFactoryTest, TestSolrJ, TestUtils, TestDocumentBuilder, SystemInfoHandlerTest, CircularListTest, DistributedMLTComponentTest, TestRTGBase, CursorPagingTest, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestSimpleTrackingShardHandler, TestTolerantSearch, ActionThrottleTest, AliasIntegrationTest, AssignTest, CloudExitableDirectoryReaderTest, ConnectionManagerTest, CustomCollectionTest, DeleteInactiveReplicaTest, DeleteShardTest, DistribCursorPagingTest, DistributedQueueTest, HttpPartitionTest, MultiThreadedOCPTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, OverseerStatusTest, SSLMigrationTest, SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest, TestCloudInspectUtil, TestCloudPivotFacet, TestCollectionAPI, TestCryptoKeys, TestDistribDocBasedVersion, TestLeaderElectionZkExpiry, TestReplicaProperties, TestRequestStatusCollectionAPI, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test, HdfsCollectionsAPIDistributedZkTest, HdfsRecoveryZkTest, HdfsSyncSliceTest, HdfsUnloadDistributedZkTest, StressHdfsTest, TestClusterStateMutator, ZkStateWriterTest, CachingDirectoryFactoryTest, TestConfigSets, TestInitParams, TestNRTOpen, TestReloadAndDeleteDocs, TestSolrConfigHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandler -Dtests.seed=FDA376865FBB04F0 -Dtests.slow=true -Dtests.locale=lt_LT -Dtests.timezone=Africa/Windhoek -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s | TestSolrConfigHandler (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler FDA376865FBB04F0-001\tempDir-010\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler FDA376865FBB04F0-001\tempDir-010\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler FDA376865FBB04F0-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler FDA376865FBB04F0-001\tempDir-010\collection1\conf
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler FDA376865FBB04F0-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler FDA376865FBB04F0-001\tempDir-010\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler FDA376865FBB04F0-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler FDA376865FBB04F0-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler FDA376865FBB04F0-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler FDA376865FBB04F0-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler FDA376865FBB04F0-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler FDA376865FBB04F0-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FDA376865FBB04F0]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:286)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 12.74s, 4 tests, 1 error <<< FAILURES!

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

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



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

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

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

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

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




Build Log:
[...truncated 9430 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\init-core-data-001
   [junit4]   2> 1674969 T7271 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_/
   [junit4]   2> 1674973 T7271 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1674974 T7272 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1675096 T7271 oasc.ZkTestServer.run start zk server on port:58730
   [junit4]   2> 1675096 T7271 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1675103 T7271 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1675110 T7279 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@703e2fa3 name:ZooKeeperConnection Watcher:127.0.0.1:58730 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1675110 T7271 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1675111 T7271 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1675111 T7271 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1675114 T7273 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14be6a60e770000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1675117 T7271 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1675126 T7271 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1675134 T7282 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8f97c42 name:ZooKeeperConnection Watcher:127.0.0.1:58730/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1675134 T7271 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1675134 T7271 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1675134 T7271 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1675140 T7271 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1675142 T7271 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1675145 T7271 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1675155 T7271 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1675155 T7271 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1675163 T7271 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1675165 T7271 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1675171 T7271 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1675171 T7271 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1675176 T7271 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1675176 T7271 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1675193 T7271 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1675194 T7271 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1675199 T7271 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1675200 T7271 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1675211 T7271 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1675213 T7271 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1675218 T7271 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1675218 T7271 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1675220 T7271 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1675220 T7271 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1675223 T7271 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1675223 T7271 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1675224 T7271 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1675225 T7271 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1678101 T7271 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\control-001\cores\collection1
   [junit4]   2> 1678113 T7271 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 1678120 T7271 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@516ddeb7{/_,null,AVAILABLE}
   [junit4]   2> 1678134 T7271 oejs.AbstractConnector.doStart Started ServerConnector@129ffa4{HTTP/1.1}{127.0.0.1:58738}
   [junit4]   2> 1678135 T7271 oejs.Server.doStart Started @1681709ms
   [junit4]   2> 1678135 T7271 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 1678135 T7271 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1678138 T7271 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\control-001
   [junit4]   2> 1678138 T7271 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\control-001\'
   [junit4]   2> 1678206 T7271 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\control-001\solr.xml
   [junit4]   2> 1678217 T7271 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\control-001\cores
   [junit4]   2> 1678217 T7271 oasc.CoreContainer.<init> New CoreContainer 1388082013
   [junit4]   2> 1678220 T7271 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\control-001\]
   [junit4]   2> 1678220 T7271 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\control-001\lib
   [junit4]   2> 1678220 T7271 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\control-001\lib).
   [junit4]   2> 1678233 T7271 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1678234 T7271 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1678234 T7271 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1678234 T7271 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1678234 T7271 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1678234 T7271 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1678234 T7271 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1678238 T7271 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1678238 T7271 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1678238 T7271 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1678238 T7271 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1678240 T7271 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1678240 T7271 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1678240 T7271 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1678242 T7271 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1678242 T7271 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58730/solr
   [junit4]   2> 1678242 T7271 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1678242 T7271 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1678246 T7271 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1678249 T7296 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@70aa854d name:ZooKeeperConnection Watcher:127.0.0.1:58730 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1678251 T7271 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1678251 T7271 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1678264 T7271 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1678266 T7299 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4f2b229 name:ZooKeeperConnection Watcher:127.0.0.1:58730/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1678266 T7271 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1678268 T7271 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1678271 T7271 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1678275 T7271 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1678277 T7271 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1678281 T7271 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1678284 T7271 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1678285 T7271 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58737__
   [junit4]   2> 1678288 T7271 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58737__
   [junit4]   2> 1678290 T7271 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1678294 T7271 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1678297 T7271 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1678299 T7271 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:58737__
   [junit4]   2> 1678299 T7271 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1678303 T7271 oasc.Overseer.start Overseer (id=93421818172866563-127.0.0.1:58737__-n_0000000000) starting
   [junit4]   2> 1678308 T7271 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1678321 T7271 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1678328 T7300 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1678334 T7301 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1678334 T7300 oasc.Overseer$ClusterStateUpdater.run ERROR Exception in Overseer work queue loop org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /clusterstate.json
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:343)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:340)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:340)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.constructState(ZkStateReader.java:448)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.updateClusterState(ZkStateReader.java:527)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.updateClusterState(ZkStateReader.java:259)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:164)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1678342 T7271 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1678351 T7271 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1678353 T7271 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1678360 T7271 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\control-001\cores
   [junit4]   2> 1678360 T7271 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\control-001\cores\collection1\
   [junit4]   2> 1678363 T7271 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1678366 T7303 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1678366 T7303 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1678368 T7303 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1678368 T7299 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1678369 T7300 oasc.Overseer$ClusterStateUpdater.run ERROR Exception in Overseer main queue loop java.lang.NullPointerException
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:221)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1678374 T7300 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58737/_",
   [junit4]   2> 	  "node_name":"127.0.0.1:58737__",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 1678374 T7300 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58737/_",
   [junit4]   2> 	  "node_name":"127.0.0.1:58737__",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1678374 T7300 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 1678376 T7300 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1678377 T7299 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1678389 T7299 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1679581 T7303 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1679581 T7303 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1679583 T7303 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1679583 T7303 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1679584 T7303 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1679584 T7303 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\control-001\cores\collection1\'
   [junit4]   2> 1679625 T7303 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1679630 T7303 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1679649 T7303 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1679658 T7303 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1679672 T7303 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1679678 T7303 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1679693 T7303 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1679858 T7303 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1679867 T7303 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1679871 T7303 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1679885 T7303 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1679890 T7303 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1679892 T7303 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1679893 T7303 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1679898 T7303 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1679898 T7303 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1679901 T7303 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1679902 T7303 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1679902 T7303 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1679903 T7303 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1679903 T7303 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\tempDir-001/control/data\
   [junit4]   2> 1679903 T7303 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@67b40383
   [junit4]   2> 1679903 T7303 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\tempDir-001/control/data\
   [junit4]   2> 1679903 T7303 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\tempDir-001/control/data\index/
   [junit4]   2> 1679903 T7303 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1679903 T7303 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\tempDir-001/control/data\index
   [junit4]   2> 1679904 T7303 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=9.70703125, floorSegmentMB=1.853515625, forceMergeDeletesPctAllowed=6.942172889045441, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1679904 T7303 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@50732ca2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7ab273e5),segFN=segments_1,generation=1}
   [junit4]   2> 1679904 T7303 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1679906 T7303 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1679906 T7303 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1679908 T7303 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1679908 T7303 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1679908 T7303 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1679908 T7303 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1679908 T7303 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1679909 T7303 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1679909 T7303 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1679909 T7303 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1679909 T7303 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1679910 T7303 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1679910 T7303 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1679910 T7303 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1679910 T7303 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1679911 T7303 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1679912 T7303 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1679912 T7303 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1679912 T7303 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1679912 T7303 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1679912 T7303 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1679912 T7303 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1679914 T7303 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1679914 T7303 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1679914 T7303 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1679914 T7303 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1679915 T7303 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1679927 T7303 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1679930 T7303 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1679932 T7303 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1679934 T7303 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1679934 T7303 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1679936 T7303 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1679937 T7303 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1679937 T7303 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1679940 T7303 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=13.0546875, floorSegmentMB=1.3837890625, forceMergeDeletesPctAllowed=17.63537345963891, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.33193151084607636
   [junit4]   2> 1679941 T7303 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@50732ca2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7ab273e5),segFN=segments_1,generation=1}
   [junit4]   2> 1679941 T7303 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1679941 T7303 oass.SolrIndexSearcher.<init> Opening Searcher@7cd7e2b9[collection1] main
   [junit4]   2> 1679941 T7303 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1679942 T7303 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1679942 T7303 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1679942 T7303 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1679943 T7303 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1679943 T7303 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1679944 T7303 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1679944 T7303 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1679944 T7303 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1679947 T7303 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1679947 T7303 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1679949 T7271 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1679949 T7271 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1679949 T7271 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1679951 T7271 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1679968 T7307 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58737/_ collection:control_collection shard:shard1
   [junit4]   2> 1679968 T7304 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7cd7e2b9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1679973 T7307 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1679979 T7307 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1679982 T7299 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1679982 T7307 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1679982 T7307 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1621 name=collection1 org.apache.solr.core.SolrCore@27612218 url=http://127.0.0.1:58737/_/collection1 node=127.0.0.1:58737__ C1621_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:58737/_, node_name=127.0.0.1:58737__, state=down}
   [junit4]   2> 1679982 T7307 C1621 P58737 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58737/_/collection1/
   [junit4]   2> 1679984 T7307 C1621 P58737 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1679984 T7307 C1621 P58737 oasc.SyncStrategy.syncToMe http://127.0.0.1:58737/_/collection1/ has no replicas
   [junit4]   2> 1679984 T7307 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58737/_/collection1/ shard1
   [junit4]   2> 1679984 T7307 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1679986 T7300 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 1679994 T7299 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1679995 T7300 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58737/_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 1679997 T7311 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@26fbadfb name:ZooKeeperConnection Watcher:127.0.0.1:58730/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1679999 T7271 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1679999 T7271 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1680000 T7271 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1680002 T7271 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1680119 T7299 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1680131 T7311 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1680256 T7307 oasc.ZkController.register We are http://127.0.0.1:58737/_/collection1/ and leader is http://127.0.0.1:58737/_/collection1/
   [junit4]   2> 1680256 T7307 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58737/_
   [junit4]   2> 1680256 T7307 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1680256 T7307 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1680256 T7307 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1680257 T7299 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1680261 T7300 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58737/_",
   [junit4]   2> 	  "node_name":"127.0.0.1:58737__",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 1680262 T7300 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58737/_",
   [junit4]   2> 	  "node_name":"127.0.0.1:58737__",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1680719 T7299 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1680783 T7311 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1682472 T7271 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\shard-1-001\cores\collection1
   [junit4]   2> 1682479 T7271 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1682488 T7271 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 1682489 T7271 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@6405cd74{/_,null,AVAILABLE}
   [junit4]   2> 1682494 T7271 oejs.AbstractConnector.doStart Started ServerConnector@3287cc58{HTTP/1.1}{127.0.0.1:58751}
   [junit4]   2> 1682495 T7271 oejs.Server.doStart Started @1685622ms
   [junit4]   2> 1682495 T7271 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 1682495 T7271 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1682495 T7271 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\shard-1-001
   [junit4]   2> 1682495 T7271 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\shard-1-001\'
   [junit4]   2> 1682553 T7271 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\shard-1-001\solr.xml
   [junit4]   2> 1682570 T7271 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\shard-1-001\cores
   [junit4]   2> 1682573 T7271 oasc.CoreContainer.<init> New CoreContainer 405298386
   [junit4]   2> 1682573 T7271 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\shard-1-001\]
   [junit4]   2> 1682573 T7271 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\shard-1-001\lib
   [junit4]   2> 1682575 T7271 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\shard-1-001\lib).
   [junit4]   2> 1682631 T7271 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1682631 T7271 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1682631 T7271 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1682632 T7271 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1682632 T7271 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1682632 T7271 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1682632 T7271 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1682632 T7271 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1682632 T7271 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1682633 T7271 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1682633 T7271 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1682633 T7271 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1682640 T7271 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1682640 T7271 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1682640 T7271 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1682640 T7271 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58730/solr
   [junit4]   2> 1682642 T7271 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1682642 T7271 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1682657 T7271 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1682662 T7328 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3ad466a9 name:ZooKeeperConnection Watcher:127.0.0.1:58730 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1682666 T7271 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1682666 T7271 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1682676 T7271 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1682680 T7331 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15eb21ef name:ZooKeeperConnection Watcher:127.0.0.1:58730/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1682681 T7271 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1682693 T7271 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1684050 T7271 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58750__
   [junit4]   2> 1684053 T7271 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58750__
   [junit4]   2> 1684069 T7271 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1684073 T7271 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\shard-1-001\cores
   [junit4]   2> 1684092 T7271 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\shard-1-001\cores\collection1\
   [junit4]   2> 1684094 T7271 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1684095 T7332 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1684095 T7332 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1684097 T7332 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1684097 T7299 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1684099 T7300 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58750/_",
   [junit4]   2> 	  "node_name":"127.0.0.1:58750__",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 1684102 T7300 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58750/_",
   [junit4]   2> 	  "node_name":"127.0.0.1:58750__",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1684102 T7300 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 1684102 T7300 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1684105 T7299 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1684106 T7331 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1684108 T7311 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1685432 T7332 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1685432 T7332 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1685433 T7332 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1685433 T7332 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1685436 T7332 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1685436 T7332 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\shard-1-001\cores\collection1\'
   [junit4]   2> 1685463 T7332 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1685469 T7332 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1685480 T7332 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1685485 T7332 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1685494 T7332 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1685498 T7332 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1685507 T7332 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1685681 T7332 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1685689 T7332 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1685692 T7332 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1685709 T7332 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1685714 T7332 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1685718 T7332 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1685719 T7332 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1685720 T7332 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1685722 T7332 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1685723 T7332 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1685723 T7332 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1685723 T7332 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1685723 T7332 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1685725 T7332 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\tempDir-001/jetty1\
   [junit4]   2> 1685725 T7332 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@67b40383
   [junit4]   2> 1685727 T7332 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\tempDir-001/jetty1\
   [junit4]   2> 1685727 T7332 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\tempDir-001/jetty1\index/
   [junit4]   2> 1685727 T7332 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 1685728 T7332 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\tempDir-001/jetty1\index
   [junit4]   2> 1685729 T7332 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=9.70703125, floorSegmentMB=1.853515625, forceMergeDeletesPctAllowed=6.942172889045441, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1685729 T7332 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@e215be3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7846636f),segFN=segments_1,generation=1}
   [junit4]   2> 1685731 T7332 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1685737 T7332 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1685737 T7332 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1685738 T7332 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1685738 T7332 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1685740 T7332 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1685740 T7332 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1685740 T7332 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1685741 T7332 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1685741 T7332 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1685742 T7332 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1685742 T7332 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1685742 T7332 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1685742 T7332 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1685742 T7332 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1685742 T7332 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1685749 T7332 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1685749 T7332 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1685749 T7332 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1685754 T7332 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1685755 T7332 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1685755 T7332 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1685755 T7332 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1685757 T7332 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1685757 T7332 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1685757 T7332 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1685759 T7332 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1685761 T7332 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1685772 T7332 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1685775 T7332 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1685776 T7332 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1685780 T7332 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1685780 T7332 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1685781 T7332 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1685783 T7332 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1685783 T7332 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1685785 T7332 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=13.0546875, floorSegmentMB=1.3837890625, forceMergeDeletesPctAllowed=17.63537345963891, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.33193151084607636
   [junit4]   2> 1685785 T7332 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@e215be3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7846636f),segFN=segments_1,generation=1}
   [junit4]   2> 1685785 T7332 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1685788 T7332 oass.SolrIndexSearcher.<init> Opening Searcher@3ae540a2[collection1] main
   [junit4]   2> 1685788 T7332 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1685788 T7332 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1685788 T7332 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1685789 T7332 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1685789 T7332 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1685789 T7332 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1685792 T7332 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1685792 T7332 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1685792 T7332 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1685792 T7332 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1685792 T7332 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1685797 T7271 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1685798 T7271 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1685820 T7336 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58750/_ collection:collection1 shard:shard2
   [junit4]   2> 1685865 T7333 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3ae540a2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1685894 T7336 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1685909 T7336 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1685914 T7299 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1685917 T7336 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1685917 T7336 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1622 name=collection1 org.apache.solr.core.SolrCore@3725bc76 url=http://127.0.0.1:58750/_/collection1 node=127.0.0.1:58750__ C1622_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:58750/_, node_name=127.0.0.1:58750__, state=down}
   [junit4]   2> 1685917 T7336 C1622 P58750 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58750/_/collection1/
   [junit4]   2> 1685917 T7336 C1622 P58750 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1685917 T7336 C1622 P58750 oasc.SyncStrategy.syncToMe http://127.0.0.1:58750/_/collection1/ has no replicas
   [junit4]   2> 1685917 T7336 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58750/_/collection1/ shard2
   [junit4]   2> 1685918 T7336 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 1685922 T7300 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 1685927 T7299 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1685927 T7331 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1685927 T7311 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1685949 T7300 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58750/_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 1685955 T7299 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1685959 T7311 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1685959 T7299 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1685959 T7331 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1686017 T7336 oasc.ZkController.register We are http://127.0.0.1:58750/_/collection1/ and leader is http://127.0.0.1:58750/_/collection1/
   [junit4]   2> 1686017 T7336 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58750/_
   [junit4]   2> 1686017 T7336 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1686017 T7336 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1686017 T7336 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1686020 T7299 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1686024 T7300 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58750/_",
   [junit4]   2> 	  "node_name":"127.0.0.1:58750__",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 1686028 T7300 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58750/_",
   [junit4]   2> 	  "node_name":"127.0.0.1:58750__",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1686169 T7331 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1686169 T7299 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1686170 T7311 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1688311 T7271 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\shard-2-001\cores\collection1
   [junit4]   2> 1688315 T7271 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1688317 T7271 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 1688321 T7271 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@909a51d{/_,null,AVAILABLE}
   [junit4]   2> 1688322 T7271 oejs.AbstractConnector.doStart Started ServerConnector@394bf1a1{HTTP/1.1}{127.0.0.1:58761}
   [junit4]   2> 1688324 T7271 oejs.Server.doStart Started @1691716ms
   [junit4]   2> 1688324 T7271 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 1688324 T7271 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1688324 T7271 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\shard-2-001
   [junit4]   2> 1688326 T7271 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\shard-2-001\'
   [junit4]   2> 1688385 T7271 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\shard-2-001\solr.xml
   [junit4]   2> 1688403 T7271 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\shard-2-001\cores
   [junit4]   2> 1688403 T7271 oasc.CoreContainer.<init> New CoreContainer 1670117983
   [junit4]   2> 1688403 T7271 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\shard-2-001\]
   [junit4]   2> 1688403 T7271 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\shard-2-001\lib
   [junit4]   2> 1688407 T7271 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\shard-2-001\lib).
   [junit4]   2> 1688421 T7271 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1688421 T7271 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1688421 T7271 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1688421 T7271 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1688421 T7271 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1688421 T7271 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1688421 T7271 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1688426 T7271 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1688426 T7271 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1688426 T7271 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1688428 T7271 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1688429 T7271 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1688429 T7271 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1688429 T7271 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1688429 T7271 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1688429 T7271 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58730/solr
   [junit4]   2> 1688429 T7271 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1688429 T7271 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1688434 T7271 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1688442 T7351 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@285a7c19 name:ZooKeeperConnection Watcher:127.0.0.1:58730 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1688445 T7271 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1688445 T7271 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1688450 T7271 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1688450 T7354 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a84071d name:ZooKeeperConnection Watcher:127.0.0.1:58730/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1688450 T7271 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1688473 T7271 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1689816 T7271 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58760__
   [junit4]   2> 1689819 T7271 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58760__
   [junit4]   2> 1689826 T7271 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1689841 T7271 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\shard-2-001\cores
   [junit4]   2> 1689843 T7271 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\shard-2-001\cores\collection1\
   [junit4]   2> 1689843 T7271 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1689847 T7355 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1689847 T7355 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1689848 T7355 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1689848 T7299 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1689851 T7300 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58760/_",
   [junit4]   2> 	  "node_name":"127.0.0.1:58760__",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 7
   [junit4]   2> 1689852 T7300 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58760/_",
   [junit4]   2> 	  "node_name":"127.0.0.1:58760__",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1689852 T7300 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 1689852 T7300 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 1689855 T7299 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1689855 T7331 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1689855 T7311 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1689855 T7354 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1691179 T7355 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1691179 T7355 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1691181 T7355 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1691181 T7355 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1691182 T7355 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1691182 T7355 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\shard-2-001\cores\collection1\'
   [junit4]   2> 1691235 T7355 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1691240 T7355 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1691255 T7355 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1691260 T7355 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1691274 T7355 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1691278 T7355 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1691283 T7355 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1691460 T7355 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1691472 T7355 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1691472 T7355 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1691491 T7355 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1691497 T7355 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1691502 T7355 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1691503 T7355 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1691504 T7355 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1691504 T7355 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1691507 T7355 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1691507 T7355 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1691507 T7355 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1691507 T7355 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1691508 T7355 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\tempDir-001/jetty2\
   [junit4]   2> 1691510 T7355 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@67b40383
   [junit4]   2> 1691511 T7355 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\tempDir-001/jetty2\
   [junit4]   2> 1691511 T7355 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\tempDir-001/jetty2\index/
   [junit4]   2> 1691511 T7355 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\tempDir-001\jetty2\index' doesn't exist. Creating new index...
   [junit4]   2> 1691512 T7355 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001\tempDir-001/jetty2\index
   [junit4]   2> 1691515 T7355 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=9.70703125, floorSegmentMB=1.853515625, forceMergeDeletesPctAllowed=6.942172889045441, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1691515 T7355 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1f39ab6d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@64af6e3e),segFN=segments_1,generation=1}
   [junit4]   2> 1691516 T7355 oas

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

ver failed to respond
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	... 1 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=7455, name=updateExecutor-872-thread-3, state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@1ed2a60b rejected from java.util.concurrent.ThreadPoolExecutor@5950713d[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 24]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([86F5AFE2C9179109]:0)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:279)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1746634 T7271 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 86F5AFE2C9179109-001
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=8, maxDocsPerChunk=9, blockSize=4), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=8, blockSize=4)), sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=ar_EG, timezone=America/Maceio
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=56023528,total=185688064
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolr4Spatial, TestInfoStreamLogging, ShardRoutingTest, TestSurroundQueryParser, TestConfig, TestSimpleQParserPlugin, DateFieldTest, TestSolrJ, RecoveryAfterSoftCommitTest, LoggingHandlerTest, SolrXmlInZkTest, BasicZkTest, TestFastWriter, CacheHeaderTest, HighlighterConfigTest, TestZkChroot, LukeRequestHandlerTest, DistributedMLTComponentTest, TestManagedStopFilterFactory, TestBulkSchemaAPI, SolrCmdDistributorTest, RegexBoostProcessorTest, TestExceedMaxTermLength, AnalysisAfterCoreReloadTest, MigrateRouteKeyTest, OverseerStatusTest, SolrInfoMBeanTest, TestStandardQParsers, TestManagedSynonymFilterFactory, TestSolrConfigHandlerCloud, SolrRequestParserTest, VMParamsZkACLAndCredentialsProvidersTest, CoreAdminRequestStatusTest, RankQueryTest, TestInitQParser, HdfsUnloadDistributedZkTest, TestMissingGroups, TestDefaultSimilarityFactory, TestBlobHandler, DistributedSpellCheckComponentTest, DistributedDebugComponentTest, TestAtomicUpdateErrorCases, TestLRUCache, TestLRUStatsCache, TestUtils, ChaosMonkeyNothingIsSafeTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestRecovery, TestCollectionAPI, TestCoreDiscovery, DebugComponentTest, RollingRestartTest, TestSolrDynamicMBean, AutoCommitTest, TestFieldResource, AlternateDirectoryTest, TestDistributedGrouping, ConvertedLegacyTest, TestExactStatsCache, TestDefaultStatsCache, TestRawResponseWriter, PrimitiveFieldTypeTest, SpellCheckComponentTest, TestPivotHelperCode, TestTolerantSearch, CachingDirectoryFactoryTest, OutputWriterTest, TestElisionMultitermQuery, DateMathParserTest, HdfsLockFactoryTest, SolrPluginUtilsTest, TestIndexingPerformance, TestReload, DocumentBuilderTest, TestArbitraryIndexDir, CloudExitableDirectoryReaderTest, TestFastLRUCache, TestQueryTypes, TestExpandComponent, TestCopyFieldCollectionResource, HdfsDirectoryTest, RequestHandlersTest, BadComponentTest, ResponseLogComponentTest, SharedFSAutoReplicaFailoverTest, TestSerializedLuceneMatchVersion, SuggesterFSTTest, TestDFRSimilarityFactory, HdfsDirectoryFactoryTest, TestConfigSets, ConnectionManagerTest, TestSimpleTrackingShardHandler, OverseerTest, TestPseudoReturnFields, SpellPossibilityIteratorTest, DocValuesMultiTest, TestImplicitCoreProperties, TestDynamicLoading, TestSearchPerf, TriLevelCompositeIdRoutingTest, TestCSVLoader, DistributedFacetPivotSmallAdvancedTest, MultiTermTest, TestJmxMonitoredMap, TestConfigReload, SynonymTokenizerTest, HdfsCollectionsAPIDistributedZkTest, SuggesterTSTTest, CurrencyFieldOpenExchangeTest, ExitableDirectoryReaderTest, TestLuceneMatchVersion, AnalysisErrorHandlingTest, TestCollationFieldDocValues, TestSuggestSpellingConverter, ReturnFieldsTest, TestIndexSearcher, UUIDFieldTest, SuggestComponentTest, DistributedFacetPivotSmallTest, TestComplexPhraseQParserPlugin, CopyFieldTest, DeleteShardTest, LeaderElectionIntegrationTest, TestBadConfig, TestBlendedInfixSuggestions, TestSolrCoreProperties, SimpleMLTQParserTest, TestExtendedDismaxParser, BadCopyFieldTest, TestIntervalFaceting, TestOmitPositions, TimeZoneUtilsTest, DistribDocExpirationUpdateProcessorTest, TestBinaryField, QueryResultKeyTest, TestFaceting, TestQuerySenderListener, IndexSchemaRuntimeFieldTest, CloudMLTQParserTest, TestJoin, DistribJoinFromCollectionTest, TestRequestStatusCollectionAPI, DistributedQueryComponentCustomSortTest, AnalyticsQueryTest, QueryEqualityTest, TestCodecSupport, SimplePostToolTest, BinaryUpdateRequestHandlerTest, MBeansHandlerTest, ExternalFileFieldSortTest, BasicFunctionalityTest, UUIDUpdateProcessorFallbackTest, ShardSplitTest, ReplicationFactorTest]
   [junit4] Completed in 71.73s, 1 test, 1 error <<< FAILURES!

[...truncated 980 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 470 suites, 1871 tests, 1 error, 57 ignored (30 assumptions)

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



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

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

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

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

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

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

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


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

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

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




Build Log:
[...truncated 9302 lines...]
   [junit4] Suite: org.apache.solr.core.TestSolrConfigHandler
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\init-core-data-001
   [junit4]   2> 1065227 T4644 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 1065232 T4644 oas.SolrTestCaseJ4.setUp ###Starting testUserProp
   [junit4]   2> 1067133 T4644 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 1067133 T4644 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 1067136 T4644 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-002\cores\core
   [junit4]   2> 1067142 T4644 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 1067148 T4644 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@ef2da6{/solr,null,AVAILABLE}
   [junit4]   2> 1067202 T4644 oejs.AbstractConnector.doStart Started ServerConnector@1e1ecf3{SSL-http/1.1}{127.0.0.1:53409}
   [junit4]   2> 1067202 T4644 oejs.Server.doStart Started @1068675ms
   [junit4]   2> 1067208 T4644 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1067208 T4644 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1067208 T4644 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001
   [junit4]   2> 1067208 T4644 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\'
   [junit4]   2> 1067260 T4644 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\solr.xml
   [junit4]   2> 1067278 T4644 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-002\cores
   [junit4]   2> 1067280 T4644 oasc.CoreContainer.<init> New CoreContainer 15352550
   [junit4]   2> 1067280 T4644 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\]
   [junit4]   2> 1067281 T4644 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\lib
   [junit4]   2> 1067281 T4644 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\lib).
   [junit4]   2> 1067301 T4644 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1067301 T4644 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 1067301 T4644 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1067303 T4644 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1067303 T4644 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1067303 T4644 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1067304 T4644 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1067304 T4644 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1067304 T4644 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1067304 T4644 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1067304 T4644 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1067311 T4644 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1067315 T4644 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1067317 T4644 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1067317 T4644 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1067321 T4644 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-002\cores
   [junit4]   2> 1067322 T4644 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-002\cores\core\
   [junit4]   2> 1067322 T4644 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1067324 T4656 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\collection1\'
   [junit4]   2> 1067329 T4656 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2099229293ADDBB8CE-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 1067330 T4656 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2099229293ADDBB8CE-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 1067334 T4656 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2099229293ADDBB8CE-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 1067409 T4656 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1067417 T4656 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1067429 T4656 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 1067432 T4656 oass.ManagedIndexSchemaFactory.readSchemaLocally The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema-rest.xml instead
   [junit4]   2> 1067432 T4656 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\collection1\conf\schema-rest.xml
   [junit4]   2> 1067445 T4656 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 1067652 T4656 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1067653 T4656 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 1067653 T4656 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1067657 T4656 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 1067677 T4656 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 1067677 T4656 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 1067678 T4656 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 1067678 T4656 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 1067684 T4656 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 1067689 T4656 oass.ManagedIndexSchemaFactory.upgradeToManagedSchema After upgrading to managed schema, renamed the non-managed schema C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\collection1\conf\schema-rest.xml to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\collection1\conf\schema-rest.xml.bak
   [junit4]   2> 1067690 T4656 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\collection1
   [junit4]   2> 1067690 T4656 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 1067690 T4656 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-002\cores\core\data\
   [junit4]   2> 1067691 T4656 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1067693 T4656 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-002\cores\core\data
   [junit4]   2> 1067694 T4656 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-002\cores\core\data\index/
   [junit4]   2> 1067695 T4656 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-002\cores\core\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1067698 T4656 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-002\cores\core\data\index
   [junit4]   2> 1067699 T4656 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=8.6142578125, floorSegmentMB=1.388671875, forceMergeDeletesPctAllowed=6.363058635605666, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1067704 T4656 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@38c5b3; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1067704 T4656 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1067707 T4656 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1067708 T4656 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1067708 T4656 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1067710 T4656 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1067710 T4656 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1067710 T4656 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1067711 T4656 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1067711 T4656 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1067712 T4656 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1067712 T4656 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1067713 T4656 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1067714 T4656 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1067714 T4656 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1067715 T4656 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1067716 T4656 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1067716 T4656 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1067718 T4656 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 1067718 T4656 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1067718 T4656 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1067719 T4656 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 1067726 T4656 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1067729 T4656 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1067731 T4656 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1067734 T4656 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1067734 T4656 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1067735 T4656 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1067736 T4656 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1067736 T4656 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1067738 T4656 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=51.1513671875, floorSegmentMB=2.1162109375, forceMergeDeletesPctAllowed=12.463376180133572, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.40258113710698706
   [junit4]   2> 1067739 T4656 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@38c5b3; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1067739 T4656 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1067740 T4656 oass.SolrIndexSearcher.<init> Opening Searcher@8d78a[collection1] main
   [junit4]   2> 1067740 T4656 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\collection1\conf
   [junit4]   2> 1067740 T4656 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\collection1\conf}
   [junit4]   2> 1067740 T4656 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\collection1\conf
   [junit4]   2> 1067742 T4656 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 1067743 T4656 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\collection1\conf
   [junit4]   2> 1067743 T4656 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/english
   [junit4]   2> 1067744 T4656 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\collection1\conf
   [junit4]   2> 1067744 T4656 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 1067745 T4656 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 1067745 T4656 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\collection1\conf
   [junit4]   2> 1067746 T4656 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/german
   [junit4]   2> 1067746 T4656 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\collection1\conf
   [junit4]   2> 1067747 T4656 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 1067747 T4656 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 1067747 T4656 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\collection1\conf
   [junit4]   2> 1067750 T4656 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 1067750 T4656 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 1067750 T4656 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 1067751 T4656 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\collection1\conf
   [junit4]   2> 1067752 T4656 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 1067752 T4656 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 1067752 T4656 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 1067753 T4656 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1067753 T4657 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@8d78a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1067753 T4656 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1067754 T4644 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1067754 T4644 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1067755 T4644 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#53409
   [junit4]   2> ASYNC  NEW_CORE C1142 name=collection1 org.apache.solr.core.SolrCore@1f8a228
   [junit4]   2> 1067872 T4651 C1142 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 1067875 T4651 C1142 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\collection1\'
   [junit4]   2> 1067879 T4651 C1142 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2099229293ADDBB8CE-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 1067882 T4651 C1142 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2099229293ADDBB8CE-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> ASYNC  NEW_CORE C1143 name=collection1 org.apache.solr.core.SolrCore@1f8a228
   [junit4]   2> 1067896 T4651 C1143 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2099229293ADDBB8CE-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 1067981 T4651 C1143 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1067984 T4651 C1143 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> ASYNC  NEW_CORE C1144 name=collection1 org.apache.solr.core.SolrCore@1f8a228
   [junit4]   2> 1068002 T4651 C1144 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 1068020 T4651 C1144 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 1068042 T4651 C1144 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> ASYNC  NEW_CORE C1145 name=collection1 org.apache.solr.core.SolrCore@1f8a228
   [junit4]   2> 1068243 T4651 C1145 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1068243 T4651 C1145 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 1068243 T4651 C1145 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1068248 T4651 C1145 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 1068261 T4651 C1145 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 1068262 T4651 C1145 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 1068262 T4651 C1145 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 1068262 T4651 C1145 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 1068282 T4651 C1145 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\collection1
   [junit4]   2> 1068285 T4651 C1145 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-002\cores\core\data\
   [junit4]   2> 1068286 T4651 C1145 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1068286 T4651 C1145 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-002\cores\core\data\index/
   [junit4]   2> 1068290 T4651 C1145 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1068290 T4651 C1145 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1068291 T4651 C1145 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1068291 T4651 C1145 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1068292 T4651 C1145 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1068292 T4651 C1145 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1068293 T4651 C1145 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1068293 T4651 C1145 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1068294 T4651 C1145 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1068294 T4651 C1145 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1068296 T4651 C1145 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1068296 T4651 C1145 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1068297 T4651 C1145 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1068297 T4651 C1145 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1068298 T4651 C1145 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1068298 T4651 C1145 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1068300 T4651 C1145 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 1068300 T4651 C1145 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1068301 T4651 C1145 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1068301 T4651 C1145 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 1068306 T4651 C1145 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1068308 T4651 C1145 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1068311 T4651 C1145 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1068313 T4651 C1145 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1068314 T4651 C1145 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=MODIFIEDA,b=MODIFIEDB}}}
   [junit4]   2> ASYNC  NEW_CORE C1146 name=collection1 org.apache.solr.core.SolrCore@1f8a228
   [junit4]   2> 1068319 T4651 C1146 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1068321 T4651 C1146 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1068322 T4651 C1146 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1068324 T4651 C1146 oass.SolrIndexSearcher.<init> Opening Searcher@1dc7efc[collection1] main
   [junit4]   2> 1068324 T4651 C1146 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\collection1\conf
   [junit4]   2> 1068324 T4651 C1146 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\collection1\conf}
   [junit4]   2> 1068324 T4651 C1146 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\collection1\conf
   [junit4]   2> 1068327 T4651 C1146 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 1068327 T4651 C1146 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\collection1\conf
   [junit4]   2> 1068330 T4651 C1146 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\collection1\conf
   [junit4]   2> 1068330 T4651 C1146 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 1068330 T4651 C1146 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 1068330 T4651 C1146 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 1068330 T4651 C1146 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\collection1\conf
   [junit4]   2> 1068339 T4651 C1146 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\collection1\conf
   [junit4]   2> 1068339 T4651 C1146 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 1068339 T4651 C1146 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 1068340 T4651 C1146 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 1068340 T4651 C1146 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\collection1\conf
   [junit4]   2> 1068342 T4651 C1146 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 1068342 T4651 C1146 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 1068343 T4651 C1146 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 1068343 T4651 C1146 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-001\collection1\conf
   [junit4]   2> 1068344 T4651 C1146 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 1068344 T4651 C1146 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 1068344 T4651 C1146 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 1068345 T4651 C1146 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1068345 T4651 C1146 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 1068345 T4651 C1146 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 1068346 T4651 C1146 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 1068345 T4660 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1dc7efc[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1068347 T4651 C1146 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=8.6142578125, floorSegmentMB=1.388671875, forceMergeDeletesPctAllowed=6.363058635605666, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1068350 T4651 C1146 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@38c5b3; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1068357 T4651 C1146 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1068357 T4651 C1146 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 1068359 T4651 C1146 oass.SolrIndexSearcher.<init> Opening Searcher@1b32d9c[collection1] main
   [junit4]   2> 1068360 T4660 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1b32d9c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1068360 T4651 C1146 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 1068361 T4651 C1146 oash.SolrConfigHandler$Command.handleCommands Executed config commands successfully and persited to File System [{"set-user-property":{
   [junit4]   2> 	    "my.custom.variable.a":"MODIFIEDA",
   [junit4]   2> 	    "my.custom.variable.b":"MODIFIEDB"}}]
   [junit4]   2> 1068361 T4651 C1146 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=498 
   [junit4]   2> 1068363 T4651 C1146 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1f8a228
   [junit4]   2> 1068364 T4651 C1146 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1068365 T4651 C1146 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> ASYNC  NEW_CORE C1147 name=collection1 org.apache.solr.core.SolrCore@e64afd
   [junit4]   2> 1068376 T4653 C1147 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=2 
   [junit4]   2> 1068384 T4648 C1147 oasc.SolrCore.execute [collection1] webapp=/solr path=/dump params={json.nl=map&initArgs=true&wt=json} status=0 QTime=2 
   [junit4]   2> 1068388 T4644 oejs.AbstractConnector.doStop Stopped ServerConnector@1e1ecf3{SSL-http/1.1}{127.0.0.1:0}
   [junit4]   2> 1068388 T4644 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=15352550
   [junit4]   2> 1068389 T4644 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@e64afd
   [junit4]   2> 1068389 T4644 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1068391 T4644 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1068391 T4644 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1068391 T4644 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1068394 T4644 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1068394 T4644 oasc.CachingDirectoryFactory.close Closing NRTCachingDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1068394 T4644 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-002\cores\core\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-002\cores\core\data\index;done=false>>]
   [junit4]   2> 1068394 T4644 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-002\cores\core\data\index
   [junit4]   2> 1068394 T4644 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-002\cores\core\data [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-002\cores\core\data;done=false>>]
   [junit4]   2> 1068395 T4644 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-002\cores\core\data
   [junit4]   2> 1068397 T4644 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@ef2da6{/solr,null,UNAVAILABLE}
   [junit4]   2> 1068399 T4644 oas.SolrTestCaseJ4.tearDown ###Ending testUserProp
   [junit4]   2> 1068413 T4644 oas.SolrTestCaseJ4.setUp ###Starting testProperty
   [junit4]   2> 1070272 T4644 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 1070273 T4644 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 1070278 T4644 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-005\cores\core
   [junit4]   2> 1070284 T4644 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 1070290 T4644 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@107e9ce{/solr,null,AVAILABLE}
   [junit4]   2> 1070311 T4644 oejs.AbstractConnector.doStart Started ServerConnector@15eca31{SSL-http/1.1}{127.0.0.1:53413}
   [junit4]   2> 1070311 T4644 oejs.Server.doStart Started @1071550ms
   [junit4]   2> 1070316 T4644 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1070316 T4644 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1070316 T4644 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004
   [junit4]   2> 1070317 T4644 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\'
   [junit4]   2> 1070369 T4644 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\solr.xml
   [junit4]   2> 1070387 T4644 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-005\cores
   [junit4]   2> 1070387 T4644 oasc.CoreContainer.<init> New CoreContainer 6322578
   [junit4]   2> 1070387 T4644 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\]
   [junit4]   2> 1070387 T4644 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\lib
   [junit4]   2> 1070390 T4644 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\lib).
   [junit4]   2> 1070409 T4644 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1070409 T4644 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 1070409 T4644 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1070409 T4644 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1070409 T4644 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1070409 T4644 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1070409 T4644 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1070428 T4644 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1070428 T4644 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1070429 T4644 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1070429 T4644 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1070435 T4644 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1070440 T4644 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1070440 T4644 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1070441 T4644 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1070444 T4644 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-005\cores
   [junit4]   2> 1070446 T4644 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-005\cores\core\
   [junit4]   2> 1070446 T4644 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1070447 T4673 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\collection1\'
   [junit4]   2> 1070453 T4673 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2099229293ADDBB8CE-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 1070460 T4673 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2099229293ADDBB8CE-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 1070461 T4673 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2099229293ADDBB8CE-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 1070536 T4673 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1070541 T4673 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1070559 T4673 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 1070573 T4673 oass.ManagedIndexSchemaFactory.readSchemaLocally The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema-rest.xml instead
   [junit4]   2> 1070573 T4673 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\collection1\conf\schema-rest.xml
   [junit4]   2> 1070615 T4673 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 1070845 T4673 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1070845 T4673 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 1070848 T4673 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1070851 T4673 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 1070872 T4673 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 1070872 T4673 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 1070872 T4673 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 1070873 T4673 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 1070876 T4673 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\collection1\conf\managed-schema
   [junit4]   2> 1070882 T4673 oass.ManagedIndexSchemaFactory.upgradeToManagedSchema After upgrading to managed schema, renamed the non-managed schema C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\collection1\conf\schema-rest.xml to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\collection1\conf\schema-rest.xml.bak
   [junit4]   2> 1070882 T4673 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\collection1
   [junit4]   2> 1070882 T4673 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 1070883 T4673 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-005\cores\core\data\
   [junit4]   2> 1070883 T4673 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1070885 T4673 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-005\cores\core\data
   [junit4]   2> 1070886 T4673 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-005\cores\core\data\index/
   [junit4]   2> 1070887 T4673 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-005\cores\core\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1070887 T4673 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-005\cores\core\data\index
   [junit4]   2> 1070889 T4673 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=8.6142578125, floorSegmentMB=1.388671875, forceMergeDeletesPctAllowed=6.363058635605666, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1070895 T4673 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-005\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@382b79; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1070895 T4673 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1070897 T4673 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1070898 T4673 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1070898 T4673 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1070898 T4673 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1070899 T4673 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1070899 T4673 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1070900 T4673 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1070900 T4673 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1070902 T4673 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1070903 T4673 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1070904 T4673 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1070910 T4673 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1070910 T4673 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1070911 T4673 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1070911 T4673 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1070913 T4673 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1070913 T4673 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 1070914 T4673 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1070914 T4673 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1070914 T4673 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 1070921 T4673 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1070925 T4673 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1070928 T4673 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1070931 T4673 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1070931 T4673 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1070938 T4673 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1070939 T4673 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1070939 T4673 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1070940 T4673 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=51.1513671875, floorSegmentMB=2.1162109375, forceMergeDeletesPctAllowed=12.463376180133572, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.40258113710698706
   [junit4]   2> 1070941 T4673 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-005\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@382b79; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1070941 T4673 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1070942 T4673 oass.SolrIndexSearcher.<init> Opening Searcher@1421a13[collection1] main
   [junit4]   2> 1070942 T4673 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\collection1\conf
   [junit4]   2> 1070942 T4673 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\collection1\conf}
   [junit4]   2> 1070942 T4673 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\collection1\conf
   [junit4]   2> 1070944 T4673 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 1070945 T4673 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\collection1\conf
   [junit4]   2> 1070945 T4673 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/english
   [junit4]   2> 1070946 T4673 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\collection1\conf
   [junit4]   2> 1070946 T4673 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 1070947 T4673 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 1070947 T4673 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\collection1\conf
   [junit4]   2> 1070948 T4673 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/german
   [junit4]   2> 1070949 T4673 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\collection1\conf
   [junit4]   2> 1070949 T4673 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 1070949 T4673 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 1070950 T4673 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\collection1\conf
   [junit4]   2> 1070951 T4673 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 1070951 T4673 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 1070951 T4673 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 1070952 T4673 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\collection1\conf
   [junit4]   2> 1070954 T4673 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 1070954 T4673 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 1070954 T4673 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 1070954 T4673 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1070956 T4674 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1421a13[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1070956 T4673 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1070958 T4644 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1070958 T4644 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1070958 T4644 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#53413
   [junit4]   2> ASYNC  NEW_CORE C1148 name=collection1 org.apache.solr.core.SolrCore@1dade56
   [junit4]   2> 1071046 T4668 C1148 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=0 
   [junit4]   2> 1071065 T4665 C1148 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 1071067 T4665 C1148 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\collection1\'
   [junit4]   2> 1071071 T4665 C1148 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2099229293ADDBB8CE-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 1071073 T4665 C1148 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2099229293ADDBB8CE-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 1071075 T4665 C1148 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2099229293ADDBB8CE-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 1071149 T4665 C1148 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1071159 T4665 C1148 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> ASYNC  NEW_CORE C1149 name=collection1 org.apache.solr.core.SolrCore@1dade56
   [junit4]   2> 1071181 T4665 C1149 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 1071189 T4665 C1149 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\collection1\conf\managed-schema
   [junit4]   2> 1071205 T4665 C1149 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> ASYNC  NEW_CORE C1150 name=collection1 org.apache.solr.core.SolrCore@1dade56
   [junit4]   2> 1071415 T4665 C1150 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1071417 T4665 C1150 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 1071420 T4665 C1150 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1071424 T4665 C1150 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 1071431 T4665 C1150 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 1071431 T4665 C1150 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 1071431 T4665 C1150 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 1071431 T4665 C1150 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 1071461 T4665 C1150 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\collection1
   [junit4]   2> 1071464 T4665 C1150 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-005\cores\core\data\
   [junit4]   2> 1071465 T4665 C1150 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1071466 T4665 C1150 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-005\cores\core\data\index/
   [junit4]   2> 1071468 T4665 C1150 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1071470 T4665 C1150 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1071470 T4665 C1150 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1071471 T4665 C1150 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1071471 T4665 C1150 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1071471 T4665 C1150 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1071472 T4665 C1150 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1071472 T4665 C1150 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1071473 T4665 C1150 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1071473 T4665 C1150 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1071476 T4665 C1150 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1071477 T4665 C1150 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1071478 T4665 C1150 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1071478 T4665 C1150 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1071479 T4665 C1150 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1071479 T4665 C1150 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1071480 T4665 C1150 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 1071480 T4665 C1150 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1071481 T4665 C1150 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1071481 T4665 C1150 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 1071485 T4665 C1150 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1071487 T4665 C1150 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1071489 T4665 C1150 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1071491 T4665 C1150 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1071491 T4665 C1150 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1071492 T4665 C1150 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1071493 T4665 C1150 oasu.CommitTracker.<init> Hard AutoCommit: if uncommited for 10ms; if 100 uncommited docs 
   [junit4]   2> 1071495 T4665 C1150 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1071497 T4665 C1150 oass.SolrIndexSearcher.<init> Opening Searcher@13be646[collection1] main
   [junit4]   2> 1071498 T4665 C1150 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\collection1\conf
   [junit4]   2> 1071498 T4665 C1150 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\collection1\conf}
   [junit4]   2> 1071498 T4665 C1150 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\collection1\conf
   [junit4]   2> 1071499 T4665 C1150 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 1071499 T4665 C1150 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\collection1\conf
   [junit4]   2> 1071501 T4665 C1150 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\collection1\conf
   [junit4]   2> 1071501 T4665 C1150 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 1071502 T4665 C1150 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 1071502 T4665 C1150 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 1071502 T4665 C1150 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\collection1\conf
   [junit4]   2> 1071503 T4665 C1150 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 99229293ADDBB8CE-001\tempDir-004\collection1\conf
   [junit4]   2> 1071503 T4665 C1150 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 1071504 T4665 C1150 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 1071504 T4665 C1150 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 1071504 T4665 C1150 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json 

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

st, InfoHandlerTest, TestCollapseQParserPlugin, MergeStrategyTest, AssignTest, ResponseHeaderTest, IndexSchemaTest, DocValuesTest, TestFileDictionaryLookup, PingRequestHandlerTest, SoftAutoCommitTest, TestSuggestSpellingConverter, SOLR749Test, DisMaxRequestHandlerTest, DistanceFunctionTest, TestQuerySenderListener, TestExpandComponent, SpellingQueryConverterTest, TestReplicationHandlerBackup, TestMiniSolrCloudCluster, RecoveryZkTest, SSLMigrationTest, TestSchemaResource, TestSimpleTrackingShardHandler, AlternateDirectoryTest, ResponseLogComponentTest, TestDynamicFieldResource, DeleteInactiveReplicaTest, TestXIncludeConfig, TestPseudoReturnFields, TestRecovery, HdfsBasicDistributedZkTest, TestOmitPositions, TestFoldingMultitermQuery, TestStressUserVersions, JSONWriterTest, DistributedQueryComponentCustomSortTest, ExternalCollectionsTest, SolrCoreTest, TestCursorMarkWithoutUniqueKey, TestIntervalFaceting, RemoteQueryErrorTest, DistributedFacetPivotLargeTest, TestBulkSchemaAPI, PreAnalyzedUpdateProcessorTest, VMParamsZkACLAndCredentialsProvidersTest, DirectUpdateHandlerTest, TestRTGBase, SuggesterFSTTest, TestShortCircuitedRequests, CachingDirectoryFactoryTest, TestJoin, TestInitParams, ChaosMonkeySafeLeaderTest, TestLuceneMatchVersion, EchoParamsTest, TestDefaultSimilarityFactory, SimpleMLTQParserTest, FieldAnalysisRequestHandlerTest, TestManagedStopFilterFactory, TestSimpleQParserPlugin, TestRestManager, TestDistributedGrouping, QueryElevationComponentTest, SolrXmlInZkTest, DistanceUnitsTest, SolrInfoMBeanTest, TestSolrCoreProperties, TestFastOutputStream, CoreAdminHandlerTest, HdfsBasicDistributedZk2Test, UpdateParamsTest, CloudExitableDirectoryReaderTest, TestHighFrequencyDictionaryFactory, CoreAdminCreateDiscoverTest, ZkControllerTest, HdfsLockFactoryTest, RequiredFieldsTest, LeaderFailoverAfterPartitionTest, UUIDFieldTest, TestConfigReload, TestLFUCache, QueryResultKeyTest, TestSortingResponseWriter, TestQueryUtils, DistributedSuggestComponentTest, TestBadConfig, AnalyticsQueryTest, TestSolrIndexConfig, BJQParserTest, ClusterStateTest, BadIndexSchemaTest, TestFreeTextSuggestions, TestRemoteStreaming, TestSchemaNameResource, TestCollectionAPI, TestManagedSchemaFieldResource, WordBreakSolrSpellCheckerTest, TestSolrQueryParser, SpellCheckComponentTest, SpatialFilterTest, OverseerCollectionProcessorTest, TestSolrConfigHandler, TestAddFieldRealTimeGet, CircularListTest, TermVectorComponentTest, PeerSyncTest, TestDocBasedVersionConstraints, TermVectorComponentDistributedTest, TestLRUCache, LukeRequestHandlerTest, DocExpirationUpdateProcessorFactoryTest, LoggingHandlerTest, TestDefaultStatsCache, DistributedExpandComponentTest, StatsComponentTest, NumericFieldsTest, TestSolrDeletionPolicy2, TestSearchPerf, QueryParsingTest, MBeansHandlerTest, SolrTestCaseJ4Test, HighlighterConfigTest, HardAutoCommitTest, SuggesterWFSTTest, TestPHPSerializedResponseWriter, TestDistributedMissingSort, TestComplexPhraseQParserPlugin, BasicDistributedZkTest, TestIndexingPerformance, TestReversedWildcardFilterFactory, DocumentBuilderTest, AutoCommitTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, SyncSliceTest, TestRecoveryHdfs, TestReload, TestSearcherReuse, RequestLoggingTest, TestGroupingSearch, XmlUpdateRequestHandlerTest, TestPostingsSolrHighlighter, TestWordDelimiterFilterFactory, TestStressRecovery, TestCloudInspectUtil, ZkCLITest, TestSolr4Spatial, TestUniqueKeyFieldResource, TestFieldTypeResource, CollectionsAPIDistributedZkTest, TestExtendedDismaxParser, MultiTermTest, CollectionsAPIAsyncDistributedZkTest, HdfsDirectoryTest, HdfsUnloadDistributedZkTest, TestManagedResourceStorage, TestDistribDocBasedVersion, HdfsCollectionsAPIDistributedZkTest, TestDefaultSearchFieldResource, XsltUpdateRequestHandlerTest, DistributedFacetPivotWhiteBoxTest, TestFastWriter, TestJmxIntegration, SpatialRPTFieldTypeTest, BufferStoreTest, BinaryUpdateRequestHandlerTest, TestCollationField, BasicZkTest, TestTolerantSearch, OutputWriterTest, ZkSolrClientTest, TestDocSet, ZkStateWriterTest, SearchHandlerTest, SolrCoreCheckLockOnStartupTest, TestOrdValues, SchemaVersionSpecificBehaviorTest, TestExactStatsCache, TestSolrConfigHandlerCloud, HdfsSyncSliceTest, TestBlobHandler, TestCodecSupport, FacetPivotSmallTest, SolrIndexSplitterTest, SampleTest, TestManagedSchemaFieldTypeResource, CacheHeaderTest, BasicDistributedZk2Test, TestBM25SimilarityFactory, ChangedSchemaMergeTest, TestSchemaManager, TestQueryTypes, TestStressReorder, TestCloudPivotFacet, HdfsDirectoryFactoryTest, DistributedSpellCheckComponentTest, TestSerializedLuceneMatchVersion, DistributedQueryComponentOptimizationTest, CoreAdminRequestStatusTest, ScriptEngineTest, ParsingFieldUpdateProcessorsTest, TestManagedSynonymFilterFactory, DistributedMLTComponentTest, TestSweetSpotSimilarityFactory, SynonymTokenizerTest, DateFieldTest, SimpleCollectionCreateDeleteTest, TestValueSourceCache, NotRequiredUniqueKeyTest, TestSolrConfigHandlerConcurrent, ExitableDirectoryReaderTest, RAMDirectoryFactoryTest, TestRebalanceLeaders, BadCopyFieldTest, TestIBSimilarityFactory, TestCustomSort, TestQuerySenderNoQuery, TestZkChroot, TestManagedSchemaDynamicFieldResource, EnumFieldTest, UnloadDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, ShardRoutingTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, TestRandomDVFaceting, ShardRoutingCustomTest, TestDistributedSearch, TestFaceting, TestHashPartitioner, TestRealTimeGet, TestStressVersions, DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, SimpleFacetsTest, SolrCmdDistributorTest, ConvertedLegacyTest, TestSort, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, TestIndexSearcher, HighlighterTest, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, SolrRequestParserTest, SuggesterTSTTest, SuggesterTest, TestStressLucene, TestTrie, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, DocValuesMultiTest, DebugComponentTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, StandardRequestHandlerTest, TestWriterPerf, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, TermsComponentTest, RequestHandlersTest, PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, TestArbitraryIndexDir, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, SolrPluginUtilsTest, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, TestPartialUpdateDeduplication, CSVRequestHandlerTest, TestComponentsName, TestBinaryResponseWriter, CopyFieldTest, SolrIndexConfigTest, BadComponentTest, TestMergePolicyConfig, TestBinaryField, MinimalSchemaTest, TestElisionMultitermQuery, TestConfig, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, DirectSolrConnectionTest, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestJmxMonitoredMap, TimeZoneUtilsTest, ResourceLoaderTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, TestSystemIdResolver, PrimUtilsTest, DOMUtilTest, TestSolrJ, TestUtils, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, FileUtilsTest, CursorPagingTest, DistributedIntervalFacetingTest, TestHighlightDedupGrouping, ActionThrottleTest, AliasIntegrationTest, AsyncMigrateRouteKeyTest, ConnectionManagerTest, CustomCollectionTest, DeleteReplicaTest, DeleteShardTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, DistribJoinFromCollectionTest, DistributedQueueTest, HttpPartitionTest, LeaderInitiatedRecoveryOnCommitTest, MigrateRouteKeyTest, MultiThreadedOCPTest, OverseerRolesTest, OverseerStatusTest, RecoveryAfterSoftCommitTest, ReplicationFactorTest]
   [junit4] Completed in 65.67s, 1 test, 1 error <<< FAILURES!

[...truncated 281 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 469 suites, 1870 tests, 1 suite-level error, 1 error, 57 ignored (30 assumptions)

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



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

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

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

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

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




Build Log:
[...truncated 10206 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\init-core-data-001
   [junit4]   2> 5023914 T21031 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 5023921 T21031 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 5023922 T21032 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 5024030 T21031 oasc.ZkTestServer.run start zk server on port:56061
   [junit4]   2> 5024031 T21031 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5024034 T21031 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5024040 T21039 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bbd6b8 name:ZooKeeperConnection Watcher:127.0.0.1:56061 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5024041 T21031 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5024044 T21031 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5024044 T21031 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 5024051 T21031 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5024052 T21031 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5024058 T21042 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8c4b1 name:ZooKeeperConnection Watcher:127.0.0.1:56061/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5024059 T21031 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5024059 T21031 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5024060 T21031 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 5024066 T21031 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 5024071 T21031 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 5024075 T21031 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 5024081 T21031 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 5024081 T21031 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 5024088 T21031 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 5024089 T21031 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 5024095 T21031 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 5024096 T21031 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 5024101 T21031 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 5024101 T21031 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 5024106 T21031 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 5024107 T21031 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 5024111 T21031 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 5024112 T21031 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 5024117 T21031 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 5024117 T21031 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 5024121 T21031 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 5024122 T21031 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 5024126 T21031 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 5024127 T21031 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 5024131 T21031 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 5024132 T21031 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 5024137 T21031 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 5024138 T21031 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 5025970 T21031 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\control-001\cores\collection1
   [junit4]   2> 5025975 T21031 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 5025979 T21031 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@30774e{/,null,AVAILABLE}
   [junit4]   2> 5025981 T21031 oejs.AbstractConnector.doStart Started ServerConnector@ee0ff8{HTTP/1.1}{127.0.0.1:56069}
   [junit4]   2> 5025982 T21031 oejs.Server.doStart Started @5024330ms
   [junit4]   2> 5025983 T21031 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 5025983 T21031 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 5025986 T21031 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\control-001
   [junit4]   2> 5025986 T21031 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\control-001\'
   [junit4]   2> 5026043 T21031 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\control-001\solr.xml
   [junit4]   2> 5026055 T21031 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\control-001\cores
   [junit4]   2> 5026057 T21031 oasc.CoreContainer.<init> New CoreContainer 31372587
   [junit4]   2> 5026057 T21031 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\control-001\]
   [junit4]   2> 5026057 T21031 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\control-001\lib
   [junit4]   2> 5026057 T21031 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\control-001\lib).
   [junit4]   2> 5026074 T21031 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 5026075 T21031 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 5026075 T21031 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 5026076 T21031 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5026077 T21031 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 5026077 T21031 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 5026077 T21031 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5026077 T21031 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 5026078 T21031 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 5026078 T21031 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 5026079 T21031 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 5026079 T21031 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5026079 T21031 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5026079 T21031 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5026079 T21031 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 5026080 T21031 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56061/solr
   [junit4]   2> 5026080 T21031 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 5026080 T21031 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5026083 T21031 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5026088 T21056 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19f2f40 name:ZooKeeperConnection Watcher:127.0.0.1:56061 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5026088 T21031 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5026088 T21031 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5026093 T21031 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5026096 T21059 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1678871 name:ZooKeeperConnection Watcher:127.0.0.1:56061/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5026096 T21031 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5026099 T21031 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 5026104 T21031 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 5026109 T21031 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 5026113 T21031 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 5026118 T21031 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 5026122 T21031 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 5026125 T21031 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56068_
   [junit4]   2> 5026126 T21031 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56068_
   [junit4]   2> 5026131 T21031 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 5026134 T21031 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 5026137 T21031 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5026140 T21031 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:56068_
   [junit4]   2> 5026140 T21031 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 5026143 T21031 oasc.Overseer.start Overseer (id=93416731025014787-127.0.0.1:56068_-n_0000000000) starting
   [junit4]   2> 5026148 T21031 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 5026161 T21031 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 5026164 T21061 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 5026165 T21031 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 5026177 T21031 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 5026178 T21060 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 5026181 T21031 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5026191 T21031 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\control-001\cores
   [junit4]   2> 5026193 T21031 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\control-001\cores\collection1\
   [junit4]   2> 5026194 T21031 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 5026197 T21063 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 5026197 T21063 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5026198 T21059 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5026198 T21063 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 5026203 T21060 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56068",
   [junit4]   2> 	  "node_name":"127.0.0.1:56068_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 5026205 T21060 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56068",
   [junit4]   2> 	  "node_name":"127.0.0.1:56068_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 5026207 T21060 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 5026207 T21060 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 5026209 T21059 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 5027280 T21063 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 5027280 T21063 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 5027282 T21063 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 5027282 T21063 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 5027285 T21063 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5027285 T21063 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\control-001\cores\collection1\'
   [junit4]   2> 5027316 T21063 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 5027320 T21063 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 5027334 T21063 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 5027354 T21063 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 5027374 T21063 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 5027376 T21063 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 5027404 T21063 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 5027571 T21063 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5027581 T21063 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 5027583 T21063 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5027605 T21063 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5027610 T21063 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5027615 T21063 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5027617 T21063 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5027618 T21063 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5027619 T21063 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5027620 T21063 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5027620 T21063 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5027621 T21063 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 5027621 T21063 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 5027623 T21063 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\tempDir-001/control/data\
   [junit4]   2> 5027623 T21063 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@19ca2e9
   [junit4]   2> 5027624 T21063 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\tempDir-001/control/data\
   [junit4]   2> 5027624 T21063 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\tempDir-001/control/data\index/
   [junit4]   2> 5027625 T21063 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 5027625 T21063 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\tempDir-001/control/data\index
   [junit4]   2> 5027626 T21063 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 5027627 T21063 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@239d78 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1502f2a),segFN=segments_1,generation=1}
   [junit4]   2> 5027628 T21063 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5027634 T21063 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 5027635 T21063 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 5027635 T21063 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 5027635 T21063 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5027636 T21063 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5027636 T21063 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 5027637 T21063 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5027637 T21063 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5027638 T21063 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 5027639 T21063 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5027640 T21063 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5027640 T21063 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5027641 T21063 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5027643 T21063 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 5027644 T21063 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 5027645 T21063 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 5027646 T21063 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 5027647 T21063 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 5027648 T21063 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 5027649 T21063 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 5027649 T21063 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 5027650 T21063 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 5027651 T21063 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 5027652 T21063 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 5027653 T21063 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 5027654 T21063 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 5027654 T21063 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 5027659 T21063 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5027663 T21063 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5027665 T21063 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5027667 T21063 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5027668 T21063 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 5027669 T21063 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5027672 T21063 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 5027672 T21063 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 5027673 T21063 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=7366243, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 5027674 T21063 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@239d78 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1502f2a),segFN=segments_1,generation=1}
   [junit4]   2> 5027675 T21063 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5027675 T21063 oass.SolrIndexSearcher.<init> Opening Searcher@12253a1[collection1] main
   [junit4]   2> 5027675 T21063 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 5027678 T21063 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5027678 T21063 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 5027680 T21063 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 5027680 T21063 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 5027680 T21063 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5027683 T21063 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 5027683 T21063 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5027683 T21063 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 5027684 T21063 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 5027684 T21064 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@12253a1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5027686 T21063 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 5027687 T21067 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56068 collection:control_collection shard:shard1
   [junit4]   2> 5027688 T21031 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 5027688 T21031 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 5027689 T21067 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 5027690 T21031 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5027692 T21031 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5027694 T21071 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6af617 name:ZooKeeperConnection Watcher:127.0.0.1:56061/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5027695 T21031 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5027696 T21031 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5027698 T21031 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5027703 T21067 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 5027705 T21031 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 5027705 T21031 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 5027705 T21031 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5027707 T21059 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5027708 T21031 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5027708 T21067 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 5027708 T21067 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C10664 name=collection1 org.apache.solr.core.SolrCore@f66dc url=http://127.0.0.1:56068/collection1 node=127.0.0.1:56068_ C10664_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:56068, node_name=127.0.0.1:56068_, state=down}
   [junit4]   2> 5027709 T21067 C10664 P56068 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56068/collection1/
   [junit4]   2> 5027709 T21067 C10664 P56068 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 5027709 T21067 C10664 P56068 oasc.SyncStrategy.syncToMe http://127.0.0.1:56068/collection1/ has no replicas
   [junit4]   2> 5027709 T21067 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56068/collection1/ shard1
   [junit4]   2> 5027710 T21067 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 5027711 T21060 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 5027712 T21074 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cab6e name:ZooKeeperConnection Watcher:127.0.0.1:56061/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5027713 T21031 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5027714 T21031 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5027717 T21059 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5027719 T21060 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 1
   [junit4]   2> 5027720 T21060 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 5027721 T21071 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 5027724 T21059 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 5027737 T21060 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56068",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 5027738 T21060 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 5027740 T21059 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 5027741 T21071 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 5027753 T21059 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5027866 T21059 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 5027866 T21071 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 5027889 T21067 oasc.ZkController.register We are http://127.0.0.1:56068/collection1/ and leader is http://127.0.0.1:56068/collection1/
   [junit4]   2> 5027889 T21067 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56068
   [junit4]   2> 5027889 T21067 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 5027890 T21067 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 5027890 T21067 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5027892 T21059 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5027896 T21060 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56068",
   [junit4]   2> 	  "node_name":"127.0.0.1:56068_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 5027898 T21060 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56068",
   [junit4]   2> 	  "node_name":"127.0.0.1:56068_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 5028020 T21059 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 5028021 T21071 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 5029471 T21031 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\shard-1-001\cores\collection1
   [junit4]   2> 5029477 T21031 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 5029478 T21031 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 5029483 T21031 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@145fa76{/,null,AVAILABLE}
   [junit4]   2> 5029485 T21031 oejs.AbstractConnector.doStart Started ServerConnector@6d09fe{HTTP/1.1}{127.0.0.1:56085}
   [junit4]   2> 5029486 T21031 oejs.Server.doStart Started @5027485ms
   [junit4]   2> 5029486 T21031 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 5029487 T21031 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 5029487 T21031 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\shard-1-001
   [junit4]   2> 5029488 T21031 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\shard-1-001\'
   [junit4]   2> 5029533 T21031 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\shard-1-001\solr.xml
   [junit4]   2> 5029551 T21031 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\shard-1-001\cores
   [junit4]   2> 5029552 T21031 oasc.CoreContainer.<init> New CoreContainer 29268198
   [junit4]   2> 5029552 T21031 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\shard-1-001\]
   [junit4]   2> 5029553 T21031 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\shard-1-001\lib
   [junit4]   2> 5029553 T21031 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\shard-1-001\lib).
   [junit4]   2> 5029571 T21031 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 5029571 T21031 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 5029571 T21031 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 5029571 T21031 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5029571 T21031 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 5029571 T21031 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 5029571 T21031 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5029571 T21031 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 5029575 T21031 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 5029575 T21031 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 5029575 T21031 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 5029578 T21031 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5029578 T21031 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5029578 T21031 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5029578 T21031 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 5029578 T21031 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56061/solr
   [junit4]   2> 5029578 T21031 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 5029578 T21031 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5029583 T21031 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5029587 T21088 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8f3c5c name:ZooKeeperConnection Watcher:127.0.0.1:56061 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5029587 T21031 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5029588 T21031 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5029592 T21031 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5029595 T21091 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d99c7d name:ZooKeeperConnection Watcher:127.0.0.1:56061/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5029596 T21031 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5029607 T21031 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5030804 T21031 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56084_
   [junit4]   2> 5030805 T21031 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56084_
   [junit4]   2> 5030814 T21031 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5030819 T21031 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\shard-1-001\cores
   [junit4]   2> 5030820 T21031 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\shard-1-001\cores\collection1\
   [junit4]   2> 5030820 T21031 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 5030826 T21092 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 5030827 T21092 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5030830 T21059 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5030833 T21060 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56084",
   [junit4]   2> 	  "node_name":"127.0.0.1:56084_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 5030834 T21060 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56084",
   [junit4]   2> 	  "node_name":"127.0.0.1:56084_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 5030834 T21060 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 5030834 T21060 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 5030835 T21092 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 5030836 T21092 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 5030836 T21060 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 5030837 T21092 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 5030840 T21092 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 5030840 T21092 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 5030841 T21092 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 5030841 T21092 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 5030848 T21092 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 5030848 T21092 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 5030850 T21092 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5030850 T21092 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\shard-1-001\cores\collection1\'
   [junit4]   2> 5030882 T21092 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 5030887 T21092 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 5030901 T21092 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 5030922 T21092 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 5030935 T21092 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 5030938 T21092 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 5030946 T21092 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 5031114 T21092 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5031123 T21092 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 5031123 T21092 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5031150 T21092 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5031156 T21092 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5031160 T21092 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5031163 T21092 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5031163 T21092 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5031163 T21092 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5031166 T21092 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5031166 T21092 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5031167 T21092 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 5031167 T21092 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 5031167 T21092 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\tempDir-001/jetty1\
   [junit4]   2> 5031169 T21092 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@19ca2e9
   [junit4]   2> 5031170 T21092 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\tempDir-001/jetty1\
   [junit4]   2> 5031170 T21092 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\tempDir-001/jetty1\index/
   [junit4]   2> 5031171 T21092 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 5031171 T21092 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\tempDir-001/jetty1\index
   [junit4]   2> 5031172 T21092 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 5031173 T21092 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aff9c4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cb6bdc),segFN=segments_1,generation=1}
   [junit4]   2> 5031173 T21092 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5031180 T21092 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 5031180 T21092 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 5031181 T21092 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 5031181 T21092 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5031182 T21092 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5031182 T21092 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 5031184 T21092 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5031184 T21092 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5031185 T21092 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 5031186 T21092 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5031187 T21092 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5031187 T21092 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5031188 T21092 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5031191 T21092 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 5031192 T21092 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 5031193 T21092 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 5031194 T21092 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 5031195 T21092 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 5031200 T21092 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 5031201 T21092 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 5031202 T21092 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 5031203 T21092 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 5031203 T21092 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 5031204 T21092 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 5031207 T21092 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 5031208 T21092 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 5031209 T21092 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 5031215 T21092 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5031217 T21092 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5031219 T21092 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5031222 T21092 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5031223 T21092 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 5031224 T21092 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5031226 T21092 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 5031226 T21092 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 5031229 T21092 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=7366243, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 5031230 T21092 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aff9c4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cb6bdc),segFN=segments_1,generation=1}
   [junit4]   2> 5031230 T21092 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5031230 T21092 oass.SolrIndexSearcher.<init> Opening Searcher@83e9a6[collection1] main
   [junit4]   2> 5031230 T21092 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 5031233 T21092 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5031233 T21092 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 5031235 T21092 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 5031235 T21092 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 5031235 T21092 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5031237 T21092 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 5031237 T21092 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5031237 T21092 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 5031237 T21092 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 5031239 T21093 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@83e9a6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5031241 T21092 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 5031244 T21096 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56084 collection:collection1 shard:shard2
   [junit4]   2> 5031250 T21031 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 5031250 T21031 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 5031252 T21096 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 5031261 T21096 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 5031267 T21059 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5031269 T21096 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 5031269 T21096 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C10665 name=collection1 org.apache.solr.core.SolrCore@c49859 url=http://127.0.0.1:56084/collection1 node=127.0.0.1:56084_ C10665_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:56084, node_name=127.0.0.1:56084_, state=down}
   [junit4]   2> 5031269 T21096 C10665 P56084 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56084/collection1/
   [junit4]   2> 5031269 T21096 C10665 P56084 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 5031269 T21096 C10665 P56084 oasc.SyncStrategy.syncToMe http://127.0.0.1:56084/collection1/ has no replicas
   [junit4]   2> 5031272 T21096 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56084/collection1/ shard2
   [junit4]   2> 5031272 T21096 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 5031273 T21060 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 5031276 T21060 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 5031279 T21091 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 5031280 T21091 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 5031288 T21060 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56084",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 5031290 T21060 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 5031292 T21091 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 5031294 T21091 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 5031299 T21059 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5031348 T21096 oasc.ZkController.register We are http://127.0.0.1:56084/collection1/ and leader is http://127.0.0.1:56084/collection1/
   [junit4]   2> 5031348 T21096 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56084
   [junit4]   2> 5031348 T21096 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 5031349 T21096 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 5031349 T21096 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5031351 T21059 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5031355 T21060 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56084",
   [junit4]   2> 	  "node_name":"127.0.0.1:56084_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 5031356 T21060 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56084",
   [junit4]   2> 	  "node_name":"127.0.0.1:56084_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 5031361 T21060 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 5031362 T21091 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 5031365 T21096 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 5031368 T21091 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 5033003 T21031 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\shard-2-001\cores\collection1
   [junit4]   2> 5033008 T21031 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 5033009 T21031 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 5033012 T21031 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1a27a95{/,null,AVAILABLE}
   [junit4]   2> 5033015 T21031 oejs.AbstractConnector.doStart Started ServerConnector@8d0c3a{HTTP/1.1}{127.0.0.1:56095}
   [junit4]   2> 5033016 T21031 oejs.Server.doStart Started @5030489ms
   [junit4]   2> 5033017 T21031 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 5033020 T21031 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 5033020 T21031 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\shard-2-001
   [junit4]   2> 5033020 T21031 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\shard-2-001\'
   [junit4]   2> 5033072 T21031 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\shard-2-001\solr.xml
   [junit4]   2> 5033085 T21031 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\shard-2-001\cores
   [junit4]   2> 5033086 T21031 oasc.CoreContainer.<init> New CoreContainer 28778864
   [junit4]   2> 5033086 T21031 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\shard-2-001\]
   [junit4]   2> 5033086 T21031 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\shard-2-001\lib
   [junit4]   2> 5033086 T21031 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\shard-2-001\lib).
   [junit4]   2> 5033113 T21031 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 5033114 T21031 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 5033114 T21031 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 5033114 T21031 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5033114 T21031 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 5033116 T21031 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 5033116 T21031 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5033118 T21031 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 5033118 T21031 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 5033118 T21031 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 5033118 T21031 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 5033120 T21031 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5033121 T21031 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5033122 T21031 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5033123 T21031 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 5033123 T21031 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56061/solr
   [junit4]   2> 5033123 T21031 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 5033123 T21031 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5033127 T21031 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5033130 T21114 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12caf6d name:ZooKeeperConnection Watcher:127.0.0.1:56061 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5033130 T21031 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5033131 T21031 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5033136 T21031 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5033138 T21117 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@69b25a name:ZooKeeperConnection Watcher:127.0.0.1:56061/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5033140 T21031 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5033151 T21031 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5034345 T21031 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56094_
   [junit4]   2> 5034347 T21031 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56094_
   [junit4]   2> 5034358 T21031 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5034364 T21031 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\shard-2-001\cores
   [junit4]   2> 5034365 T21031 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\shard-2-001\cores\collection1\
   [junit4]   2> 5034367 T21031 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 5034373 T21118 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 5034373 T21118 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5034379 T21059 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5034380 T21118 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 5034380 T21118 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 5034382 T21118 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 5034382 T21060 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56094",
   [junit4]   2> 	  "node_name":"127.0.0.1:56094_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 5034386 T21060 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56094",
   [junit4]   2> 	  "node_name":"127.0.0.1:56094_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 5034387 T21060 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 5034388 T21060 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 5034393 T21118 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 5034400 T21118 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 5034401 T21060 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 5034403 T21117 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 5034403 T21091 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 5034405 T21117 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 5034405 T21091 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 5035587 T21118 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 5035587 T21118 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 5035589 T21118 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 5035589 T21118 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 5035591 T21118 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5035591 T21118 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\shard-2-001\cores\collection1\'
   [junit4]   2> 5035625 T21118 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 5035630 T21118 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 5035648 T21118 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 5035675 T21118 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 5035686 T21118 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 5035689 T21118 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 5035699 T21118 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 5035865 T21118 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5035874 T21118 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 5035875 T21118 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5035899 T21118 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5035904 T21118 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5035909 T21118 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5035911 T21118 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5035912 T21118 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5035912 T21118 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5035914 T21118 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5035916 T21118 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5035916 T21118 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 5035916 T21118 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 5035917 T21118 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\tempDir-001/jetty2\
   [junit4]   2> 5035917 T21118 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@19ca2e9
   [junit4]   2> 5035918 T21118 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\tempDir-001/jetty2\
   [junit4]   2> 5035919 T21118 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\tempDir-001/jetty2\index/
   [junit4]   2> 5035919 T21118 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\tempDir-001\jetty2\index' doesn't exist. Creating new index...
   [junit4]   2> 5035919 T21118 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C66ECEC7D2FA2E3F-001\tempDir-001/jetty2\index
   [junit4]   2> 5035920 T21118 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.l

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

ig, DocExpirationUpdateProcessorFactoryTest, TestSimpleQParserPlugin, HdfsBasicDistributedZk2Test, ShardSplitTest, ZkStateWriterTest, ShowFileRequestHandlerTest, TestSolrConfigHandler, SpatialHeatmapFacetsTest, TestMergePolicyConfig, TestUpdate, TestSolrConfigHandlerCloud, CachingDirectoryFactoryTest, TestBadConfig, DistributedFacetPivotSmallAdvancedTest, TestBinaryResponseWriter, TestShardHandlerFactory, TestValueSourceCache, DistributedExpandComponentTest, TestBM25SimilarityFactory, TestDynamicLoading, UpdateRequestProcessorFactoryTest, IndexSchemaRuntimeFieldTest, IndexSchemaTest, DistanceFunctionTest, DistributedSpellCheckComponentTest, SuggesterWFSTTest, DistributedMLTComponentTest, TestElisionMultitermQuery, SolrXmlInZkTest, AnalyticsMergeStrategyTest, TestSearchPerf, ChaosMonkeySafeLeaderTest, SimplePostToolTest, ZkControllerTest, CollectionsAPIAsyncDistributedZkTest, SearchHandlerTest, TestStressRecovery, TestSolrCoreProperties, TestSolrJ, TestReplicationHandlerBackup, TestRawResponseWriter, DistributedIntervalFacetingTest, SuggestComponentTest, BasicDistributedZkTest, HdfsUnloadDistributedZkTest, TestSolrQueryParserResource, TestSystemIdResolver, DocValuesMultiTest, TestDocBasedVersionConstraints, TestExtendedDismaxParser, JSONWriterTest, TestLMDirichletSimilarityFactory, TestFieldResource, TestZkChroot, AlternateDirectoryTest, TestGroupingSearch, DistribDocExpirationUpdateProcessorTest, ResponseHeaderTest, SolrRequestParserTest, LukeRequestHandlerTest, TestCollapseQParserPlugin, TestReloadAndDeleteDocs, OverseerCollectionProcessorTest, TestSolrQueryParserDefaultOperatorResource, TestRandomDVFaceting, DistributedFacetPivotWhiteBoxTest, HdfsCollectionsAPIDistributedZkTest, TestSolrQueryParser, TestQuerySenderNoQuery, TestIntervalFaceting, InfoHandlerTest, PrimUtilsTest, TestSort, TestPseudoReturnFields, SolrInfoMBeanTest, AsyncMigrateRouteKeyTest, TestPivotHelperCode, TestChildDocTransformer, MultiTermTest, TestXIncludeConfig, TestAtomicUpdateErrorCases, ZkCLITest, DistributedFacetPivotLargeTest, DocumentBuilderTest, TestCodecSupport, TestSchemaResource, FieldAnalysisRequestHandlerTest, CloudMLTQParserTest, TestLeaderElectionZkExpiry, HdfsBasicDistributedZkTest, ActionThrottleTest, SimpleCollectionCreateDeleteTest, HdfsLockFactoryTest, TestShortCircuitedRequests, DocValuesTest, HighlighterMaxOffsetTest, TestIBSimilarityFactory, DirectSolrConnectionTest, TestFaceting, ZkSolrClientTest, TestDefaultStatsCache, TestJmxMonitoredMap, XmlUpdateRequestHandlerTest, HdfsWriteToMultipleCollectionsTest, TestConfigReload, HdfsSyncSliceTest, OpenExchangeRatesOrgProviderTest, TestCustomSort, TestMiniSolrCloudCluster, TestCloudPivotFacet, QueryEqualityTest, PolyFieldTest, FastVectorHighlighterTest, XsltUpdateRequestHandlerTest, LoggingHandlerTest, SuggesterTSTTest, BasicDistributedZk2Test, TestFoldingMultitermQuery, TestRandomFaceting, TestSolrDynamicMBean, TestDistributedSearch, DirectSolrSpellCheckerTest, BadCopyFieldTest, SSLMigrationTest, MinimalSchemaTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestDistribDocBasedVersion, TestHashPartitioner, SpellPossibilityIteratorTest, TestNRTOpen, TestManagedSchemaDynamicFieldResource, TestWordDelimiterFilterFactory, QueryParsingTest, OpenCloseCoreStressTest, UniqFieldsUpdateProcessorFactoryTest, DisMaxRequestHandlerTest, OverriddenZkACLAndCredentialsProvidersTest, NumericFieldsTest, AssignTest, TestIndexingPerformance, MigrateRouteKeyTest, TestFastOutputStream, TestManagedSchemaFieldTypeResource, BinaryUpdateRequestHandlerTest, DirectUpdateHandlerTest, SolrTestCaseJ4Test, TestReload, TestReqParamsAPI, TestFileDictionaryLookup, TestPerFieldSimilarity, TestCloudSchemaless, RequestLoggingTest, MBeansHandlerTest, TestClassNameShortening, SpatialRPTFieldTypeTest, DistributedFacetPivotLongTailTest, ScriptEngineTest, TestRemoteStreaming, IndexBasedSpellCheckerTest, CacheHeaderTest, PrimitiveFieldTypeTest, TestCursorMarkWithoutUniqueKey, TestSortingResponseWriter, ExternalCollectionsTest, TestHdfsUpdateLog, TestRangeQuery, TestReplicaProperties, SolrCmdDistributorTest, TestOverriddenPrefixQueryForCustomFieldType, FileUtilsTest, DateMathParserTest, UUIDFieldTest, TestInitQParser, TestSerializedLuceneMatchVersion, TestDFRSimilarityFactory, TestTrackingShardHandlerFactory, DistributedTermsComponentTest, TimeZoneUtilsTest, TestSearcherReuse, TermVectorComponentDistributedTest, TestFastLRUCache, TestFunctionQuery, TestExpandComponent, TestIndexSearcher, BufferStoreTest, ClusterStateTest, TestJoin, DOMUtilTest, CoreMergeIndexesAdminHandlerTest, CollectionsAPIDistributedZkTest, TestCSVLoader, TestConfigSets, BJQParserTest, SpellCheckCollatorTest, CoreAdminHandlerTest, StatsComponentTest, TestNoOpRegenerator, HdfsChaosMonkeySafeLeaderTest, ConnectionManagerTest, TestFieldCollectionResource, TestDefaultSimilarityFactory, PathHierarchyTokenizerFactoryTest, TestReversedWildcardFilterFactory, CustomCollectionTest, RecoveryAfterSoftCommitTest, TestHighlightDedupGrouping, TestCollectionAPI, DeleteInactiveReplicaTest, HardAutoCommitTest, TestFieldSortValues, TestRecovery, TestAnalyzeInfixSuggestions, SpellCheckComponentTest, TestRestManager, TestSchemaManager, TestCloudManagedSchemaConcurrent, TestFiltering, SolrIndexSplitterTest, SpatialFilterTest, SimpleMLTQParserTest, UnloadDistributedZkTest, SyncSliceTest, OverseerTest, LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, ClusterStateUpdateTest, LeaderElectionTest, ShardRoutingCustomTest, AutoCommitTest, TestDistributedGrouping, TestRealTimeGet, TestStressReorder, TestStressVersions, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, QueryElevationComponentTest, PeerSyncTest, BadIndexSchemaTest, ConvertedLegacyTest, BasicFunctionalityTest, TestLazyCores, HighlighterTest, SoftAutoCommitTest, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, SuggesterFSTTest, SuggesterTest, TestStressLucene, TestTrie, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestSolrDeletionPolicy1, DebugComponentTest, TestSurroundQueryParser, TestQueryUtils, StandardRequestHandlerTest, TestWriterPerf, DocumentAnalysisRequestHandlerTest, TestQueryTypes, TestOmitPositions, FileBasedSpellCheckerTest, TermsComponentTest, RequestHandlersTest, TermVectorComponentTest, MoreLikeThisHandlerTest, RequiredFieldsTest, TestArbitraryIndexDir, RegexBoostProcessorTest, SolrPluginUtilsTest, TestJmxIntegration, TestCollationField, ReturnFieldsTest, TestCSVResponseWriter, TestAnalyzedSuggestions, JsonLoaderTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, PingRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, TestLFUCache, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, TestSolrIndexConfig, CopyFieldTest, ResponseLogComponentTest, SolrIndexConfigTest, BadComponentTest, TestSolrDeletionPolicy2, SampleTest, TestDocSet, TestBinaryField, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions, TestCharFilters, SynonymTokenizerTest, EchoParamsTest, TestSweetSpotSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestFastWriter, ResourceLoaderTest, URLClassifyProcessorTest, PluginInfoTest, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest, RAMDirectoryFactoryTest, TestLRUCache, TestUtils, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, CircularListTest, TestRTGBase, CursorPagingTest, TestDistributedMissingSort, TestSimpleTrackingShardHandler, TestTolerantSearch, AliasIntegrationTest, CloudExitableDirectoryReaderTest, DeleteReplicaTest, DeleteShardTest, DistribCursorPagingTest, DistribJoinFromCollectionTest, DistributedQueueTest, HttpPartitionTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, MultiThreadedOCPTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerRolesTest, OverseerStatusTest, RemoteQueryErrorTest, ReplicationFactorTest]
   [junit4] Completed in 65.88s, 1 test, 1 error <<< FAILURES!

[...truncated 281 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 469 suites, 1869 tests, 1 error, 57 ignored (30 assumptions)

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



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

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

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

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

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

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

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


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

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

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




Build Log:
[...truncated 10079 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\init-core-data-001
   [junit4]   2> 3744543 T18121 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /n_/o
   [junit4]   2> 3744547 T18121 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3744547 T18122 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 3744634 T18121 oasc.ZkTestServer.run start zk server on port:50014
   [junit4]   2> 3744634 T18121 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3744636 T18121 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3744640 T18129 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@24d215e8 name:ZooKeeperConnection Watcher:127.0.0.1:50014 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3744640 T18121 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3744640 T18121 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3744641 T18121 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 3744645 T18121 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3744645 T18121 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3744647 T18132 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@61c15a1c name:ZooKeeperConnection Watcher:127.0.0.1:50014/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3744647 T18121 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3744648 T18121 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3744648 T18121 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 3744651 T18121 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 3744654 T18121 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 3744656 T18121 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 3744660 T18121 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 3744660 T18121 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 3744665 T18121 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 3744665 T18121 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 3744668 T18121 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3744669 T18121 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3744672 T18121 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 3744672 T18121 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 3744675 T18121 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 3744676 T18121 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 3744678 T18121 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 3744679 T18121 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 3744682 T18121 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 3744683 T18121 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 3744685 T18121 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3744686 T18121 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3744688 T18121 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3744689 T18121 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3744692 T18121 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 3744693 T18121 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 3744696 T18121 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 3744696 T18121 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 3745923 T18121 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\control-001\cores\collection1
   [junit4]   2> 3745926 T18121 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 3745929 T18121 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@658d9b63{/n_/o,null,AVAILABLE}
   [junit4]   2> 3745955 T18121 oejs.AbstractConnector.doStart Started ServerConnector@1a370f4{HTTP/1.1}{127.0.0.1:50022}
   [junit4]   2> 3745955 T18121 oejs.Server.doStart Started @3746762ms
   [junit4]   2> 3745956 T18121 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 3745956 T18121 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3745956 T18121 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\control-001
   [junit4]   2> 3745956 T18121 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\control-001\'
   [junit4]   2> 3745987 T18121 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\control-001\solr.xml
   [junit4]   2> 3745994 T18121 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\control-001\cores
   [junit4]   2> 3745996 T18121 oasc.CoreContainer.<init> New CoreContainer 218241357
   [junit4]   2> 3745996 T18121 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\control-001\]
   [junit4]   2> 3745996 T18121 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\control-001\lib
   [junit4]   2> 3745996 T18121 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\control-001\lib).
   [junit4]   2> 3746007 T18121 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3746007 T18121 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3746007 T18121 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3746007 T18121 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3746007 T18121 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3746007 T18121 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3746007 T18121 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3746007 T18121 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3746007 T18121 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3746007 T18121 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3746007 T18121 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3746007 T18121 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3746011 T18121 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3746011 T18121 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3746011 T18121 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3746012 T18121 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50014/solr
   [junit4]   2> 3746012 T18121 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3746012 T18121 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3746013 T18121 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3746015 T18146 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2721b4ea name:ZooKeeperConnection Watcher:127.0.0.1:50014 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3746015 T18121 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3746016 T18121 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3746019 T18121 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3746020 T18149 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5d301e8a name:ZooKeeperConnection Watcher:127.0.0.1:50014/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3746021 T18121 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3746023 T18121 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 3746026 T18121 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 3746030 T18121 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 3746033 T18121 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 3746037 T18121 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 3746040 T18121 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 3746042 T18121 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50021_n_%2Fo
   [junit4]   2> 3746043 T18121 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50021_n_%2Fo
   [junit4]   2> 3746048 T18121 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 3746051 T18121 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 3746053 T18121 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3746059 T18121 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:50021_n_%2Fo
   [junit4]   2> 3746059 T18121 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 3746062 T18121 oasc.Overseer.start Overseer (id=93414306518794243-127.0.0.1:50021_n_%2Fo-n_0000000000) starting
   [junit4]   2> 3746065 T18121 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 3746074 T18121 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3746075 T18151 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 3746076 T18150 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 3746076 T18121 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 3746079 T18121 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 3746081 T18121 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3746087 T18121 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\control-001\cores
   [junit4]   2> 3746089 T18121 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\control-001\cores\collection1\
   [junit4]   2> 3746089 T18121 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3746091 T18153 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 3746091 T18153 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3746091 T18149 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3746091 T18153 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3746093 T18150 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50021/n_/o",
   [junit4]   2> 	  "node_name":"127.0.0.1:50021_n_%2Fo",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 3746094 T18150 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50021/n_/o",
   [junit4]   2> 	  "node_name":"127.0.0.1:50021_n_%2Fo",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3746094 T18150 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 3746094 T18150 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 3746096 T18149 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3747043 T18153 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3747043 T18153 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 3747044 T18153 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3747044 T18153 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 3747046 T18153 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3747046 T18153 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\control-001\cores\collection1\'
   [junit4]   2> 3747069 T18153 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 3747073 T18153 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 3747104 T18153 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3747107 T18153 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3747116 T18153 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3747119 T18153 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3747125 T18153 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3747261 T18153 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3747268 T18153 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3747269 T18153 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3747286 T18153 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3747290 T18153 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3747294 T18153 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3747296 T18153 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3747297 T18153 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3747297 T18153 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3747299 T18153 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3747299 T18153 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3747299 T18153 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 3747299 T18153 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3747300 T18153 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\tempDir-001/control/data\
   [junit4]   2> 3747300 T18153 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@780f53b1
   [junit4]   2> 3747301 T18153 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\tempDir-001/control/data\
   [junit4]   2> 3747301 T18153 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\tempDir-001/control/data\index/
   [junit4]   2> 3747301 T18153 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3747302 T18153 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\tempDir-001/control/data\index
   [junit4]   2> 3747302 T18153 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=11.013671875, floorSegmentMB=1.94140625, forceMergeDeletesPctAllowed=25.672556337892615, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 3747303 T18153 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@10a55a4d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b103fc7),segFN=segments_1,generation=1}
   [junit4]   2> 3747303 T18153 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3747308 T18153 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3747308 T18153 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3747309 T18153 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3747309 T18153 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3747309 T18153 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3747309 T18153 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3747310 T18153 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3747311 T18153 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3747311 T18153 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3747311 T18153 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3747312 T18153 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3747313 T18153 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3747313 T18153 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3747314 T18153 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 3747314 T18153 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 3747315 T18153 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 3747315 T18153 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 3747315 T18153 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 3747317 T18153 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 3747317 T18153 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 3747318 T18153 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 3747318 T18153 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 3747319 T18153 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 3747319 T18153 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 3747320 T18153 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3747321 T18153 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 3747322 T18153 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3747328 T18153 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3747331 T18153 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3747332 T18153 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3747334 T18153 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3747335 T18153 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3747336 T18153 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3747339 T18153 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3747339 T18153 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3747339 T18153 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5659375422385752]
   [junit4]   2> 3747340 T18153 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@10a55a4d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b103fc7),segFN=segments_1,generation=1}
   [junit4]   2> 3747340 T18153 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3747340 T18153 oass.SolrIndexSearcher.<init> Opening Searcher@26983150[collection1] main
   [junit4]   2> 3747340 T18153 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 3747341 T18153 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3747341 T18153 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3747342 T18153 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3747342 T18153 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3747342 T18153 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3747343 T18153 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3747344 T18153 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3747344 T18153 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3747344 T18153 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3747345 T18153 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3747345 T18154 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@26983150[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3747346 T18157 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50021/n_/o collection:control_collection shard:shard1
   [junit4]   2> 3747347 T18121 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3747347 T18121 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3747348 T18157 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 3747348 T18121 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3747351 T18121 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3747353 T18161 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3289e1f9 name:ZooKeeperConnection Watcher:127.0.0.1:50014/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3747354 T18121 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3747354 T18121 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3747355 T18121 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3747358 T18157 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 3747361 T18149 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3747362 T18121 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 3747362 T18157 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 3747364 T18121 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 3747364 T18157 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3564 name=collection1 org.apache.solr.core.SolrCore@7c42a11d url=http://127.0.0.1:50021/n_/o/collection1 node=127.0.0.1:50021_n_%2Fo C3564_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:50021/n_/o, node_name=127.0.0.1:50021_n_%2Fo, state=down}
   [junit4]   2> 3747364 T18157 C3564 P50021 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50021/n_/o/collection1/
   [junit4]   2> 3747365 T18157 C3564 P50021 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 3747365 T18157 C3564 P50021 oasc.SyncStrategy.syncToMe http://127.0.0.1:50021/n_/o/collection1/ has no replicas
   [junit4]   2> 3747365 T18157 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50021/n_/o/collection1/ shard1
   [junit4]   2> 3747364 T18150 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 3747364 T18121 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3747366 T18157 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 3747367 T18121 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3747369 T18164 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@390fd742 name:ZooKeeperConnection Watcher:127.0.0.1:50014/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3747370 T18121 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3747370 T18121 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3747374 T18149 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3747375 T18123 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bdfd11cfe0005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 3747377 T18150 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 1
   [junit4]   2> 3747377 T18150 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 3747378 T18149 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3747378 T18161 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3747391 T18150 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50021/n_/o",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 3747392 T18150 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 3747394 T18161 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3747394 T18149 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3747403 T18149 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3747405 T18161 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3747405 T18149 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3747424 T18157 oasc.ZkController.register We are http://127.0.0.1:50021/n_/o/collection1/ and leader is http://127.0.0.1:50021/n_/o/collection1/
   [junit4]   2> 3747425 T18157 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50021/n_/o
   [junit4]   2> 3747425 T18157 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 3747425 T18157 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 3747425 T18157 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3747427 T18149 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3747429 T18150 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50021/n_/o",
   [junit4]   2> 	  "node_name":"127.0.0.1:50021_n_%2Fo",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 3747430 T18150 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50021/n_/o",
   [junit4]   2> 	  "node_name":"127.0.0.1:50021_n_%2Fo",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3747530 T18161 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3747531 T18149 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3749188 T18121 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\shard-1-001\cores\collection1
   [junit4]   2> 3749193 T18121 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 3749195 T18121 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 3749198 T18121 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@2d72e3{/n_/o,null,AVAILABLE}
   [junit4]   2> 3749199 T18121 oejs.AbstractConnector.doStart Started ServerConnector@456caa25{HTTP/1.1}{127.0.0.1:50038}
   [junit4]   2> 3749200 T18121 oejs.Server.doStart Started @3750210ms
   [junit4]   2> 3749200 T18121 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 3749201 T18121 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3749201 T18121 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\shard-1-001
   [junit4]   2> 3749201 T18121 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\shard-1-001\'
   [junit4]   2> 3749227 T18121 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\shard-1-001\solr.xml
   [junit4]   2> 3749233 T18121 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\shard-1-001\cores
   [junit4]   2> 3749233 T18121 oasc.CoreContainer.<init> New CoreContainer 1950383438
   [junit4]   2> 3749233 T18121 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\shard-1-001\]
   [junit4]   2> 3749233 T18121 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\shard-1-001\lib
   [junit4]   2> 3749234 T18121 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\shard-1-001\lib).
   [junit4]   2> 3749243 T18121 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3749244 T18121 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3749244 T18121 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3749244 T18121 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3749244 T18121 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3749244 T18121 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3749245 T18121 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3749245 T18121 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3749245 T18121 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3749245 T18121 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3749246 T18121 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3749247 T18121 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3749247 T18121 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3749247 T18121 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3749247 T18121 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3749247 T18121 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50014/solr
   [junit4]   2> 3749247 T18121 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3749247 T18121 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3749249 T18121 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3749252 T18178 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@79ffc5bb name:ZooKeeperConnection Watcher:127.0.0.1:50014 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3749252 T18121 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3749275 T18121 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3749280 T18121 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3749281 T18181 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@452debf4 name:ZooKeeperConnection Watcher:127.0.0.1:50014/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3749282 T18121 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3749290 T18121 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3750247 T18121 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50037_n_%2Fo
   [junit4]   2> 3750249 T18121 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50037_n_%2Fo
   [junit4]   2> 3750256 T18121 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3750259 T18121 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\shard-1-001\cores
   [junit4]   2> 3750260 T18121 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\shard-1-001\cores\collection1\
   [junit4]   2> 3750260 T18121 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3750265 T18182 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 3750265 T18182 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3750267 T18149 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3750268 T18182 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 3750268 T18182 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 3750269 T18150 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50037/n_/o",
   [junit4]   2> 	  "node_name":"127.0.0.1:50037_n_%2Fo",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 3750269 T18182 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 3750270 T18150 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50037/n_/o",
   [junit4]   2> 	  "node_name":"127.0.0.1:50037_n_%2Fo",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3750270 T18150 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 3750270 T18150 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 3750271 T18182 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 3750271 T18182 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3750272 T18150 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 3750273 T18181 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3750273 T18181 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 3751222 T18182 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3751222 T18182 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 3751223 T18182 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3751223 T18182 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3751224 T18182 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3751224 T18182 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\shard-1-001\cores\collection1\'
   [junit4]   2> 3751246 T18182 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 3751249 T18182 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 3751258 T18182 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3751261 T18182 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3751266 T18182 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3751268 T18182 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3751274 T18182 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3751375 T18182 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3751381 T18182 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3751381 T18182 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3751394 T18182 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3751398 T18182 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3751401 T18182 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3751403 T18182 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3751403 T18182 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3751403 T18182 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3751405 T18182 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3751405 T18182 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3751405 T18182 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 3751405 T18182 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3751405 T18182 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\tempDir-001/jetty1\
   [junit4]   2> 3751405 T18182 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@780f53b1
   [junit4]   2> 3751405 T18182 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\tempDir-001/jetty1\
   [junit4]   2> 3751406 T18182 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\tempDir-001/jetty1\index/
   [junit4]   2> 3751406 T18182 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 3751406 T18182 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\tempDir-001/jetty1\index
   [junit4]   2> 3751407 T18182 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=11.013671875, floorSegmentMB=1.94140625, forceMergeDeletesPctAllowed=25.672556337892615, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 3751407 T18182 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@14c923da lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1c7a963e),segFN=segments_1,generation=1}
   [junit4]   2> 3751407 T18182 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3751410 T18182 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3751410 T18182 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3751411 T18182 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3751411 T18182 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3751411 T18182 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3751411 T18182 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3751412 T18182 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3751412 T18182 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3751412 T18182 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3751413 T18182 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3751413 T18182 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3751414 T18182 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3751414 T18182 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3751414 T18182 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 3751415 T18182 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 3751415 T18182 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 3751416 T18182 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 3751416 T18182 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 3751418 T18182 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 3751418 T18182 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 3751418 T18182 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 3751419 T18182 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 3751419 T18182 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 3751420 T18182 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 3751420 T18182 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3751421 T18182 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 3751421 T18182 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3751425 T18182 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3751427 T18182 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3751428 T18182 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3751429 T18182 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3751430 T18182 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3751431 T18182 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3751431 T18182 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3751431 T18182 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3751432 T18182 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5659375422385752]
   [junit4]   2> 3751432 T18182 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@14c923da lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1c7a963e),segFN=segments_1,generation=1}
   [junit4]   2> 3751433 T18182 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3751433 T18182 oass.SolrIndexSearcher.<init> Opening Searcher@63ed72e3[collection1] main
   [junit4]   2> 3751433 T18182 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3751435 T18182 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3751435 T18182 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3751436 T18182 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3751436 T18182 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3751436 T18182 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3751437 T18182 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3751437 T18182 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3751437 T18182 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3751438 T18182 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3751438 T18183 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@63ed72e3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3751439 T18182 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3751440 T18186 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50037/n_/o collection:collection1 shard:shard2
   [junit4]   2> 3751440 T18121 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3751440 T18121 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3751443 T18186 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 3751448 T18186 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 3751450 T18149 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3751452 T18186 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 3751452 T18186 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3565 name=collection1 org.apache.solr.core.SolrCore@4729011a url=http://127.0.0.1:50037/n_/o/collection1 node=127.0.0.1:50037_n_%2Fo C3565_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:50037/n_/o, node_name=127.0.0.1:50037_n_%2Fo, state=down}
   [junit4]   2> 3751452 T18186 C3565 P50037 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50037/n_/o/collection1/
   [junit4]   2> 3751452 T18186 C3565 P50037 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 3751452 T18186 C3565 P50037 oasc.SyncStrategy.syncToMe http://127.0.0.1:50037/n_/o/collection1/ has no replicas
   [junit4]   2> 3751454 T18186 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50037/n_/o/collection1/ shard2
   [junit4]   2> 3751454 T18186 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 3751455 T18150 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 3751456 T18150 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 3751457 T18181 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3751457 T18181 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 3751466 T18150 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50037/n_/o",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 3751468 T18150 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 3751470 T18181 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3751470 T18181 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 3751474 T18149 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3751513 T18186 oasc.ZkController.register We are http://127.0.0.1:50037/n_/o/collection1/ and leader is http://127.0.0.1:50037/n_/o/collection1/
   [junit4]   2> 3751514 T18186 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50037/n_/o
   [junit4]   2> 3751514 T18186 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 3751514 T18186 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 3751514 T18186 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3751516 T18149 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3751518 T18150 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50037/n_/o",
   [junit4]   2> 	  "node_name":"127.0.0.1:50037_n_%2Fo",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 3751520 T18150 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50037/n_/o",
   [junit4]   2> 	  "node_name":"127.0.0.1:50037_n_%2Fo",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3751522 T18150 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 3751523 T18181 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3751524 T18186 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 3751525 T18181 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 3753073 T18121 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\shard-2-001\cores\collection1
   [junit4]   2> 3753076 T18121 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 3753078 T18121 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 3753080 T18121 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@2455e5ab{/n_/o,null,AVAILABLE}
   [junit4]   2> 3753082 T18121 oejs.AbstractConnector.doStart Started ServerConnector@1fb3de19{HTTP/1.1}{127.0.0.1:50048}
   [junit4]   2> 3753082 T18121 oejs.Server.doStart Started @3754341ms
   [junit4]   2> 3753082 T18121 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 3753082 T18121 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3753082 T18121 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\shard-2-001
   [junit4]   2> 3753082 T18121 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\shard-2-001\'
   [junit4]   2> 3753117 T18121 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\shard-2-001\solr.xml
   [junit4]   2> 3753147 T18121 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\shard-2-001\cores
   [junit4]   2> 3753149 T18121 oasc.CoreContainer.<init> New CoreContainer 2060699981
   [junit4]   2> 3753150 T18121 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\shard-2-001\]
   [junit4]   2> 3753150 T18121 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\shard-2-001\lib
   [junit4]   2> 3753150 T18121 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\shard-2-001\lib).
   [junit4]   2> 3753164 T18121 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3753164 T18121 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3753164 T18121 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3753164 T18121 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3753164 T18121 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3753164 T18121 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3753164 T18121 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3753167 T18121 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3753167 T18121 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3753167 T18121 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3753167 T18121 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3753167 T18121 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3753167 T18121 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3753169 T18121 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3753169 T18121 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3753169 T18121 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50014/solr
   [junit4]   2> 3753169 T18121 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3753169 T18121 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3753171 T18121 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3753173 T18201 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7de03a98 name:ZooKeeperConnection Watcher:127.0.0.1:50014 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3753174 T18121 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3753174 T18121 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3753177 T18121 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3753178 T18204 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@56edfb5e name:ZooKeeperConnection Watcher:127.0.0.1:50014/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3753180 T18121 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3753189 T18121 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3754146 T18121 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50047_n_%2Fo
   [junit4]   2> 3754147 T18121 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50047_n_%2Fo
   [junit4]   2> 3754154 T18121 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3754157 T18121 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\shard-2-001\cores
   [junit4]   2> 3754158 T18121 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 944D6D27EF1164C2-001\shard-2-001\cores\collection1\
   [junit4]   2> 3754158 T18121 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3754163 T18205 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 3754163 T18205 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3754165 T18149 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3754166 T18205 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 3754166 T18205 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 3754167 T18150 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4

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

tedMissingSort, AlternateDirectoryTest, StandardRequestHandlerTest, PreAnalyzedUpdateProcessorTest, TestAddFieldRealTimeGet, HdfsUnloadDistributedZkTest, IndexBasedSpellCheckerTest, TestObjectReleaseTracker, TestOverriddenPrefixQueryForCustomFieldType, SoftAutoCommitTest, ChaosMonkeySafeLeaderTest, JSONWriterTest, MinimalSchemaTest, DistanceUnitsTest, TestCustomSort, TestStressUserVersions, DateMathParserTest, TestSolr4Spatial, TestRecovery, BinaryUpdateRequestHandlerTest, DebugComponentTest, HdfsDirectoryTest, TestCollationField, CloudMLTQParserTest, DistributedFacetPivotWhiteBoxTest, AliasIntegrationTest, CurrencyFieldOpenExchangeTest, BufferStoreTest, TestLFUCache, TestClusterStateMutator, TermVectorComponentTest, DeleteInactiveReplicaTest, TestManagedResourceStorage, CachingDirectoryFactoryTest, TestDocumentBuilder, TestIBSimilarityFactory, SolrIndexConfigTest, CollectionsAPIDistributedZkTest, RollingRestartTest, TestAtomicUpdateErrorCases, TestComplexPhraseQParserPlugin, BlockCacheTest, TestManagedStopFilterFactory, TestSortingResponseWriter, BJQParserTest, TestSchemaNameResource, TestDocBasedVersionConstraints, PrimitiveFieldTypeTest, TestUpdate, TestJmxMonitoredMap, PeerSyncTest, NotRequiredUniqueKeyTest, ParsingFieldUpdateProcessorsTest, HighlighterMaxOffsetTest, CustomCollectionTest, CursorPagingTest, TestSolrDeletionPolicy2, TestFieldResource, HdfsWriteToMultipleCollectionsTest, XsltUpdateRequestHandlerTest, DistanceFunctionTest, AddBlockUpdateTest, ExternalCollectionsTest, HdfsCollectionsAPIDistributedZkTest, CoreAdminHandlerTest, FullSolrCloudDistribCmdsTest, TestHighlightDedupGrouping, XmlUpdateRequestHandlerTest, TestArbitraryIndexDir, TestReplicationHandlerBackup, CoreMergeIndexesAdminHandlerTest, UnloadDistributedZkTest, OverseerTest, ShardRoutingTest, RecoveryZkTest, TestReplicationHandler, TestRandomFaceting, LeaderElectionTest, ZkSolrClientTest, TestZkChroot, ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, AutoCommitTest, DistributedSpellCheckComponentTest, ZkControllerTest, TestStressReorder, TestJoin, TestStressVersions, DistributedTermsComponentTest, TestRangeQuery, SimpleFacetsTest, StatsComponentTest, TestGroupingSearch, QueryElevationComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, ShowFileRequestHandlerTest, SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SolrRequestParserTest, SuggesterTest, TestTrie, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, SortByFunctionTest, TestRemoteStreaming, TestSolrDeletionPolicy1, CacheHeaderTest, TestSurroundQueryParser, LukeRequestHandlerTest, TestQueryUtils, TestReversedWildcardFilterFactory, FileBasedSpellCheckerTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, SolrPluginUtilsTest, ReturnFieldsTest, TestCSVResponseWriter, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, TestPHPSerializedResponseWriter, PingRequestHandlerTest, TestComponentsName, SearchHandlerTest, TestBinaryResponseWriter, TestQuerySenderListener, UpdateParamsTest, CopyFieldTest, BadComponentTest, TestStressRecovery, TestMergePolicyConfig, SampleTest, TestDocSet, TestBinaryField, TestSearchPerf, NumericFieldsTest, TestConfig, ExternalFileFieldSortTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, SpellPossibilityIteratorTest, TestCodecSupport, TestXIncludeConfig, EchoParamsTest, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter, TimeZoneUtilsTest, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, TestFastLRUCache, PreAnalyzedFieldTest, DateFieldTest, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, TestSolrJ, TestLRUCache, ZkNodePropsTest, SystemInfoHandlerTest, FileUtilsTest, DistributedMLTComponentTest, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestSimpleTrackingShardHandler, TestTolerantSearch, AssignTest, AsyncMigrateRouteKeyTest, CloudExitableDirectoryReaderTest, ConnectionManagerTest, DeleteReplicaTest, DeleteShardTest, DistribCursorPagingTest, DistribJoinFromCollectionTest, HttpPartitionTest, LeaderInitiatedRecoveryOnCommitTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, ReplicationFactorTest, SSLMigrationTest, SaslZkACLProviderTest, ShardSplitTest, SharedFSAutoReplicaFailoverTest, SimpleCollectionCreateDeleteTest, TestCloudInspectUtil, TestCloudPivotFacet, TestCollectionAPI, TestDistribDocBasedVersion, TestMiniSolrCloudCluster, TestRequestStatusCollectionAPI, TestShortCircuitedRequests, TriLevelCompositeIdRoutingTest, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsChaosMonkeySafeLeaderTest, HdfsRecoveryZkTest, HdfsSyncSliceTest, ZkStateWriterTest, ExitableDirectoryReaderTest, TestConfigOverlay, TestConfigSets, TestImplicitCoreProperties, TestInfoStreamLogging, TestInitParams, TestShardHandlerFactory, TestSolrConfigHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandler -Dtests.seed=944D6D27EF1164C2 -Dtests.slow=true -Dtests.locale=in -Dtests.timezone=Etc/GMT-9 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s | TestSolrConfigHandler (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 944D6D27EF1164C2-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 944D6D27EF1164C2-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 944D6D27EF1164C2-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 944D6D27EF1164C2-001\tempDir-010\collection1\conf
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 944D6D27EF1164C2-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 944D6D27EF1164C2-001\tempDir-010\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 944D6D27EF1164C2-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 944D6D27EF1164C2-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 944D6D27EF1164C2-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 944D6D27EF1164C2-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 944D6D27EF1164C2-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 944D6D27EF1164C2-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([944D6D27EF1164C2]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:286)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 13.47s, 4 tests, 1 error <<< FAILURES!

[...truncated 215 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 469 suites, 1869 tests, 1 suite-level error, 1 error, 57 ignored (30 assumptions)

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



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

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

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

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

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

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

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


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

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

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




Build Log:
[...truncated 9265 lines...]
   [junit4] Suite: org.apache.solr.core.TestSolrConfigHandler
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\init-core-data-001
   [junit4]   2> 713156 T3241 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 713162 T3241 oas.SolrTestCaseJ4.setUp ###Starting testReqHandlerAPIs
   [junit4]   2> 715015 T3241 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 715016 T3241 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 715018 T3241 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-002\cores\core
   [junit4]   2> 715025 T3241 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 715030 T3241 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1503ff1{/solr,null,AVAILABLE}
   [junit4]   2> 715033 T3241 oejs.AbstractConnector.doStart Started ServerConnector@1e267ff{HTTP/1.1}{127.0.0.1:55555}
   [junit4]   2> 715035 T3241 oejs.Server.doStart Started @711777ms
   [junit4]   2> 715035 T3241 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 715036 T3241 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 715036 T3241 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001
   [junit4]   2> 715036 T3241 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\'
   [junit4]   2> 715090 T3241 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\solr.xml
   [junit4]   2> 715106 T3241 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-002\cores
   [junit4]   2> 715106 T3241 oasc.CoreContainer.<init> New CoreContainer 20399717
   [junit4]   2> 715106 T3241 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\]
   [junit4]   2> 715106 T3241 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\lib
   [junit4]   2> 715107 T3241 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\lib).
   [junit4]   2> 715125 T3241 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 715125 T3241 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 715125 T3241 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 715125 T3241 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 715125 T3241 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 715125 T3241 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 715125 T3241 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 715125 T3241 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 715128 T3241 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 715128 T3241 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 715128 T3241 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 715128 T3241 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 715128 T3241 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 715131 T3241 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 715131 T3241 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 715135 T3241 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-002\cores
   [junit4]   2> 715138 T3241 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-002\cores\core\
   [junit4]   2> 715138 T3241 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 715139 T3253 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\'
   [junit4]   2> 715142 T3253 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2031AE8487A2FB247-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 715142 T3253 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2031AE8487A2FB247-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 715148 T3253 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2031AE8487A2FB247-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 715205 T3253 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 715209 T3253 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 715219 T3253 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 715226 T3253 oass.ManagedIndexSchemaFactory.readSchemaLocally The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema-rest.xml instead
   [junit4]   2> 715227 T3253 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf\schema-rest.xml
   [junit4]   2> 715236 T3253 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 715426 T3253 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 715427 T3253 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 715427 T3253 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 715429 T3253 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 715453 T3253 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 715454 T3253 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 715454 T3253 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 715454 T3253 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 715464 T3253 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 715466 T3253 oass.ManagedIndexSchemaFactory.upgradeToManagedSchema After upgrading to managed schema, renamed the non-managed schema C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf\schema-rest.xml to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf\schema-rest.xml.bak
   [junit4]   2> 715468 T3253 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1
   [junit4]   2> 715468 T3253 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 715470 T3253 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-002\cores\core\data\
   [junit4]   2> 715470 T3253 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 715515 T3253 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-002\cores\core\data
   [junit4]   2> 715516 T3253 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-002\cores\core\data\index/
   [junit4]   2> 715517 T3253 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-002\cores\core\data\index' doesn't exist. Creating new index...
   [junit4]   2> 715519 T3253 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-002\cores\core\data\index
   [junit4]   2> 715520 T3253 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1394295311, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 715524 T3253 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@75a747; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 715526 T3253 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 715528 T3253 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 715529 T3253 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 715529 T3253 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 715530 T3253 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 715530 T3253 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 715530 T3253 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 715531 T3253 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 715531 T3253 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 715532 T3253 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 715532 T3253 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 715534 T3253 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 715534 T3253 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 715534 T3253 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 715535 T3253 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 715535 T3253 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 715536 T3253 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 715536 T3253 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 715537 T3253 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 715537 T3253 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 715537 T3253 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 715544 T3253 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 715546 T3253 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 715548 T3253 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 715550 T3253 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 715551 T3253 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 715551 T3253 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 715553 T3253 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 715553 T3253 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 715554 T3253 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 715556 T3253 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@75a747; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 715556 T3253 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 715558 T3253 oass.SolrIndexSearcher.<init> Opening Searcher@175b152[collection1] main
   [junit4]   2> 715558 T3253 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 715558 T3253 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf}
   [junit4]   2> 715558 T3253 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 715565 T3253 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 715565 T3253 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 715566 T3253 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/english
   [junit4]   2> 715566 T3253 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 715566 T3253 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 715566 T3253 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 715566 T3253 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 715570 T3253 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/german
   [junit4]   2> 715571 T3253 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 715571 T3253 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 715571 T3253 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 715571 T3253 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 715572 T3253 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 715572 T3253 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 715572 T3253 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 715572 T3253 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 715574 T3253 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 715574 T3253 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 715574 T3253 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 715574 T3253 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 715576 T3253 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 715576 T3254 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@175b152[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 715583 T3241 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 715583 T3241 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 715583 T3241 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#55555
   [junit4]   2> ASYNC  NEW_CORE C889 name=collection1 org.apache.solr.core.SolrCore@7d7261
   [junit4]   2> 715610 T3245 C889 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 715611 T3245 C889 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\'
   [junit4]   2> 715614 T3245 C889 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2031AE8487A2FB247-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 715615 T3245 C889 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2031AE8487A2FB247-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 715615 T3245 C889 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2031AE8487A2FB247-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 715691 T3245 C889 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 715698 T3245 C889 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> ASYNC  NEW_CORE C890 name=collection1 org.apache.solr.core.SolrCore@7d7261
   [junit4]   2> 715720 T3245 C890 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 715731 T3245 C890 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 715743 T3245 C890 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> ASYNC  NEW_CORE C891 name=collection1 org.apache.solr.core.SolrCore@7d7261
   [junit4]   2> 715895 T3245 C891 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 715895 T3245 C891 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 715898 T3245 C891 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 715901 T3245 C891 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 715905 T3245 C891 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 715905 T3245 C891 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 715907 T3245 C891 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 715907 T3245 C891 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 715930 T3245 C891 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1
   [junit4]   2> 715932 T3245 C891 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-002\cores\core\data\
   [junit4]   2> 715932 T3245 C891 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 715934 T3245 C891 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-002\cores\core\data\index/
   [junit4]   2> 715937 T3245 C891 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 715938 T3245 C891 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 715938 T3245 C891 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 715938 T3245 C891 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 715939 T3245 C891 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 715939 T3245 C891 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 715939 T3245 C891 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 715941 T3245 C891 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 715942 T3245 C891 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 715942 T3245 C891 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 715944 T3245 C891 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 715945 T3245 C891 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 715946 T3245 C891 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 715947 T3245 C891 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 715947 T3245 C891 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 715948 T3245 C891 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 715948 T3245 C891 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 715949 T3245 C891 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 715949 T3245 C891 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 715951 T3245 C891 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 715951 T3245 C891 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: org.apache.solr.handler.DumpRequestHandler
   [junit4]   2> 715951 T3245 C891 oasc.RequestHandlers.initHandlersFromConfig created /x: org.apache.solr.handler.DumpRequestHandler
   [junit4]   2> 715955 T3245 C891 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 715958 T3245 C891 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 715959 T3245 C891 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 715962 T3245 C891 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 715962 T3245 C891 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 715962 T3245 C891 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 715964 T3245 C891 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 715964 T3245 C891 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 715966 T3245 C891 oass.SolrIndexSearcher.<init> Opening Searcher@704272[collection1] main
   [junit4]   2> 715967 T3245 C891 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 715967 T3245 C891 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf}
   [junit4]   2> 715968 T3245 C891 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 715969 T3245 C891 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 715969 T3245 C891 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 715970 T3245 C891 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 715971 T3245 C891 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 715971 T3245 C891 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 715973 T3245 C891 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 715973 T3245 C891 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 715974 T3245 C891 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 715974 T3245 C891 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 715974 T3245 C891 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 715974 T3245 C891 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 715974 T3245 C891 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 715975 T3245 C891 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 715976 T3245 C891 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 715977 T3245 C891 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 715977 T3245 C891 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 715978 T3245 C891 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 715978 T3245 C891 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 715980 T3245 C891 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 715980 T3245 C891 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 715981 T3245 C891 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 715981 T3257 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@704272[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 715982 T3245 C891 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 715982 T3245 C891 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 715992 T3245 C891 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1394295311, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 715996 T3245 C891 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@75a747; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 715997 T3245 C891 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 715997 T3245 C891 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 715998 T3245 C891 oass.SolrIndexSearcher.<init> Opening Searcher@1931e60[collection1] main
   [junit4]   2> 715998 T3245 C891 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 715998 T3245 C891 oash.SolrConfigHandler$Command.handleCommands Executed config commands successfully and persited to File System [{"create-requesthandler":{
   [junit4]   2> 	    "name":"/x",
   [junit4]   2> 	    "class":"org.apache.solr.handler.DumpRequestHandler",
   [junit4]   2> 	    "startup":"lazy"}}]
   [junit4]   2> 715999 T3257 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1931e60[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 715999 T3245 C891 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=401 
   [junit4]   2> 716000 T3245 C891 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7d7261
   [junit4]   2> 716000 T3245 C891 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 716002 T3245 C891 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> ASYNC  NEW_CORE C892 name=collection1 org.apache.solr.core.SolrCore@518ecb
   [junit4]   2> 716006 T3246 C892 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=0 
   [junit4]   2> 716012 T3247 C892 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 716013 T3247 C892 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\'
   [junit4]   2> 716014 T3247 C892 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2031AE8487A2FB247-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 716014 T3247 C892 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2031AE8487A2FB247-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 716014 T3247 C892 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2031AE8487A2FB247-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 716078 T3247 C892 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 716083 T3247 C892 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 716092 T3247 C892 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 716095 T3247 C892 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 716105 T3247 C892 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> ASYNC  NEW_CORE C893 name=collection1 org.apache.solr.core.SolrCore@518ecb
   [junit4]   2> 716246 T3247 C893 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 716249 T3247 C893 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 716251 T3247 C893 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 716253 T3247 C893 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 716256 T3247 C893 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 716257 T3247 C893 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 716257 T3247 C893 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 716257 T3247 C893 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 716275 T3247 C893 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1
   [junit4]   2> 716276 T3247 C893 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-002\cores\core\data\
   [junit4]   2> 716276 T3247 C893 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 716277 T3247 C893 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-002\cores\core\data\index/
   [junit4]   2> 716278 T3247 C893 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 716279 T3247 C893 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 716279 T3247 C893 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 716279 T3247 C893 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 716281 T3247 C893 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 716281 T3247 C893 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 716281 T3247 C893 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 716283 T3247 C893 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 716283 T3247 C893 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 716283 T3247 C893 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 716284 T3247 C893 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 716285 T3247 C893 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 716285 T3247 C893 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 716285 T3247 C893 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 716288 T3247 C893 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 716288 T3247 C893 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 716288 T3247 C893 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 716289 T3247 C893 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 716289 T3247 C893 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 716290 T3247 C893 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 716290 T3247 C893 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: org.apache.solr.handler.DumpRequestHandler
   [junit4]   2> 716290 T3247 C893 oasc.RequestHandlers.initHandlersFromConfig created /x: org.apache.solr.handler.DumpRequestHandler
   [junit4]   2> 716291 T3247 C893 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 716293 T3247 C893 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 716296 T3247 C893 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 716298 T3247 C893 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 716299 T3247 C893 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 716299 T3247 C893 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 716301 T3247 C893 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 716301 T3247 C893 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 716303 T3247 C893 oass.SolrIndexSearcher.<init> Opening Searcher@15abd0b[collection1] main
   [junit4]   2> 716303 T3247 C893 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 716304 T3247 C893 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf}
   [junit4]   2> 716304 T3247 C893 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 716306 T3247 C893 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 716306 T3247 C893 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 716307 T3247 C893 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 716307 T3247 C893 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 716307 T3247 C893 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 716307 T3247 C893 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 716307 T3247 C893 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 716307 T3247 C893 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 716308 T3247 C893 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 716310 T3247 C893 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 716311 T3247 C893 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 716311 T3247 C893 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 716313 T3247 C893 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 716313 T3247 C893 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 716314 T3247 C893 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 716314 T3247 C893 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 716317 T3247 C893 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 716317 T3247 C893 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 716318 T3247 C893 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 716319 T3247 C893 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 716320 T3247 C893 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 716320 T3247 C893 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 716321 T3247 C893 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 716320 T3258 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@15abd0b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 716325 T3247 C893 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1394295311, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 716326 T3247 C893 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@75a747; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 716326 T3247 C893 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 716327 T3247 C893 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 716328 T3247 C893 oass.SolrIndexSearcher.<init> Opening Searcher@167b59a[collection1] main
   [junit4]   2> 716328 T3247 C893 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 716329 T3258 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@167b59a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 716329 T3247 C893 oash.SolrConfigHandler$Command.handleCommands Executed config commands successfully and persited to File System [{"update-requesthandler":{
   [junit4]   2> 	    "name":"/x",
   [junit4]   2> 	    "class":"org.apache.solr.handler.DumpRequestHandler",
   [junit4]   2> 	    "startup":"lazy",
   [junit4]   2> 	    "a":"b",
   [junit4]   2> 	    "defaults":{"def_a":"def A val"}}}]
   [junit4]   2> 716330 T3247 C893 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=319 
   [junit4]   2> 716330 T3247 C893 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@518ecb
   [junit4]   2> 716332 T3247 C893 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 716333 T3247 C893 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> ASYNC  NEW_CORE C894 name=collection1 org.apache.solr.core.SolrCore@4ee585
   [junit4]   2> 716337 T3248 C894 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=0 
   [junit4]   2> 716341 T3249 C894 oasc.SolrCore.execute [collection1] webapp=/solr path=/x params={json.nl=map&wt=json&getdefaults=true} status=0 QTime=0 
   [junit4]   2> 716344 T3250 C894 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 716347 T3250 C894 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\'
   [junit4]   2> 716347 T3250 C894 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2031AE8487A2FB247-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 716349 T3250 C894 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2031AE8487A2FB247-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 716349 T3250 C894 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2031AE8487A2FB247-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 716391 T3250 C894 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 716396 T3250 C894 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 716403 T3250 C894 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 716408 T3250 C894 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 716417 T3250 C894 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> ASYNC  NEW_CORE C895 name=collection1 org.apache.solr.core.SolrCore@4ee585
   [junit4]   2> 716575 T3250 C895 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 716575 T3250 C895 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 716575 T3250 C895 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 716577 T3250 C895 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 716579 T3250 C895 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 716579 T3250 C895 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 716579 T3250 C895 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 716579 T3250 C895 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 716596 T3250 C895 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1
   [junit4]   2> 716599 T3250 C895 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-002\cores\core\data\
   [junit4]   2> 716599 T3250 C895 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 716600 T3250 C895 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-002\cores\core\data\index/
   [junit4]   2> 716601 T3250 C895 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 716603 T3250 C895 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 716603 T3250 C895 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 716603 T3250 C895 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 716604 T3250 C895 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 716604 T3250 C895 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 716604 T3250 C895 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 716605 T3250 C895 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 716605 T3250 C895 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 716606 T3250 C895 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 716607 T3250 C895 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 716607 T3250 C895 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 716608 T3250 C895 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 716608 T3250 C895 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 716610 T3250 C895 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 716610 T3250 C895 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 716610 T3250 C895 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 716611 T3250 C895 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 716612 T3250 C895 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 716612 T3250 C895 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 716614 T3250 C895 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 716615 T3250 C895 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 716618 T3250 C895 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 716620 T3250 C895 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 716620 T3250 C895 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 716620 T3250 C895 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 716622 T3250 C895 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 716622 T3250 C895 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 716623 T3250 C895 oass.SolrIndexSearcher.<init> Opening Searcher@13fe9ef[collection1] main
   [junit4]   2> 716623 T3250 C895 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 716623 T3250 C895 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf}
   [junit4]   2> 716623 T3250 C895 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 716625 T3250 C895 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 716625 T3250 C895 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 716625 T3250 C895 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 716625 T3250 C895 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 716625 T3250 C895 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 716625 T3250 C895 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 716627 T3250 C895 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 716627 T3250 C895 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 716627 T3250 C895 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 716627 T3250 C895 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 716627 T3250 C895 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 716629 T3250 C895 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 716630 T3250 C895 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 716630 T3250 C895 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 716630 T3250 C895 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 716630 T3250 C895 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf
   [junit4]   2> 716632 T3250 C895 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 716632 T3250 C895 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 716632 T3250 C895 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 716632 T3250 C895 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 716633 T3250 C895 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 716634 T3250 C895 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 716634 T3250 C895 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 716633 T3259 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@13fe9ef[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 716640 T3250 C895 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1394295311, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 716641 T3250 C895 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@75a747; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 716641 T3250 C895 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 716642 T3250 C895 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 716642 T3250 C895 oass.SolrIndexSearcher.<init> Opening Searcher@1343531[collection1] main
   [junit4]   2> 716643 T3250 C895 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 716643 T3259 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1343531[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 716643 T3250 C895 oash.SolrConfigHandler$Command.handleCommands Executed config commands successfully and persited to File System [{"delete-requesthandler":"/x"}]
   [junit4]   2> 716644 T3250 C895 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=300 
   [junit4]   2> 716644 T3250 C895 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4ee585
   [junit4]   2> 716644 T3250 C895 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 716647 T3250 C895 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> ASYNC  NEW_CORE C896 name=collection1 org.apache.solr.core.SolrCore@9c437c
   [junit4]   2> 716650 T3245 C896 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=0 
   [junit4]   2> 716655 T3246 C896 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 716657 T3246 C896 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\'
   [junit4]   2> 716657 T3246 C896 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2031AE8487A2FB247-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 716657 T3246 C896 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2031AE8487A2FB247-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 716657 T3246 C896 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%2031AE8487A2FB247-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 716703 T3246 C896 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 716710 T3246 C896 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 716715 T3246 C896 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 716718 T3246 C896 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 31AE8487A2FB247-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 716728 T3246 C896 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> ASYNC  NEW_CORE C897 name=collection1 org.apache.solr.core.SolrCore@9c437c
   [junit4]   2> 716856 T3246 C897 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 716856 T3246 C897 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 716856 T3246 C897 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 716858 T3246 C897 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 716863 T3246 C897 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 716863 T3246 C897 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 716863 T3246 C897 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 716863 T3246 C897 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 716877 T3246 C897 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-

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

 org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	... 1 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=12201, name=updateExecutor-1367-thread-2, state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@1f0a888 rejected from java.util.concurrent.ThreadPoolExecutor@a43374[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 28]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([31AE8487A2FB247]:0)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:279)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2628743 T12074 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 31AE8487A2FB247-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {_version_=PostingsFormat(name=LuceneFixedGap), multiDefault=PostingsFormat(name=Memory doPackFST= false), a_t=PostingsFormat(name=Memory doPackFST= false), intDefault=PostingsFormat(name=LuceneFixedGap), id=FSTOrd50, text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), range_facet_l=PostingsFormat(name=Memory doPackFST= false), timestamp=PostingsFormat(name=Memory doPackFST= false)}, docValues:{timestamp=DocValuesFormat(name=Memory)}, sim=DefaultSimilarity, locale=iw_IL, timezone=America/Havana
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_31 (32-bit)/cpus=2,threads=1,free=96242928,total=505413632
   [junit4]   2> NOTE: All tests run in this JVM: [ChaosMonkeySafeLeaderTest, TestRTGBase, ConnectionManagerTest, TestIntervalFaceting, TestRecovery, ShardRoutingCustomTest, TestNRTOpen, TestConfigReload, TestFastOutputStream, ZkStateWriterTest, TestStressLucene, TestUtils, DistributedFacetPivotSmallAdvancedTest, IndexSchemaRuntimeFieldTest, RollingRestartTest, SolrIndexSplitterTest, CollectionsAPIAsyncDistributedZkTest, XsltUpdateRequestHandlerTest, TestGroupingSearch, AnalyticsQueryTest, TestQueryUtils, TestInitParams, DOMUtilTest, CacheHeaderTest, DistributedSpellCheckComponentTest, TestFastWriter, DistributedQueryElevationComponentTest, BinaryUpdateRequestHandlerTest, CloudExitableDirectoryReaderTest, DistributedMLTComponentTest, HdfsRecoveryZkTest, CachingDirectoryFactoryTest, TestSchemaVersionResource, TestBM25SimilarityFactory, TestSolr4Spatial2, DistributedTermsComponentTest, RegexBoostProcessorTest, ResourceLoaderTest, TestSolrConfigHandlerCloud, AnalysisAfterCoreReloadTest, DistributedExpandComponentTest, SuggestComponentTest, TestSchemaNameResource, MinimalSchemaTest, HdfsBasicDistributedZkTest, HdfsWriteToMultipleCollectionsTest, HdfsBasicDistributedZk2Test, TestSolrXml, ShardRoutingTest, ZkControllerTest, SimpleFacetsTest, AddSchemaFieldsUpdateProcessorFactoryTest, SignatureUpdateProcessorFactoryTest, SimpleMLTQParserTest, PreAnalyzedUpdateProcessorTest, TestLeaderElectionZkExpiry, ExternalCollectionsTest, TestSolrConfigHandler, TestSolrQueryParserDefaultOperatorResource, TestLMDirichletSimilarityFactory, BlockCacheTest, TestConfigOverlay, TestSearchPerf, TestCollationFieldDocValues, TestLazyCores, TestManagedSchema, TestSerializedLuceneMatchVersion, TestHdfsUpdateLog, RemoteQueryErrorTest, DeleteShardTest, DocValuesMissingTest, RequestLoggingTest, LeaderElectionTest, TestReplicationHandlerBackup, TestAtomicUpdateErrorCases, TestFunctionQuery, OverseerRolesTest, TestDFRSimilarityFactory, TestHighFrequencyDictionaryFactory, FastVectorHighlighterTest, TestCloudPivotFacet, TestExactStatsCache, FileUtilsTest, TestSimpleQParserPlugin, HighlighterTest, TestCursorMarkWithoutUniqueKey, TestCoreDiscovery, TestRemoteStreaming, ReturnFieldsTest, TestCSVLoader, TestCustomSort, TestRawResponseWriter, CoreMergeIndexesAdminHandlerTest, SharedFSAutoReplicaFailoverTest, CurrencyFieldOpenExchangeTest, StressHdfsTest, DistributedQueryComponentOptimizationTest, ActionThrottleTest, TestSolrDynamicMBean, TestRecoveryHdfs, TestSortingResponseWriter, TestComponentsName, FacetPivotSmallTest, TestFieldTypeCollectionResource, TestSolrDeletionPolicy2, TestDocSet, DistributedFacetPivotLargeTest, SpellCheckCollatorTest, TestConfig, HttpPartitionTest, UpdateParamsTest, TestChildDocTransformer, SuggesterTSTTest, FullSolrCloudDistribCmdsTest, TestUniqueKeyFieldResource, TimeZoneUtilsTest, TestReplicaProperties, DistributedQueryComponentCustomSortTest, DistributedFacetPivotSmallTest, TestDefaultStatsCache, TestBulkSchemaAPI, CopyFieldTest, OverriddenZkACLAndCredentialsProvidersTest, ExitableDirectoryReaderTest, PingRequestHandlerTest, TestWordDelimiterFilterFactory, TestRandomDVFaceting, TestSolrQueryParserResource, TestObjectReleaseTracker, AliasIntegrationTest, DistribDocExpirationUpdateProcessorTest, FieldMutatingUpdateProcessorTest, TestMergePolicyConfig, BasicDistributedZkTest, SpatialHeatmapFacetsTest, PathHierarchyTokenizerFactoryTest, SpatialFilterTest, SimpleCollectionCreateDeleteTest, TestHighlightDedupGrouping, SolrInfoMBeanTest, TestSuggestSpellingConverter, DocValuesMultiTest, TestDefaultSearchFieldResource, HdfsLockFactoryTest, TestFieldCollectionResource, ExternalFileFieldSortTest, OutputWriterTest, TestPostingsSolrHighlighter, TestSimpleTrackingShardHandler, TestDistributedGrouping, TestDynamicFieldResource, TestCloudInspectUtil, TestManagedSchemaFieldResource, JSONWriterTest, RequiredFieldsTest, TestRealTimeGet, TestFaceting, TestStressReorder, TestDefaultSimilarityFactory, MigrateRouteKeyTest, TestRestManager, AlternateDirectoryTest, StatsComponentTest, TestBadConfig, RecoveryAfterSoftCommitTest, PrimitiveFieldTypeTest, QueryResultKeyTest, TestTrie, TestCharFilters, TestInitQParser, LeaderFailoverAfterPartitionTest, FileBasedSpellCheckerTest, HighlighterConfigTest, LeaderElectionIntegrationTest, TestManagedResource, IndexBasedSpellCheckerTest, TestNoOpRegenerator, TestReload, VMParamsZkACLAndCredentialsProvidersTest, TestExactSharedStatsCache, TestAnalyzeInfixSuggestions, RequestHandlersTest, TestSystemIdResolver, TestFoldingMultitermQuery, MergeStrategyTest, SearchHandlerTest, TestBinaryResponseWriter, TestSolrCoreProperties, RAMDirectoryFactoryTest, TestSolr4Spatial, HardAutoCommitTest, TestSchemaResource, UUIDUpdateProcessorFallbackTest, ShardSplitTest, TestManagedSchemaFieldTypeResource, TestStressRecovery, TestIndexSearcher, TestDynamicFieldCollectionResource, DistanceUnitsTest, TermVectorComponentDistributedTest, TestRangeQuery, SolrTestCaseJ4Test, ConvertedLegacyTest, SharedFSAutoReplicaFailoverUtilsTest, PluginInfoTest, TestMiniSolrCloudClusterSSL, NumericFieldsTest, TestOrdValues, DirectUpdateHandlerOptimizeTest, AtomicUpdatesTest, TestDistribDocBasedVersion, TestCoreContainer, SolrCmdDistributorTest, TestSchemaManager, MultiThreadedOCPTest, TestExpandComponent, UUIDFieldTest, TestRandomFaceting, SSLMigrationTest, DistributedFacetPivotLongTailTest, SolrPluginUtilsTest, ReplicationFactorTest]
   [junit4] Completed in 64.91s, 1 test, 1 error <<< FAILURES!

[...truncated 766 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 469 suites, 1869 tests, 1 suite-level error, 1 error, 57 ignored (30 assumptions)

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



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

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

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

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

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




Build Log:
[...truncated 9524 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\init-core-data-001
   [junit4]   2> 2129452 T8993 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 2129463 T8993 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2129464 T8994 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2129586 T8993 oasc.ZkTestServer.run start zk server on port:53733
   [junit4]   2> 2129587 T8993 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2129592 T8993 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2129600 T9001 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16267bd name:ZooKeeperConnection Watcher:127.0.0.1:53733 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2129601 T8993 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2129601 T8993 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2129601 T8993 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2129609 T8993 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2129613 T8993 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2129616 T9004 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@aa233b name:ZooKeeperConnection Watcher:127.0.0.1:53733/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2129616 T8993 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2129618 T8993 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2129622 T8993 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 2129628 T8993 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 2129634 T8993 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 2129640 T8993 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 2129648 T8993 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2129650 T8993 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2129658 T8993 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2129659 T8993 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 2129666 T8993 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2129666 T8993 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2129676 T8993 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2129677 T8993 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2129684 T8993 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2129684 T8993 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2129693 T8993 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2129693 T8993 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 2129702 T8993 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2129702 T8993 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2129713 T8993 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2129713 T8993 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2129723 T8993 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2129725 T8993 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2129733 T8993 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2129733 T8993 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2129743 T8993 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2129744 T8993 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2131954 T8993 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\control-001\cores\collection1
   [junit4]   2> 2131958 T8993 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 2131963 T8993 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1dc5746{/,null,AVAILABLE}
   [junit4]   2> 2132016 T8993 oejs.AbstractConnector.doStart Started ServerConnector@27267d{HTTP/1.1}{127.0.0.1:53741}
   [junit4]   2> 2132017 T8993 oejs.Server.doStart Started @2136087ms
   [junit4]   2> 2132017 T8993 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 2132017 T8993 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2132017 T8993 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\control-001
   [junit4]   2> 2132017 T8993 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\control-001\'
   [junit4]   2> 2132078 T8993 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\control-001\solr.xml
   [junit4]   2> 2132092 T8993 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\control-001\cores
   [junit4]   2> 2132093 T8993 oasc.CoreContainer.<init> New CoreContainer 27277399
   [junit4]   2> 2132093 T8993 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\control-001\]
   [junit4]   2> 2132093 T8993 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\control-001\lib
   [junit4]   2> 2132094 T8993 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\control-001\lib).
   [junit4]   2> 2132110 T8993 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2132111 T8993 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2132112 T8993 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2132112 T8993 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2132112 T8993 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2132112 T8993 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2132112 T8993 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2132112 T8993 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2132112 T8993 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2132112 T8993 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2132112 T8993 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2132113 T8993 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2132114 T8993 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2132114 T8993 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2132114 T8993 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 2132114 T8993 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53733/solr
   [junit4]   2> 2132114 T8993 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2132114 T8993 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2132118 T8993 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2132120 T9018 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1423c97 name:ZooKeeperConnection Watcher:127.0.0.1:53733 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2132121 T8993 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2132122 T8993 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2132125 T8995 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bdb4dc5c10002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 2132126 T8993 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2132129 T9021 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1993e8c name:ZooKeeperConnection Watcher:127.0.0.1:53733/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2132131 T8993 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2132134 T8993 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 2132139 T8993 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 2132145 T8993 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 2132151 T8993 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 2132157 T8993 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 2132164 T8993 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2132168 T8993 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53740_
   [junit4]   2> 2132170 T8993 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53740_
   [junit4]   2> 2132176 T8993 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 2132180 T8993 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 2132186 T8993 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2132190 T8993 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:53740_
   [junit4]   2> 2132191 T8993 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 2132195 T8993 oasc.Overseer.start Overseer (id=93409344367951875-127.0.0.1:53740_-n_0000000000) starting
   [junit4]   2> 2132202 T8993 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 2132223 T8993 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2132226 T9022 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 2132226 T8993 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 2132228 T9023 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 2132235 T8993 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 2132242 T8993 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2132253 T8993 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\control-001\cores
   [junit4]   2> 2132254 T8993 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\control-001\cores\collection1\
   [junit4]   2> 2132254 T8993 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2132259 T9025 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 2132259 T9025 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2132262 T9025 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2132269 T9022 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53740",
   [junit4]   2> 	  "node_name":"127.0.0.1:53740_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 2132270 T9022 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53740",
   [junit4]   2> 	  "node_name":"127.0.0.1:53740_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2132270 T9022 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 2132270 T9022 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2132273 T9021 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2132281 T9021 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2133351 T9025 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2133352 T9025 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 2133356 T9025 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2133357 T9025 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2133363 T9025 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2133363 T9025 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\control-001\cores\collection1\'
   [junit4]   2> 2133396 T9025 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 2133401 T9025 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 2133416 T9025 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2133432 T9025 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2133447 T9025 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2133452 T9025 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2133476 T9025 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2133667 T9025 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2133674 T9025 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2133674 T9025 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2133701 T9025 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2133708 T9025 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2133713 T9025 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2133715 T9025 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2133715 T9025 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2133715 T9025 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2133717 T9025 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2133717 T9025 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2133717 T9025 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2133717 T9025 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2133719 T9025 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\tempDir-001/control/data\
   [junit4]   2> 2133719 T9025 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@65eabd
   [junit4]   2> 2133721 T9025 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\tempDir-001/control/data\
   [junit4]   2> 2133721 T9025 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\tempDir-001/control/data\index/
   [junit4]   2> 2133721 T9025 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2133722 T9025 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\tempDir-001/control/data\index
   [junit4]   2> 2133724 T9025 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=700031259, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2133725 T9025 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@14d9536 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1f3e1ed),segFN=segments_1,generation=1}
   [junit4]   2> 2133725 T9025 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2133735 T9025 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2133736 T9025 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2133737 T9025 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2133737 T9025 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2133737 T9025 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2133738 T9025 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2133741 T9025 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2133742 T9025 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2133742 T9025 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2133744 T9025 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2133745 T9025 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2133746 T9025 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2133747 T9025 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2133747 T9025 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2133749 T9025 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2133750 T9025 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2133751 T9025 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2133752 T9025 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2133754 T9025 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2133754 T9025 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2133755 T9025 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2133757 T9025 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2133758 T9025 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2133762 T9025 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2133763 T9025 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2133765 T9025 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2133766 T9025 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2133776 T9025 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2133779 T9025 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2133783 T9025 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2133786 T9025 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2133787 T9025 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2133791 T9025 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2133794 T9025 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2133794 T9025 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2133796 T9025 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.31534888575391734]
   [junit4]   2> 2133797 T9025 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@14d9536 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1f3e1ed),segFN=segments_1,generation=1}
   [junit4]   2> 2133797 T9025 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2133798 T9025 oass.SolrIndexSearcher.<init> Opening Searcher@9190f6[collection1] main
   [junit4]   2> 2133798 T9025 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2133801 T9025 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2133802 T9025 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2133803 T9025 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2133804 T9025 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2133804 T9025 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2133805 T9025 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2133807 T9025 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2133807 T9025 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2133807 T9025 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2133809 T9026 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9190f6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2133810 T9025 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2133813 T9029 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53740 collection:control_collection shard:shard1
   [junit4]   2> 2133813 T8993 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2133814 T8993 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2133815 T8993 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2133818 T9029 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2133819 T8993 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2133828 T9033 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13aab21 name:ZooKeeperConnection Watcher:127.0.0.1:53733/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2133829 T8993 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2133830 T8993 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2133833 T8993 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2133834 T9029 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2133838 T9021 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2133841 T9029 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2133841 T9029 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3204 name=collection1 org.apache.solr.core.SolrCore@565eb9 url=http://127.0.0.1:53740/collection1 node=127.0.0.1:53740_ C3204_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:53740, node_name=127.0.0.1:53740_, state=down}
   [junit4]   2> 2133841 T9029 C3204 P53740 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53740/collection1/
   [junit4]   2> 2133841 T9022 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 2133843 T9029 C3204 P53740 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2133844 T9029 C3204 P53740 oasc.SyncStrategy.syncToMe http://127.0.0.1:53740/collection1/ has no replicas
   [junit4]   2> 2133844 T9029 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53740/collection1/ shard1
   [junit4]   2> 2133845 T9029 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2133846 T8993 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2133855 T9021 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2133860 T9022 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53740",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 2133871 T9021 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2133874 T9033 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2133915 T9029 oasc.ZkController.register We are http://127.0.0.1:53740/collection1/ and leader is http://127.0.0.1:53740/collection1/
   [junit4]   2> 2133915 T9029 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53740
   [junit4]   2> 2133915 T9029 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2133915 T9029 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 2133915 T9029 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2133919 T9021 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2133923 T9022 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53740",
   [junit4]   2> 	  "node_name":"127.0.0.1:53740_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 2133926 T9022 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53740",
   [junit4]   2> 	  "node_name":"127.0.0.1:53740_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2134045 T9021 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2134045 T9033 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2135943 T8993 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\shard-1-001\cores\collection1
   [junit4]   2> 2135946 T8993 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 2135952 T8993 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 2135958 T8993 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@26bc52{/,null,AVAILABLE}
   [junit4]   2> 2135960 T8993 oejs.AbstractConnector.doStart Started ServerConnector@252371{HTTP/1.1}{127.0.0.1:53754}
   [junit4]   2> 2135961 T8993 oejs.Server.doStart Started @2139776ms
   [junit4]   2> 2135961 T8993 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 2135962 T8993 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2135963 T8993 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\shard-1-001
   [junit4]   2> 2135963 T8993 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\shard-1-001\'
   [junit4]   2> 2136013 T8993 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\shard-1-001\solr.xml
   [junit4]   2> 2136026 T8993 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\shard-1-001\cores
   [junit4]   2> 2136028 T8993 oasc.CoreContainer.<init> New CoreContainer 10202795
   [junit4]   2> 2136028 T8993 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\shard-1-001\]
   [junit4]   2> 2136028 T8993 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\shard-1-001\lib
   [junit4]   2> 2136029 T8993 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\shard-1-001\lib).
   [junit4]   2> 2136045 T8993 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2136046 T8993 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2136046 T8993 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2136046 T8993 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2136046 T8993 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2136046 T8993 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2136046 T8993 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2136046 T8993 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2136046 T8993 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2136046 T8993 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2136047 T8993 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2136048 T8993 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2136048 T8993 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2136048 T8993 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2136048 T8993 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 2136048 T8993 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53733/solr
   [junit4]   2> 2136048 T8993 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2136048 T8993 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2136053 T8993 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2136061 T9047 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ad758f name:ZooKeeperConnection Watcher:127.0.0.1:53733 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2136062 T8993 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2136064 T8993 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2136075 T8993 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2136079 T9050 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e6b32a name:ZooKeeperConnection Watcher:127.0.0.1:53733/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2136079 T8993 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2136093 T8993 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2137191 T8993 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53753_
   [junit4]   2> 2137194 T8993 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53753_
   [junit4]   2> 2137212 T8993 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2137218 T8993 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\shard-1-001\cores
   [junit4]   2> 2137221 T8993 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\shard-1-001\cores\collection1\
   [junit4]   2> 2137221 T8993 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2137225 T9051 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2137225 T9051 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2137226 T9021 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2137226 T9051 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2137229 T9022 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53753",
   [junit4]   2> 	  "node_name":"127.0.0.1:53753_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 2137230 T9022 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53753",
   [junit4]   2> 	  "node_name":"127.0.0.1:53753_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2137230 T9022 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 2137231 T9022 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 2137233 T9033 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2137234 T9021 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2137234 T9050 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2138316 T9051 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2138316 T9051 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2138319 T9051 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2138319 T9051 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2138321 T9051 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2138321 T9051 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\shard-1-001\cores\collection1\'
   [junit4]   2> 2138368 T9051 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 2138371 T9051 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 2138386 T9051 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2138402 T9051 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2138430 T9051 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2138433 T9051 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2138447 T9051 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2138624 T9051 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2138633 T9051 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2138633 T9051 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2138679 T9051 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2138685 T9051 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2138690 T9051 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2138692 T9051 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2138692 T9051 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2138692 T9051 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2138694 T9051 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2138694 T9051 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2138694 T9051 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2138694 T9051 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2138698 T9051 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\tempDir-001/jetty1\
   [junit4]   2> 2138698 T9051 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@65eabd
   [junit4]   2> 2138700 T9051 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\tempDir-001/jetty1\
   [junit4]   2> 2138700 T9051 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\tempDir-001/jetty1\index/
   [junit4]   2> 2138700 T9051 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 2138701 T9051 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\tempDir-001/jetty1\index
   [junit4]   2> 2138702 T9051 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=700031259, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2138703 T9051 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1cb252b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16202db),segFN=segments_1,generation=1}
   [junit4]   2> 2138703 T9051 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2138712 T9051 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2138713 T9051 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2138713 T9051 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2138715 T9051 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2138715 T9051 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2138716 T9051 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2138717 T9051 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2138717 T9051 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2138717 T9051 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2138720 T9051 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2138721 T9051 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2138723 T9051 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2138724 T9051 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2138726 T9051 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2138728 T9051 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2138732 T9051 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2138733 T9051 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2138738 T9051 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2138742 T9051 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2138744 T9051 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2138746 T9051 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2138748 T9051 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2138751 T9051 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2138753 T9051 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2138755 T9051 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2138757 T9051 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2138759 T9051 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2138769 T9051 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2138773 T9051 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2138774 T9051 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2138776 T9051 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2138777 T9051 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2138779 T9051 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2138782 T9051 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2138782 T9051 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2138787 T9051 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.31534888575391734]
   [junit4]   2> 2138796 T9051 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1cb252b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16202db),segFN=segments_1,generation=1}
   [junit4]   2> 2138796 T9051 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2138799 T9051 oass.SolrIndexSearcher.<init> Opening Searcher@1b90deb[collection1] main
   [junit4]   2> 2138799 T9051 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2138801 T9051 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2138801 T9051 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2138803 T9051 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2138803 T9051 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2138803 T9051 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2138805 T9051 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2138805 T9051 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2138805 T9051 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2138805 T9051 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2138809 T9052 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1b90deb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2138809 T9051 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2138812 T9055 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53753 collection:collection1 shard:shard2
   [junit4]   2> 2138813 T8993 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2138813 T8993 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2138816 T9055 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 2138829 T9055 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 2138834 T9021 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2138835 T9055 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2138835 T9055 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3205 name=collection1 org.apache.solr.core.SolrCore@18d0cee url=http://127.0.0.1:53753/collection1 node=127.0.0.1:53753_ C3205_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:53753, node_name=127.0.0.1:53753_, state=down}
   [junit4]   2> 2138835 T9055 C3205 P53753 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53753/collection1/
   [junit4]   2> 2138836 T9055 C3205 P53753 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2138836 T9055 C3205 P53753 oasc.SyncStrategy.syncToMe http://127.0.0.1:53753/collection1/ has no replicas
   [junit4]   2> 2138836 T9055 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53753/collection1/ shard2
   [junit4]   2> 2138837 T9055 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 2138843 T9022 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 2138849 T9050 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2138850 T9021 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2138849 T9033 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2138872 T9022 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53753",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 2138876 T9021 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2138989 T9050 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2138991 T9033 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2138993 T9021 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2139036 T9055 oasc.ZkController.register We are http://127.0.0.1:53753/collection1/ and leader is http://127.0.0.1:53753/collection1/
   [junit4]   2> 2139036 T9055 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53753
   [junit4]   2> 2139036 T9055 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2139036 T9055 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 2139036 T9055 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2139039 T9021 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2139044 T9022 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53753",
   [junit4]   2> 	  "node_name":"127.0.0.1:53753_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 2139046 T9022 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53753",
   [junit4]   2> 	  "node_name":"127.0.0.1:53753_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2139163 T9050 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2139164 T9021 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2139164 T9033 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2140733 T8993 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\shard-2-001\cores\collection1
   [junit4]   2> 2140736 T8993 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 2140738 T8993 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 2140744 T8993 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@8f6bfc{/,null,AVAILABLE}
   [junit4]   2> 2140745 T8993 oejs.AbstractConnector.doStart Started ServerConnector@9ce347{HTTP/1.1}{127.0.0.1:53764}
   [junit4]   2> 2140745 T8993 oejs.Server.doStart Started @2144228ms
   [junit4]   2> 2140745 T8993 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 2140745 T8993 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2140745 T8993 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\shard-2-001
   [junit4]   2> 2140745 T8993 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\shard-2-001\'
   [junit4]   2> 2140794 T8993 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\shard-2-001\solr.xml
   [junit4]   2> 2140806 T8993 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\shard-2-001\cores
   [junit4]   2> 2140806 T8993 oasc.CoreContainer.<init> New CoreContainer 9810185
   [junit4]   2> 2140806 T8993 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\shard-2-001\]
   [junit4]   2> 2140810 T8993 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\shard-2-001\lib
   [junit4]   2> 2140810 T8993 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\shard-2-001\lib).
   [junit4]   2> 2140838 T8993 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2140839 T8993 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2140839 T8993 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2140839 T8993 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2140839 T8993 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2140839 T8993 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2140840 T8993 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2140840 T8993 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2140842 T8993 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2140842 T8993 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2140843 T8993 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2140844 T8993 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2140844 T8993 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2140844 T8993 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2140844 T8993 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 2140844 T8993 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53733/solr
   [junit4]   2> 2140844 T8993 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2140847 T8993 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2140853 T8993 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2140855 T9070 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1cf6151 name:ZooKeeperConnection Watcher:127.0.0.1:53733 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2140856 T8993 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2140858 T8993 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2140864 T8993 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2140867 T9073 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1766297 name:ZooKeeperConnection Watcher:127.0.0.1:53733/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2140868 T8993 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2140883 T8993 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2141910 T8993 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53763_
   [junit4]   2> 2141913 T8993 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53763_
   [junit4]   2> 2141933 T8993 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2141939 T8993 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\shard-2-001\cores
   [junit4]   2> 2141941 T8993 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\shard-2-001\cores\collection1\
   [junit4]   2> 2141941 T8993 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2141944 T9074 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2141944 T9074 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2141947 T9021 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2141947 T9074 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2141949 T9022 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53763",
   [junit4]   2> 	  "node_name":"127.0.0.1:53763_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 7
   [junit4]   2> 2141950 T9022 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53763",
   [junit4]   2> 	  "node_name":"127.0.0.1:53763_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2141950 T9022 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 2141951 T9022 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 2141952 T9033 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2141952 T9073 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2141952 T9050 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2141953 T9021 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2142927 T9074 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2142927 T9074 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2142930 T9074 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2142930 T9074 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2142933 T9074 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2142933 T9074 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\shard-2-001\cores\collection1\'
   [junit4]   2> 2142978 T9074 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 2142981 T9074 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 2142994 T9074 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2143000 T9074 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2143031 T9074 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2143034 T9074 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2143044 T9074 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2143205 T9074 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2143226 T9074 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2143227 T9074 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2143256 T9074 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2143261 T9074 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2143266 T9074 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2143268 T9074 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2143268 T9074 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2143268 T9074 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2143270 T9074 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2143270 T9074 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2143270 T9074 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2143270 T9074 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2143273 T9074 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\tempDir-001/jetty2\
   [junit4]   2> 2143273 T9074 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@65eabd
   [junit4]   2> 2143274 T9074 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\tempDir-001/jetty2\
   [junit4]   2> 2143274 T9074 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\tempDir-001/jetty2\index/
   [junit4]   2> 2143274 T9074 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\tempDir-001\jetty2\index' doesn't exist. Creating new index...
   [junit4]   2> 2143275 T9074 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001\tempDir-001/jetty2\index
   [junit4]   2> 2143275 T9074 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=700031259, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2143277 T9074 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1e29115 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1636f0e),segFN=segments_1,generation=1}
   [junit4]   2> 2143277 T9074 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2143285 T9074 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2143286 T9074 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2143286 T9074 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2143286 T9074 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2143287 T9074 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2143287 T9074 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2143288 T9074 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2143288 T9074 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2143288 T9074 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2143290 T9074 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2143290 T9074 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2143291 T9074 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2143293 T9074 oasc.RequestHandlers.initHandlersFromConfig crea

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

uestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	... 1 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=9173, name=updateExecutor-1095-thread-3, state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@1c23208 rejected from java.util.concurrent.ThreadPoolExecutor@11ad2cb[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 23]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F52FEBB747F503DC]:0)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:279)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2195405 T8993 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F52FEBB747F503DC-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {_version_=FSTOrd50, multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), a_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), intDefault=FSTOrd50, id=Lucene50(blocksize=128), text=Lucene50(blocksize=128), range_facet_l=PostingsFormat(name=LuceneVarGapDocFreqInterval), timestamp=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{timestamp=DocValuesFormat(name=Memory)}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=no_NO_NY, timezone=Pacific/Samoa
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_31 (32-bit)/cpus=2,threads=1,free=84106480,total=238526464
   [junit4]   2> NOTE: All tests run in this JVM: [TestDynamicLoading, CircularListTest, TestSolrJ, ExitableDirectoryReaderTest, SchemaVersionSpecificBehaviorTest, QueryEqualityTest, AsyncMigrateRouteKeyTest, TestPivotHelperCode, ShardSplitTest, TestExactStatsCache, JsonLoaderTest, AnalyticsQueryTest, DistributedTermsComponentTest, TestRandomMergePolicy, TestPerFieldSimilarity, TestBlobHandler, FileUtilsTest, TestConfigOverlay, TestStressVersions, TestSolrDeletionPolicy2, BadIndexSchemaTest, TestPhraseSuggestions, IndexBasedSpellCheckerTest, InfoHandlerTest, TestCollectionAPI, TestRealTimeGet, RecoveryAfterSoftCommitTest, BasicDistributedZk2Test, DistributedFacetPivotLargeTest, WordBreakSolrSpellCheckerTest, OverseerStatusTest, ResourceLoaderTest, TestConfigReload, TestSolrQueryParserResource, TestBadConfig, EnumFieldTest, TestDistributedMissingSort, SliceStateTest, SolrCoreTest, BlockDirectoryTest, BasicDistributedZkTest, SolrInfoMBeanTest, FileBasedSpellCheckerTest, TestJoin, DistributedFacetPivotLongTailTest, TestLFUCache, TestMaxScoreQueryParser, TestSchemaSimilarityResource, TestManagedStopFilterFactory, TestMissingGroups, TestSimpleQParserPlugin, LeaderInitiatedRecoveryOnCommitTest, TestObjectReleaseTracker, CurrencyFieldOpenExchangeTest, TestManagedSchema, AliasIntegrationTest, TestCollationFieldDocValues, MigrateRouteKeyTest, SuggesterTest, AssignTest, TestHighFrequencyDictionaryFactory, TestSolrConfigHandlerCloud, TestDocumentBuilder, CoreAdminHandlerTest, RollingRestartTest, CSVRequestHandlerTest, SpellPossibilityIteratorTest, DistributedQueryComponentOptimizationTest, TestManagedSchemaFieldResource, TermsComponentTest, TestExceedMaxTermLength, SynonymTokenizerTest, CurrencyFieldXmlFileTest, SpellCheckComponentTest, TestDistribDocBasedVersion, AnalysisErrorHandlingTest, TestReplicationHandlerBackup, TestExpandComponent, TimeZoneUtilsTest, OverseerRolesTest, CursorMarkTest, CoreAdminRequestStatusTest, TestFuzzyAnalyzedSuggestions, TestShortCircuitedRequests, TestSearchPerf, TestDFRSimilarityFactory, DateFieldTest, TestSerializedLuceneMatchVersion, ConvertedLegacyTest, TestImplicitCoreProperties, TestSurroundQueryParser, NoCacheHeaderTest, TestRandomFaceting, OpenCloseCoreStressTest, ZkSolrClientTest, HdfsUnloadDistributedZkTest, TestSchemaVersionResource, URLClassifyProcessorTest, TestIntervalFaceting, RequiredFieldsTest, TermVectorComponentDistributedTest, RAMDirectoryFactoryTest, HighlighterConfigTest, TestManagedResourceStorage, HighlighterMaxOffsetTest, HdfsDirectoryTest, TestUpdate, ResponseLogComponentTest, TestSortingResponseWriter, TestLMJelinekMercerSimilarityFactory, PrimitiveFieldTypeTest, RecoveryZkTest, MergeStrategyTest, ConnectionManagerTest, TestReversedWildcardFilterFactory, TestRangeQuery, TestHighlightDedupGrouping, TestAnalyzeInfixSuggestions, TestCollationField, TestSolrQueryParser, TestRestManager, TestCodecSupport, SaslZkACLProviderTest, TestChildDocTransformer, SystemInfoHandlerTest, HdfsCollectionsAPIDistributedZkTest, DistributedSpellCheckComponentTest, ExternalFileFieldSortTest, LeaderElectionTest, DOMUtilTest, ShardRoutingCustomTest, SimpleCollectionCreateDeleteTest, TestManagedResource, TestFreeTextSuggestions, TestArbitraryIndexDir, DebugComponentTest, TestFieldTypeCollectionResource, SearchHandlerTest, TestBulkSchemaAPI, CacheHeaderTest, QueryParsingTest, PeerSyncTest, TestStressReorder, SimplePostToolTest, OverriddenZkACLAndCredentialsProvidersTest, MinimalSchemaTest, OpenExchangeRatesOrgProviderTest, OverseerTest, DateRangeFieldTest, TestExtendedDismaxParser, HdfsBasicDistributedZk2Test, TestConfig, TestNonDefinedSimilarityFactory, BasicZkTest, RequestLoggingTest, FullSolrCloudDistribCmdsTest, LoggingHandlerTest, SSLMigrationTest, SolrIndexSplitterTest, TestStandardQParsers, DistribCursorPagingTest, HighlighterTest, SolrIndexConfigTest, ShowFileRequestHandlerTest, TestSolrIndexConfig, SpatialFilterTest, TestSolrCoreProperties, MBeansHandlerTest, TestHdfsUpdateLog, PathHierarchyTokenizerFactoryTest, TestBinaryField, DocValuesMultiTest, VMParamsZkACLAndCredentialsProvidersTest, TestInitQParser, TestDynamicFieldCollectionResource, NumericFieldsTest, TestReloadAndDeleteDocs, TestSchemaResource, TestAnalyzedSuggestions, TestFaceting, TestLMDirichletSimilarityFactory, LukeRequestHandlerTest, TestStressRecovery, TestReqParamsAPI, TestFunctionQuery, TestRandomDVFaceting, ReplicationFactorTest]
   [junit4] Completed in 66.05s, 1 test, 1 error <<< FAILURES!

[...truncated 870 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 468 suites, 1868 tests, 1 error, 57 ignored (30 assumptions)

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



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

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

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

Error Message:
Captured an uncaught exception in thread: Thread[id=4058, name=collection1, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=4058, name=collection1, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:63410/gvm/s: Could not find collection : awholynewstresscollection_collection1_0
	at __randomizedtesting.SeedInfo.seed([C659A9930AEF7DFE]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:558)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1043)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:809)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:889)


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

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

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




Build Log:
[...truncated 9119 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\init-core-data-001
   [junit4]   2> 840057 T3818 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 840057 T3818 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /gvm/s
   [junit4]   2> 840069 T3818 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 840074 T3819 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 840172 T3818 oasc.ZkTestServer.run start zk server on port:63379
   [junit4]   2> 840172 T3818 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 840174 T3818 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 840183 T3826 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10145e4 name:ZooKeeperConnection Watcher:127.0.0.1:63379 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 840183 T3818 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 840184 T3818 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 840185 T3818 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 840191 T3818 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 840194 T3818 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 840197 T3829 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c424c3 name:ZooKeeperConnection Watcher:127.0.0.1:63379/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 840198 T3818 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 840199 T3818 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 840199 T3818 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 840205 T3818 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 840210 T3818 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 840214 T3818 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 840219 T3818 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 840219 T3818 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 840230 T3818 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 840230 T3818 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 840237 T3818 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 840238 T3818 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 840242 T3818 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 840243 T3818 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 840248 T3818 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 840248 T3818 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 840254 T3818 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 840254 T3818 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 840260 T3818 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 840261 T3818 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 840266 T3818 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 840266 T3818 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 840272 T3818 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 840272 T3818 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 840277 T3818 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 840278 T3818 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 840282 T3818 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 840283 T3818 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 840289 T3820 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bd8fc2a6d0001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 840289 T3818 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 840293 T3818 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 840296 T3832 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1058847 name:ZooKeeperConnection Watcher:127.0.0.1:63379/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 840296 T3818 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 840297 T3818 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 840300 T3820 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bd8fc2a6d0002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 840303 T3818 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 840304 T3818 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 840307 T3835 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1da2a0f name:ZooKeeperConnection Watcher:127.0.0.1:63379 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 840307 T3818 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 840308 T3818 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 840308 T3818 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 840315 T3818 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 840316 T3818 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 840320 T3838 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1aaa3f6 name:ZooKeeperConnection Watcher:127.0.0.1:63379/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 840321 T3818 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 840321 T3818 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 840324 T3818 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf2/solrconfig.xml
   [junit4]   2> 840324 T3818 oascc.SolrZkClient.makePath makePath: /configs/conf2/solrconfig.xml
   [junit4]   2> 840330 T3818 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf2/schema.xml
   [junit4]   2> 840339 T3818 oascc.SolrZkClient.makePath makePath: /configs/conf2/schema.xml
   [junit4]   2> 840344 T3818 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 840344 T3818 oascc.SolrZkClient.makePath makePath: /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 840350 T3818 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf2/stopwords.txt
   [junit4]   2> 840350 T3818 oascc.SolrZkClient.makePath makePath: /configs/conf2/stopwords.txt
   [junit4]   2> 840357 T3818 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf2/protwords.txt
   [junit4]   2> 840357 T3818 oascc.SolrZkClient.makePath makePath: /configs/conf2/protwords.txt
   [junit4]   2> 840361 T3818 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf2/currency.xml
   [junit4]   2> 840361 T3818 oascc.SolrZkClient.makePath makePath: /configs/conf2/currency.xml
   [junit4]   2> 840367 T3818 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf2/open-exchange-rates.json
   [junit4]   2> 840367 T3818 oascc.SolrZkClient.makePath makePath: /configs/conf2/open-exchange-rates.json
   [junit4]   2> 840372 T3818 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 840372 T3818 oascc.SolrZkClient.makePath makePath: /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 840377 T3818 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf2/old_synonyms.txt
   [junit4]   2> 840378 T3818 oascc.SolrZkClient.makePath makePath: /configs/conf2/old_synonyms.txt
   [junit4]   2> 840383 T3818 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf2/synonyms.txt
   [junit4]   2> 840383 T3818 oascc.SolrZkClient.makePath makePath: /configs/conf2/synonyms.txt
   [junit4]   2> 840387 T3818 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\elevate.xml to /configs/conf2/elevate.xml
   [junit4]   2> 840387 T3818 oascc.SolrZkClient.makePath makePath: /configs/conf2/elevate.xml
   [junit4]   2> 840395 T3820 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bd8fc2a6d0004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 842052 T3818 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\control-001\cores\collection1
   [junit4]   2> 842057 T3818 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 842064 T3818 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1056ff{/gvm/s,null,AVAILABLE}
   [junit4]   2> 842112 T3818 oejs.AbstractConnector.doStart Started ServerConnector@1c5f7b{SSL-http/1.1}{127.0.0.1:63395}
   [junit4]   2> 842113 T3818 oejs.Server.doStart Started @843043ms
   [junit4]   2> 842123 T3818 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 842123 T3818 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 842123 T3818 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\control-001
   [junit4]   2> 842123 T3818 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\control-001\'
   [junit4]   2> 842190 T3818 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\control-001\solr.xml
   [junit4]   2> 842223 T3818 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\control-001\cores
   [junit4]   2> 842223 T3818 oasc.CoreContainer.<init> New CoreContainer 14039527
   [junit4]   2> 842223 T3818 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\control-001\]
   [junit4]   2> 842226 T3818 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\control-001\lib
   [junit4]   2> 842230 T3818 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\control-001\lib).
   [junit4]   2> 842251 T3818 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 842252 T3818 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 842252 T3818 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 842252 T3818 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 842252 T3818 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 842252 T3818 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 842252 T3818 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 842252 T3818 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 842252 T3818 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 842252 T3818 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 842252 T3818 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 842259 T3818 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 842266 T3818 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 842267 T3818 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 842267 T3818 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 842267 T3818 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63379/solr
   [junit4]   2> 842267 T3818 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 842267 T3818 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 842269 T3818 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 842275 T3852 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a1dfbd name:ZooKeeperConnection Watcher:127.0.0.1:63379 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 842275 T3818 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 842276 T3818 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 842281 T3818 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 842286 T3855 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5a3ce7 name:ZooKeeperConnection Watcher:127.0.0.1:63379/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 842288 T3818 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 842291 T3818 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 842298 T3818 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 842304 T3818 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 842311 T3818 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 842317 T3818 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 842327 T3818 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 842331 T3818 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63395_gvm%2Fs
   [junit4]   2> 842332 T3818 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63395_gvm%2Fs
   [junit4]   2> 842338 T3818 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 842342 T3818 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 842346 T3818 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 842350 T3818 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:63395_gvm%2Fs
   [junit4]   2> 842350 T3818 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 842358 T3818 oasc.Overseer.start Overseer (id=93406794846371846-127.0.0.1:63395_gvm%2Fs-n_0000000000) starting
   [junit4]   2> 842363 T3818 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 842387 T3818 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 842388 T3857 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 842390 T3856 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 842391 T3818 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 842402 T3818 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 842407 T3818 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 842416 T3818 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\control-001\cores
   [junit4]   2> 842419 T3818 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\control-001\cores\collection1\
   [junit4]   2> 842419 T3818 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 842426 T3859 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 842426 T3859 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 842428 T3859 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 842430 T3856 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:63395/gvm/s",
   [junit4]   2> 	  "node_name":"127.0.0.1:63395_gvm%2Fs",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 842432 T3856 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:63395/gvm/s",
   [junit4]   2> 	  "node_name":"127.0.0.1:63395_gvm%2Fs",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 842432 T3856 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 842434 T3856 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 842437 T3855 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 842446 T3855 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 843507 T3859 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 843507 T3859 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 843508 T3859 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 843508 T3859 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 843511 T3859 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 843511 T3859 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\control-001\cores\collection1\'
   [junit4]   2> 843555 T3859 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 843559 T3859 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 843591 T3859 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 843615 T3859 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 843686 T3859 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 843690 T3859 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 843768 T3859 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 844103 T3859 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 844122 T3859 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 844128 T3859 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 844168 T3859 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 844176 T3859 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 844185 T3859 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 844187 T3859 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 844188 T3859 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 844190 T3859 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 844192 T3859 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 844192 T3859 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 844193 T3859 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 844193 T3859 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 844193 T3859 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\control-001\cores\collection1\data\
   [junit4]   2> 844193 T3859 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5016ef
   [junit4]   2> 844195 T3859 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\control-001\cores\collection1\data\
   [junit4]   2> 844195 T3859 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\control-001\cores\collection1\data\index/
   [junit4]   2> 844196 T3859 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 844196 T3859 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\control-001\cores\collection1\data\index
   [junit4]   2> 844201 T3859 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=84.6591796875, floorSegmentMB=1.0068359375, forceMergeDeletesPctAllowed=11.818414728248484, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8411305045357056
   [junit4]   2> 844203 T3859 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5b2396 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f2bd6f),segFN=segments_1,generation=1}
   [junit4]   2> 844204 T3859 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 844214 T3859 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 844215 T3859 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 844216 T3859 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 844216 T3859 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 844217 T3859 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 844217 T3859 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 844218 T3859 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 844218 T3859 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 844218 T3859 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 844221 T3859 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 844221 T3859 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 844224 T3859 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 844225 T3859 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 844227 T3859 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 844229 T3859 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 844231 T3859 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 844232 T3859 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 844234 T3859 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 844238 T3859 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 844240 T3859 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 844241 T3859 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 844243 T3859 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 844244 T3859 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 844249 T3859 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 844250 T3859 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 844251 T3859 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 844252 T3859 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 844262 T3859 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 844265 T3859 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 844267 T3859 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 844270 T3859 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 844270 T3859 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 844273 T3859 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 844275 T3859 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 844275 T3859 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 844276 T3859 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=89.7294921875, floorSegmentMB=2.1201171875, forceMergeDeletesPctAllowed=21.085162655094965, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 844277 T3859 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5b2396 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f2bd6f),segFN=segments_1,generation=1}
   [junit4]   2> 844277 T3859 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 844278 T3859 oass.SolrIndexSearcher.<init> Opening Searcher@1839f2a[collection1] main
   [junit4]   2> 844278 T3859 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 844281 T3859 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 844281 T3859 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 844282 T3859 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 844284 T3859 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 844284 T3859 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 844286 T3859 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 844286 T3859 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 844286 T3859 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 844286 T3859 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 844288 T3860 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1839f2a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 844290 T3859 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 844292 T3863 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:63395/gvm/s collection:control_collection shard:shard1
   [junit4]   2> 844293 T3818 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 844294 T3818 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 844297 T3863 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 844313 T3818 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 844314 T3863 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 844316 T3818 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 844330 T3855 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 844332 T3863 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 844332 T3863 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4162 name=collection1 org.apache.solr.core.SolrCore@138012f url=https://127.0.0.1:63395/gvm/s/collection1 node=127.0.0.1:63395_gvm%2Fs C4162_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=https://127.0.0.1:63395/gvm/s, node_name=127.0.0.1:63395_gvm%2Fs, state=down}
   [junit4]   2> 844332 T3863 C4162 P63395 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:63395/gvm/s/collection1/
   [junit4]   2> 844333 T3863 C4162 P63395 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 844333 T3863 C4162 P63395 oasc.SyncStrategy.syncToMe https://127.0.0.1:63395/gvm/s/collection1/ has no replicas
   [junit4]   2> 844333 T3863 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:63395/gvm/s/collection1/ shard1
   [junit4]   2> 844334 T3863 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 844337 T3866 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@115f732 name:ZooKeeperConnection Watcher:127.0.0.1:63379/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 844338 T3818 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 844340 T3818 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 844342 T3856 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 844349 T3818 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 844350 T3855 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 844370 T3818 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 844370 T3818 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 844371 T3818 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 844373 T3856 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:63395/gvm/s",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 844374 T3818 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 844381 T3869 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@27e9bf name:ZooKeeperConnection Watcher:127.0.0.1:63379/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 844382 T3818 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 844383 T3818 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 844383 T3855 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 844387 T3866 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 844391 T3855 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 844400 T3820 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bd8fc2a6d0008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 844426 T3856 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 3
   [junit4]   2> 844432 T3856 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 844432 T3863 oasc.ZkController.register We are https://127.0.0.1:63395/gvm/s/collection1/ and leader is https://127.0.0.1:63395/gvm/s/collection1/
   [junit4]   2> 844433 T3863 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:63395/gvm/s
   [junit4]   2> 844433 T3863 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 844434 T3863 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 844434 T3863 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 844442 T3855 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 844453 T3856 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:63395/gvm/s",
   [junit4]   2> 	  "node_name":"127.0.0.1:63395_gvm%2Fs",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 844455 T3856 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:63395/gvm/s",
   [junit4]   2> 	  "node_name":"127.0.0.1:63395_gvm%2Fs",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 844456 T3856 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 844471 T3866 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 844472 T3855 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 844492 T3855 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 844495 T3866 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 844496 T3855 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 846163 T3818 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\shard-1-001\cores\collection1
   [junit4]   2> 846167 T3818 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 846169 T3818 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 846175 T3818 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@16bb220{/gvm/s,null,AVAILABLE}
   [junit4]   2> 846196 T3818 oejs.AbstractConnector.doStart Started ServerConnector@cf7290{SSL-http/1.1}{127.0.0.1:63410}
   [junit4]   2> 846197 T3818 oejs.Server.doStart Started @846881ms
   [junit4]   2> 846202 T3818 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 846202 T3818 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 846202 T3818 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\shard-1-001
   [junit4]   2> 846202 T3818 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\shard-1-001\'
   [junit4]   2> 846259 T3818 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\shard-1-001\solr.xml
   [junit4]   2> 846286 T3818 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\shard-1-001\cores
   [junit4]   2> 846287 T3818 oasc.CoreContainer.<init> New CoreContainer 4076124
   [junit4]   2> 846287 T3818 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\shard-1-001\]
   [junit4]   2> 846289 T3818 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\shard-1-001\lib
   [junit4]   2> 846289 T3818 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\shard-1-001\lib).
   [junit4]   2> 846309 T3818 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 846309 T3818 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 846309 T3818 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 846309 T3818 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 846309 T3818 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 846309 T3818 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 846309 T3818 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 846309 T3818 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 846309 T3818 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 846314 T3818 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 846314 T3818 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 846319 T3818 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 846324 T3818 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 846324 T3818 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 846324 T3818 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 846325 T3818 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63379/solr
   [junit4]   2> 846325 T3818 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 846327 T3818 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 846329 T3818 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 846334 T3883 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18aff07 name:ZooKeeperConnection Watcher:127.0.0.1:63379 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846335 T3818 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 846335 T3818 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 846345 T3818 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 846348 T3886 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1af7e8c name:ZooKeeperConnection Watcher:127.0.0.1:63379/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846349 T3818 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 846367 T3818 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 847459 T3818 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63410_gvm%2Fs
   [junit4]   2> 847460 T3818 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63410_gvm%2Fs
   [junit4]   2> 847468 T3818 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 847475 T3818 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\shard-1-001\cores
   [junit4]   2> 847477 T3818 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\shard-1-001\cores\collection1\
   [junit4]   2> 847477 T3818 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 847483 T3887 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 847484 T3887 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 847487 T3855 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 847488 T3887 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 847490 T3887 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 847490 T3856 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:63410/gvm/s",
   [junit4]   2> 	  "node_name":"127.0.0.1:63410_gvm%2Fs",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 847491 T3887 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 847492 T3856 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:63410/gvm/s",
   [junit4]   2> 	  "node_name":"127.0.0.1:63410_gvm%2Fs",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 847493 T3856 oasco.ReplicaMutator.updateState Collection already exists with numShards=2
   [junit4]   2> 847493 T3856 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 847494 T3887 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 847494 T3887 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 847496 T3856 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 847497 T3886 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 847499 T3886 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 848573 T3887 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 848574 T3887 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 848575 T3887 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 848575 T3887 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 848577 T3887 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 848577 T3887 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\shard-1-001\cores\collection1\'
   [junit4]   2> 848618 T3887 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 848622 T3887 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 848644 T3887 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 848662 T3887 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 848707 T3887 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 848711 T3887 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 848735 T3887 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 849014 T3887 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 849029 T3887 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 849035 T3887 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 849071 T3887 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 849078 T3887 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 849086 T3887 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 849089 T3887 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 849089 T3887 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 849089 T3887 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 849091 T3887 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 849091 T3887 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 849092 T3887 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 849092 T3887 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 849092 T3887 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 849092 T3887 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5016ef
   [junit4]   2> 849095 T3887 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 849095 T3887 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 849096 T3887 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 849096 T3887 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 849096 T3887 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=84.6591796875, floorSegmentMB=1.0068359375, forceMergeDeletesPctAllowed=11.818414728248484, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8411305045357056
   [junit4]   2> 849099 T3887 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@17cb203 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@65542d),segFN=segments_1,generation=1}
   [junit4]   2> 849099 T3887 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 849115 T3887 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 849116 T3887 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 849117 T3887 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 849117 T3887 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 849118 T3887 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 849118 T3887 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 849119 T3887 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 849120 T3887 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 849120 T3887 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 849122 T3887 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 849123 T3887 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 849125 T3887 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 849128 T3887 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 849128 T3887 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 849130 T3887 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 849132 T3887 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 849133 T3887 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 849138 T3887 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 849140 T3887 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 849141 T3887 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 849146 T3887 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 849147 T3887 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 849149 T3887 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 849150 T3887 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 849152 T3887 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 849154 T3887 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 849155 T3887 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 849163 T3887 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 849166 T3887 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 849168 T3887 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 849175 T3887 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 849176 T3887 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 849179 T3887 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 849179 T3887 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 849179 T3887 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 849183 T3887 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=89.7294921875, floorSegmentMB=2.1201171875, forceMergeDeletesPctAllowed=21.085162655094965, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 849185 T3887 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@17cb203 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@65542d),segFN=segments_1,generation=1}
   [junit4]   2> 849186 T3887 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 849186 T3887 oass.SolrIndexSearcher.<init> Opening Searcher@410849[collection1] main
   [junit4]   2> 849187 T3887 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 849190 T3887 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 849190 T3887 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 849191 T3887 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 849191 T3887 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 849191 T3887 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 849193 T3887 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 849193 T3887 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 849193 T3887 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 849193 T3887 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 849196 T3887 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 849197 T3888 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@410849[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 849199 T3891 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:63410/gvm/s collection:collection1 shard:shard2
   [junit4]   2> 849200 T3818 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 849200 T3818 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 849202 T3891 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 849216 T3891 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 849222 T3855 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 849225 T3891 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 849225 T3891 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4163 name=collection1 org.apache.solr.core.SolrCore@16ea3c1 url=https://127.0.0.1:63410/gvm/s/collection1 node=127.0.0.1:63410_gvm%2Fs C4163_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=https://127.0.0.1:63410/gvm/s, node_name=127.0.0.1:63410_gvm%2Fs, state=down}
   [junit4]   2> 849225 T3891 C4163 P63410 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:63410/gvm/s/collection1/
   [junit4]   2> 849225 T3891 C4163 P63410 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 849226 T3891 C4163 P63410 oasc.SyncStrategy.syncToMe https://127.0.0.1:63410/gvm/s/collection1/ has no replicas
   [junit4]   2> 849227 T3891 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:63410/gvm/s/collection1/ shard2
   [junit4]   2> 849227 T3891 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 849231 T3856 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 849236 T3856 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 849239 T3886 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 849243 T3886 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 849258 T3856 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:63410/gvm/s",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 849261 T3856 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 849262 T3886 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 849266 T3886 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 849286 T3855 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 849310 T3891 oasc.ZkController.register We are https://127.0.0.1:63410/gvm/s/collection1/ and leader is https://127.0.0.1:63410/gvm/s/collection1/
   [junit4]   2> 849310 T3891 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:63410/gvm/s
   [junit4]   2> 849315 T3891 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 849316 T3891 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 849316 T3891 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 849321 T3855 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 849326 T3856 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:63410/gvm/s",
   [junit4]   2> 	  "node_name":"127.0.0.1:63410_gvm%2Fs",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 849332 T3856 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:63410/gvm/s",
   [junit4]   2> 	  "node_name":"127.0.0.1:63410_gvm%2Fs",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 849347 T3856 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 849367 T3886 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 849371 T3891 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 849374 T3886 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 850842 T3818 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\shard-2-001\cores\collection1
   [junit4]   2> 850846 T3818 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 850848 T3818 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 850863 T3818 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1620b79{/gvm/s,null,AVAILABLE}
   [junit4]   2> 850886 T3818 oejs.AbstractConnector.doStart Started ServerConnector@1538807{SSL-http/1.1}{127.0.0.1:63419}
   [junit4]   2> 850887 T3818 oejs.Server.doStart Started @851259ms
   [junit4]   2> 850893 T3818 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 850894 T3818 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 850894 T3818 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\shard-2-001
   [junit4]   2> 850894 T3818 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\shard-2-001\'
   [junit4]   2> 850960 T3818 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\shard-2-001\solr.xml
   [junit4]   2> 850978 T3818 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\shard-2-001\cores
   [junit4]   2> 850978 T3818 oasc.CoreContainer.<init> New CoreContainer 23739700
   [junit4]   2> 850978 T3818 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\shard-2-001\]
   [junit4]   2> 850978 T3818 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\shard-2-001\lib
   [junit4]   2> 850980 T3818 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest C659A9930AEF7DFE-001\shard-2-001\lib).
   [junit4]   2> 850999 T3818 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 850999 T3818 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 850999 T3818 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 850999 T3818 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 850999 T3818 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 850999 T3818 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 850999 T3818 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 850999 T3818 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 850999 T3818 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 850999 T3818 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 851002 T3818 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 851013 T3818 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 851018 T3818 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 851021 T3818 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 851022 T3818 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 851022 T3818 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63379/solr
   [junit4]   2> 851023 T3818 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 851023 T3818 oascc.SolrZkClient.createZkCredentialsToAddAutomatically U

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

00,total=509542400
   [junit4]   2> NOTE: All tests run in this JVM: [TermVectorComponentDistributedTest, TestSolrIndexConfig, TestFoldingMultitermQuery, TestDistribDocBasedVersion, HdfsBasicDistributedZkTest, TestMiniSolrCloudClusterSSL, FastVectorHighlighterTest, SolrIndexSplitterTest, TestReplicationHandler, TestRecoveryHdfs, StandardRequestHandlerTest, DistribDocExpirationUpdateProcessorTest, CopyFieldTest, SolrTestCaseJ4Test, SyncSliceTest, TestSchemaVersionResource, TestFieldTypeResource, TestPerFieldSimilarity, TestInitParams, TestManagedSchemaFieldResource, OverseerStatusTest, DirectSolrConnectionTest, TestBinaryResponseWriter, ResourceLoaderTest, IndexSchemaRuntimeFieldTest, TestDefaultStatsCache, HighlighterConfigTest, SpellCheckComponentTest, SpatialRPTFieldTypeTest, DateFieldTest, CursorMarkTest, TestBlobHandler, ResponseLogComponentTest, DistributedFacetPivotSmallTest, DebugComponentTest, TestExpandComponent, MBeansHandlerTest, TermVectorComponentTest, ZkStateWriterTest, MinimalSchemaTest, TestExactStatsCache, TestCloudSchemaless, DOMUtilTest, TestXIncludeConfig, SaslZkACLProviderTest, TestFastWriter, CollectionsAPIAsyncDistributedZkTest, TestLRUCache, BadComponentTest, MultiThreadedOCPTest, TestFunctionQuery, CollectionsAPIDistributedZkTest, TestSolrDeletionPolicy2, CloudMLTQParserTest, TestStandardQParsers, HdfsWriteToMultipleCollectionsTest, TestSchemaManager, DistanceFunctionTest, DistributedMLTComponentTest, BadIndexSchemaTest, UpdateParamsTest, NumericFieldsTest, TestCodecSupport, TestNRTOpen, TestBulkSchemaConcurrent, TestIntervalFaceting, TestPartialUpdateDeduplication, DirectSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, BJQParserTest, SolrRequestParserTest, TestManagedSynonymFilterFactory, TestFaceting, FileUtilsTest, DistributedQueueTest, SolrCmdDistributorTest, TestLFUCache, TestSuggestSpellingConverter, DirectUpdateHandlerTest, TestCoreDiscovery, TestRecovery, DeleteInactiveReplicaTest, TestIndexingPerformance, XsltUpdateRequestHandlerTest, BinaryUpdateRequestHandlerTest, TestWordDelimiterFilterFactory, ConnectionManagerTest, TestTrie, DistributedFacetPivotWhiteBoxTest, TimeZoneUtilsTest, TestRebalanceLeaders, AtomicUpdatesTest, TestSearcherReuse, TestSchemaNameResource, CircularListTest, TestPhraseSuggestions, TestInfoStreamLogging, TestGroupingSearch, StatsComponentTest, RankQueryTest, TestSystemIdResolver, TestFieldTypeCollectionResource, TestConfigOverlay, CurrencyFieldXmlFileTest, ChangedSchemaMergeTest, TestDistributedMissingSort, DeleteReplicaTest, DistributedSpellCheckComponentTest, TestAnalyzedSuggestions, TestStressReorder, QueryParsingTest, TestExtendedDismaxParser, TestCoreContainer, PeerSyncTest, ResponseHeaderTest, TestRandomMergePolicy, HdfsDirectoryTest, DocExpirationUpdateProcessorFactoryTest, TestHdfsUpdateLog, ExternalFileFieldSortTest, TestReversedWildcardFilterFactory, TestTrackingShardHandlerFactory, TestLuceneMatchVersion, OutputWriterTest, TestRequestStatusCollectionAPI, CoreAdminRequestStatusTest, AnalysisAfterCoreReloadTest, TestSchemaSimilarityResource, TestAnalyzeInfixSuggestions, PluginInfoTest, TestRTGBase, RequestHandlersTest, TestSolrJ, TestBlendedInfixSuggestions, TestCollectionAPI, FieldAnalysisRequestHandlerTest, DistributedQueryComponentOptimizationTest, HighlighterMaxOffsetTest, TestCSVLoader, DistributedExpandComponentTest, TestCloudManagedSchema, TestCollationField, LeaderInitiatedRecoveryOnCommitTest, AddBlockUpdateTest, CloudExitableDirectoryReaderTest, TestQuerySenderListener, TestRandomFaceting, HdfsUnloadDistributedZkTest, StatelessScriptUpdateProcessorFactoryTest, DistributedSuggestComponentTest, TestRemoteStreaming, DocumentAnalysisRequestHandlerTest, SpatialHeatmapFacetsTest, TestSolrCoreProperties, TestManagedSchemaFieldTypeResource, CursorPagingTest, TestChildDocTransformer, TestManagedSchemaDynamicFieldResource, SynonymTokenizerTest, TestDocumentBuilder, BufferStoreTest, TestOverriddenPrefixQueryForCustomFieldType, HighlighterTest, MoreLikeThisHandlerTest, TestDefaultSimilarityFactory, DistribJoinFromCollectionTest, TestDynamicFieldResource, ScriptEngineTest, DistributedTermsComponentTest, SolrPluginUtilsTest, SolrInfoMBeanTest, TestRangeQuery, BasicDistributedZk2Test, TestSimpleQParserPlugin, RequestLoggingTest, TestNonDefinedSimilarityFactory, DistributedQueryElevationComponentTest, VMParamsZkACLAndCredentialsProvidersTest, TestUpdate, DocumentBuilderTest, AssignTest, SpellingQueryConverterTest, TestAddFieldRealTimeGet, TestManagedResourceStorage, TestWriterPerf, TestPostingsSolrHighlighter, TestBadConfig, TestJmxMonitoredMap, DistanceUnitsTest, TestPHPSerializedResponseWriter, ShardRoutingTest, ConvertedLegacyTest, TestLRUStatsCache, URLClassifyProcessorTest, AsyncMigrateRouteKeyTest, TestSolrQueryParserDefaultOperatorResource, TestNoOpRegenerator, IndexBasedSpellCheckerTest, DocValuesMultiTest, TestCloudManagedSchemaConcurrent, TestSolrDynamicMBean, DateMathParserTest, TestDefaultSearchFieldResource, SOLR749Test, RollingRestartTest, TestComplexPhraseQParserPlugin, TestArbitraryIndexDir, SimplePostToolTest, TestValueSourceCache, RequiredFieldsTest, ZkCLITest, QueryResultKeyTest, TestJmxIntegration, UpdateRequestProcessorFactoryTest, BasicZkTest, AnalyticsMergeStrategyTest, LoggingHandlerTest, CurrencyFieldOpenExchangeTest, ZkControllerTest, TestFastLRUCache, TestSort, TestSearchPerf, OverseerRolesTest, EnumFieldTest, TestSolrConfigHandlerCloud, TestUniqueKeyFieldResource, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, LeaderElectionTest, ZkSolrClientTest, TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest, TestDistributedSearch, AutoCommitTest, TestDistributedGrouping, TestHashPartitioner, TestRealTimeGet, TestJoin, TestReload, TestStressVersions, HardAutoCommitTest, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, QueryElevationComponentTest, TestFiltering, BasicFunctionalityTest, TestLazyCores, OverseerCollectionProcessorTest, TestIndexSearcher, SoftAutoCommitTest, ShowFileRequestHandlerTest, SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, DocValuesTest, SuggesterTSTTest, SuggesterTest, TestStressLucene, SpatialFilterTest, SuggesterWFSTTest, PolyFieldTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, SortByFunctionTest, TestSolrDeletionPolicy1, CacheHeaderTest, TestSurroundQueryParser, LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestQueryUtils, TestQueryTypes, PrimitiveFieldTypeTest, TestOmitPositions, FileBasedSpellCheckerTest, TermsComponentTest, XmlUpdateRequestHandlerTest, PathHierarchyTokenizerFactoryTest, TestSolrQueryParser, RegexBoostProcessorTest, IndexSchemaTest, ReturnFieldsTest, JSONWriterTest, TestCSVResponseWriter, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, PingRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, AlternateDirectoryTest, TestQuerySenderNoQuery, SolrIndexConfigTest, TestStressRecovery, TestMergePolicyConfig, MultiTermTest, SampleTest, TestDocSet, TestBinaryField, TestElisionMultitermQuery, TestConfig, TestFuzzyAnalyzedSuggestions, NotRequiredUniqueKeyTest, SpellPossibilityIteratorTest, TestCharFilters, EchoParamsTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, PrimUtilsTest, RAMDirectoryFactoryTest, ClusterStateTest, TestUtils, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, UUIDFieldTest, DistributedIntervalFacetingTest, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestTolerantSearch, ActionThrottleTest, AliasIntegrationTest, CustomCollectionTest, DeleteShardTest, DistribCursorPagingTest, ExternalCollectionsTest, HttpPartitionTest, LeaderFailoverAfterPartitionTest, MigrateRouteKeyTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, ReplicationFactorTest]
   [junit4] Completed in 62.17s, 1 test, 1 error <<< FAILURES!

[...truncated 309 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 468 suites, 1868 tests, 2 errors, 57 ignored (30 assumptions)

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



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

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

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

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

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




Build Log:
[...truncated 8965 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\init-core-data-001
   [junit4]   2> 201541 T904 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 201547 T904 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 201548 T905 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 201675 T904 oasc.ZkTestServer.run start zk server on port:58238
   [junit4]   2> 201675 T904 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 201679 T904 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 201685 T912 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d522d4 name:ZooKeeperConnection Watcher:127.0.0.1:58238 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 201686 T904 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 201686 T904 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 201686 T904 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 201693 T904 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 201700 T904 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 201715 T915 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@148f636 name:ZooKeeperConnection Watcher:127.0.0.1:58238/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 201715 T904 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 201715 T904 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 201718 T904 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 201727 T904 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 201733 T904 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 201735 T904 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 201740 T904 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 201740 T904 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 201747 T904 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 201749 T904 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 201752 T904 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 201754 T904 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 201757 T904 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 201757 T904 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 201763 T904 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 201763 T904 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 201768 T904 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 201768 T904 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 201773 T904 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 201773 T904 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 201778 T904 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 201778 T904 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 201783 T904 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 201783 T904 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 201788 T904 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 201788 T904 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 201792 T904 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 201792 T904 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 204045 T904 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\control-001\cores\collection1
   [junit4]   2> 204053 T904 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 204056 T904 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1f7e44b{/,null,AVAILABLE}
   [junit4]   2> 204087 T904 oejs.AbstractConnector.doStart Started ServerConnector@1433769{HTTP/1.1}{127.0.0.1:58246}
   [junit4]   2> 204088 T904 oejs.Server.doStart Started @207642ms
   [junit4]   2> 204088 T904 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 204088 T904 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 204088 T904 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\control-001
   [junit4]   2> 204088 T904 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\control-001\'
   [junit4]   2> 204128 T904 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\control-001\solr.xml
   [junit4]   2> 204142 T904 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\control-001\cores
   [junit4]   2> 204142 T904 oasc.CoreContainer.<init> New CoreContainer 29928450
   [junit4]   2> 204142 T904 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\control-001\]
   [junit4]   2> 204144 T904 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\control-001\lib
   [junit4]   2> 204144 T904 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\control-001\lib).
   [junit4]   2> 204160 T904 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 204160 T904 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 204160 T904 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 204160 T904 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 204161 T904 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 204161 T904 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 204161 T904 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 204161 T904 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 204161 T904 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 204161 T904 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 204162 T904 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 204162 T904 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 204162 T904 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 204162 T904 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 204162 T904 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 204162 T904 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58238/solr
   [junit4]   2> 204164 T904 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 204164 T904 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 204171 T904 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 204177 T929 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@113811f name:ZooKeeperConnection Watcher:127.0.0.1:58238 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 204177 T904 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 204177 T904 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 204188 T904 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 204211 T932 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6d3af name:ZooKeeperConnection Watcher:127.0.0.1:58238/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 204211 T904 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 204215 T904 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 204217 T904 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 204222 T904 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 204226 T904 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 204232 T904 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 204236 T904 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 204237 T904 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58245_
   [junit4]   2> 204238 T904 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58245_
   [junit4]   2> 204242 T904 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 204244 T904 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 204246 T904 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 204255 T904 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:58245_
   [junit4]   2> 204255 T904 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 204258 T904 oasc.Overseer.start Overseer (id=93404274526519299-127.0.0.1:58245_-n_0000000000) starting
   [junit4]   2> 204278 T904 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 204289 T904 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 204292 T904 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 204294 T934 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 204294 T933 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 204306 T904 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 204309 T904 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 204323 T904 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\control-001\cores
   [junit4]   2> 204323 T904 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\control-001\cores\collection1\
   [junit4]   2> 204323 T904 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 204327 T936 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 204327 T936 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 204329 T936 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 204329 T932 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 204332 T933 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58245",
   [junit4]   2> 	  "node_name":"127.0.0.1:58245_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 204332 T933 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58245",
   [junit4]   2> 	  "node_name":"127.0.0.1:58245_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 204333 T933 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 204335 T933 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 204338 T932 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 205587 T936 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 205587 T936 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 205589 T936 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 205589 T936 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 205591 T936 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 205591 T936 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\control-001\cores\collection1\'
   [junit4]   2> 205610 T936 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 205614 T936 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 205630 T936 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 205632 T936 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 205667 T936 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 205671 T936 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 205678 T936 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 205807 T936 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 205817 T936 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 205818 T936 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 205839 T936 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 205845 T936 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 205863 T936 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 205865 T936 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 205865 T936 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 205865 T936 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 205868 T936 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 205868 T936 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 205868 T936 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 205868 T936 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 205869 T936 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\tempDir-001/control/data\
   [junit4]   2> 205869 T936 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f13da8
   [junit4]   2> 205869 T936 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\tempDir-001/control/data\
   [junit4]   2> 205869 T936 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\tempDir-001/control/data\index/
   [junit4]   2> 205869 T936 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 205870 T936 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\tempDir-001/control/data\index
   [junit4]   2> 205870 T936 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=71.5341796875, floorSegmentMB=1.1435546875, forceMergeDeletesPctAllowed=23.782815429349483, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 205871 T936 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@89c7e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6eee5),segFN=segments_1,generation=1}
   [junit4]   2> 205871 T936 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 205875 T936 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 205876 T936 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 205876 T936 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 205876 T936 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 205876 T936 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 205876 T936 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 205877 T936 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 205877 T936 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 205877 T936 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 205879 T936 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 205879 T936 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 205879 T936 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 205880 T936 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 205880 T936 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 205880 T936 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 205881 T936 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 205881 T936 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 205882 T936 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 205884 T936 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 205884 T936 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 205884 T936 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 205885 T936 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 205886 T936 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 205886 T936 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 205886 T936 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 205887 T936 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 205887 T936 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 205896 T936 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 205897 T936 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 205901 T936 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 205906 T936 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 205906 T936 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 205908 T936 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 205911 T936 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 205911 T936 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 205912 T936 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=825482768, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 205913 T936 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@89c7e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6eee5),segFN=segments_1,generation=1}
   [junit4]   2> 205913 T936 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 205914 T936 oass.SolrIndexSearcher.<init> Opening Searcher@a331fa[collection1] main
   [junit4]   2> 205914 T936 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 205917 T936 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 205917 T936 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 205918 T936 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 205918 T936 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 205919 T936 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 205919 T936 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 205920 T936 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 205920 T936 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 205920 T936 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 205922 T936 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 205922 T937 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a331fa[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 205924 T940 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58245 collection:control_collection shard:shard1
   [junit4]   2> 205924 T904 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 205925 T904 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 205927 T940 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 205930 T904 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 205934 T904 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 205939 T944 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@192d40d name:ZooKeeperConnection Watcher:127.0.0.1:58238/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 205940 T904 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 205940 T940 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 205940 T904 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 205944 T904 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 205944 T932 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 205945 T940 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 205946 T940 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C94 name=collection1 org.apache.solr.core.SolrCore@18889bb url=http://127.0.0.1:58245/collection1 node=127.0.0.1:58245_ C94_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:58245, node_name=127.0.0.1:58245_, state=down}
   [junit4]   2> 205947 T940 C94 P58245 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58245/collection1/
   [junit4]   2> 205947 T940 C94 P58245 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 205947 T940 C94 P58245 oasc.SyncStrategy.syncToMe http://127.0.0.1:58245/collection1/ has no replicas
   [junit4]   2> 205947 T940 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58245/collection1/ shard1
   [junit4]   2> 205949 T940 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 205949 T933 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 205952 T904 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 205960 T932 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 205963 T933 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58245",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 206094 T944 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 206096 T932 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 206155 T940 oasc.ZkController.register We are http://127.0.0.1:58245/collection1/ and leader is http://127.0.0.1:58245/collection1/
   [junit4]   2> 206155 T940 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58245
   [junit4]   2> 206155 T940 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 206155 T940 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 206155 T940 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 206158 T932 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 206159 T933 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58245",
   [junit4]   2> 	  "node_name":"127.0.0.1:58245_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 206161 T933 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58245",
   [junit4]   2> 	  "node_name":"127.0.0.1:58245_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 206296 T932 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 206296 T944 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 207893 T904 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\shard-1-001\cores\collection1
   [junit4]   2> 207901 T904 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 207904 T904 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 207909 T904 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@16d424e{/,null,AVAILABLE}
   [junit4]   2> 207910 T904 oejs.AbstractConnector.doStart Started ServerConnector@1baa23d{HTTP/1.1}{127.0.0.1:58259}
   [junit4]   2> 207912 T904 oejs.Server.doStart Started @210601ms
   [junit4]   2> 207912 T904 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 207913 T904 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 207913 T904 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\shard-1-001
   [junit4]   2> 207913 T904 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\shard-1-001\'
   [junit4]   2> 207951 T904 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\shard-1-001\solr.xml
   [junit4]   2> 207967 T904 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\shard-1-001\cores
   [junit4]   2> 207967 T904 oasc.CoreContainer.<init> New CoreContainer 22544856
   [junit4]   2> 207968 T904 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\shard-1-001\]
   [junit4]   2> 207968 T904 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\shard-1-001\lib
   [junit4]   2> 207968 T904 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\shard-1-001\lib).
   [junit4]   2> 207985 T904 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 207985 T904 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 207986 T904 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 207986 T904 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 207986 T904 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 207986 T904 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 207986 T904 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 207986 T904 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 207986 T904 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 207986 T904 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 207986 T904 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 207986 T904 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 207986 T904 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 207986 T904 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 207986 T904 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 207987 T904 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58238/solr
   [junit4]   2> 207987 T904 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 207989 T904 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 207991 T904 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 207994 T958 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a22da6 name:ZooKeeperConnection Watcher:127.0.0.1:58238 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 207995 T904 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 207997 T904 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 207999 T906 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bd6b15ba80005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 208004 T904 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 208009 T961 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@83824d name:ZooKeeperConnection Watcher:127.0.0.1:58238/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 208009 T904 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 208021 T904 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 209413 T904 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58258_
   [junit4]   2> 209415 T904 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58258_
   [junit4]   2> 209423 T904 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 209431 T904 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\shard-1-001\cores
   [junit4]   2> 209431 T904 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\shard-1-001\cores\collection1\
   [junit4]   2> 209431 T904 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 209436 T962 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 209436 T962 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 209438 T962 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 209438 T932 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 209440 T933 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58258",
   [junit4]   2> 	  "node_name":"127.0.0.1:58258_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 209442 T933 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58258",
   [junit4]   2> 	  "node_name":"127.0.0.1:58258_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 209442 T933 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 209442 T933 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 209444 T932 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 209444 T961 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 209444 T944 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 210822 T962 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 210822 T962 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 210823 T962 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 210823 T962 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 210826 T962 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 210826 T962 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\shard-1-001\cores\collection1\'
   [junit4]   2> 210857 T962 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 210862 T962 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 210882 T962 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 210888 T962 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 210907 T962 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 210911 T962 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 210928 T962 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 211169 T962 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 211182 T962 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 211185 T962 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 211231 T962 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 211239 T962 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 211246 T962 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 211250 T962 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 211253 T962 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 211253 T962 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 211257 T962 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 211258 T962 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 211258 T962 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 211258 T962 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 211258 T962 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\tempDir-001/jetty1\
   [junit4]   2> 211258 T962 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f13da8
   [junit4]   2> 211261 T962 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\tempDir-001/jetty1\
   [junit4]   2> 211261 T962 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\tempDir-001/jetty1\index/
   [junit4]   2> 211270 T962 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 211278 T962 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\tempDir-001/jetty1\index
   [junit4]   2> 211301 T962 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=71.5341796875, floorSegmentMB=1.1435546875, forceMergeDeletesPctAllowed=23.782815429349483, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 211304 T962 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1af4a73 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1de037f),segFN=segments_1,generation=1}
   [junit4]   2> 211304 T962 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 211312 T962 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 211314 T962 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 211314 T962 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 211314 T962 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 211315 T962 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 211315 T962 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 211315 T962 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 211316 T962 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 211316 T962 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 211319 T962 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 211319 T962 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 211320 T962 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 211320 T962 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 211323 T962 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 211323 T962 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 211327 T962 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 211328 T962 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 211328 T962 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 211330 T962 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 211330 T962 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 211330 T962 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 211330 T962 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 211330 T962 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 211330 T962 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 211331 T962 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 211333 T962 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 211333 T962 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 211343 T962 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 211343 T962 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 211347 T962 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 211350 T962 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 211350 T962 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 211351 T962 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 211353 T962 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 211353 T962 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 211369 T962 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=825482768, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 211370 T962 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1af4a73 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1de037f),segFN=segments_1,generation=1}
   [junit4]   2> 211370 T962 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 211372 T962 oass.SolrIndexSearcher.<init> Opening Searcher@1e96d0d[collection1] main
   [junit4]   2> 211372 T962 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 211373 T962 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 211373 T962 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 211373 T962 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 211373 T962 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 211373 T962 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 211373 T962 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 211374 T962 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 211374 T962 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 211374 T962 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 211374 T962 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 211378 T963 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e96d0d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 211383 T904 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 211383 T904 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 211384 T966 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58258 collection:collection1 shard:shard2
   [junit4]   2> 211426 T966 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 211453 T966 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 211458 T932 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 211458 T966 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 211458 T966 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C95 name=collection1 org.apache.solr.core.SolrCore@1dcc59b url=http://127.0.0.1:58258/collection1 node=127.0.0.1:58258_ C95_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:58258, node_name=127.0.0.1:58258_, state=down}
   [junit4]   2> 211458 T966 C95 P58258 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58258/collection1/
   [junit4]   2> 211460 T966 C95 P58258 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 211460 T966 C95 P58258 oasc.SyncStrategy.syncToMe http://127.0.0.1:58258/collection1/ has no replicas
   [junit4]   2> 211460 T966 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58258/collection1/ shard2
   [junit4]   2> 211460 T966 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 211464 T933 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 211476 T932 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 211480 T933 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58258",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 211624 T961 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 211624 T932 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 211626 T944 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 211689 T966 oasc.ZkController.register We are http://127.0.0.1:58258/collection1/ and leader is http://127.0.0.1:58258/collection1/
   [junit4]   2> 211689 T966 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58258
   [junit4]   2> 211689 T966 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 211689 T966 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 211689 T966 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 211692 T932 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 211697 T933 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58258",
   [junit4]   2> 	  "node_name":"127.0.0.1:58258_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 211699 T933 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58258",
   [junit4]   2> 	  "node_name":"127.0.0.1:58258_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 211845 T944 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 211846 T932 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 211845 T961 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 213395 T904 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\shard-2-001\cores\collection1
   [junit4]   2> 213400 T904 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 213402 T904 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 213407 T904 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@c12f2c{/,null,AVAILABLE}
   [junit4]   2> 213409 T904 oejs.AbstractConnector.doStart Started ServerConnector@c6265a{HTTP/1.1}{127.0.0.1:58269}
   [junit4]   2> 213410 T904 oejs.Server.doStart Started @214616ms
   [junit4]   2> 213410 T904 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 213411 T904 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 213411 T904 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\shard-2-001
   [junit4]   2> 213411 T904 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\shard-2-001\'
   [junit4]   2> 213452 T904 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\shard-2-001\solr.xml
   [junit4]   2> 213463 T904 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\shard-2-001\cores
   [junit4]   2> 213463 T904 oasc.CoreContainer.<init> New CoreContainer 21724291
   [junit4]   2> 213464 T904 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\shard-2-001\]
   [junit4]   2> 213464 T904 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\shard-2-001\lib
   [junit4]   2> 213464 T904 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\shard-2-001\lib).
   [junit4]   2> 213480 T904 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 213480 T904 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 213480 T904 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 213480 T904 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 213480 T904 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 213480 T904 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 213480 T904 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 213480 T904 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 213480 T904 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 213480 T904 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 213480 T904 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 213484 T904 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 213484 T904 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 213484 T904 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 213484 T904 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 213487 T904 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58238/solr
   [junit4]   2> 213487 T904 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 213487 T904 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 213491 T904 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 213495 T981 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f399e5 name:ZooKeeperConnection Watcher:127.0.0.1:58238 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 213496 T904 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 213496 T904 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 213499 T906 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bd6b15ba80007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 213502 T904 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 213505 T984 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@163f728 name:ZooKeeperConnection Watcher:127.0.0.1:58238/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 213506 T904 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 213518 T904 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 214909 T904 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58268_
   [junit4]   2> 214912 T904 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58268_
   [junit4]   2> 214920 T904 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 214926 T904 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\shard-2-001\cores
   [junit4]   2> 214928 T904 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\shard-2-001\cores\collection1\
   [junit4]   2> 214928 T904 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 214930 T985 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 214930 T985 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 214932 T932 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 214932 T985 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 214935 T933 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58268",
   [junit4]   2> 	  "node_name":"127.0.0.1:58268_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 214936 T933 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58268",
   [junit4]   2> 	  "node_name":"127.0.0.1:58268_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 214936 T933 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 214936 T933 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 214939 T944 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 214939 T984 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 214939 T961 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 214939 T932 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 216317 T985 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 216317 T985 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 216319 T985 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 216319 T985 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 216321 T985 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 216321 T985 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\shard-2-001\cores\collection1\'
   [junit4]   2> 216359 T985 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 216365 T985 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 216382 T985 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 216388 T985 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 216406 T985 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 216410 T985 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 216424 T985 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 216643 T985 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 216658 T985 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 216662 T985 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 216713 T985 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 216725 T985 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 216732 T985 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 216736 T985 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 216742 T985 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 216742 T985 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 216743 T985 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 216743 T985 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 216743 T985 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 216743 T985 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 216743 T985 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\tempDir-001/jetty2\
   [junit4]   2> 216743 T985 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f13da8
   [junit4]   2> 216744 T985 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\tempDir-001/jetty2\
   [junit4]   2> 216744 T985 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\tempDir-001/jetty2\index/
   [junit4]   2> 216746 T985 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\tempDir-001\jetty2\index' doesn't exist. Creating new index...
   [junit4]   2> 216747 T985 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001\tempDir-001/jetty2\index
   [junit4]   2> 216747 T985 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=71.5341796875, floorSegmentMB=1.1435546875, forceMergeDeletesPctAllowed=23.782815429349483, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 216747 T985 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c47eda lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1dfb312),segFN=segments_1,generation=1}
   [junit4]   2> 216747 T985 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 216752 T985 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 216754 T985 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 216754 T985 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 216754 T985 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 216754 T985 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 216754 T985 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 216754 T985 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 216754 T985 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 216754 T985 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 216755 T985 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 216755 T985 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 216756 T985 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 216756 T985 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 216756 T985 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 216756 T985 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 216758 T985 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 216759 T985 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 216759 T985 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 216759 T985 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 216759 T985 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 216759 T985 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 216761 T985 oasc.RequestHand

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


   [junit4]   2> 282606 T904 oejs.AbstractConnector.doStop Stopped ServerConnector@1597d47{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 282606 T904 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@2373ac{/,null,UNAVAILABLE}
   [junit4]   2> 282608 T904 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:58238 58238
   [junit4]   2> 284604 T905 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:58238 58238
   [junit4]   2> 284606 T905 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		5	/solr/aliases.json
   [junit4]   2> 		5	/solr/clusterstate.json
   [junit4]   2> 		4	/solr/configs/conf1
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		5	/solr/live_nodes
   [junit4]   2> 		4	/solr/overseer/queue
   [junit4]   2> 		4	/solr/overseer/collection-queue-work
   [junit4]   2> 	
   [junit4]   2> 284606 T904 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:58258/
   [junit4]   2> 284606 T904 oasc.SocketProxy.close WARN Closing 12 connections to: http://127.0.0.1:58268/
   [junit4]   2> 284606 T904 oasc.SocketProxy.close WARN Closing 2 connections to: http://127.0.0.1:58278/
   [junit4]   2> 284606 T904 oasc.SocketProxy.close WARN Closing 2 connections to: http://127.0.0.1:58245/
   [junit4]   2> 284607 T904 oasc.ReplicationFactorTest.distribTearDown super.distribTearDown complete, closing all socket proxies
   [junit4]   2> 284607 T904 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:58258/
   [junit4]   2> 284607 T904 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:58268/
   [junit4]   2> 284607 T904 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:58278/
   [junit4]   2> 284607 T904 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:58245/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ReplicationFactorTest -Dtests.method=test -Dtests.seed=D27AE144C1248401 -Dtests.slow=true -Dtests.locale=ar_TN -Dtests.timezone=MST -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   83.1s | ReplicationFactorTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:899)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
   [junit4]    > 	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
   [junit4]    > 	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:945)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:920)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	... 1 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1080, name=updateExecutor-119-thread-2, state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@1886d03 rejected from java.util.concurrent.ThreadPoolExecutor@54b323[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 24]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D27AE144C1248401]:0)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:279)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 284623 T904 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D27AE144C1248401-001
   [junit4]   2> NOTE: test params are: codec=Lucene50, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=ar_TN, timezone=MST
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_31 (32-bit)/cpus=2,threads=1,free=78687832,total=235929600
   [junit4]   2> NOTE: All tests run in this JVM: [TestExactStatsCache, AnalyticsMergeStrategyTest, TestHashPartitioner, SolrCoreCheckLockOnStartupTest, TestRangeQuery, DistributedQueryComponentOptimizationTest, TestAddFieldRealTimeGet, PathHierarchyTokenizerFactoryTest, ConvertedLegacyTest, RegexBoostProcessorTest, OverseerStatusTest, BinaryUpdateRequestHandlerTest, StressHdfsTest, TestXIncludeConfig, ExternalCollectionsTest, PluginInfoTest, VMParamsZkACLAndCredentialsProvidersTest, ReplicationFactorTest]
   [junit4] Completed in 83.13s, 1 test, 1 error <<< FAILURES!

[...truncated 1417 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 468 suites, 1868 tests, 1 error, 57 ignored (30 assumptions)

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



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

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

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

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

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

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

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


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

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

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




Build Log:
[...truncated 10159 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\init-core-data-001
   [junit4]   2> 3872746 T18748 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /o_xz/oi
   [junit4]   2> 3872753 T18748 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3872754 T18749 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 3872826 T18748 oasc.ZkTestServer.run start zk server on port:63176
   [junit4]   2> 3872826 T18748 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3872829 T18748 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3872832 T18756 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@54e61b name:ZooKeeperConnection Watcher:127.0.0.1:63176 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3872833 T18748 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3872833 T18748 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3872834 T18748 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 3872837 T18748 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3872839 T18748 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3872840 T18759 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a875e1 name:ZooKeeperConnection Watcher:127.0.0.1:63176/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3872841 T18748 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3872841 T18748 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3872842 T18748 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 3872845 T18748 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 3872848 T18748 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 3872851 T18748 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 3872854 T18748 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 3872854 T18748 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 3872860 T18748 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 3872860 T18748 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 3872866 T18748 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3872866 T18748 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3872870 T18748 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 3872870 T18748 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 3872873 T18748 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 3872874 T18748 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 3872877 T18748 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 3872877 T18748 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 3872880 T18748 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 3872880 T18748 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 3872884 T18748 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3872885 T18748 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3872887 T18748 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3872888 T18748 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3872891 T18748 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 3872892 T18748 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 3872894 T18748 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 3872895 T18748 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 3874124 T18748 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\control-001\cores\collection1
   [junit4]   2> 3874127 T18748 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 3874130 T18748 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1586242{/o_xz/oi,null,AVAILABLE}
   [junit4]   2> 3874135 T18748 oejs.AbstractConnector.doStart Started ServerConnector@69d338{HTTP/1.1}{127.0.0.1:63184}
   [junit4]   2> 3874135 T18748 oejs.Server.doStart Started @3877539ms
   [junit4]   2> 3874136 T18748 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 3874136 T18748 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3874136 T18748 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\control-001
   [junit4]   2> 3874136 T18748 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\control-001\'
   [junit4]   2> 3874170 T18748 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\control-001\solr.xml
   [junit4]   2> 3874178 T18748 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\control-001\cores
   [junit4]   2> 3874178 T18748 oasc.CoreContainer.<init> New CoreContainer 3730503
   [junit4]   2> 3874178 T18748 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\control-001\]
   [junit4]   2> 3874178 T18748 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\control-001\lib
   [junit4]   2> 3874178 T18748 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\control-001\lib).
   [junit4]   2> 3874190 T18748 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3874190 T18748 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3874190 T18748 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3874190 T18748 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3874191 T18748 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3874191 T18748 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3874191 T18748 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3874191 T18748 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3874191 T18748 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3874191 T18748 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3874192 T18748 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3874192 T18748 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3874192 T18748 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3874193 T18748 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3874193 T18748 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3874193 T18748 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63176/solr
   [junit4]   2> 3874193 T18748 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3874193 T18748 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3874195 T18748 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3874197 T18773 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1728c76 name:ZooKeeperConnection Watcher:127.0.0.1:63176 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3874198 T18748 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3874198 T18748 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3874201 T18748 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3874203 T18776 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2755cd name:ZooKeeperConnection Watcher:127.0.0.1:63176/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3874204 T18748 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3874205 T18748 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 3874209 T18748 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 3874212 T18748 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 3874216 T18748 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 3874220 T18748 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 3874223 T18748 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 3874225 T18748 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63183_o_xz%2Foi
   [junit4]   2> 3874226 T18748 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63183_o_xz%2Foi
   [junit4]   2> 3874229 T18748 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 3874232 T18748 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 3874234 T18748 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3874237 T18748 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:63183_o_xz%2Foi
   [junit4]   2> 3874237 T18748 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 3874240 T18748 oasc.Overseer.start Overseer (id=93403567343468547-127.0.0.1:63183_o_xz%2Foi-n_0000000000) starting
   [junit4]   2> 3874243 T18748 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 3874254 T18748 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3874256 T18778 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 3874256 T18777 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 3874257 T18748 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 3874260 T18748 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 3874262 T18748 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3874269 T18748 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\control-001\cores
   [junit4]   2> 3874271 T18748 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\control-001\cores\collection1\
   [junit4]   2> 3874271 T18748 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3874273 T18780 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 3874273 T18780 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3874274 T18776 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3874274 T18780 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3874275 T18777 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63183/o_xz/oi",
   [junit4]   2> 	  "node_name":"127.0.0.1:63183_o_xz%2Foi",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 3874277 T18777 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63183/o_xz/oi",
   [junit4]   2> 	  "node_name":"127.0.0.1:63183_o_xz%2Foi",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3874277 T18777 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 3874278 T18777 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 3874279 T18776 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3875000 T18780 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3875000 T18780 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 3875001 T18780 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3875001 T18780 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 3875002 T18780 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3875002 T18780 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\control-001\cores\collection1\'
   [junit4]   2> 3875020 T18780 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 3875023 T18780 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 3875034 T18780 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3875040 T18780 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3875052 T18780 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3875054 T18780 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3875060 T18780 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3875171 T18780 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3875178 T18780 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3875179 T18780 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3875196 T18780 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3875200 T18780 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3875203 T18780 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3875205 T18780 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3875205 T18780 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3875206 T18780 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3875207 T18780 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3875207 T18780 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3875207 T18780 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 3875208 T18780 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3875208 T18780 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\tempDir-001/control/data\
   [junit4]   2> 3875208 T18780 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@8a6d46
   [junit4]   2> 3875209 T18780 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\tempDir-001/control/data\
   [junit4]   2> 3875209 T18780 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\tempDir-001/control/data\index/
   [junit4]   2> 3875209 T18780 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3875210 T18780 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\tempDir-001/control/data\index
   [junit4]   2> 3875210 T18780 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=13.103515625, floorSegmentMB=0.3271484375, forceMergeDeletesPctAllowed=26.385074871624752, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8081100438484125
   [junit4]   2> 3875211 T18780 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7afa1a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6b4e9b),segFN=segments_1,generation=1}
   [junit4]   2> 3875211 T18780 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3875214 T18780 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3875215 T18780 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3875216 T18780 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3875216 T18780 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3875216 T18780 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3875216 T18780 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3875216 T18780 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3875217 T18780 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3875217 T18780 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3875218 T18780 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3875219 T18780 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3875219 T18780 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3875220 T18780 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3875220 T18780 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 3875220 T18780 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 3875221 T18780 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 3875222 T18780 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 3875223 T18780 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 3875223 T18780 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 3875224 T18780 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 3875224 T18780 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 3875225 T18780 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 3875226 T18780 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 3875227 T18780 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 3875227 T18780 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3875227 T18780 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 3875228 T18780 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3875233 T18780 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3875235 T18780 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3875237 T18780 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3875239 T18780 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3875239 T18780 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3875241 T18780 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3875243 T18780 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3875243 T18780 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3875244 T18780 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=27.78125, floorSegmentMB=1.3671875, forceMergeDeletesPctAllowed=21.995494841171343, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 3875245 T18780 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7afa1a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6b4e9b),segFN=segments_1,generation=1}
   [junit4]   2> 3875245 T18780 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3875245 T18780 oass.SolrIndexSearcher.<init> Opening Searcher@14ff275[collection1] main
   [junit4]   2> 3875245 T18780 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 3875246 T18780 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3875247 T18780 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3875248 T18780 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3875248 T18780 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3875248 T18780 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3875248 T18780 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3875249 T18780 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3875249 T18780 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3875249 T18780 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3875250 T18780 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3875251 T18781 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@14ff275[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3875252 T18784 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63183/o_xz/oi collection:control_collection shard:shard1
   [junit4]   2> 3875252 T18748 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3875252 T18748 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3875254 T18784 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 3875255 T18748 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3875256 T18748 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3875259 T18788 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@148030f name:ZooKeeperConnection Watcher:127.0.0.1:63176/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3875259 T18748 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3875259 T18748 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3875262 T18748 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3875264 T18784 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 3875267 T18776 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3875268 T18784 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 3875268 T18784 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3558 name=collection1 org.apache.solr.core.SolrCore@10f121f url=http://127.0.0.1:63183/o_xz/oi/collection1 node=127.0.0.1:63183_o_xz%2Foi C3558_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:63183/o_xz/oi, node_name=127.0.0.1:63183_o_xz%2Foi, state=down}
   [junit4]   2> 3875269 T18784 C3558 P63183 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63183/o_xz/oi/collection1/
   [junit4]   2> 3875269 T18784 C3558 P63183 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 3875269 T18784 C3558 P63183 oasc.SyncStrategy.syncToMe http://127.0.0.1:63183/o_xz/oi/collection1/ has no replicas
   [junit4]   2> 3875269 T18777 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 3875269 T18748 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 3875270 T18748 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 3875270 T18748 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3875269 T18784 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:63183/o_xz/oi/collection1/ shard1
   [junit4]   2> 3875272 T18784 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 3875272 T18748 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3875275 T18791 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fdfee5 name:ZooKeeperConnection Watcher:127.0.0.1:63176/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3875276 T18748 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3875276 T18748 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3875280 T18776 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3875281 T18777 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 1
   [junit4]   2> 3875282 T18777 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 3875283 T18776 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3875284 T18788 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3875297 T18777 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63183/o_xz/oi",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 3875297 T18777 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 3875300 T18776 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3875301 T18788 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3875312 T18776 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3875393 T18776 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3875393 T18788 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3875403 T18784 oasc.ZkController.register We are http://127.0.0.1:63183/o_xz/oi/collection1/ and leader is http://127.0.0.1:63183/o_xz/oi/collection1/
   [junit4]   2> 3875403 T18784 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63183/o_xz/oi
   [junit4]   2> 3875403 T18784 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 3875403 T18784 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 3875403 T18784 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3875404 T18776 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3875407 T18777 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63183/o_xz/oi",
   [junit4]   2> 	  "node_name":"127.0.0.1:63183_o_xz%2Foi",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 3875408 T18777 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63183/o_xz/oi",
   [junit4]   2> 	  "node_name":"127.0.0.1:63183_o_xz%2Foi",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3875492 T18788 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3875492 T18776 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3876454 T18748 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\shard-1-001\cores\collection1
   [junit4]   2> 3876459 T18748 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 3876461 T18748 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 3876465 T18748 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@b88169{/o_xz/oi,null,AVAILABLE}
   [junit4]   2> 3876467 T18748 oejs.AbstractConnector.doStart Started ServerConnector@1f7e5f{HTTP/1.1}{127.0.0.1:63200}
   [junit4]   2> 3876468 T18748 oejs.Server.doStart Started @3880610ms
   [junit4]   2> 3876468 T18748 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 3876468 T18748 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3876468 T18748 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\shard-1-001
   [junit4]   2> 3876469 T18748 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\shard-1-001\'
   [junit4]   2> 3876521 T18748 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\shard-1-001\solr.xml
   [junit4]   2> 3876532 T18748 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\shard-1-001\cores
   [junit4]   2> 3876532 T18748 oasc.CoreContainer.<init> New CoreContainer 7008369
   [junit4]   2> 3876533 T18748 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\shard-1-001\]
   [junit4]   2> 3876533 T18748 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\shard-1-001\lib
   [junit4]   2> 3876534 T18748 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\shard-1-001\lib).
   [junit4]   2> 3876558 T18748 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3876558 T18748 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3876558 T18748 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3876560 T18748 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3876560 T18748 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3876560 T18748 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3876560 T18748 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3876561 T18748 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3876561 T18748 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3876561 T18748 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3876561 T18748 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3876563 T18748 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3876563 T18748 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3876563 T18748 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3876564 T18748 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3876565 T18748 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63176/solr
   [junit4]   2> 3876566 T18748 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3876566 T18748 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3876575 T18748 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3876578 T18805 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7fa168 name:ZooKeeperConnection Watcher:127.0.0.1:63176 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3876578 T18748 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3876579 T18748 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3876582 T18748 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3876585 T18808 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1cb8213 name:ZooKeeperConnection Watcher:127.0.0.1:63176/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3876585 T18748 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3876593 T18748 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3877400 T18748 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63199_o_xz%2Foi
   [junit4]   2> 3877402 T18748 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63199_o_xz%2Foi
   [junit4]   2> 3877407 T18748 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3877410 T18748 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\shard-1-001\cores
   [junit4]   2> 3877412 T18748 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\shard-1-001\cores\collection1\
   [junit4]   2> 3877413 T18748 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3877420 T18809 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 3877422 T18809 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3877426 T18776 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3877428 T18809 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 3877428 T18809 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 3877428 T18777 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63199/o_xz/oi",
   [junit4]   2> 	  "node_name":"127.0.0.1:63199_o_xz%2Foi",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 3877429 T18809 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 3877430 T18777 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63199/o_xz/oi",
   [junit4]   2> 	  "node_name":"127.0.0.1:63199_o_xz%2Foi",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3877431 T18777 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 3877431 T18777 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 3877432 T18809 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 3877434 T18809 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3877435 T18777 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 3877435 T18808 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3877437 T18808 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 3878232 T18809 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3878232 T18809 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 3878234 T18809 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3878234 T18809 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3878236 T18809 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3878237 T18809 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\shard-1-001\cores\collection1\'
   [junit4]   2> 3878267 T18809 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 3878272 T18809 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 3878285 T18809 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3878292 T18809 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3878299 T18809 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3878302 T18809 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3878311 T18809 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3878447 T18809 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3878454 T18809 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3878454 T18809 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3878472 T18809 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3878478 T18809 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3878482 T18809 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3878484 T18809 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3878485 T18809 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3878485 T18809 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3878487 T18809 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3878487 T18809 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3878487 T18809 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 3878487 T18809 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3878488 T18809 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\tempDir-001/jetty1\
   [junit4]   2> 3878488 T18809 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@8a6d46
   [junit4]   2> 3878489 T18809 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\tempDir-001/jetty1\
   [junit4]   2> 3878489 T18809 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\tempDir-001/jetty1\index/
   [junit4]   2> 3878489 T18809 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 3878490 T18809 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\tempDir-001/jetty1\index
   [junit4]   2> 3878491 T18809 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=13.103515625, floorSegmentMB=0.3271484375, forceMergeDeletesPctAllowed=26.385074871624752, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8081100438484125
   [junit4]   2> 3878492 T18809 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@128d4c7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1da1f10),segFN=segments_1,generation=1}
   [junit4]   2> 3878492 T18809 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3878496 T18809 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3878497 T18809 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3878497 T18809 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3878497 T18809 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3878498 T18809 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3878498 T18809 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3878499 T18809 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3878499 T18809 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3878499 T18809 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3878500 T18809 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3878501 T18809 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3878502 T18809 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3878503 T18809 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3878503 T18809 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 3878504 T18809 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 3878506 T18809 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 3878506 T18809 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 3878507 T18809 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 3878508 T18809 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 3878509 T18809 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 3878510 T18809 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 3878510 T18809 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 3878511 T18809 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 3878512 T18809 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 3878513 T18809 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3878514 T18809 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 3878514 T18809 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3878518 T18809 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3878521 T18809 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3878523 T18809 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3878524 T18809 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3878525 T18809 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3878526 T18809 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3878528 T18809 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3878528 T18809 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3878528 T18809 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=27.78125, floorSegmentMB=1.3671875, forceMergeDeletesPctAllowed=21.995494841171343, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 3878529 T18809 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@128d4c7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1da1f10),segFN=segments_1,generation=1}
   [junit4]   2> 3878529 T18809 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3878530 T18809 oass.SolrIndexSearcher.<init> Opening Searcher@bd18a7[collection1] main
   [junit4]   2> 3878530 T18809 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3878532 T18809 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3878532 T18809 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3878533 T18809 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3878533 T18809 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3878534 T18809 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3878535 T18809 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3878535 T18809 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3878535 T18809 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3878535 T18809 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3878535 T18810 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@bd18a7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3878537 T18809 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3878539 T18813 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63199/o_xz/oi collection:collection1 shard:shard2
   [junit4]   2> 3878539 T18748 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3878539 T18748 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3878541 T18813 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 3878547 T18813 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 3878549 T18776 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3878550 T18813 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 3878550 T18813 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3559 name=collection1 org.apache.solr.core.SolrCore@1084d41 url=http://127.0.0.1:63199/o_xz/oi/collection1 node=127.0.0.1:63199_o_xz%2Foi C3559_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:63199/o_xz/oi, node_name=127.0.0.1:63199_o_xz%2Foi, state=down}
   [junit4]   2> 3878550 T18813 C3559 P63199 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63199/o_xz/oi/collection1/
   [junit4]   2> 3878552 T18813 C3559 P63199 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 3878552 T18813 C3559 P63199 oasc.SyncStrategy.syncToMe http://127.0.0.1:63199/o_xz/oi/collection1/ has no replicas
   [junit4]   2> 3878552 T18813 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:63199/o_xz/oi/collection1/ shard2
   [junit4]   2> 3878552 T18813 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 3878553 T18777 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 3878555 T18777 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 3878556 T18808 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3878557 T18808 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 3878563 T18777 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63199/o_xz/oi",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 3878564 T18777 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 3878566 T18808 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3878567 T18808 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 3878570 T18776 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3878603 T18813 oasc.ZkController.register We are http://127.0.0.1:63199/o_xz/oi/collection1/ and leader is http://127.0.0.1:63199/o_xz/oi/collection1/
   [junit4]   2> 3878603 T18813 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63199/o_xz/oi
   [junit4]   2> 3878603 T18813 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 3878603 T18813 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 3878603 T18813 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3878605 T18776 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3878609 T18777 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63199/o_xz/oi",
   [junit4]   2> 	  "node_name":"127.0.0.1:63199_o_xz%2Foi",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 3878610 T18777 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63199/o_xz/oi",
   [junit4]   2> 	  "node_name":"127.0.0.1:63199_o_xz%2Foi",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3878613 T18777 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 3878614 T18808 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3878616 T18813 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 3878616 T18808 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 3879827 T18748 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\shard-2-001\cores\collection1
   [junit4]   2> 3879832 T18748 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 3879833 T18748 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 3879837 T18748 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@3896c4{/o_xz/oi,null,AVAILABLE}
   [junit4]   2> 3879838 T18748 oejs.AbstractConnector.doStart Started ServerConnector@2d5e56{HTTP/1.1}{127.0.0.1:63210}
   [junit4]   2> 3879838 T18748 oejs.Server.doStart Started @3884878ms
   [junit4]   2> 3879838 T18748 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 3879838 T18748 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3879838 T18748 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\shard-2-001
   [junit4]   2> 3879840 T18748 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\shard-2-001\'
   [junit4]   2> 3879882 T18748 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\shard-2-001\solr.xml
   [junit4]   2> 3879897 T18748 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\shard-2-001\cores
   [junit4]   2> 3879897 T18748 oasc.CoreContainer.<init> New CoreContainer 4270541
   [junit4]   2> 3879899 T18748 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\shard-2-001\]
   [junit4]   2> 3879900 T18748 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\shard-2-001\lib
   [junit4]   2> 3879900 T18748 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\shard-2-001\lib).
   [junit4]   2> 3879913 T18748 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3879914 T18748 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3879914 T18748 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3879914 T18748 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3879914 T18748 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3879914 T18748 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3879914 T18748 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3879914 T18748 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3879914 T18748 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3879914 T18748 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3879916 T18748 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3879917 T18748 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3879918 T18748 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3879918 T18748 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3879918 T18748 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3879918 T18748 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63176/solr
   [junit4]   2> 3879918 T18748 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3879918 T18748 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3879920 T18748 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3879922 T18828 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11671f8 name:ZooKeeperConnection Watcher:127.0.0.1:63176 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3879923 T18748 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3879924 T18748 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3879927 T18748 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3879929 T18831 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2e8a07 name:ZooKeeperConnection Watcher:127.0.0.1:63176/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3879929 T18748 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3879939 T18748 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3880745 T18748 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63209_o_xz%2Foi
   [junit4]   2> 3880747 T18748 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63209_o_xz%2Foi
   [junit4]   2> 3880755 T18748 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3880760 T18748 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\shard-2-001\cores
   [junit4]   2> 3880764 T18748 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4B0220F8EBC33CC9-001\shard-2-001\cores\collection1\
   [junit4]   2> 3880764 T18748 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3880769 T18832 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 3880769 T18832 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3880775 T18776 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3880776 T18777 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63209/o_xz/oi",
   [junit4]   2> 	  "node_name":"127.0.0.1:63209_o_xz%2Foi",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 3880777 T18832 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 3880777 T18832 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 3880778 T18777 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63209/o_xz/oi",
   [junit4]   2> 	  "node_name":"127.0.0.1:63209_o_xz%2Foi",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3880778 T18777 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 3880778 T18777 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 3880780 T18832 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeep

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

ponentTest, TestCoreDiscovery, PrimUtilsTest, SearchHandlerTest, TestSolrConfigHandlerConcurrent, TestCustomSort, TestCollectionAPI, TestDistributedMissingSort, XsltUpdateRequestHandlerTest, RequestLoggingTest, MergeStrategyTest, TestMissingGroups, TestBadConfig, FileBasedSpellCheckerTest, SpellCheckCollatorTest, TestChildDocTransformer, SolrTestCaseJ4Test, CustomCollectionTest, TestFastWriter, TestJmxMonitoredMap, TestReqParamsAPI, TestPhraseSuggestions, TestFileDictionaryLookup, TestBM25SimilarityFactory, DateRangeFieldTest, HdfsDirectoryFactoryTest, ChaosMonkeyNothingIsSafeTest, ChaosMonkeySafeLeaderTest, TestManagedSchema, RequiredFieldsTest, TestReRankQParserPlugin, HighlighterConfigTest, TestRecovery, TestUniqueKeyFieldResource, BJQParserTest, TestOmitPositions, AnalysisAfterCoreReloadTest, TestPartialUpdateDeduplication, ClusterStateUpdateTest, SpellingQueryConverterTest, TestFunctionQuery, NoCacheHeaderTest, HdfsDirectoryTest, TermVectorComponentTest, TestIndexSearcher, SimpleMLTQParserTest, TestSolrDynamicMBean, TestImplicitCoreProperties, CoreMergeIndexesAdminHandlerTest, PluginInfoTest, ReturnFieldsTest, TestInitParams, TestFieldSortValues, TestRestManager, CacheHeaderTest, SuggestComponentTest, TestValueSourceCache, TestJmxIntegration, TestQueryTypes, TestTrackingShardHandlerFactory, TestSchemaManager, TestDefaultStatsCache, TestCursorMarkWithoutUniqueKey, TestManagedSchemaFieldResource, DistributedFacetPivotSmallTest, DeleteInactiveReplicaTest, TestPerFieldSimilarity, TestLazyCores, UpdateRequestProcessorFactoryTest, TestFoldingMultitermQuery, TestManagedResourceStorage, TestOrdValues, HdfsChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, DirectSolrSpellCheckerTest, TestInitQParser, ConnectionManagerTest, CursorPagingTest, ShowFileRequestHandlerTest, TestIBSimilarityFactory, ClusterStateTest, DistributedFacetPivotLongTailTest, TestLRUStatsCache, TestIndexingPerformance, TestRangeQuery, TestNoOpRegenerator, UUIDUpdateProcessorFallbackTest, TestReloadAndDeleteDocs, TestManagedStopFilterFactory, PolyFieldTest, TestReplicationHandler, TestExtendedDismaxParser, TestStandardQParsers, ConvertedLegacyTest, TestSolrIndexConfig, MultiThreadedOCPTest, CloudMLTQParserTest, QueryElevationComponentTest, TestTolerantSearch, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, ShardRoutingTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, LeaderElectionTest, TestZkChroot, ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, AutoCommitTest, TestFaceting, TestHashPartitioner, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestStressReorder, TestReload, HardAutoCommitTest, DistributedTermsComponentTest, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, SolrCmdDistributorTest, PeerSyncTest, OverseerCollectionProcessorTest, HighlighterTest, SoftAutoCommitTest, CurrencyFieldXmlFileTest, SimplePostToolTest, CoreAdminHandlerTest, DocValuesTest, SuggesterTSTTest, SuggesterTest, TestStressLucene, TestTrie, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, TestSolrDeletionPolicy1, SolrInfoMBeanTest, DebugComponentTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, StandardRequestHandlerTest, DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, TermsComponentTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, PathHierarchyTokenizerFactoryTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, SolrPluginUtilsTest, IndexSchemaTest, TestCollationField, JSONWriterTest, TestCSVResponseWriter, QueryParsingTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, PingRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, TestBinaryResponseWriter, TestLFUCache, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, SolrIndexConfigTest, BadComponentTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestDocSet, TestBinaryField, TestSearchPerf, NumericFieldsTest, MinimalSchemaTest, TestElisionMultitermQuery, TestConfig, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestCharFilters, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, EchoParamsTest, TestLMJelinekMercerSimilarityFactory, TestDefaultSimilarityFactory, TimeZoneUtilsTest, TestFastOutputStream, TestFastLRUCache, PreAnalyzedFieldTest, TestSystemIdResolver, TestSuggestSpellingConverter, DateFieldTest, DOMUtilTest, TestSolrJ, TestLRUCache, TestUtils, SystemInfoHandlerTest, UUIDFieldTest, TestRTGBase, DistributedIntervalFacetingTest, AssignTest, AsyncMigrateRouteKeyTest, CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest, DeleteReplicaTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, ExternalCollectionsTest, LeaderInitiatedRecoveryOnCommitTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, OverseerStatusTest, RecoveryAfterSoftCommitTest, ReplicationFactorTest, RollingRestartTest, SSLMigrationTest, SharedFSAutoReplicaFailoverUtilsTest, TestCloudInspectUtil, TestCloudPivotFacet, TestLeaderElectionZkExpiry, TestMiniSolrCloudCluster, TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, TestReplicaProperties, TestShortCircuitedRequests, TriLevelCompositeIdRoutingTest, HdfsBasicDistributedZkTest, HdfsCollectionsAPIDistributedZkTest, HdfsSyncSliceTest, HdfsWriteToMultipleCollectionsTest, TestClusterStateMutator, ZkStateWriterTest, CachingDirectoryFactoryTest, TestConfigSets, TestNRTOpen, TestSolrConfigHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandler -Dtests.seed=4B0220F8EBC33CC9 -Dtests.slow=true -Dtests.locale=sr_CS -Dtests.timezone=Jamaica -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s | TestSolrConfigHandler (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 4B0220F8EBC33CC9-001\tempDir-010\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 4B0220F8EBC33CC9-001\tempDir-010\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 4B0220F8EBC33CC9-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 4B0220F8EBC33CC9-001\tempDir-010\collection1\conf
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 4B0220F8EBC33CC9-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 4B0220F8EBC33CC9-001\tempDir-010\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 4B0220F8EBC33CC9-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 4B0220F8EBC33CC9-001\tempDir-010
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4B0220F8EBC33CC9]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:286)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 14.89s, 4 tests, 1 error <<< FAILURES!

[...truncated 186 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 468 suites, 1868 tests, 1 suite-level error, 1 error, 57 ignored (30 assumptions)

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



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

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

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

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

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




Build Log:
[...truncated 10101 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\init-core-data-001
   [junit4]   2> 3699690 T18819 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /sc_/ci
   [junit4]   2> 3699694 T18819 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3699695 T18820 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 3699790 T18819 oasc.ZkTestServer.run start zk server on port:59046
   [junit4]   2> 3699790 T18819 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3699792 T18819 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3699796 T18827 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8a5011 name:ZooKeeperConnection Watcher:127.0.0.1:59046 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3699796 T18819 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3699797 T18819 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3699797 T18819 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 3699802 T18819 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3699802 T18819 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3699804 T18830 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@898723 name:ZooKeeperConnection Watcher:127.0.0.1:59046/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3699804 T18819 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3699805 T18819 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3699805 T18819 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 3699808 T18819 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 3699811 T18819 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 3699814 T18819 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 3699817 T18819 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 3699817 T18819 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 3699821 T18819 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 3699821 T18819 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 3699825 T18819 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3699825 T18819 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3699829 T18819 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 3699829 T18819 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 3699832 T18819 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 3699832 T18819 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 3699836 T18819 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 3699836 T18819 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 3699839 T18819 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 3699839 T18819 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 3699843 T18819 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3699843 T18819 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3699847 T18819 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3699847 T18819 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3699850 T18819 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 3699850 T18819 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 3699854 T18819 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 3699854 T18819 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 3701219 T18819 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\control-001\cores\collection1
   [junit4]   2> 3701224 T18819 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 3701227 T18819 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1c124aa{/sc_/ci,null,AVAILABLE}
   [junit4]   2> 3701229 T18819 oejs.AbstractConnector.doStart Started ServerConnector@3bf7af{HTTP/1.1}{127.0.0.1:59054}
   [junit4]   2> 3701230 T18819 oejs.Server.doStart Started @3691233ms
   [junit4]   2> 3701230 T18819 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 3701230 T18819 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3701230 T18819 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\control-001
   [junit4]   2> 3701230 T18819 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\control-001\'
   [junit4]   2> 3701262 T18819 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\control-001\solr.xml
   [junit4]   2> 3701269 T18819 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\control-001\cores
   [junit4]   2> 3701270 T18819 oasc.CoreContainer.<init> New CoreContainer 24904307
   [junit4]   2> 3701270 T18819 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\control-001\]
   [junit4]   2> 3701270 T18819 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\control-001\lib
   [junit4]   2> 3701270 T18819 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\control-001\lib).
   [junit4]   2> 3701280 T18819 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3701280 T18819 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3701281 T18819 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3701281 T18819 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3701281 T18819 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3701281 T18819 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3701281 T18819 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3701281 T18819 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3701281 T18819 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3701281 T18819 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3701283 T18819 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3701283 T18819 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3701283 T18819 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3701283 T18819 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3701283 T18819 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3701283 T18819 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59046/solr
   [junit4]   2> 3701283 T18819 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3701283 T18819 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3701286 T18819 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3701287 T18844 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@156e3b5 name:ZooKeeperConnection Watcher:127.0.0.1:59046 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3701287 T18819 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3701287 T18819 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3701289 T18821 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bd3bd93040002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 3701291 T18819 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3701292 T18847 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b5a010 name:ZooKeeperConnection Watcher:127.0.0.1:59046/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3701293 T18819 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3701295 T18819 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 3701299 T18819 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 3701302 T18819 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 3701305 T18819 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 3701308 T18819 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 3701312 T18819 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 3701314 T18819 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59053_sc_%2Fci
   [junit4]   2> 3701315 T18819 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59053_sc_%2Fci
   [junit4]   2> 3701318 T18819 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 3701319 T18819 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 3701321 T18819 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3701323 T18819 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:59053_sc_%2Fci
   [junit4]   2> 3701323 T18819 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 3701327 T18819 oasc.Overseer.start Overseer (id=93401028460019715-127.0.0.1:59053_sc_%2Fci-n_0000000000) starting
   [junit4]   2> 3701330 T18819 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 3701339 T18819 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3701341 T18848 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 3701341 T18849 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 3701342 T18819 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 3701345 T18819 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 3701347 T18819 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3701352 T18819 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\control-001\cores
   [junit4]   2> 3701353 T18819 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\control-001\cores\collection1\
   [junit4]   2> 3701354 T18819 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3701355 T18851 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 3701355 T18851 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3701356 T18847 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3701356 T18851 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3701357 T18848 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59053/sc_/ci",
   [junit4]   2> 	  "node_name":"127.0.0.1:59053_sc_%2Fci",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 3701358 T18848 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59053/sc_/ci",
   [junit4]   2> 	  "node_name":"127.0.0.1:59053_sc_%2Fci",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3701358 T18848 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 3701358 T18848 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 3701360 T18847 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3702318 T18851 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3702318 T18851 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 3702318 T18851 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3702318 T18851 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 3702319 T18851 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3702319 T18851 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\control-001\cores\collection1\'
   [junit4]   2> 3702336 T18851 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 3702339 T18851 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 3702348 T18851 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3702349 T18851 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3702357 T18851 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3702361 T18851 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3702364 T18851 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3702473 T18851 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3702480 T18851 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3702481 T18851 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3702492 T18851 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3702495 T18851 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3702498 T18851 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3702500 T18851 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3702500 T18851 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3702500 T18851 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3702501 T18851 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3702501 T18851 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3702501 T18851 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 3702501 T18851 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3702502 T18851 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\tempDir-001/control/data\
   [junit4]   2> 3702502 T18851 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f84b77
   [junit4]   2> 3702503 T18851 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\tempDir-001/control/data\
   [junit4]   2> 3702503 T18851 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\tempDir-001/control/data\index/
   [junit4]   2> 3702503 T18851 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3702503 T18851 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\tempDir-001/control/data\index
   [junit4]   2> 3702504 T18851 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=65.291015625, floorSegmentMB=2.14453125, forceMergeDeletesPctAllowed=9.324925307347009, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4902141643955431
   [junit4]   2> 3702505 T18851 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@98396f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1002b47),segFN=segments_1,generation=1}
   [junit4]   2> 3702505 T18851 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3702507 T18851 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3702508 T18851 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3702509 T18851 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3702509 T18851 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3702509 T18851 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3702509 T18851 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3702510 T18851 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3702510 T18851 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3702510 T18851 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3702511 T18851 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3702511 T18851 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3702511 T18851 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3702512 T18851 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3702512 T18851 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 3702512 T18851 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 3702513 T18851 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 3702514 T18851 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 3702514 T18851 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 3702515 T18851 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 3702515 T18851 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 3702515 T18851 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 3702515 T18851 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 3702516 T18851 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 3702516 T18851 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 3702516 T18851 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3702517 T18851 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 3702518 T18851 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3702523 T18851 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3702525 T18851 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3702526 T18851 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3702528 T18851 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3702528 T18851 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3702530 T18851 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3702531 T18851 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3702532 T18851 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3702532 T18851 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=46.3154296875, floorSegmentMB=1.873046875, forceMergeDeletesPctAllowed=9.826776625018455, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 3702533 T18851 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@98396f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1002b47),segFN=segments_1,generation=1}
   [junit4]   2> 3702533 T18851 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3702533 T18851 oass.SolrIndexSearcher.<init> Opening Searcher@1e6ac28[collection1] main
   [junit4]   2> 3702534 T18851 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 3702535 T18851 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3702535 T18851 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3702536 T18851 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3702536 T18851 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3702537 T18851 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3702538 T18851 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3702538 T18851 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3702538 T18851 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3702538 T18851 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3702539 T18851 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3702539 T18852 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e6ac28[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3702540 T18855 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59053/sc_/ci collection:control_collection shard:shard1
   [junit4]   2> 3702541 T18819 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3702541 T18819 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3702542 T18855 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 3702542 T18819 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3702545 T18819 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3702549 T18859 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@973319 name:ZooKeeperConnection Watcher:127.0.0.1:59046/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3702549 T18819 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3702549 T18819 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3702552 T18819 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3702553 T18855 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 3702555 T18847 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3702556 T18855 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 3702556 T18855 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3558 name=collection1 org.apache.solr.core.SolrCore@130729 url=http://127.0.0.1:59053/sc_/ci/collection1 node=127.0.0.1:59053_sc_%2Fci C3558_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:59053/sc_/ci, node_name=127.0.0.1:59053_sc_%2Fci, state=down}
   [junit4]   2> 3702556 T18855 C3558 P59053 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59053/sc_/ci/collection1/
   [junit4]   2> 3702556 T18855 C3558 P59053 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 3702557 T18855 C3558 P59053 oasc.SyncStrategy.syncToMe http://127.0.0.1:59053/sc_/ci/collection1/ has no replicas
   [junit4]   2> 3702557 T18848 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 3702557 T18819 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 3702557 T18855 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59053/sc_/ci/collection1/ shard1
   [junit4]   2> 3702587 T18855 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 3702591 T18847 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3702592 T18848 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59053/sc_/ci",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 3702689 T18859 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3702690 T18847 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3702739 T18855 oasc.ZkController.register We are http://127.0.0.1:59053/sc_/ci/collection1/ and leader is http://127.0.0.1:59053/sc_/ci/collection1/
   [junit4]   2> 3702739 T18855 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59053/sc_/ci
   [junit4]   2> 3702739 T18855 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 3702739 T18855 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 3702739 T18855 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3702741 T18847 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3702742 T18848 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59053/sc_/ci",
   [junit4]   2> 	  "node_name":"127.0.0.1:59053_sc_%2Fci",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 3702742 T18848 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59053/sc_/ci",
   [junit4]   2> 	  "node_name":"127.0.0.1:59053_sc_%2Fci",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3702841 T18847 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3702842 T18859 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3703923 T18819 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\shard-1-001\cores\collection1
   [junit4]   2> 3703926 T18819 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 3703927 T18819 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 3703931 T18819 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@17aa6f4{/sc_/ci,null,AVAILABLE}
   [junit4]   2> 3703932 T18819 oejs.AbstractConnector.doStart Started ServerConnector@192ffb4{HTTP/1.1}{127.0.0.1:59067}
   [junit4]   2> 3703932 T18819 oejs.Server.doStart Started @3694080ms
   [junit4]   2> 3703933 T18819 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 3703933 T18819 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3703933 T18819 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\shard-1-001
   [junit4]   2> 3703933 T18819 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\shard-1-001\'
   [junit4]   2> 3703970 T18819 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\shard-1-001\solr.xml
   [junit4]   2> 3703979 T18819 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\shard-1-001\cores
   [junit4]   2> 3703979 T18819 oasc.CoreContainer.<init> New CoreContainer 16302105
   [junit4]   2> 3703979 T18819 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\shard-1-001\]
   [junit4]   2> 3703980 T18819 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\shard-1-001\lib
   [junit4]   2> 3703980 T18819 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\shard-1-001\lib).
   [junit4]   2> 3703996 T18819 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3703997 T18819 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3703997 T18819 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3703997 T18819 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3703998 T18819 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3703998 T18819 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3703998 T18819 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3703998 T18819 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3703998 T18819 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3703998 T18819 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3703999 T18819 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3704000 T18819 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3704000 T18819 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3704000 T18819 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3704000 T18819 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3704000 T18819 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59046/solr
   [junit4]   2> 3704000 T18819 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3704000 T18819 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3704003 T18819 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3704006 T18873 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15aed25 name:ZooKeeperConnection Watcher:127.0.0.1:59046 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3704007 T18819 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3704007 T18819 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3704011 T18819 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3704013 T18876 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1914375 name:ZooKeeperConnection Watcher:127.0.0.1:59046/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3704014 T18819 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3704021 T18819 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3704987 T18819 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59066_sc_%2Fci
   [junit4]   2> 3704989 T18819 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59066_sc_%2Fci
   [junit4]   2> 3704994 T18819 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3704996 T18819 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\shard-1-001\cores
   [junit4]   2> 3704996 T18819 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\shard-1-001\cores\collection1\
   [junit4]   2> 3704997 T18819 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3704997 T18877 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 3704997 T18877 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3704998 T18877 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3704998 T18847 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3704999 T18848 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59066/sc_/ci",
   [junit4]   2> 	  "node_name":"127.0.0.1:59066_sc_%2Fci",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 3705000 T18848 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59066/sc_/ci",
   [junit4]   2> 	  "node_name":"127.0.0.1:59066_sc_%2Fci",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3705000 T18848 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 3705000 T18848 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 3705000 T18859 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3705000 T18847 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3705000 T18876 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3705958 T18877 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3705958 T18877 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 3705959 T18877 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3705959 T18877 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3705961 T18877 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3705961 T18877 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\shard-1-001\cores\collection1\'
   [junit4]   2> 3705973 T18877 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 3705976 T18877 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 3705985 T18877 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3705987 T18877 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3706000 T18877 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3706002 T18877 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3706006 T18877 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3706105 T18877 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3706111 T18877 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3706111 T18877 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3706125 T18877 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3706127 T18877 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3706130 T18877 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3706132 T18877 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3706132 T18877 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3706132 T18877 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3706135 T18877 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3706135 T18877 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3706135 T18877 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 3706135 T18877 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3706136 T18877 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\tempDir-001/jetty1\
   [junit4]   2> 3706136 T18877 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f84b77
   [junit4]   2> 3706136 T18877 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\tempDir-001/jetty1\
   [junit4]   2> 3706136 T18877 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\tempDir-001/jetty1\index/
   [junit4]   2> 3706136 T18877 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 3706137 T18877 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\tempDir-001/jetty1\index
   [junit4]   2> 3706137 T18877 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=65.291015625, floorSegmentMB=2.14453125, forceMergeDeletesPctAllowed=9.324925307347009, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4902141643955431
   [junit4]   2> 3706137 T18877 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@13731e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@656b60),segFN=segments_1,generation=1}
   [junit4]   2> 3706137 T18877 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3706140 T18877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3706141 T18877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3706141 T18877 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3706141 T18877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3706142 T18877 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3706142 T18877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3706142 T18877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3706143 T18877 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3706143 T18877 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3706143 T18877 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3706144 T18877 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3706144 T18877 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3706145 T18877 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3706145 T18877 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 3706146 T18877 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 3706146 T18877 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 3706147 T18877 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 3706148 T18877 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 3706149 T18877 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 3706149 T18877 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 3706150 T18877 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 3706150 T18877 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 3706151 T18877 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 3706151 T18877 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 3706152 T18877 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3706152 T18877 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 3706152 T18877 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3706157 T18877 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3706157 T18877 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3706160 T18877 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3706161 T18877 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3706179 T18877 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3706180 T18877 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3706182 T18877 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3706182 T18877 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3706182 T18877 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=46.3154296875, floorSegmentMB=1.873046875, forceMergeDeletesPctAllowed=9.826776625018455, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 3706182 T18877 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@13731e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@656b60),segFN=segments_1,generation=1}
   [junit4]   2> 3706183 T18877 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3706183 T18877 oass.SolrIndexSearcher.<init> Opening Searcher@611bbb[collection1] main
   [junit4]   2> 3706183 T18877 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3706185 T18877 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3706185 T18877 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3706186 T18877 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3706186 T18877 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3706186 T18877 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3706187 T18877 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3706187 T18877 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3706187 T18877 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3706187 T18877 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3706189 T18878 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@611bbb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3706189 T18877 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3706190 T18881 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59066/sc_/ci collection:collection1 shard:shard2
   [junit4]   2> 3706191 T18819 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3706192 T18819 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3706192 T18881 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 3706199 T18881 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 3706201 T18847 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3706202 T18881 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 3706202 T18881 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3559 name=collection1 org.apache.solr.core.SolrCore@1eb849d url=http://127.0.0.1:59066/sc_/ci/collection1 node=127.0.0.1:59066_sc_%2Fci C3559_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:59066/sc_/ci, node_name=127.0.0.1:59066_sc_%2Fci, state=down}
   [junit4]   2> 3706202 T18881 C3559 P59066 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59066/sc_/ci/collection1/
   [junit4]   2> 3706202 T18881 C3559 P59066 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 3706202 T18881 C3559 P59066 oasc.SyncStrategy.syncToMe http://127.0.0.1:59066/sc_/ci/collection1/ has no replicas
   [junit4]   2> 3706202 T18881 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59066/sc_/ci/collection1/ shard2
   [junit4]   2> 3706204 T18881 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 3706206 T18848 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 3706213 T18847 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3706215 T18848 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59066/sc_/ci",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 3706316 T18847 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3706316 T18876 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3706317 T18859 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3706361 T18881 oasc.ZkController.register We are http://127.0.0.1:59066/sc_/ci/collection1/ and leader is http://127.0.0.1:59066/sc_/ci/collection1/
   [junit4]   2> 3706361 T18881 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59066/sc_/ci
   [junit4]   2> 3706361 T18881 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 3706361 T18881 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 3706361 T18881 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3706363 T18847 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3706365 T18848 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59066/sc_/ci",
   [junit4]   2> 	  "node_name":"127.0.0.1:59066_sc_%2Fci",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 3706366 T18848 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59066/sc_/ci",
   [junit4]   2> 	  "node_name":"127.0.0.1:59066_sc_%2Fci",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3706467 T18847 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3706468 T18859 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3706468 T18876 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3707511 T18819 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\shard-2-001\cores\collection1
   [junit4]   2> 3707515 T18819 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 3707516 T18819 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 3707519 T18819 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1c0ae5f{/sc_/ci,null,AVAILABLE}
   [junit4]   2> 3707520 T18819 oejs.AbstractConnector.doStart Started ServerConnector@1574f8b{HTTP/1.1}{127.0.0.1:59077}
   [junit4]   2> 3707520 T18819 oejs.Server.doStart Started @3697841ms
   [junit4]   2> 3707521 T18819 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 3707521 T18819 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3707521 T18819 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\shard-2-001
   [junit4]   2> 3707521 T18819 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\shard-2-001\'
   [junit4]   2> 3707551 T18819 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\shard-2-001\solr.xml
   [junit4]   2> 3707560 T18819 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\shard-2-001\cores
   [junit4]   2> 3707560 T18819 oasc.CoreContainer.<init> New CoreContainer 3979202
   [junit4]   2> 3707560 T18819 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\shard-2-001\]
   [junit4]   2> 3707560 T18819 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\shard-2-001\lib
   [junit4]   2> 3707561 T18819 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\shard-2-001\lib).
   [junit4]   2> 3707571 T18819 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3707571 T18819 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3707571 T18819 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3707572 T18819 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3707572 T18819 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3707572 T18819 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3707572 T18819 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3707573 T18819 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3707573 T18819 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3707573 T18819 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3707573 T18819 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3707573 T18819 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3707574 T18819 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3707574 T18819 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3707574 T18819 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3707574 T18819 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59046/solr
   [junit4]   2> 3707575 T18819 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3707576 T18819 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3707577 T18819 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3707580 T18896 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10b928e name:ZooKeeperConnection Watcher:127.0.0.1:59046 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3707580 T18819 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3707581 T18819 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3707583 T18821 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bd3bd93040007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 3707585 T18819 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3707586 T18899 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b1047a name:ZooKeeperConnection Watcher:127.0.0.1:59046/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3707587 T18819 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3707593 T18819 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3708493 T18819 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59076_sc_%2Fci
   [junit4]   2> 3708493 T18819 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59076_sc_%2Fci
   [junit4]   2> 3708498 T18819 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3708502 T18819 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\shard-2-001\cores
   [junit4]   2> 3708503 T18819 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\shard-2-001\cores\collection1\
   [junit4]   2> 3708503 T18819 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3708505 T18900 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 3708505 T18900 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3708506 T18847 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3708506 T18900 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3708507 T18848 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59076/sc_/ci",
   [junit4]   2> 	  "node_name":"127.0.0.1:59076_sc_%2Fci",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 3708508 T18848 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59076/sc_/ci",
   [junit4]   2> 	  "node_name":"127.0.0.1:59076_sc_%2Fci",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3708508 T18848 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 3708508 T18848 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 3708509 T18859 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3708509 T18899 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3708509 T18876 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3708509 T18847 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3709371 T18900 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3709371 T18900 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 3709371 T18900 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3709371 T18900 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3709373 T18900 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3709373 T18900 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\shard-2-001\cores\collection1\'
   [junit4]   2> 3709388 T18900 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 3709390 T18900 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 3709399 T18900 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3709400 T18900 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3709407 T18900 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3709410 T18900 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3709415 T18900 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3709499 T18900 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3709503 T18900 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3709505 T18900 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3709516 T18900 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3709519 T18900 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3709522 T18900 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3709523 T18900 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3709523 T18900 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3709523 T18900 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3709524 T18900 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3709525 T18900 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3709525 T18900 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 3709525 T18900 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3709526 T18900 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\tempDir-001/jetty2\
   [junit4]   2> 3709526 T18900 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f84b77
   [junit4]   2> 3709527 T18900 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\tempDir-001/jetty2\
   [junit4]   2> 3709527 T18900 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\tempDir-001/jetty2\index/
   [junit4]   2> 3709527 T18900 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\tempDir-001\jetty2\index' doesn't exist. Creating new index...
   [junit4]   2> 3709527 T18900 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32ABC34EF864E0C0-001\tempDir-001/jetty2\index
   [junit4]   2> 3709528 T18900 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=65.291015625, floorSegmentMB=2.14453125, forceMergeDeletesPctAllowed=9.324925307347009, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4902141643955431
   [junit4]   2> 3709528 T18900 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@120211d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@c60467),segFN=segments_1,generation=1}
   [junit4]   2> 3709528 T18900 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3709531 T18900 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3709531 T18900 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3709531 T18900 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3709532 T18900 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3709532 T18900 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3709532 T18900 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3709533 T18900 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4] 

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

7576,total=438304768
   [junit4]   2> NOTE: All tests run in this JVM: [CursorMarkTest, TestFuzzyAnalyzedSuggestions, CurrencyFieldXmlFileTest, HdfsLockFactoryTest, AutoCommitTest, CoreAdminCreateDiscoverTest, PreAnalyzedUpdateProcessorTest, FileBasedSpellCheckerTest, DistributedDebugComponentTest, DeleteReplicaTest, AssignTest, TestImplicitCoreProperties, TestDistributedGrouping, PrimUtilsTest, EnumFieldTest, SyncSliceTest, TestFastWriter, TestConfig, ShardRoutingTest, ReturnFieldsTest, ConnectionManagerTest, TestRandomFaceting, TestHighlightDedupGrouping, TestCollapseQParserPlugin, TestHighFrequencyDictionaryFactory, TestLFUCache, ConvertedLegacyTest, TestStandardQParsers, BadComponentTest, OverseerTest, DistributedFacetPivotLargeTest, SearchHandlerTest, TestValueSourceCache, MergeStrategyTest, TestPseudoReturnFields, TestSchemaVersionResource, DistributedFacetPivotLongTailTest, SolrIndexSplitterTest, ResourceLoaderTest, TestSuggestSpellingConverter, OverseerStatusTest, TestInitParams, TestFaceting, SampleTest, TestManagedSchemaDynamicFieldResource, TestSimpleQParserPlugin, TestSchemaResource, TestSchemaSimilarityResource, BasicDistributedZk2Test, CustomCollectionTest, ZkStateWriterTest, TestFieldSortValues, TestSolr4Spatial, TestCloudSchemaless, TestTolerantSearch, TestFastOutputStream, TestLMDirichletSimilarityFactory, TestGroupingSearch, StatsComponentTest, TestUtils, HdfsWriteToMultipleCollectionsTest, TestDistributedMissingSort, SpellingQueryConverterTest, BadIndexSchemaTest, ZkNodePropsTest, TestNoOpRegenerator, ClusterStateUpdateTest, SolrPluginUtilsTest, TestStressLucene, TestSolrCoreProperties, TestManagedStopFilterFactory, TestCSVLoader, TestRangeQuery, TestRTGBase, TestChildDocTransformer, TestOverriddenPrefixQueryForCustomFieldType, SolrCoreTest, UpdateRequestProcessorFactoryTest, ExternalFileFieldSortTest, DistributedSpellCheckComponentTest, TestNRTOpen, SolrIndexConfigTest, HdfsUnloadDistributedZkTest, ChaosMonkeySafeLeaderTest, TestCharFilters, TestSort, TestSolrDeletionPolicy1, SuggestComponentTest, DateMathParserTest, DistanceFunctionTest, HdfsRecoveryZkTest, DisMaxRequestHandlerTest, TestClusterStateMutator, DistributedQueryComponentOptimizationTest, TestCollationField, CSVRequestHandlerTest, CoreAdminRequestStatusTest, DistributedQueryElevationComponentTest, TestCoreDiscovery, TestSolrQueryParser, SSLMigrationTest, CachingDirectoryFactoryTest, TestBinaryField, TestAnalyzeInfixSuggestions, PingRequestHandlerTest, SuggesterTSTTest, PeerSyncTest, HdfsDirectoryTest, StandardRequestHandlerTest, SaslZkACLProviderTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestDistribDocBasedVersion, TestHashPartitioner, UUIDFieldTest, DistributedMLTComponentTest, SolrInfoMBeanTest, DistributedExpandComponentTest, CoreAdminHandlerTest, RequiredFieldsTest, TestLeaderElectionZkExpiry, TestExtendedDismaxParser, TestUniqueKeyFieldResource, TestManagedResource, TermVectorComponentTest, LoggingHandlerTest, TestSolrConfigHandlerCloud, DocumentBuilderTest, TestExactStatsCache, TestSolr4Spatial2, SoftAutoCommitTest, TermVectorComponentDistributedTest, SpatialHeatmapFacetsTest, TestUpdate, TestCursorMarkWithoutUniqueKey, TestReloadAndDeleteDocs, TestManagedSchema, TestStressVersions, TestSearchPerf, TestReplicaProperties, TestFieldResource, DirectUpdateHandlerOptimizeTest, TestInfoStreamLogging, HdfsChaosMonkeySafeLeaderTest, FileUtilsTest, RAMDirectoryFactoryTest, LeaderElectionIntegrationTest, RequestLoggingTest, TestCloudPivotFacet, CollectionsAPIDistributedZkTest, SortByFunctionTest, RankQueryTest, ChangedSchemaMergeTest, FullSolrCloudDistribCmdsTest, RecoveryZkTest, TestFieldTypeCollectionResource, TestSolrQueryParserResource, LeaderElectionTest, TestFileDictionaryLookup, BadCopyFieldTest, CloudExitableDirectoryReaderTest, BinaryUpdateRequestHandlerTest, TestIndexingPerformance, TestRestManager, TestXIncludeConfig, TestComponentsName, DateFieldTest, PolyFieldTest, LukeRequestHandlerTest, TestBlobHandler, URLClassifyProcessorTest, TestRandomDVFaceting, ShardSplitTest, MultiThreadedOCPTest, TestLMJelinekMercerSimilarityFactory, CursorPagingTest, DistribJoinFromCollectionTest, CircularListTest, AsyncMigrateRouteKeyTest, NotRequiredUniqueKeyTest, TestIntervalFaceting, SpatialFilterTest, SpellCheckCollatorTest, CloudMLTQParserTest, QueryParsingTest, AnalyticsMergeStrategyTest, TestReplicationHandler, TestDynamicFieldCollectionResource, ZkSolrClientTest, UnloadDistributedZkTest, TestJoin, DistribCursorPagingTest, TestStressReorder, SolrRequestParserTest, TestSolrIndexConfig, TestTrie, TestStressRecovery, TestManagedSynonymFilterFactory, DefaultValueUpdateProcessorTest, UniqFieldsUpdateProcessorFactoryTest, MigrateRouteKeyTest, MinimalSchemaTest, TestExactSharedStatsCache, XsltUpdateRequestHandlerTest, UUIDUpdateProcessorFallbackTest, TestManagedSchemaFieldResource, AtomicUpdatesTest, DOMUtilTest, TestFiltering, HdfsDirectoryFactoryTest, TimeZoneUtilsTest, DistributedFacetPivotWhiteBoxTest, TestWriterPerf, OverseerRolesTest, SolrXmlInZkTest, DistributedTermsComponentTest, AddBlockUpdateTest, TestTrackingShardHandlerFactory, DirectSolrConnectionTest, ClusterStateTest, TestClassNameShortening, OutputWriterTest, BasicDistributedZkTest, DistributedSuggestComponentTest, TestMaxScoreQueryParser, SystemInfoHandlerTest, ZkControllerTest, TestConfigSets, TestDefaultSimilarityFactory, OpenCloseCoreStressTest, BasicZkTest, TestZkChroot, ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, TestRecovery, TestRealTimeGet, TestReload, HardAutoCommitTest, TestCoreContainer, SimpleFacetsTest, SpellCheckComponentTest, SolrCmdDistributorTest, QueryElevationComponentTest, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, TestBadConfig, OverseerCollectionProcessorTest, TestIndexSearcher, HighlighterTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, SuggesterFSTTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTest, SuggesterWFSTTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, QueryEqualityTest, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, DocValuesMultiTest, DebugComponentTest, CacheHeaderTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, TestQueryUtils, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, TestOmitPositions, TermsComponentTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, TestArbitraryIndexDir, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, IndexSchemaTest, TestJmxIntegration, JSONWriterTest, TestCSVResponseWriter, MBeansHandlerTest, TestAnalyzedSuggestions, JsonLoaderTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, TestBinaryResponseWriter, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, TestDocSet, NumericFieldsTest, TestElisionMultitermQuery, TestPostingsSolrHighlighter, TestLuceneMatchVersion, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCodecSupport, SynonymTokenizerTest, EchoParamsTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestJmxMonitoredMap, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, TestSystemIdResolver, TestSolrJ, TestLRUCache, TestDocumentBuilder, SliceStateTest, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, ActionThrottleTest, AliasIntegrationTest, CollectionsAPIAsyncDistributedZkTest, DeleteInactiveReplicaTest, DeleteShardTest, DistribDocExpirationUpdateProcessorTest, DistributedQueueTest, ExternalCollectionsTest, HttpPartitionTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, ReplicationFactorTest]
   [junit4] Completed in 64.83s, 1 test, 1 error <<< FAILURES!

[...truncated 314 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 468 suites, 1868 tests, 1 error, 57 ignored (30 assumptions)

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



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

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

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

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

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

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

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


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

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

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




Build Log:
[...truncated 10135 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\init-core-data-001
   [junit4]   2> 3797434 T18343 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_c/
   [junit4]   2> 3797439 T18343 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3797440 T18344 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 3797518 T18343 oasc.ZkTestServer.run start zk server on port:55044
   [junit4]   2> 3797519 T18343 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3797520 T18343 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3797523 T18351 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f7e5d4 name:ZooKeeperConnection Watcher:127.0.0.1:55044 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3797523 T18343 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3797523 T18343 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3797523 T18343 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 3797528 T18343 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3797530 T18343 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3797532 T18354 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@111d9c5 name:ZooKeeperConnection Watcher:127.0.0.1:55044/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3797532 T18343 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3797533 T18343 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3797533 T18343 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 3797536 T18343 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 3797538 T18343 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 3797541 T18343 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 3797543 T18343 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 3797543 T18343 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 3797548 T18343 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 3797548 T18343 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 3797552 T18343 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3797552 T18343 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3797555 T18343 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 3797555 T18343 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 3797558 T18343 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 3797558 T18343 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 3797561 T18343 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 3797561 T18343 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 3797565 T18343 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 3797565 T18343 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 3797569 T18343 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3797569 T18343 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3797572 T18343 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3797572 T18343 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3797577 T18343 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 3797577 T18343 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 3797581 T18343 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 3797581 T18343 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 3798727 T18343 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\control-001\cores\collection1
   [junit4]   2> 3798731 T18343 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 3798735 T18343 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1fd59bb{/_c,null,AVAILABLE}
   [junit4]   2> 3798738 T18343 oejs.AbstractConnector.doStart Started ServerConnector@21f834{HTTP/1.1}{127.0.0.1:55053}
   [junit4]   2> 3798739 T18343 oejs.Server.doStart Started @3806482ms
   [junit4]   2> 3798740 T18343 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 3798741 T18343 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3798741 T18343 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\control-001
   [junit4]   2> 3798742 T18343 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\control-001\'
   [junit4]   2> 3798778 T18343 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\control-001\solr.xml
   [junit4]   2> 3798791 T18343 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\control-001\cores
   [junit4]   2> 3798791 T18343 oasc.CoreContainer.<init> New CoreContainer 28908198
   [junit4]   2> 3798791 T18343 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\control-001\]
   [junit4]   2> 3798791 T18343 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\control-001\lib
   [junit4]   2> 3798792 T18343 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\control-001\lib).
   [junit4]   2> 3798805 T18343 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3798805 T18343 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3798805 T18343 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3798805 T18343 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3798806 T18343 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3798806 T18343 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3798806 T18343 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3798806 T18343 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3798806 T18343 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3798806 T18343 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3798806 T18343 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3798807 T18343 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3798807 T18343 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3798807 T18343 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3798807 T18343 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3798807 T18343 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55044/solr
   [junit4]   2> 3798807 T18343 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3798808 T18343 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3798810 T18343 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3798812 T18369 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@944629 name:ZooKeeperConnection Watcher:127.0.0.1:55044 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3798812 T18343 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3798812 T18343 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3798816 T18343 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3798818 T18372 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b892eb name:ZooKeeperConnection Watcher:127.0.0.1:55044/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3798818 T18343 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3798820 T18343 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 3798824 T18343 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 3798827 T18343 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 3798831 T18343 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 3798835 T18343 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 3798839 T18343 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 3798841 T18343 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55052__c
   [junit4]   2> 3798843 T18343 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55052__c
   [junit4]   2> 3798846 T18343 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 3798849 T18343 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 3798852 T18343 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3798853 T18343 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:55052__c
   [junit4]   2> 3798854 T18343 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 3798857 T18343 oasc.Overseer.start Overseer (id=93398601624846339-127.0.0.1:55052__c-n_0000000000) starting
   [junit4]   2> 3798861 T18343 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 3798872 T18343 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3798874 T18374 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 3798875 T18373 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 3798875 T18343 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 3798881 T18343 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 3798884 T18343 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3798892 T18343 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\control-001\cores
   [junit4]   2> 3798894 T18343 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\control-001\cores\collection1\
   [junit4]   2> 3798894 T18343 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3798895 T18376 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 3798895 T18376 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3798897 T18372 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3798897 T18376 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3798898 T18373 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55052/_c",
   [junit4]   2> 	  "node_name":"127.0.0.1:55052__c",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 3798899 T18373 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55052/_c",
   [junit4]   2> 	  "node_name":"127.0.0.1:55052__c",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3798899 T18373 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 3798899 T18373 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 3798902 T18372 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3799689 T18376 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3799689 T18376 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 3799689 T18376 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3799689 T18376 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 3799691 T18376 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3799691 T18376 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\control-001\cores\collection1\'
   [junit4]   2> 3799731 T18376 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 3799735 T18376 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 3799745 T18376 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3799751 T18376 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3799762 T18376 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3799765 T18376 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3799770 T18376 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3799893 T18376 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3799900 T18376 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3799900 T18376 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3799917 T18376 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3799922 T18376 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3799925 T18376 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3799927 T18376 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3799927 T18376 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3799927 T18376 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3799928 T18376 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3799928 T18376 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3799928 T18376 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 3799928 T18376 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3799930 T18376 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\tempDir-001/control/data\
   [junit4]   2> 3799930 T18376 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@9f5db4
   [junit4]   2> 3799931 T18376 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\tempDir-001/control/data\
   [junit4]   2> 3799931 T18376 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\tempDir-001/control/data\index/
   [junit4]   2> 3799931 T18376 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3799932 T18376 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\tempDir-001/control/data\index
   [junit4]   2> 3799932 T18376 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 3799933 T18376 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@44244 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ddc5e3),segFN=segments_1,generation=1}
   [junit4]   2> 3799933 T18376 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3799938 T18376 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3799939 T18376 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3799939 T18376 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3799939 T18376 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3799940 T18376 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3799940 T18376 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3799941 T18376 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3799942 T18376 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3799942 T18376 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3799942 T18376 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3799942 T18376 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3799943 T18376 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3799943 T18376 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3799945 T18376 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 3799946 T18376 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 3799946 T18376 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 3799947 T18376 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 3799947 T18376 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 3799948 T18376 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 3799949 T18376 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 3799949 T18376 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 3799950 T18376 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 3799951 T18376 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 3799952 T18376 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 3799952 T18376 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3799952 T18376 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 3799953 T18376 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3799959 T18376 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3799960 T18376 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3799962 T18376 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3799963 T18376 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3799964 T18376 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3799965 T18376 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3799968 T18376 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3799969 T18376 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3799970 T18376 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7749983073098692]
   [junit4]   2> 3799971 T18376 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@44244 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ddc5e3),segFN=segments_1,generation=1}
   [junit4]   2> 3799971 T18376 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3799971 T18376 oass.SolrIndexSearcher.<init> Opening Searcher@5d20f0[collection1] main
   [junit4]   2> 3799972 T18376 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 3799973 T18376 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3799973 T18376 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3799974 T18376 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3799974 T18376 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3799974 T18376 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3799976 T18376 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3799976 T18376 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3799976 T18376 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3799976 T18376 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3799977 T18376 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3799977 T18377 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5d20f0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3799978 T18380 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:55052/_c collection:control_collection shard:shard1
   [junit4]   2> 3799979 T18343 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3799979 T18343 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3799981 T18343 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3799982 T18343 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3799982 T18380 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 3799984 T18384 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@968e83 name:ZooKeeperConnection Watcher:127.0.0.1:55044/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3799985 T18343 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3799986 T18343 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3799987 T18343 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3799991 T18380 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 3799992 T18343 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 3799993 T18372 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3799995 T18380 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 3799995 T18380 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4069 name=collection1 org.apache.solr.core.SolrCore@a369d6 url=http://127.0.0.1:55052/_c/collection1 node=127.0.0.1:55052__c C4069_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:55052/_c, node_name=127.0.0.1:55052__c, state=down}
   [junit4]   2> 3799995 T18380 C4069 P55052 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:55052/_c/collection1/
   [junit4]   2> 3799995 T18380 C4069 P55052 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 3799996 T18380 C4069 P55052 oasc.SyncStrategy.syncToMe http://127.0.0.1:55052/_c/collection1/ has no replicas
   [junit4]   2> 3799996 T18380 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:55052/_c/collection1/ shard1
   [junit4]   2> 3799996 T18380 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 3799998 T18373 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 3800006 T18372 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3800008 T18373 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55052/_c",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 3800098 T18372 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3800099 T18384 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3800138 T18380 oasc.ZkController.register We are http://127.0.0.1:55052/_c/collection1/ and leader is http://127.0.0.1:55052/_c/collection1/
   [junit4]   2> 3800138 T18380 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:55052/_c
   [junit4]   2> 3800138 T18380 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 3800138 T18380 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 3800139 T18380 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3800141 T18372 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3800144 T18373 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55052/_c",
   [junit4]   2> 	  "node_name":"127.0.0.1:55052__c",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 3800149 T18373 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55052/_c",
   [junit4]   2> 	  "node_name":"127.0.0.1:55052__c",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3800239 T18372 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3800240 T18384 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3801204 T18343 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\shard-1-001\cores\collection1
   [junit4]   2> 3801206 T18343 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 3801207 T18343 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 3801210 T18343 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1c56bbd{/_c,null,AVAILABLE}
   [junit4]   2> 3801212 T18343 oejs.AbstractConnector.doStart Started ServerConnector@d64d8f{HTTP/1.1}{127.0.0.1:55066}
   [junit4]   2> 3801212 T18343 oejs.Server.doStart Started @3809499ms
   [junit4]   2> 3801213 T18343 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 3801214 T18343 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3801214 T18343 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\shard-1-001
   [junit4]   2> 3801215 T18343 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\shard-1-001\'
   [junit4]   2> 3801248 T18343 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\shard-1-001\solr.xml
   [junit4]   2> 3801255 T18343 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\shard-1-001\cores
   [junit4]   2> 3801255 T18343 oasc.CoreContainer.<init> New CoreContainer 13684813
   [junit4]   2> 3801255 T18343 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\shard-1-001\]
   [junit4]   2> 3801256 T18343 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\shard-1-001\lib
   [junit4]   2> 3801257 T18343 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\shard-1-001\lib).
   [junit4]   2> 3801269 T18343 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3801270 T18343 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3801270 T18343 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3801270 T18343 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3801270 T18343 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3801270 T18343 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3801270 T18343 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3801270 T18343 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3801270 T18343 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3801270 T18343 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3801271 T18343 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3801271 T18343 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3801271 T18343 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3801272 T18343 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3801272 T18343 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3801273 T18343 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55044/solr
   [junit4]   2> 3801273 T18343 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3801273 T18343 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3801275 T18343 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3801277 T18398 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1721e39 name:ZooKeeperConnection Watcher:127.0.0.1:55044 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3801277 T18343 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3801278 T18343 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3801281 T18343 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3801283 T18401 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1552bdd name:ZooKeeperConnection Watcher:127.0.0.1:55044/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3801283 T18343 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3801290 T18343 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3802150 T18343 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55065__c
   [junit4]   2> 3802152 T18343 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55065__c
   [junit4]   2> 3802158 T18343 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3802162 T18343 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\shard-1-001\cores
   [junit4]   2> 3802164 T18343 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\shard-1-001\cores\collection1\
   [junit4]   2> 3802164 T18343 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3802165 T18402 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 3802165 T18402 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3802166 T18372 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3802167 T18402 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3802168 T18373 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55065/_c",
   [junit4]   2> 	  "node_name":"127.0.0.1:55065__c",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 3802169 T18373 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55065/_c",
   [junit4]   2> 	  "node_name":"127.0.0.1:55065__c",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3802169 T18373 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 3802169 T18373 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 3802171 T18384 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3802172 T18372 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3802173 T18401 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3803022 T18402 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3803022 T18402 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 3803023 T18402 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3803023 T18402 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3803025 T18402 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3803025 T18402 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\shard-1-001\cores\collection1\'
   [junit4]   2> 3803058 T18402 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 3803062 T18402 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 3803072 T18402 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3803074 T18402 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3803079 T18402 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3803082 T18402 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3803088 T18402 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3803208 T18402 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3803214 T18402 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3803215 T18402 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3803232 T18402 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3803235 T18402 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3803239 T18402 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3803240 T18402 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3803240 T18402 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3803241 T18402 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3803242 T18402 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3803242 T18402 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3803243 T18402 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 3803243 T18402 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3803244 T18402 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\tempDir-001/jetty1\
   [junit4]   2> 3803244 T18402 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@9f5db4
   [junit4]   2> 3803244 T18402 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\tempDir-001/jetty1\
   [junit4]   2> 3803244 T18402 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\tempDir-001/jetty1\index/
   [junit4]   2> 3803245 T18402 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 3803245 T18402 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\tempDir-001/jetty1\index
   [junit4]   2> 3803246 T18402 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 3803247 T18402 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@116fa77 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@54d2d6),segFN=segments_1,generation=1}
   [junit4]   2> 3803247 T18402 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3803253 T18402 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3803254 T18402 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3803254 T18402 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3803255 T18402 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3803255 T18402 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3803255 T18402 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3803255 T18402 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3803256 T18402 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3803256 T18402 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3803257 T18402 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3803258 T18402 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3803259 T18402 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3803260 T18402 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3803261 T18402 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 3803262 T18402 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 3803263 T18402 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 3803264 T18402 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 3803265 T18402 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 3803266 T18402 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 3803267 T18402 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 3803268 T18402 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 3803269 T18402 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 3803270 T18402 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 3803270 T18402 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 3803271 T18402 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3803272 T18402 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 3803273 T18402 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3803276 T18402 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3803278 T18402 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3803279 T18402 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3803280 T18402 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3803281 T18402 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3803283 T18402 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3803285 T18402 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3803285 T18402 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3803285 T18402 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7749983073098692]
   [junit4]   2> 3803286 T18402 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@116fa77 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@54d2d6),segFN=segments_1,generation=1}
   [junit4]   2> 3803286 T18402 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3803287 T18402 oass.SolrIndexSearcher.<init> Opening Searcher@1f5467f[collection1] main
   [junit4]   2> 3803287 T18402 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3803289 T18402 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3803289 T18402 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3803290 T18402 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3803290 T18402 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3803290 T18402 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3803291 T18402 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3803291 T18402 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3803292 T18402 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3803292 T18402 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3803293 T18403 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1f5467f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3803294 T18402 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3803295 T18406 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:55065/_c collection:collection1 shard:shard2
   [junit4]   2> 3803295 T18343 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3803295 T18343 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3803296 T18406 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 3803304 T18406 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 3803306 T18372 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3803307 T18406 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 3803307 T18406 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4070 name=collection1 org.apache.solr.core.SolrCore@1893844 url=http://127.0.0.1:55065/_c/collection1 node=127.0.0.1:55065__c C4070_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:55065/_c, node_name=127.0.0.1:55065__c, state=down}
   [junit4]   2> 3803307 T18406 C4070 P55065 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:55065/_c/collection1/
   [junit4]   2> 3803307 T18406 C4070 P55065 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 3803308 T18406 C4070 P55065 oasc.SyncStrategy.syncToMe http://127.0.0.1:55065/_c/collection1/ has no replicas
   [junit4]   2> 3803308 T18406 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:55065/_c/collection1/ shard2
   [junit4]   2> 3803309 T18406 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 3803310 T18373 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 3803317 T18372 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3803320 T18373 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55065/_c",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 3803409 T18372 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3803410 T18401 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3803410 T18384 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3803450 T18406 oasc.ZkController.register We are http://127.0.0.1:55065/_c/collection1/ and leader is http://127.0.0.1:55065/_c/collection1/
   [junit4]   2> 3803450 T18406 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:55065/_c
   [junit4]   2> 3803450 T18406 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 3803450 T18406 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 3803450 T18406 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3803453 T18372 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3803457 T18373 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55065/_c",
   [junit4]   2> 	  "node_name":"127.0.0.1:55065__c",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 3803457 T18373 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55065/_c",
   [junit4]   2> 	  "node_name":"127.0.0.1:55065__c",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3803557 T18384 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3803558 T18372 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3803559 T18401 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3804502 T18343 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\shard-2-001\cores\collection1
   [junit4]   2> 3804505 T18343 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 3804507 T18343 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 3804510 T18343 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@e3b214{/_c,null,AVAILABLE}
   [junit4]   2> 3804512 T18343 oejs.AbstractConnector.doStart Started ServerConnector@5205ff{HTTP/1.1}{127.0.0.1:55076}
   [junit4]   2> 3804512 T18343 oejs.Server.doStart Started @3813395ms
   [junit4]   2> 3804512 T18343 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 3804512 T18343 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3804513 T18343 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\shard-2-001
   [junit4]   2> 3804513 T18343 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\shard-2-001\'
   [junit4]   2> 3804546 T18343 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\shard-2-001\solr.xml
   [junit4]   2> 3804553 T18343 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\shard-2-001\cores
   [junit4]   2> 3804555 T18343 oasc.CoreContainer.<init> New CoreContainer 20771058
   [junit4]   2> 3804555 T18343 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\shard-2-001\]
   [junit4]   2> 3804555 T18343 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\shard-2-001\lib
   [junit4]   2> 3804556 T18343 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\shard-2-001\lib).
   [junit4]   2> 3804567 T18343 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3804568 T18343 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3804568 T18343 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3804568 T18343 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3804568 T18343 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3804568 T18343 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3804568 T18343 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3804569 T18343 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3804569 T18343 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3804569 T18343 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3804569 T18343 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3804570 T18343 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3804570 T18343 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3804570 T18343 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3804570 T18343 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3804570 T18343 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55044/solr
   [junit4]   2> 3804571 T18343 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3804572 T18343 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3804573 T18343 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3804576 T18421 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@336631 name:ZooKeeperConnection Watcher:127.0.0.1:55044 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3804576 T18343 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3804576 T18343 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3804583 T18343 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3804584 T18424 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@627080 name:ZooKeeperConnection Watcher:127.0.0.1:55044/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3804585 T18343 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3804593 T18343 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3805453 T18343 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55075__c
   [junit4]   2> 3805454 T18343 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55075__c
   [junit4]   2> 3805461 T18343 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3805466 T18343 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\shard-2-001\cores
   [junit4]   2> 3805466 T18343 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\shard-2-001\cores\collection1\
   [junit4]   2> 3805466 T18343 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3805468 T18425 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 3805468 T18425 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3805469 T18372 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3805470 T18425 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3805471 T18373 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55075/_c",
   [junit4]   2> 	  "node_name":"127.0.0.1:55075__c",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 3805472 T18373 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55075/_c",
   [junit4]   2> 	  "node_name":"127.0.0.1:55075__c",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3805474 T18373 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 3805474 T18373 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 3805477 T18372 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3805478 T18401 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3805478 T18424 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3805477 T18384 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3806326 T18425 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3806326 T18425 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 3806327 T18425 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3806328 T18425 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3806330 T18425 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3806330 T18425 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5BFCA4FC3C179DB7-001\shard-2-001\cores\collection1\'
   [junit4]   2> 3806365 T18425 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 3806369 T18425 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 3806379 T18425 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3806382 T18425 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3806395 T18425 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3806397 T18425 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3806405 T18425 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3806531 T18425 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3806540 T18425 oass.IndexSchema.readSchema default search field in schema is tex

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

tSolrJ, MultiThreadedOCPTest, OpenExchangeRatesOrgProviderTest, TestSimpleQParserPlugin, StandardRequestHandlerTest, TestBadConfig, TestIndexSearcher, TestConfigOverlay, TestExpandComponent, FileUtilsTest, CollectionsAPIDistributedZkTest, TestImplicitCoreProperties, TestMiniSolrCloudClusterSSL, TestDFRSimilarityFactory, DistributedFacetPivotLongTailTest, SolrXmlInZkTest, SyncSliceTest, TestDistribDocBasedVersion, ConnectionManagerTest, TestBlendedInfixSuggestions, TestGroupingSearch, CSVRequestHandlerTest, DistributedIntervalFacetingTest, FileBasedSpellCheckerTest, ResourceLoaderTest, TestQuerySenderListener, TestBinaryResponseWriter, LeaderFailoverAfterPartitionTest, TestBulkSchemaConcurrent, TestFieldCollectionResource, TestSerializedLuceneMatchVersion, InfoHandlerTest, PrimUtilsTest, TestRequestStatusCollectionAPI, LukeRequestHandlerTest, QueryResultKeyTest, TestAtomicUpdateErrorCases, TestSchemaSimilarityResource, MergeStrategyTest, CloudExitableDirectoryReaderTest, DistributedSuggestComponentTest, ChaosMonkeyNothingIsSafeTest, TermsComponentTest, EnumFieldTest, SuggesterTest, TestFieldSortValues, UpdateRequestProcessorFactoryTest, TestRestManager, TestExactSharedStatsCache, TestPartialUpdateDeduplication, SolrIndexConfigTest, TestRandomMergePolicy, TestDefaultSimilarityFactory, TestFastWriter, TestInitParams, TestSurroundQueryParser, TestPHPSerializedResponseWriter, SpatialFilterTest, TestRandomFaceting, OverseerTest, SolrPluginUtilsTest, DistribCursorPagingTest, ActionThrottleTest, TestIBSimilarityFactory, TestSchemaResource, TestRecovery, TestStressUserVersions, MultiTermTest, DisMaxRequestHandlerTest, TestUtils, ShardSplitTest, TestFunctionQuery, DistributedDebugComponentTest, QueryEqualityTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, ShardRoutingTest, FullSolrCloudDistribCmdsTest, LeaderElectionTest, TestRandomDVFaceting, TestDistributedSearch, AutoCommitTest, TestDistributedGrouping, TestFaceting, TestHashPartitioner, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, TestJoin, TestReload, HardAutoCommitTest, TestRangeQuery, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, StatsComponentTest, SpellCheckComponentTest, SolrCmdDistributorTest, QueryElevationComponentTest, BadIndexSchemaTest, TestSort, TestLazyCores, HighlighterTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, SuggesterFSTTest, SolrRequestParserTest, TestFoldingMultitermQuery, SuggesterTSTTest, TestStressLucene, TestTrie, SuggesterWFSTTest, PolyFieldTest, NoCacheHeaderTest, TestPseudoReturnFields, TestUpdate, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, DocValuesMultiTest, TestSolrDeletionPolicy1, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, DebugComponentTest, TestQueryUtils, TestWriterPerf, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, TestOmitPositions, XmlUpdateRequestHandlerTest, RequestHandlersTest, DocumentBuilderTest, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, RegexBoostProcessorTest, TestJmxIntegration, TestCollationField, ReturnFieldsTest, TestCSVResponseWriter, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, HighlighterConfigTest, CopyFieldTest, BadComponentTest, TestStressRecovery, TestMergePolicyConfig, SampleTest, TestDocSet, TestBinaryField, TestSearchPerf, TestElisionMultitermQuery, TestConfig, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, SpellPossibilityIteratorTest, TestCharFilters, SynonymTokenizerTest, TestXIncludeConfig, EchoParamsTest, TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TestFastOutputStream, ScriptEngineTest, URLClassifyProcessorTest, DateMathParserTest, TestSuggestSpellingConverter, DateFieldTest, RAMDirectoryFactoryTest, TestDocumentBuilder, SliceStateTest, UUIDFieldTest, CircularListTest, TestRTGBase, CursorPagingTest, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestTolerantSearch, AssignTest, AsyncMigrateRouteKeyTest, CollectionsAPIAsyncDistributedZkTest, CustomCollectionTest, DeleteShardTest, DistribDocExpirationUpdateProcessorTest, DistribJoinFromCollectionTest, DistributedQueueTest, HttpPartitionTest, LeaderInitiatedRecoveryOnCommitTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, OverseerStatusTest, RemoteQueryErrorTest, ReplicationFactorTest, SSLMigrationTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest, TestCloudInspectUtil, TestLeaderElectionZkExpiry, TestMiniSolrCloudCluster, TestRebalanceLeaders, TestShortCircuitedRequests, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsChaosMonkeySafeLeaderTest, HdfsSyncSliceTest, StressHdfsTest, TestClusterStateMutator, TestConfigSets, TestDynamicLoading, TestInfoStreamLogging, TestReloadAndDeleteDocs, TestSolrConfigHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandler -Dtests.seed=5BFCA4FC3C179DB7 -Dtests.slow=true -Dtests.locale=fi_FI -Dtests.timezone=Africa/Cairo -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s | TestSolrConfigHandler (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5BFCA4FC3C179DB7-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5BFCA4FC3C179DB7-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5BFCA4FC3C179DB7-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5BFCA4FC3C179DB7-001\tempDir-010\collection1\conf
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5BFCA4FC3C179DB7-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5BFCA4FC3C179DB7-001\tempDir-010\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5BFCA4FC3C179DB7-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5BFCA4FC3C179DB7-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5BFCA4FC3C179DB7-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5BFCA4FC3C179DB7-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5BFCA4FC3C179DB7-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5BFCA4FC3C179DB7-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5BFCA4FC3C179DB7]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:286)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 13.83s, 4 tests, 1 error <<< FAILURES!

[...truncated 218 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 468 suites, 1868 tests, 1 suite-level error, 1 error, 57 ignored (30 assumptions)

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



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

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

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

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

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




Build Log:
[...truncated 9164 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\init-core-data-001
   [junit4]   2> 557338 T2931 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 557346 T2931 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 557352 T2932 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 557460 T2931 oasc.ZkTestServer.run start zk server on port:60528
   [junit4]   2> 557460 T2931 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 557462 T2931 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 557468 T2939 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7b85bd91 name:ZooKeeperConnection Watcher:127.0.0.1:60528 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 557468 T2931 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 557468 T2931 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 557468 T2931 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 557473 T2933 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bcf0df9090000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 557476 T2931 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 557478 T2931 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 557483 T2942 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@125a523e name:ZooKeeperConnection Watcher:127.0.0.1:60528/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 557485 T2931 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 557485 T2931 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 557485 T2931 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 557524 T2931 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 557529 T2931 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 557531 T2931 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 557533 T2931 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 557534 T2931 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 557540 T2931 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 557540 T2931 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 557545 T2931 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 557545 T2931 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 557550 T2931 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 557550 T2931 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 557554 T2931 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 557554 T2931 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 557565 T2931 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 557565 T2931 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 557571 T2931 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 557571 T2931 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 557576 T2931 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 557576 T2931 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 557581 T2931 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 557581 T2931 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 557585 T2931 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 557585 T2931 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 557591 T2931 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 557591 T2931 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 559346 T2931 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\control-001\cores\collection1
   [junit4]   2> 559352 T2931 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 559356 T2931 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@2a8d985c{/,null,AVAILABLE}
   [junit4]   2> 559449 T2931 oejs.AbstractConnector.doStart Started ServerConnector@1c7aa3cd{HTTP/1.1}{127.0.0.1:60536}
   [junit4]   2> 559450 T2931 oejs.Server.doStart Started @569937ms
   [junit4]   2> 559450 T2931 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 559451 T2931 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 559451 T2931 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\control-001
   [junit4]   2> 559451 T2931 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\control-001\'
   [junit4]   2> 559491 T2931 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\control-001\solr.xml
   [junit4]   2> 559509 T2931 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\control-001\cores
   [junit4]   2> 559510 T2931 oasc.CoreContainer.<init> New CoreContainer 1757800876
   [junit4]   2> 559510 T2931 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\control-001\]
   [junit4]   2> 559510 T2931 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\control-001\lib
   [junit4]   2> 559511 T2931 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\control-001\lib).
   [junit4]   2> 559522 T2931 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 559523 T2931 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 559523 T2931 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 559523 T2931 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 559523 T2931 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 559524 T2931 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 559524 T2931 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 559524 T2931 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 559524 T2931 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 559524 T2931 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 559524 T2931 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 559524 T2931 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 559524 T2931 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 559524 T2931 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 559524 T2931 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 559524 T2931 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60528/solr
   [junit4]   2> 559524 T2931 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 559529 T2931 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 559531 T2931 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 559535 T2956 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1eaedaf3 name:ZooKeeperConnection Watcher:127.0.0.1:60528 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 559535 T2931 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 559536 T2931 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 559540 T2933 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bcf0df9090002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 559543 T2931 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 559547 T2959 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7500151c name:ZooKeeperConnection Watcher:127.0.0.1:60528/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 559548 T2931 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 559551 T2931 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 559561 T2931 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 559566 T2931 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 559572 T2931 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 559577 T2931 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 559582 T2931 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 559583 T2931 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60535_
   [junit4]   2> 559583 T2931 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60535_
   [junit4]   2> 559585 T2931 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 559585 T2931 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 559587 T2931 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 559588 T2931 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:60535_
   [junit4]   2> 559588 T2931 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 559592 T2931 oasc.Overseer.start Overseer (id=93395876210868227-127.0.0.1:60535_-n_0000000000) starting
   [junit4]   2> 559595 T2931 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 559605 T2931 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 559608 T2960 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 559608 T2931 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 559613 T2961 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 559614 T2931 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 559616 T2931 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 559619 T2931 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\control-001\cores
   [junit4]   2> 559622 T2931 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\control-001\cores\collection1\
   [junit4]   2> 559622 T2931 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 559625 T2963 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 559625 T2963 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 559626 T2963 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 559626 T2959 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 559631 T2960 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60535",
   [junit4]   2> 	  "node_name":"127.0.0.1:60535_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 559631 T2960 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60535",
   [junit4]   2> 	  "node_name":"127.0.0.1:60535_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 559631 T2960 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 559631 T2960 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 559636 T2959 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 560759 T2963 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 560759 T2963 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 560760 T2963 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 560760 T2963 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 560763 T2963 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 560763 T2963 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\control-001\cores\collection1\'
   [junit4]   2> 560785 T2963 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 560789 T2963 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 560805 T2963 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 560821 T2963 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 560846 T2963 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 560849 T2963 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 560853 T2963 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 561100 T2963 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 561109 T2963 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 561109 T2963 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 561123 T2963 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 561132 T2963 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 561138 T2963 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 561141 T2963 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 561141 T2963 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 561141 T2963 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 561143 T2963 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 561143 T2963 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 561143 T2963 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 561143 T2963 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 561144 T2963 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\tempDir-001/control/data\
   [junit4]   2> 561144 T2963 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c5b5395
   [junit4]   2> 561144 T2963 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\tempDir-001/control/data\
   [junit4]   2> 561145 T2963 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\tempDir-001/control/data\index/
   [junit4]   2> 561145 T2963 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 561145 T2963 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\tempDir-001/control/data\index
   [junit4]   2> 561147 T2963 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=92.974609375, floorSegmentMB=1.951171875, forceMergeDeletesPctAllowed=27.93517532893016, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 561147 T2963 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4a14a5b4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5a4b226c),segFN=segments_1,generation=1}
   [junit4]   2> 561147 T2963 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 561151 T2963 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 561151 T2963 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 561152 T2963 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 561152 T2963 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 561152 T2963 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 561153 T2963 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 561153 T2963 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 561154 T2963 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 561154 T2963 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 561154 T2963 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 561155 T2963 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 561155 T2963 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 561155 T2963 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 561158 T2963 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 561158 T2963 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 561159 T2963 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 561160 T2963 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 561160 T2963 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 561166 T2963 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 561166 T2963 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 561168 T2963 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 561169 T2963 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 561169 T2963 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 561170 T2963 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 561170 T2963 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 561171 T2963 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 561171 T2963 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 561181 T2963 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 561183 T2963 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 561185 T2963 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 561188 T2963 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 561188 T2963 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 561190 T2963 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 561193 T2963 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 561193 T2963 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 561196 T2963 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1391635435, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 561196 T2963 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4a14a5b4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5a4b226c),segFN=segments_1,generation=1}
   [junit4]   2> 561196 T2963 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 561196 T2963 oass.SolrIndexSearcher.<init> Opening Searcher@36287759[collection1] main
   [junit4]   2> 561196 T2963 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 561199 T2963 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 561199 T2963 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 561199 T2963 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 561199 T2963 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 561199 T2963 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 561200 T2963 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 561200 T2963 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 561200 T2963 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 561203 T2963 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 561203 T2964 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@36287759[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 561204 T2963 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 561205 T2967 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:60535 collection:control_collection shard:shard1
   [junit4]   2> 561213 T2931 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 561213 T2931 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 561214 T2967 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 561214 T2931 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 561216 T2931 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 561232 T2967 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 561236 T2959 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 561238 T2967 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 561238 T2967 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1661 name=collection1 org.apache.solr.core.SolrCore@24861c5 url=http://127.0.0.1:60535/collection1 node=127.0.0.1:60535_ C1661_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:60535, node_name=127.0.0.1:60535_, state=down}
   [junit4]   2> 561238 T2967 C1661 P60535 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:60535/collection1/
   [junit4]   2> 561238 T2967 C1661 P60535 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 561240 T2967 C1661 P60535 oasc.SyncStrategy.syncToMe http://127.0.0.1:60535/collection1/ has no replicas
   [junit4]   2> 561240 T2967 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:60535/collection1/ shard1
   [junit4]   2> 561240 T2967 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 561243 T2960 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 561256 T2959 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 561261 T2960 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60535",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 561271 T2971 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5bac0dbf name:ZooKeeperConnection Watcher:127.0.0.1:60528/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 561272 T2931 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 561272 T2931 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 561274 T2931 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 561276 T2931 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 561277 T2931 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 561277 T2931 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 561278 T2931 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 561284 T2974 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3c831917 name:ZooKeeperConnection Watcher:127.0.0.1:60528/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 561284 T2931 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 561284 T2931 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 561284 T2959 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 561297 T2960 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 1
   [junit4]   2> 561297 T2960 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 561352 T2971 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 561366 T2959 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 561454 T2967 oasc.ZkController.register We are http://127.0.0.1:60535/collection1/ and leader is http://127.0.0.1:60535/collection1/
   [junit4]   2> 561455 T2967 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60535
   [junit4]   2> 561455 T2967 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 561455 T2967 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 561455 T2967 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 561468 T2959 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 561472 T2960 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60535",
   [junit4]   2> 	  "node_name":"127.0.0.1:60535_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 561474 T2960 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60535",
   [junit4]   2> 	  "node_name":"127.0.0.1:60535_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 561476 T2960 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 561480 T2971 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 561480 T2959 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 561615 T2959 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 561615 T2971 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 563203 T2931 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\shard-1-001\cores\collection1
   [junit4]   2> 563208 T2931 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 563210 T2931 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 563215 T2931 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@4e012a50{/,null,AVAILABLE}
   [junit4]   2> 563217 T2931 oejs.AbstractConnector.doStart Started ServerConnector@5c7ae8b{HTTP/1.1}{127.0.0.1:60552}
   [junit4]   2> 563218 T2931 oejs.Server.doStart Started @573236ms
   [junit4]   2> 563220 T2931 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 563220 T2931 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 563220 T2931 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\shard-1-001
   [junit4]   2> 563221 T2931 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\shard-1-001\'
   [junit4]   2> 563280 T2931 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\shard-1-001\solr.xml
   [junit4]   2> 563301 T2931 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\shard-1-001\cores
   [junit4]   2> 563301 T2931 oasc.CoreContainer.<init> New CoreContainer 1105601233
   [junit4]   2> 563301 T2931 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\shard-1-001\]
   [junit4]   2> 563301 T2931 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\shard-1-001\lib
   [junit4]   2> 563302 T2931 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\shard-1-001\lib).
   [junit4]   2> 563321 T2931 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 563321 T2931 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 563321 T2931 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 563321 T2931 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 563321 T2931 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 563321 T2931 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 563321 T2931 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 563321 T2931 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 563324 T2931 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 563324 T2931 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 563324 T2931 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 563325 T2931 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 563325 T2931 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 563325 T2931 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 563326 T2931 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 563326 T2931 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60528/solr
   [junit4]   2> 563326 T2931 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 563326 T2931 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 563330 T2931 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 563335 T2988 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@349b3d49 name:ZooKeeperConnection Watcher:127.0.0.1:60528 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 563336 T2931 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 563336 T2931 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 563344 T2931 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 563354 T2991 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@68c52ab5 name:ZooKeeperConnection Watcher:127.0.0.1:60528/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 563354 T2931 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 563363 T2931 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 564618 T2931 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60551_
   [junit4]   2> 564621 T2931 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60551_
   [junit4]   2> 564631 T2931 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 564636 T2931 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\shard-1-001\cores
   [junit4]   2> 564638 T2931 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\shard-1-001\cores\collection1\
   [junit4]   2> 564638 T2931 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 564643 T2992 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 564643 T2992 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 564647 T2959 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 564649 T2960 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60551",
   [junit4]   2> 	  "node_name":"127.0.0.1:60551_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 564651 T2992 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 564651 T2992 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 564652 T2960 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60551",
   [junit4]   2> 	  "node_name":"127.0.0.1:60551_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 564652 T2960 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 564652 T2960 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 564653 T2992 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 564656 T2960 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 564657 T2992 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 564657 T2992 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 564657 T2991 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 564658 T2991 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 565903 T2992 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 565903 T2992 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 565905 T2992 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 565905 T2992 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 565907 T2992 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 565907 T2992 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\shard-1-001\cores\collection1\'
   [junit4]   2> 565937 T2992 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 565942 T2992 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 565959 T2992 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 565974 T2992 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 566004 T2992 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 566007 T2992 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 566018 T2992 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 566256 T2992 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 566266 T2992 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 566272 T2992 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 566295 T2992 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 566301 T2992 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 566308 T2992 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 566311 T2992 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 566311 T2992 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 566311 T2992 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 566314 T2992 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 566314 T2992 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 566314 T2992 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 566314 T2992 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 566315 T2992 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\tempDir-001/jetty1\
   [junit4]   2> 566315 T2992 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c5b5395
   [junit4]   2> 566315 T2992 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\tempDir-001/jetty1\
   [junit4]   2> 566315 T2992 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\tempDir-001/jetty1\index/
   [junit4]   2> 566315 T2992 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 566316 T2992 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\tempDir-001/jetty1\index
   [junit4]   2> 566316 T2992 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=92.974609375, floorSegmentMB=1.951171875, forceMergeDeletesPctAllowed=27.93517532893016, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 566317 T2992 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@774cff70 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2aca181f),segFN=segments_1,generation=1}
   [junit4]   2> 566317 T2992 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 566321 T2992 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 566321 T2992 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 566322 T2992 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 566322 T2992 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 566322 T2992 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 566322 T2992 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 566323 T2992 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 566323 T2992 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 566323 T2992 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 566323 T2992 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 566325 T2992 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 566325 T2992 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 566325 T2992 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 566326 T2992 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 566326 T2992 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 566327 T2992 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 566328 T2992 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 566334 T2992 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 566337 T2992 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 566337 T2992 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 566338 T2992 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 566339 T2992 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 566339 T2992 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 566340 T2992 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 566342 T2992 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 566342 T2992 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 566343 T2992 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 566349 T2992 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 566350 T2992 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 566353 T2992 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 566356 T2992 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 566357 T2992 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 566359 T2992 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 566361 T2992 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 566361 T2992 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 566364 T2992 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1391635435, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 566365 T2992 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@774cff70 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2aca181f),segFN=segments_1,generation=1}
   [junit4]   2> 566365 T2992 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 566365 T2992 oass.SolrIndexSearcher.<init> Opening Searcher@386a2b5[collection1] main
   [junit4]   2> 566365 T2992 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 566367 T2992 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 566367 T2992 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 566368 T2992 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 566368 T2992 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 566368 T2992 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 566370 T2992 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 566370 T2992 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 566370 T2992 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 566370 T2992 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 566372 T2993 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@386a2b5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 566372 T2992 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 566375 T2996 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:60551 collection:collection1 shard:shard2
   [junit4]   2> 566375 T2931 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 566375 T2931 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 566376 T2996 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 566401 T2996 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 566407 T2959 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 566413 T2996 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 566415 T2996 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1662 name=collection1 org.apache.solr.core.SolrCore@402d62c5 url=http://127.0.0.1:60551/collection1 node=127.0.0.1:60551_ C1662_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:60551, node_name=127.0.0.1:60551_, state=down}
   [junit4]   2> 566415 T2996 C1662 P60551 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:60551/collection1/
   [junit4]   2> 566416 T2996 C1662 P60551 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 566416 T2996 C1662 P60551 oasc.SyncStrategy.syncToMe http://127.0.0.1:60551/collection1/ has no replicas
   [junit4]   2> 566416 T2996 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:60551/collection1/ shard2
   [junit4]   2> 566416 T2996 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 566418 T2960 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 566421 T2960 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 566424 T2991 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 566427 T2991 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 566437 T2960 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60551",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 566439 T2960 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 566441 T2991 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 566443 T2991 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 566448 T2959 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 566499 T2996 oasc.ZkController.register We are http://127.0.0.1:60551/collection1/ and leader is http://127.0.0.1:60551/collection1/
   [junit4]   2> 566499 T2996 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60551
   [junit4]   2> 566499 T2996 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 566499 T2996 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 566499 T2996 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 566501 T2959 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 566505 T2960 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60551",
   [junit4]   2> 	  "node_name":"127.0.0.1:60551_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 566507 T2960 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60551",
   [junit4]   2> 	  "node_name":"127.0.0.1:60551_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 566518 T2960 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 566522 T2991 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 566524 T2996 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 566525 T2991 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 568367 T2931 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\shard-2-001\cores\collection1
   [junit4]   2> 568372 T2931 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 568373 T2931 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 568377 T2931 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@4b2f413d{/,null,AVAILABLE}
   [junit4]   2> 568380 T2931 oejs.AbstractConnector.doStart Started ServerConnector@3069657e{HTTP/1.1}{127.0.0.1:60562}
   [junit4]   2> 568380 T2931 oejs.Server.doStart Started @577432ms
   [junit4]   2> 568380 T2931 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 568381 T2931 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 568381 T2931 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\shard-2-001
   [junit4]   2> 568381 T2931 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\shard-2-001\'
   [junit4]   2> 568417 T2931 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\shard-2-001\solr.xml
   [junit4]   2> 568434 T2931 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\shard-2-001\cores
   [junit4]   2> 568434 T2931 oasc.CoreContainer.<init> New CoreContainer 1030672041
   [junit4]   2> 568434 T2931 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\shard-2-001\]
   [junit4]   2> 568434 T2931 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\shard-2-001\lib
   [junit4]   2> 568434 T2931 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\shard-2-001\lib).
   [junit4]   2> 568448 T2931 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 568449 T2931 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 568449 T2931 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 568449 T2931 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 568449 T2931 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 568449 T2931 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 568449 T2931 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 568449 T2931 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 568449 T2931 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 568449 T2931 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 568449 T2931 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 568449 T2931 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 568449 T2931 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 568449 T2931 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 568453 T2931 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 568453 T2931 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60528/solr
   [junit4]   2> 568453 T2931 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 568453 T2931 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 568457 T2931 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 568461 T3011 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@607d2ea7 name:ZooKeeperConnection Watcher:127.0.0.1:60528 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 568461 T2931 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 568461 T2931 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 568468 T2931 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 568472 T3014 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@24f5daf8 name:ZooKeeperConnection Watcher:127.0.0.1:60528/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 568472 T2931 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 568478 T2931 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 569741 T2931 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60561_
   [junit4]   2> 569743 T2931 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60561_
   [junit4]   2> 569750 T2931 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 569754 T2931 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\shard-2-001\cores
   [junit4]   2> 569756 T2931 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\shard-2-001\cores\collection1\
   [junit4]   2> 569756 T2931 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 569760 T3015 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 569760 T3015 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 569763 T2959 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 569765 T3015 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 569765 T3015 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 569766 T3015 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 569767 T2960 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60561",
   [junit4]   2> 	  "node_name":"127.0.0.1:60561_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 569769 T2960 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60561",
   [junit4]   2> 	  "node_name":"127.0.0.1:60561_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 569769 T2960 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 569769 T2960 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 569770 T3015 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 569770 T3015 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 569771 T2960 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 569772 T3014 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 569772 T2991 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 569773 T3014 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 569773 T2991 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 571016 T3015 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 571016 T3015 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 571018 T3015 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 571018 T3015 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 571020 T3015 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 571020 T3015 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\shard-2-001\cores\collection1\'
   [junit4]   2> 571040 T3015 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 571044 T3015 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 571055 T3015 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 571070 T3015 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 571089 T3015 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 571093 T3015 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 571098 T3015 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 571320 T3015 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 571327 T3015 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 571327 T3015 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 571344 T3015 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 571348 T3015 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 571356 T3015 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 571359 T3015 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 571359 T3015 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 571359 T3015 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 571360 T3015 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 571360 T3015 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 571360 T3015 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 571360 T3015 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 571361 T3015 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\tempDir-001/jetty2\
   [junit4]   2> 571361 T3015 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c5b5395
   [junit4]   2> 571362 T3015 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\tempDir-001/jetty2\
   [junit4]   2> 571362 T3015 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\tempDir-001/jetty2\index/
   [junit4]   2> 571362 T3015 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\tempDir-001\jetty2\index' doesn't exist. Creating new index...
   [junit4]   2> 571363 T3015 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001\tempDir-001/jetty2\index
  

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

0.0.1:60571/
   [junit4]   2> 629055 T2931 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:60535/
   [junit4]   2> 629056 T2931 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:60551/
   [junit4]   2> 629056 T2931 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:60561/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ReplicationFactorTest -Dtests.method=test -Dtests.seed=A2B1D1C3BC38FBA1 -Dtests.slow=true -Dtests.locale=zh_SG -Dtests.timezone=America/Cayman -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   71.7s | ReplicationFactorTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:899)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
   [junit4]    > 	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
   [junit4]    > 	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:945)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:920)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	... 1 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3116, name=updateExecutor-361-thread-3, state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@45fb8301 rejected from java.util.concurrent.ThreadPoolExecutor@4ecd3e[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 22]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A2B1D1C3BC38FBA1]:0)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:279)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 629075 T2931 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest A2B1D1C3BC38FBA1-001
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=1, maxDocsPerChunk=7, blockSize=555), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=1, blockSize=555)), sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=zh_SG, timezone=America/Cayman
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=21074224,total=114876416
   [junit4]   2> NOTE: All tests run in this JVM: [EchoParamsTest, AnalysisAfterCoreReloadTest, TimeZoneUtilsTest, TestPivotHelperCode, ZkCLITest, SimpleFacetsTest, TestSolrDeletionPolicy1, TestOmitPositions, TestRemoteStreaming, TestSearcherReuse, DocValuesMultiTest, ActionThrottleTest, TestManagedStopFilterFactory, RegexBoostProcessorTest, ZkControllerTest, AutoCommitTest, HdfsUnloadDistributedZkTest, BasicFunctionalityTest, TestDocSet, StressHdfsTest, AtomicUpdatesTest, TestInitParams, TestBinaryResponseWriter, TestReplicaProperties, DistribCursorPagingTest, TestSolrXml, CollectionsAPIAsyncDistributedZkTest, SolrPluginUtilsTest, TestJmxMonitoredMap, TestNoOpRegenerator, TermVectorComponentDistributedTest, TestMaxScoreQueryParser, RAMDirectoryFactoryTest, TestExceedMaxTermLength, ResourceLoaderTest, TestLMJelinekMercerSimilarityFactory, CurrencyFieldXmlFileTest, ExternalFileFieldSortTest, LeaderFailoverAfterPartitionTest, TestPartialUpdateDeduplication, DistributedExpandComponentTest, TestRequestStatusCollectionAPI, XsltUpdateRequestHandlerTest, DistributedSuggestComponentTest, SimpleMLTQParserTest, AnalyticsQueryTest, TestFastLRUCache, TestOverriddenPrefixQueryForCustomFieldType, SharedFSAutoReplicaFailoverTest, CursorPagingTest, DeleteShardTest, DistributedQueryComponentOptimizationTest, JSONWriterTest, SearchHandlerTest, PreAnalyzedFieldTest, TestMiniSolrCloudCluster, BadComponentTest, TestValueSourceCache, OverriddenZkACLAndCredentialsProvidersTest, TestBinaryField, SynonymTokenizerTest, TestSimpleQParserPlugin, SpatialFilterTest, TestLRUStatsCache, PrimitiveFieldTypeTest, TestFieldTypeCollectionResource, SpellPossibilityIteratorTest, DateRangeFieldTest, SolrCmdDistributorTest, TestStressRecovery, TermVectorComponentTest, TestTolerantSearch, TestAnalyzeInfixSuggestions, FieldMutatingUpdateProcessorTest, DisMaxRequestHandlerTest, ChangedSchemaMergeTest, ReplicationFactorTest]
   [junit4] Completed in 71.78s, 1 test, 1 error <<< FAILURES!

[...truncated 1218 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 468 suites, 1868 tests, 1 error, 57 ignored (30 assumptions)

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



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

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

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

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

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




Build Log:
[...truncated 10260 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\init-core-data-001
   [junit4]   2> 3546307 T17751 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /zzo/p
   [junit4]   2> 3546311 T17751 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3546312 T17752 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 3546384 T17751 oasc.ZkTestServer.run start zk server on port:62865
   [junit4]   2> 3546384 T17751 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3546385 T17751 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3546388 T17759 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1482236 name:ZooKeeperConnection Watcher:127.0.0.1:62865 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3546388 T17751 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3546389 T17751 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3546389 T17751 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 3546392 T17753 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bcd294cb30000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 3546392 T17751 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3546394 T17751 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3546395 T17762 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f953b7 name:ZooKeeperConnection Watcher:127.0.0.1:62865/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3546395 T17751 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3546396 T17751 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3546396 T17751 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 3546398 T17751 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 3546400 T17751 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 3546401 T17751 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 3546403 T17751 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 3546404 T17751 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 3546407 T17751 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 3546407 T17751 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 3546410 T17751 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3546410 T17751 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3546413 T17751 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 3546413 T17751 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 3546415 T17751 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 3546415 T17751 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 3546417 T17751 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 3546417 T17751 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 3546420 T17751 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 3546420 T17751 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 3546422 T17751 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3546422 T17751 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3546424 T17751 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3546425 T17751 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3546427 T17751 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 3546427 T17751 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 3546429 T17751 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 3546430 T17751 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 3547499 T17751 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\control-001\cores\collection1
   [junit4]   2> 3547503 T17751 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 3547505 T17751 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1df9b4b{/zzo/p,null,AVAILABLE}
   [junit4]   2> 3547506 T17751 oejs.AbstractConnector.doStart Started ServerConnector@111eb3{HTTP/1.1}{127.0.0.1:62873}
   [junit4]   2> 3547506 T17751 oejs.Server.doStart Started @3545764ms
   [junit4]   2> 3547506 T17751 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 3547506 T17751 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3547506 T17751 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\control-001
   [junit4]   2> 3547506 T17751 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\control-001\'
   [junit4]   2> 3547534 T17751 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\control-001\solr.xml
   [junit4]   2> 3547539 T17751 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\control-001\cores
   [junit4]   2> 3547541 T17751 oasc.CoreContainer.<init> New CoreContainer 7631986
   [junit4]   2> 3547541 T17751 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\control-001\]
   [junit4]   2> 3547541 T17751 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\control-001\lib
   [junit4]   2> 3547541 T17751 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\control-001\lib).
   [junit4]   2> 3547550 T17751 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3547550 T17751 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3547550 T17751 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3547550 T17751 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3547550 T17751 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3547550 T17751 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3547550 T17751 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3547550 T17751 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3547550 T17751 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3547552 T17751 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3547552 T17751 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3547552 T17751 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3547552 T17751 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3547552 T17751 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3547553 T17751 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3547553 T17751 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62865/solr
   [junit4]   2> 3547553 T17751 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3547553 T17751 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3547555 T17751 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3547557 T17776 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@199cec8 name:ZooKeeperConnection Watcher:127.0.0.1:62865 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3547558 T17751 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3547558 T17751 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3547560 T17751 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3547562 T17779 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bb733e name:ZooKeeperConnection Watcher:127.0.0.1:62865/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3547562 T17751 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3547563 T17751 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 3547565 T17751 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 3547568 T17751 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 3547570 T17751 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 3547572 T17751 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 3547575 T17751 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 3547576 T17751 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62872_zzo%2Fp
   [junit4]   2> 3547577 T17751 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62872_zzo%2Fp
   [junit4]   2> 3547579 T17751 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 3547581 T17751 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 3547582 T17751 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3547583 T17751 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:62872_zzo%2Fp
   [junit4]   2> 3547583 T17751 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 3547585 T17751 oasc.Overseer.start Overseer (id=93393794555379715-127.0.0.1:62872_zzo%2Fp-n_0000000000) starting
   [junit4]   2> 3547587 T17751 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 3547594 T17751 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3547595 T17781 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 3547595 T17780 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 3547595 T17751 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 3547597 T17751 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 3547599 T17751 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3547602 T17751 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\control-001\cores
   [junit4]   2> 3547604 T17751 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\control-001\cores\collection1\
   [junit4]   2> 3547604 T17751 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3547605 T17783 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 3547605 T17783 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3547606 T17779 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3547606 T17783 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3547607 T17780 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62872/zzo/p",
   [junit4]   2> 	  "node_name":"127.0.0.1:62872_zzo%2Fp",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 3547607 T17780 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62872/zzo/p",
   [junit4]   2> 	  "node_name":"127.0.0.1:62872_zzo%2Fp",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3547607 T17780 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 3547607 T17780 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 3547609 T17779 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3548255 T17783 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3548255 T17783 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 3548255 T17783 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3548255 T17783 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 3548257 T17783 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3548257 T17783 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\control-001\cores\collection1\'
   [junit4]   2> 3548269 T17783 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 3548271 T17783 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 3548276 T17783 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3548277 T17783 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3548288 T17783 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3548290 T17783 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3548293 T17783 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3548352 T17783 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3548356 T17783 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3548356 T17783 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3548365 T17783 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3548367 T17783 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3548369 T17783 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3548370 T17783 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3548370 T17783 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3548370 T17783 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3548371 T17783 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3548371 T17783 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3548371 T17783 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 3548371 T17783 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3548372 T17783 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\tempDir-001/control/data\
   [junit4]   2> 3548372 T17783 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1496855
   [junit4]   2> 3548373 T17783 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\tempDir-001/control/data\
   [junit4]   2> 3548373 T17783 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\tempDir-001/control/data\index/
   [junit4]   2> 3548373 T17783 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3548373 T17783 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\tempDir-001/control/data\index
   [junit4]   2> 3548373 T17783 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3313050642134254]
   [junit4]   2> 3548373 T17783 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@224603 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f20300),segFN=segments_1,generation=1}
   [junit4]   2> 3548374 T17783 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3548375 T17783 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3548376 T17783 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3548376 T17783 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3548376 T17783 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3548376 T17783 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3548376 T17783 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3548376 T17783 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3548376 T17783 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3548377 T17783 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3548377 T17783 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3548377 T17783 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3548378 T17783 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3548378 T17783 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3548378 T17783 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 3548378 T17783 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 3548378 T17783 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 3548379 T17783 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 3548379 T17783 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 3548380 T17783 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 3548380 T17783 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 3548380 T17783 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 3548381 T17783 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 3548381 T17783 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 3548381 T17783 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 3548381 T17783 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3548381 T17783 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 3548382 T17783 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3548385 T17783 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3548387 T17783 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3548387 T17783 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3548388 T17783 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3548388 T17783 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3548390 T17783 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3548391 T17783 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3548391 T17783 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3548392 T17783 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=78.7021484375, floorSegmentMB=2.11328125, forceMergeDeletesPctAllowed=14.7084043687679, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 3548392 T17783 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@224603 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f20300),segFN=segments_1,generation=1}
   [junit4]   2> 3548392 T17783 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3548392 T17783 oass.SolrIndexSearcher.<init> Opening Searcher@1dcea0e[collection1] main
   [junit4]   2> 3548392 T17783 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 3548393 T17783 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3548393 T17783 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3548394 T17783 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3548394 T17783 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3548394 T17783 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3548395 T17783 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3548395 T17783 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3548395 T17783 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3548395 T17783 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3548395 T17783 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3548395 T17784 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1dcea0e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3548395 T17787 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:62872/zzo/p collection:control_collection shard:shard1
   [junit4]   2> 3548396 T17751 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3548396 T17751 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3548397 T17751 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3548397 T17787 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 3548399 T17751 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3548400 T17791 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@198932 name:ZooKeeperConnection Watcher:127.0.0.1:62865/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3548400 T17751 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3548400 T17751 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3548402 T17751 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3548404 T17787 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 3548405 T17751 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 3548405 T17779 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3548406 T17787 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 3548406 T17787 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2196 name=collection1 org.apache.solr.core.SolrCore@1a8be0c url=http://127.0.0.1:62872/zzo/p/collection1 node=127.0.0.1:62872_zzo%2Fp C2196_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:62872/zzo/p, node_name=127.0.0.1:62872_zzo%2Fp, state=down}
   [junit4]   2> 3548406 T17787 C2196 P62872 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:62872/zzo/p/collection1/
   [junit4]   2> 3548406 T17787 C2196 P62872 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 3548406 T17787 C2196 P62872 oasc.SyncStrategy.syncToMe http://127.0.0.1:62872/zzo/p/collection1/ has no replicas
   [junit4]   2> 3548406 T17787 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:62872/zzo/p/collection1/ shard1
   [junit4]   2> 3548406 T17787 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 3548407 T17780 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 3548412 T17779 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3548422 T17780 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62872/zzo/p",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 3548489 T17779 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3548490 T17791 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3548521 T17787 oasc.ZkController.register We are http://127.0.0.1:62872/zzo/p/collection1/ and leader is http://127.0.0.1:62872/zzo/p/collection1/
   [junit4]   2> 3548521 T17787 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:62872/zzo/p
   [junit4]   2> 3548521 T17787 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 3548521 T17787 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 3548521 T17787 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3548522 T17779 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3548524 T17780 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62872/zzo/p",
   [junit4]   2> 	  "node_name":"127.0.0.1:62872_zzo%2Fp",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 3548525 T17780 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62872/zzo/p",
   [junit4]   2> 	  "node_name":"127.0.0.1:62872_zzo%2Fp",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3548598 T17779 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3548598 T17791 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3549332 T17751 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\shard-1-001\cores\collection1
   [junit4]   2> 3549334 T17751 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 3549334 T17751 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 3549337 T17751 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@f6c36d{/zzo/p,null,AVAILABLE}
   [junit4]   2> 3549337 T17751 oejs.AbstractConnector.doStart Started ServerConnector@82cc2c{HTTP/1.1}{127.0.0.1:62886}
   [junit4]   2> 3549337 T17751 oejs.Server.doStart Started @3548622ms
   [junit4]   2> 3549338 T17751 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 3549338 T17751 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3549338 T17751 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\shard-1-001
   [junit4]   2> 3549338 T17751 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\shard-1-001\'
   [junit4]   2> 3549360 T17751 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\shard-1-001\solr.xml
   [junit4]   2> 3549365 T17751 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\shard-1-001\cores
   [junit4]   2> 3549365 T17751 oasc.CoreContainer.<init> New CoreContainer 9551334
   [junit4]   2> 3549365 T17751 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\shard-1-001\]
   [junit4]   2> 3549365 T17751 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\shard-1-001\lib
   [junit4]   2> 3549367 T17751 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\shard-1-001\lib).
   [junit4]   2> 3549374 T17751 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3549374 T17751 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3549374 T17751 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3549374 T17751 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3549375 T17751 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3549375 T17751 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3549375 T17751 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3549375 T17751 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3549375 T17751 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3549377 T17751 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3549377 T17751 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3549377 T17751 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3549377 T17751 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3549377 T17751 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3549377 T17751 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3549378 T17751 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62865/solr
   [junit4]   2> 3549378 T17751 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3549378 T17751 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3549380 T17751 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3549381 T17805 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15030f2 name:ZooKeeperConnection Watcher:127.0.0.1:62865 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3549381 T17751 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3549381 T17751 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3549384 T17751 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3549385 T17808 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7ca99e name:ZooKeeperConnection Watcher:127.0.0.1:62865/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3549385 T17751 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3549390 T17751 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3550039 T17751 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62885_zzo%2Fp
   [junit4]   2> 3550040 T17751 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62885_zzo%2Fp
   [junit4]   2> 3550044 T17751 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3550046 T17751 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\shard-1-001\cores
   [junit4]   2> 3550046 T17751 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\shard-1-001\cores\collection1\
   [junit4]   2> 3550046 T17751 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3550048 T17809 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 3550048 T17809 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3550049 T17779 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3550049 T17809 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3550049 T17780 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62885/zzo/p",
   [junit4]   2> 	  "node_name":"127.0.0.1:62885_zzo%2Fp",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 3550050 T17780 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62885/zzo/p",
   [junit4]   2> 	  "node_name":"127.0.0.1:62885_zzo%2Fp",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3550050 T17780 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 3550051 T17780 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 3550051 T17808 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3550051 T17779 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3550051 T17791 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3550695 T17809 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3550695 T17809 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 3550698 T17809 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3550698 T17809 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3550698 T17809 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3550699 T17809 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\shard-1-001\cores\collection1\'
   [junit4]   2> 3550719 T17809 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 3550720 T17809 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 3550725 T17809 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3550727 T17809 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3550730 T17809 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3550732 T17809 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3550735 T17809 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3550795 T17809 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3550799 T17809 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3550800 T17809 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3550808 T17809 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3550811 T17809 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3550812 T17809 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3550813 T17809 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3550814 T17809 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3550814 T17809 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3550814 T17809 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3550815 T17809 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3550815 T17809 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 3550815 T17809 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3550815 T17809 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\tempDir-001/jetty1\
   [junit4]   2> 3550816 T17809 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1496855
   [junit4]   2> 3550816 T17809 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\tempDir-001/jetty1\
   [junit4]   2> 3550816 T17809 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\tempDir-001/jetty1\index/
   [junit4]   2> 3550816 T17809 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 3550816 T17809 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\tempDir-001/jetty1\index
   [junit4]   2> 3550817 T17809 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3313050642134254]
   [junit4]   2> 3550817 T17809 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d5ebb1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@19bc702),segFN=segments_1,generation=1}
   [junit4]   2> 3550818 T17809 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3550819 T17809 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3550819 T17809 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3550819 T17809 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3550819 T17809 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3550819 T17809 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3550820 T17809 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3550820 T17809 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3550821 T17809 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3550821 T17809 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3550821 T17809 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3550821 T17809 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3550821 T17809 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3550822 T17809 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3550822 T17809 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 3550823 T17809 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 3550823 T17809 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 3550823 T17809 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 3550823 T17809 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 3550824 T17809 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 3550824 T17809 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 3550824 T17809 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 3550825 T17809 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 3550825 T17809 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 3550826 T17809 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 3550826 T17809 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3550831 T17809 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 3550831 T17809 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3550835 T17809 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3550835 T17809 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3550836 T17809 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3550837 T17809 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3550838 T17809 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3550838 T17809 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3550839 T17809 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3550840 T17809 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3550840 T17809 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=78.7021484375, floorSegmentMB=2.11328125, forceMergeDeletesPctAllowed=14.7084043687679, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 3550840 T17809 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d5ebb1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@19bc702),segFN=segments_1,generation=1}
   [junit4]   2> 3550840 T17809 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3550840 T17809 oass.SolrIndexSearcher.<init> Opening Searcher@1fc4d5a[collection1] main
   [junit4]   2> 3550841 T17809 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3550841 T17809 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3550841 T17809 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3550842 T17809 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3550842 T17809 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3550842 T17809 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3550843 T17809 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3550843 T17809 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3550843 T17809 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3550843 T17809 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3550844 T17810 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1fc4d5a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3550844 T17809 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3550845 T17813 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:62885/zzo/p collection:collection1 shard:shard2
   [junit4]   2> 3550845 T17751 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3550845 T17751 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3550847 T17813 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 3550851 T17813 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 3550852 T17779 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3550853 T17813 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 3550853 T17813 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2197 name=collection1 org.apache.solr.core.SolrCore@588348 url=http://127.0.0.1:62885/zzo/p/collection1 node=127.0.0.1:62885_zzo%2Fp C2197_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:62885/zzo/p, node_name=127.0.0.1:62885_zzo%2Fp, state=down}
   [junit4]   2> 3550853 T17813 C2197 P62885 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:62885/zzo/p/collection1/
   [junit4]   2> 3550853 T17813 C2197 P62885 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 3550853 T17813 C2197 P62885 oasc.SyncStrategy.syncToMe http://127.0.0.1:62885/zzo/p/collection1/ has no replicas
   [junit4]   2> 3550853 T17813 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:62885/zzo/p/collection1/ shard2
   [junit4]   2> 3550853 T17813 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 3550855 T17780 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 3550859 T17779 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3550861 T17780 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62885/zzo/p",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 3550928 T17808 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3550928 T17779 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3550930 T17791 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3550959 T17813 oasc.ZkController.register We are http://127.0.0.1:62885/zzo/p/collection1/ and leader is http://127.0.0.1:62885/zzo/p/collection1/
   [junit4]   2> 3550959 T17813 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:62885/zzo/p
   [junit4]   2> 3550959 T17813 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 3550959 T17813 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 3550959 T17813 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3550960 T17779 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3550962 T17780 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62885/zzo/p",
   [junit4]   2> 	  "node_name":"127.0.0.1:62885_zzo%2Fp",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 3550963 T17780 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62885/zzo/p",
   [junit4]   2> 	  "node_name":"127.0.0.1:62885_zzo%2Fp",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3551030 T17808 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3551030 T17779 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3551030 T17791 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3551795 T17751 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\shard-2-001\cores\collection1
   [junit4]   2> 3551797 T17751 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 3551798 T17751 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 3551800 T17751 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1f9ec72{/zzo/p,null,AVAILABLE}
   [junit4]   2> 3551801 T17751 oejs.AbstractConnector.doStart Started ServerConnector@174dae1{HTTP/1.1}{127.0.0.1:62896}
   [junit4]   2> 3551801 T17751 oejs.Server.doStart Started @3552496ms
   [junit4]   2> 3551801 T17751 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 3551801 T17751 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3551801 T17751 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\shard-2-001
   [junit4]   2> 3551801 T17751 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\shard-2-001\'
   [junit4]   2> 3551823 T17751 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\shard-2-001\solr.xml
   [junit4]   2> 3551828 T17751 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\shard-2-001\cores
   [junit4]   2> 3551828 T17751 oasc.CoreContainer.<init> New CoreContainer 637259
   [junit4]   2> 3551828 T17751 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\shard-2-001\]
   [junit4]   2> 3551830 T17751 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\shard-2-001\lib
   [junit4]   2> 3551830 T17751 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\shard-2-001\lib).
   [junit4]   2> 3551837 T17751 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3551837 T17751 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3551837 T17751 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3551837 T17751 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3551837 T17751 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3551837 T17751 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3551837 T17751 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3551837 T17751 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3551837 T17751 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3551837 T17751 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3551840 T17751 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3551840 T17751 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3551840 T17751 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3551840 T17751 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3551840 T17751 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3551840 T17751 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62865/solr
   [junit4]   2> 3551840 T17751 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3551840 T17751 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3551842 T17751 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3551843 T17828 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8f1e34 name:ZooKeeperConnection Watcher:127.0.0.1:62865 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3551843 T17751 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3551845 T17751 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3551847 T17751 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3551848 T17831 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b00e6a name:ZooKeeperConnection Watcher:127.0.0.1:62865/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3551848 T17751 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3551853 T17751 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3552501 T17751 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62895_zzo%2Fp
   [junit4]   2> 3552502 T17751 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62895_zzo%2Fp
   [junit4]   2> 3552506 T17751 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3552509 T17751 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\shard-2-001\cores
   [junit4]   2> 3552509 T17751 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\shard-2-001\cores\collection1\
   [junit4]   2> 3552509 T17751 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3552510 T17832 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 3552511 T17832 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3552511 T17779 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3552511 T17832 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3552512 T17780 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62895/zzo/p",
   [junit4]   2> 	  "node_name":"127.0.0.1:62895_zzo%2Fp",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 3552513 T17780 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62895/zzo/p",
   [junit4]   2> 	  "node_name":"127.0.0.1:62895_zzo%2Fp",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3552513 T17780 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 3552513 T17780 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 3552514 T17791 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3552514 T17831 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3552515 T17808 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3552515 T17779 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3553157 T17832 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3553157 T17832 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 3553158 T17832 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3553158 T17832 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3553159 T17832 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3553159 T17832 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\shard-2-001\cores\collection1\'
   [junit4]   2> 3553177 T17832 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 3553179 T17832 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 3553185 T17832 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3553188 T17832 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3553192 T17832 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3553194 T17832 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3553197 T17832 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3553284 T17832 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3553288 T17832 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3553288 T17832 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3553298 T17832 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3553300 T17832 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3553303 T17832 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3553304 T17832 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3553304 T17832 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3553305 T17832 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3553305 T17832 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3553306 T17832 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3553306 T17832 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 3553306 T17832 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3553306 T17832 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\tempDir-001/jetty2\
   [junit4]   2> 3553306 T17832 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1496855
   [junit4]   2> 3553307 T17832 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\tempDir-001/jetty2\
   [junit4]   2> 3553307 T17832 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\tempDir-001/jetty2\index/
   [junit4]   2> 3553308 T17832 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\tempDir-001\jetty2\index' doesn't exist. Creating new index...
   [junit4]   2> 3553308 T17832 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 32F369611EC01249-001\tempDir-001/jetty2\index
   [junit4]   2> 3553308 T17832 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3313050642134254]
   [junit4]   2> 3553309 T17832 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@12100bc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@462ff9),segFN=segments_1,generation=1}
   [junit4]   2> 3553309 T17832 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3553312 T17832 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3553312 T17832 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3553312 T17832 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3553313 T17832 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3553313 T17832 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3553313 T17832 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3553313 T17832 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3553314 T17832 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3553314 T17832 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3553315 T17832 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3553315 T17832 oasc.RequestHandlers.initHandlersFromConfig created /upd

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

tributedFacetPivotLongTailTest, TestBinaryResponseWriter, TestFieldTypeCollectionResource, ClusterStateUpdateTest, TestManagedSchema, SharedFSAutoReplicaFailoverTest, SignatureUpdateProcessorFactoryTest, AnalysisErrorHandlingTest, MultiThreadedOCPTest, AddSchemaFieldsUpdateProcessorFactoryTest, PolyFieldTest, AnalysisAfterCoreReloadTest, OutputWriterTest, SolrIndexSplitterTest, AutoCommitTest, TestDefaultSimilarityFactory, HdfsUnloadDistributedZkTest, TestSortingResponseWriter, NumericFieldsTest, DistributedTermsComponentTest, TestFoldingMultitermQuery, TestExtendedDismaxParser, SuggestComponentTest, AddBlockUpdateTest, HdfsCollectionsAPIDistributedZkTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, TestImplicitCoreProperties, TestSolrXml, AsyncMigrateRouteKeyTest, ConnectionManagerTest, TestSolrIndexConfig, SuggesterFSTTest, LeaderElectionIntegrationTest, ZkControllerTest, RollingRestartTest, TestCloudPivotFacet, LukeRequestHandlerTest, TestSolrDynamicMBean, CoreMergeIndexesAdminHandlerTest, DateRangeFieldTest, TestDefaultSearchFieldResource, TestJmxIntegration, TestLuceneMatchVersion, URLClassifyProcessorTest, HardAutoCommitTest, BinaryUpdateRequestHandlerTest, EchoParamsTest, ResponseHeaderTest, ReturnFieldsTest, TestConfigReload, TestRawResponseWriter, ChaosMonkeySafeLeaderTest, HighlighterTest, TestNoOpRegenerator, FieldAnalysisRequestHandlerTest, TestSimpleQParserPlugin, TestAddFieldRealTimeGet, CustomCollectionTest, TestSolrQueryParserDefaultOperatorResource, CloudMLTQParserTest, TermsComponentTest, TestCollapseQParserPlugin, DistribCursorPagingTest, TestStressVersions, DistributedSpellCheckComponentTest, DistanceFunctionTest, SystemInfoHandlerTest, TestBadConfig, RecoveryZkTest, MultiTermTest, AliasIntegrationTest, SSLMigrationTest, TestReplicaProperties, ZkSolrClientTest, CurrencyFieldOpenExchangeTest, QueryResultKeyTest, ResponseLogComponentTest, TestQuerySenderNoQuery, TestRandomMergePolicy, ZkStateWriterTest, OpenCloseCoreStressTest, DocValuesMultiTest, SuggesterTest, TestSweetSpotSimilarityFactory, TestDistribDocBasedVersion, TestRebalanceLeaders, TestStressReorder, SolrCoreCheckLockOnStartupTest, TestFunctionQuery, HdfsDirectoryTest, TestPartialUpdateDeduplication, BufferStoreTest, TestTrackingShardHandlerFactory, TestSolrJ, TestExactStatsCache, TestDefaultStatsCache, TestFastOutputStream, ZkCLITest, TestSolrDeletionPolicy1, TestBulkSchemaAPI, HdfsRecoveryZkTest, TestInitParams, TestConfigSets, TestQueryTypes, TestCloudManagedSchema, ExitableDirectoryReaderTest, TestFreeTextSuggestions, HdfsChaosMonkeySafeLeaderTest, CursorPagingTest, TestCSVResponseWriter, TestSearcherReuse, CoreAdminRequestStatusTest, QueryElevationComponentTest, TestClusterStateMutator, SpellCheckComponentTest, TestUpdate, TermVectorComponentDistributedTest, QueryParsingTest, TestSchemaVersionResource, SpatialRPTFieldTypeTest, TestTolerantSearch, SynonymTokenizerTest, DocExpirationUpdateProcessorFactoryTest, TestCloudInspectUtil, DistanceUnitsTest, BadIndexSchemaTest, MBeansHandlerTest, TestReqParamsAPI, TestDynamicLoading, TestFiltering, TestSuggestSpellingConverter, JsonLoaderTest, TestLRUCache, QueryEqualityTest, WordBreakSolrSpellCheckerTest, DistributedMLTComponentTest, EnumFieldTest, TestFieldResource, DistributedIntervalFacetingTest, TestOverriddenPrefixQueryForCustomFieldType, TestSolrQueryParserResource, TestReRankQParserPlugin, LeaderInitiatedRecoveryOnCommitTest, TestFastWriter, TestExactSharedStatsCache, InfoHandlerTest, CircularListTest, ParsingFieldUpdateProcessorsTest, TestFastLRUCache, DistribDocExpirationUpdateProcessorTest, DOMUtilTest, TestElisionMultitermQuery, TestNonDefinedSimilarityFactory, MoreLikeThisHandlerTest, CSVRequestHandlerTest, SuggesterWFSTTest, PreAnalyzedUpdateProcessorTest, ChaosMonkeyNothingIsSafeTest, TestCollationField, RecoveryAfterSoftCommitTest, TestAnalyzedSuggestions, TestExpandComponent, HdfsBasicDistributedZk2Test, TestSchemaResource, DistribJoinFromCollectionTest, TestDistributedMissingSort, TestFileDictionaryLookup, DeleteShardTest, UUIDUpdateProcessorFallbackTest, TestMaxScoreQueryParser, SpatialFilterTest, TestCollectionAPI, UpdateParamsTest, TestManagedSchemaFieldResource, FullSolrCloudDistribCmdsTest, UUIDFieldTest, SpellingQueryConverterTest, DateFieldTest, XsltUpdateRequestHandlerTest, TestShardHandlerFactory, PluginInfoTest, SolrIndexConfigTest, NoCacheHeaderTest, TestSolrDeletionPolicy2, TestBlobHandler, IndexSchemaRuntimeFieldTest, HdfsBasicDistributedZkTest, CoreAdminCreateDiscoverTest, TestSearchPerf, TestLazyCores, CursorMarkTest, TestCursorMarkWithoutUniqueKey, TestManagedResourceStorage, DistributedFacetPivotLargeTest, TestDistributedGrouping, BasicFunctionalityTest, ClusterStateTest, ExternalFileFieldSortTest, TestPhraseSuggestions, TestOmitPositions, TestMiniSolrCloudCluster, ShowFileRequestHandlerTest, BasicDistributedZk2Test, AlternateDirectoryTest, RAMDirectoryFactoryTest, ResourceLoaderTest, TestDFRSimilarityFactory, TestQueryUtils, TestFaceting, DirectSolrConnectionTest, PrimUtilsTest, CollectionsAPIDistributedZkTest, TestRangeQuery, TestClassNameShortening, TestDocSet, TestTrie, TestSolrConfigHandler, SpellPossibilityIteratorTest, TestManagedSchemaDynamicFieldResource, TestCSVLoader, TestManagedSchemaFieldTypeResource, BasicDistributedZkTest, UnloadDistributedZkTest, SyncSliceTest, OverseerTest, ShardRoutingTest, BasicZkTest, TestReplicationHandler, TestRandomFaceting, LeaderElectionTest, TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest, TestDistributedSearch, TestRecovery, TestHashPartitioner, TestRealTimeGet, TestJoin, TestReload, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, StatsComponentTest, TestGroupingSearch, SolrCmdDistributorTest, PeerSyncTest, ConvertedLegacyTest, TestSort, DirectUpdateHandlerTest, OverseerCollectionProcessorTest, TestIndexSearcher, SoftAutoCommitTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, SimplePostToolTest, TestCoreDiscovery, SpellCheckCollatorTest, CoreAdminHandlerTest, SolrRequestParserTest, DocValuesTest, SuggesterTSTTest, TestStressLucene, SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestRemoteStreaming, SolrInfoMBeanTest, DebugComponentTest, CacheHeaderTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, StandardRequestHandlerTest, TestWriterPerf, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, DocumentBuilderTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, TestIndexingPerformance, RequiredFieldsTest, TestSolrQueryParser, TestArbitraryIndexDir, FastVectorHighlighterTest, LoggingHandlerTest, RegexBoostProcessorTest, SolrPluginUtilsTest, IndexSchemaTest, UpdateRequestProcessorFactoryTest, JSONWriterTest, UniqFieldsUpdateProcessorFactoryTest, TestPHPSerializedResponseWriter, PingRequestHandlerTest, TestComponentsName, SearchHandlerTest, TestLFUCache, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, CopyFieldTest, BadComponentTest, TestStressRecovery, TestMergePolicyConfig, SampleTest, TestBinaryField, MinimalSchemaTest, TestConfig, TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestCharFilters, TestCodecSupport, TestXIncludeConfig, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestJmxMonitoredMap, TimeZoneUtilsTest, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, DateMathParserTest, PreAnalyzedFieldTest, TestSystemIdResolver, TestUtils, TestDocumentBuilder, SliceStateTest, FileUtilsTest, TestRTGBase, SolrTestCaseJ4Test, TestHighlightDedupGrouping, ActionThrottleTest, AssignTest, CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest, DeleteInactiveReplicaTest, DeleteReplicaTest, DistributedQueueTest, ExternalCollectionsTest, HttpPartitionTest, LeaderFailoverAfterPartitionTest, MigrateRouteKeyTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, OverseerStatusTest, RemoteQueryErrorTest, ReplicationFactorTest]
   [junit4] Completed in 63.78s, 1 test, 1 error <<< FAILURES!

[...truncated 281 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 468 suites, 1868 tests, 1 error, 57 ignored (30 assumptions)

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



Re: [JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_31) - Build # 4510 - Still Failing!

Posted by Ishan Chattopadhyaya <ic...@gmail.com>.
Added https://issues.apache.org/jira/browse/SOLR-7156 (sub-tickets) to
track the fixes for these failures.

On Fri, Feb 27, 2015 at 6:08 PM, Policeman Jenkins Server <
jenkins@thetaphi.de> wrote:

> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4510/
> Java: 64bit/jdk1.8.0_31 -XX:-UseCompressedOops -XX:+UseG1GC
>
> 2 tests failed.
> FAILED:
> junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler
>
> Error Message:
> Could not remove the following files (in the order of attempts):
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-010\collection1\conf\params.json:
> java.nio.file.FileSystemException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-010\collection1\conf\params.json: The process
> cannot access the file because it is being used by another process.
>  C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-010\collection1\conf:
> java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-010\collection1\conf
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-010\collection1:
> java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-010\collection1
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-010: java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-010
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-010: java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-010
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001: java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001
>
> Stack Trace:
> java.io.IOException: Could not remove the following files (in the order of
> attempts):
>
>  C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-010\collection1\conf\params.json:
> java.nio.file.FileSystemException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-010\collection1\conf\params.json: The process
> cannot access the file because it is being used by another process.
>
>
>  C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-010\collection1\conf:
> java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-010\collection1\conf
>
>  C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-010\collection1:
> java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-010\collection1
>
>  C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-010: java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-010
>
>  C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-010: java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-010
>
>  C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001: java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001
>
>         at __randomizedtesting.SeedInfo.seed([9CE4F674E83EED72]:0)
>         at org.apache.lucene.util.IOUtils.rm(IOUtils.java:286)
>         at
> org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
>         at
> com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>         at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
>         at java.lang.Thread.run(Thread.java:745)
>
>
> FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test
>
> Error Message:
> org.apache.http.NoHttpResponseException: The target server failed to
> respond
>
> Stack Trace:
> org.apache.solr.client.solrj.SolrServerException:
> org.apache.http.NoHttpResponseException: The target server failed to respond
>         at
> org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:899)
>         at
> org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
>         at
> org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
>         at
> org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:483)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
>         at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:945)
>         at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:920)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
>         at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>         at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
>         at java.lang.Thread.run(Thread.java:745)
> Caused by: org.apache.http.NoHttpResponseException: The target server
> failed to respond
>         at
> org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
>         at
> org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
>         at
> org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
>         at
> org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
>         at
> org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
>         at
> org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
>         at
> org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
>         at
> org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
>         at
> org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
>         at
> org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
>         at
> org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
>         at
> org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
>         at
> org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
>         at
> org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
>         at
> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
>         at
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
>         at
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
>         at
> org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
>         at
> org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
>         at
> org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
>         at
> org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>         ... 1 more
>
>
>
>
> Build Log:
> [...truncated 9042 lines...]
>    [junit4] Suite: org.apache.solr.core.TestSolrConfigHandler
>    [junit4]   2> Creating dataDir:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\init-core-data-001
>    [junit4]   2> 322832 T2017 oas.SolrTestCaseJ4.startTrackingSearchers
> WARN startTrackingSearchers: numOpens=6 numCloses=6
>    [junit4]   2> 322833 T2017 oas.SolrTestCaseJ4.buildSSLConfig Randomized
> ssl (true) and clientAuth (false)
>    [junit4]   2> 322835 T2017 oas.SolrTestCaseJ4.setUp ###Starting
> testReqHandlerAPIs
>    [junit4]   2> 324246 T2017 oas.SolrTestCaseJ4.initCore ####initCore
>    [junit4]   2> 324246 T2017 oas.SolrTestCaseJ4.initCore ####initCore end
>    [junit4]   2> 324248 T2017 oas.SolrTestCaseJ4.writeCoreProperties
> Writing core.properties file to
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-002\cores\core
>    [junit4]   2> 324319 T2017 oejs.Server.doStart jetty-9.2.6.v20141205
>    [junit4]   2> 324322 T2017 oejsh.ContextHandler.doStart Started
> o.e.j.s.ServletContextHandler@21be95a5{/solr,null,AVAILABLE}
>    [junit4]   2> 324707 T2017 oejs.AbstractConnector.doStart Started
> ServerConnector@40f81106{SSL-http/1.1}{127.0.0.1:52094}
>    [junit4]   2> 324707 T2017 oejs.Server.doStart Started @331314ms
>    [junit4]   2> 324712 T2017 oass.SolrDispatchFilter.init
> SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
>    [junit4]   2> 324713 T2017 oasc.SolrResourceLoader.locateSolrHome JNDI
> not configured for solr (NoInitialContextEx)
>    [junit4]   2> 324713 T2017 oasc.SolrResourceLoader.locateSolrHome using
> system property solr.solr.home:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001
>    [junit4]   2> 324713 T2017 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\'
>    [junit4]   2> 324746 T2017 oasc.SolrXmlConfig.fromFile Loading
> container configuration from
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\solr.xml
>    [junit4]   2> 324753 T2017 oasc.CorePropertiesLocator.<init>
> Config-defined core root directory:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-002\cores
>    [junit4]   2> 324754 T2017 oasc.CoreContainer.<init> New CoreContainer
> 182912408
>    [junit4]   2> 324754 T2017 oasc.CoreContainer.load Loading cores into
> CoreContainer
> [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\]
>    [junit4]   2> 324754 T2017 oasc.CoreContainer.load loading shared
> library:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\lib
>    [junit4]   2> 324754 T2017 oasc.SolrResourceLoader.addToClassLoader
> WARN Can't find (or read) directory to add to classloader: lib (resolved
> as:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\lib).
>    [junit4]   2> 324766 T2017 oashc.HttpShardHandlerFactory.getParameter
> Setting socketTimeout to: 90000
>    [junit4]   2> 324766 T2017 oashc.HttpShardHandlerFactory.getParameter
> Setting urlScheme to: https
>    [junit4]   2> 324766 T2017 oashc.HttpShardHandlerFactory.getParameter
> Setting connTimeout to: 15000
>    [junit4]   2> 324766 T2017 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnectionsPerHost to: 20
>    [junit4]   2> 324768 T2017 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnections to: 10000
>    [junit4]   2> 324768 T2017 oashc.HttpShardHandlerFactory.getParameter
> Setting corePoolSize to: 0
>    [junit4]   2> 324768 T2017 oashc.HttpShardHandlerFactory.getParameter
> Setting maximumPoolSize to: 2147483647
>    [junit4]   2> 324768 T2017 oashc.HttpShardHandlerFactory.getParameter
> Setting maxThreadIdleTime to: 5
>    [junit4]   2> 324768 T2017 oashc.HttpShardHandlerFactory.getParameter
> Setting sizeOfQueue to: -1
>    [junit4]   2> 324768 T2017 oashc.HttpShardHandlerFactory.getParameter
> Setting fairnessPolicy to: false
>    [junit4]   2> 324768 T2017 oashc.HttpShardHandlerFactory.getParameter
> Setting useRetries to: false
>    [junit4]   2> 324772 T2017 oasu.UpdateShardHandler.<init> Creating
> UpdateShardHandler HTTP client with params:
> socketTimeout=340000&connTimeout=45000&retry=true
>    [junit4]   2> 324775 T2017 oasl.LogWatcher.createWatcher SLF4J impl is
> org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 324776 T2017 oasl.LogWatcher.newRegisteredLogWatcher
> Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 324776 T2017 oasc.CoreContainer.load Node Name: 127.0.0.1
>    [junit4]   2> 324778 T2017 oasc.CorePropertiesLocator.discover Looking
> for core definitions underneath
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-002\cores
>    [junit4]   2> 324779 T2017 oasc.CorePropertiesLocator.discoverUnder
> Found core collection1 in
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-002\cores\core\
>    [junit4]   2> 324779 T2017 oasc.CorePropertiesLocator.discover Found 1
> core definitions
>    [junit4]   2> 324781 T2029 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\'
>    [junit4]   2> 324783 T2029 oasc.SolrResourceLoader.replaceClassLoader
> Adding
> 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%209CE4F674E83EED72-001/tempDir-001/collection1/lib/.svn/'
> to classloader
>    [junit4]   2> 324783 T2029 oasc.SolrResourceLoader.replaceClassLoader
> Adding
> 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%209CE4F674E83EED72-001/tempDir-001/collection1/lib/classes/'
> to classloader
>    [junit4]   2> 324783 T2029 oasc.SolrResourceLoader.replaceClassLoader
> Adding
> 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%209CE4F674E83EED72-001/tempDir-001/collection1/lib/README'
> to classloader
>    [junit4]   2> 324827 T2029 oasc.SolrConfig.refreshRequestParams current
> version of requestparams : -1
>    [junit4]   2> 324831 T2029 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: 6.0.0
>    [junit4]   2> 324841 T2029 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig-managed-schema.xml
>    [junit4]   2> 324846 T2029
> oass.ManagedIndexSchemaFactory.readSchemaLocally The schema is configured
> as managed, but managed schema resource managed-schema not found - loading
> non-managed schema schema-rest.xml instead
>    [junit4]   2> 324846 T2029 oass.IndexSchema.readSchema Reading Solr
> Schema from
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf\schema-rest.xml
>    [junit4]   2> 324854 T2029 oass.IndexSchema.readSchema [collection1]
> Schema name=test-rest
>    [junit4]   2> 324982 T2029 oass.IndexSchema.readSchema default search
> field in schema is text
>    [junit4]   2> 324983 T2029 oass.IndexSchema.readSchema query parser
> default operator is OR
>    [junit4]   2> 324983 T2029 oass.IndexSchema.readSchema unique key
> field: id
>    [junit4]   2> 324983 T2029 oass.IndexSchema.loadCopyFields WARN Field
> title is not multivalued and destination for multiple copyFields (3)
>    [junit4]   2> 324995 T2029
> oasr.RestManager$Registry.registerManagedResource Registered
> ManagedResource impl
> org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path
> /schema/analysis/stopwords/english
>    [junit4]   2> 324995 T2029
> oasr.RestManager$Registry.registerManagedResource Registered
> ManagedResource impl
> org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager
> for path /schema/analysis/synonyms/english
>    [junit4]   2> 324995 T2029
> oasr.RestManager$Registry.registerManagedResource Registered
> ManagedResource impl
> org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path
> /schema/analysis/stopwords/german
>    [junit4]   2> 324995 T2029
> oasr.RestManager$Registry.registerManagedResource Registered
> ManagedResource impl
> org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager
> for path /schema/analysis/synonyms/german
>    [junit4]   2> 325002 T2029 oass.ManagedIndexSchema.persistManagedSchema
> Upgraded to managed schema at
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf\managed-schema
>    [junit4]   2> 325019 T2029
> oass.ManagedIndexSchemaFactory.upgradeToManagedSchema After upgrading to
> managed schema, renamed the non-managed schema
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf\schema-rest.xml to
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf\schema-rest.xml.bak
>    [junit4]   2> 325019 T2029 oasc.CoreContainer.create Creating SolrCore
> 'collection1' using configuration from configset
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1
>    [junit4]   2> 325019 T2029 oasc.SolrCore.initDirectoryFactory
> solr.NRTCachingDirectoryFactory
>    [junit4]   2> 325019 T2029 oasc.SolrCore.<init> [collection1] Opening
> new SolrCore at
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\,
> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-002\cores\core\data\
>    [junit4]   2> 325019 T2029 oasc.SolrCore.<init> JMX monitoring not
> detected for core: collection1
>    [junit4]   2> 325023 T2029 oasc.CachingDirectoryFactory.get return new
> directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-002\cores\core\data
>    [junit4]   2> 325024 T2029 oasc.SolrCore.getNewIndexDir New index
> directory detected: old=null
> new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-002\cores\core\data\index/
>    [junit4]   2> 325024 T2029 oasc.SolrCore.initIndex WARN [collection1]
> Solr index directory
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-002\cores\core\data\index' doesn't exist.
> Creating new index...
>    [junit4]   2> 325024 T2029 oasc.CachingDirectoryFactory.get return new
> directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-002\cores\core\data\index
>    [junit4]   2> 325026 T2029 oasu.RandomMergePolicy.<init>
> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
> [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16,
> maxMergeSize=9223372036854775807,
> maxMergeSizeForForcedMerge=9223372036854775807,
> calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
>    [junit4]   2> 325030 T2029 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits: num=1
>    [junit4]   2>
> commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-002\cores\core\data\index
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2105f860;
> maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
>    [junit4]   2> 325030 T2029 oasc.SolrDeletionPolicy.updateCommits newest
> commit generation = 1
>    [junit4]   2> 325031 T2029 oasc.SolrCore.loadUpdateProcessorChains no
> updateRequestProcessorChain defined as default, creating implicit default
>    [junit4]   2> 325031 T2029 oasc.RequestHandlers.initHandlersFromConfig
> created /update: org.apache.solr.handler.UpdateRequestHandler
>    [junit4]   2> 325032 T2029 oasc.RequestHandlers.initHandlersFromConfig
> created /update/json: org.apache.solr.handler.UpdateRequestHandler
>    [junit4]   2> 325032 T2029 oasc.RequestHandlers.initHandlersFromConfig
> created /update/csv: org.apache.solr.handler.UpdateRequestHandler
>    [junit4]   2> 325032 T2029 oasc.RequestHandlers.initHandlersFromConfig
> created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
>    [junit4]   2> 325032 T2029 oasc.RequestHandlers.initHandlersFromConfig
> created /config: org.apache.solr.handler.SolrConfigHandler
>    [junit4]   2> 325033 T2029 oasc.RequestHandlers.initHandlersFromConfig
> created /schema: org.apache.solr.handler.SchemaHandler
>    [junit4]   2> 325033 T2029 oasc.RequestHandlers.initHandlersFromConfig
> created /replication: org.apache.solr.handler.ReplicationHandler
>    [junit4]   2> 325033 T2029 oasc.RequestHandlers.initHandlersFromConfig
> created /get: org.apache.solr.handler.RealTimeGetHandler
>    [junit4]   2> 325033 T2029 oasc.RequestHandlers.initHandlersFromConfig
> created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
>    [junit4]   2> 325034 T2029 oasc.RequestHandlers.initHandlersFromConfig
> created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
>    [junit4]   2> 325034 T2029 oasc.RequestHandlers.initHandlersFromConfig
> created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
>    [junit4]   2> 325035 T2029 oasc.RequestHandlers.initHandlersFromConfig
> created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
>    [junit4]   2> 325035 T2029 oasc.RequestHandlers.initHandlersFromConfig
> created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
>    [junit4]   2> 325035 T2029 oasc.RequestHandlers.initHandlersFromConfig
> created /admin/properties:
> org.apache.solr.handler.admin.PropertiesRequestHandler
>    [junit4]   2> 325035 T2029 oasc.RequestHandlers.initHandlersFromConfig
> created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
>    [junit4]   2> 325036 T2029 oasc.RequestHandlers.initHandlersFromConfig
> created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
>    [junit4]   2> 325036 T2029 oasc.RequestHandlers.initHandlersFromConfig
> created /admin/ping: org.apache.solr.handler.PingRequestHandler
>    [junit4]   2> 325036 T2029 oasc.RequestHandlers.initHandlersFromConfig
> created standard: solr.StandardRequestHandler
>    [junit4]   2> 325036 T2029 oasc.RequestHandlers.initHandlersFromConfig
> created /dump: DumpRequestHandler
>    [junit4]   2> 325044 T2029 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 325045 T2029 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 325047 T2029 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 325048 T2029 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 325048 T2029 oasc.RequestHandlers.applyInitParams WARN
> INVALID paramSet a in requestHandler {type = requestHandler,name =
> /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
>    [junit4]   2> 325048 T2029 oasc.SolrCore.initStatsCache Using default
> statsCache cache: org.apache.solr.search.stats.LocalStatsCache
>    [junit4]   2> 325050 T2029 oasu.CommitTracker.<init> Hard AutoCommit:
> disabled
>    [junit4]   2> 325050 T2029 oasu.CommitTracker.<init> Soft AutoCommit:
> disabled
>    [junit4]   2> 325052 T2029 oasu.RandomMergePolicy.<init>
> RandomMergePolicy wrapping class
> org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
> minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648,
> maxMergeSizeForForcedMerge=9223372036854775807,
> calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
>    [junit4]   2> 325053 T2029 oasc.SolrDeletionPolicy.onInit
> SolrDeletionPolicy.onInit: commits: num=1
>    [junit4]   2>
> commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-002\cores\core\data\index
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2105f860;
> maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
>    [junit4]   2> 325053 T2029 oasc.SolrDeletionPolicy.updateCommits newest
> commit generation = 1
>    [junit4]   2> 325054 T2029 oass.SolrIndexSearcher.<init> Opening
> Searcher@665aab7b[collection1] main
>    [junit4]   2> 325054 T2029
> oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage
> initialized to use dir:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 325054 T2029 oasr.RestManager.init Initializing
> RestManager with initArgs:
> {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf}
>    [junit4]   2> 325054 T2029 oasr.ManagedResourceStorage.load Reading
> _rest_managed.json using
> file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 325056 T2029 oasr.RestManager.init Initializing 4
> registered ManagedResources
>    [junit4]   2> 325056 T2029 oasr.ManagedResourceStorage.load Reading
> _schema_analysis_stopwords_english.json using
> file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 325057 T2029 oasr.ManagedResource.reloadFromStorage WARN
> No stored data found for /schema/analysis/stopwords/english
>    [junit4]   2> 325057 T2029
> oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path
> _schema_analysis_stopwords_english.json using
> file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 325057 T2029
> oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words
> for /schema/analysis/stopwords/english
>    [junit4]   2> 325057 T2029
> oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of
> /schema/analysis/stopwords/english
>    [junit4]   2> 325057 T2029 oasr.ManagedResourceStorage.load Reading
> _schema_analysis_stopwords_german.json using
> file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 325058 T2029 oasr.ManagedResource.reloadFromStorage WARN
> No stored data found for /schema/analysis/stopwords/german
>    [junit4]   2> 325058 T2029
> oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path
> _schema_analysis_stopwords_german.json using
> file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 325059 T2029
> oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words
> for /schema/analysis/stopwords/german
>    [junit4]   2> 325059 T2029
> oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of
> /schema/analysis/stopwords/german
>    [junit4]   2> 325059 T2029 oasr.ManagedResourceStorage.load Reading
> _schema_analysis_synonyms_english.json using
> file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 325060 T2029 oasr.ManagedResource.reloadFromStorage WARN
> No stored data found for /schema/analysis/synonyms/english
>    [junit4]   2> 325060 T2029
> oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage
> Loaded 0 synonym mappings for /schema/analysis/synonyms/english
>    [junit4]   2> 325060 T2029
> oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of
> /schema/analysis/synonyms/english
>    [junit4]   2> 325060 T2029 oasr.ManagedResourceStorage.load Reading
> _schema_analysis_synonyms_german.json using
> file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 325062 T2029 oasr.ManagedResource.reloadFromStorage WARN
> No stored data found for /schema/analysis/synonyms/german
>    [junit4]   2> 325062 T2029
> oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage
> Loaded 0 synonym mappings for /schema/analysis/synonyms/german
>    [junit4]   2> 325062 T2029
> oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of
> /schema/analysis/synonyms/german
>    [junit4]   2> 325062 T2029 oash.ReplicationHandler.inform Commits will
> be reserved for  10000
>    [junit4]   2> 325062 T2029 oasc.CoreContainer.registerCore registering
> core: collection1
>    [junit4]   2> 325062 T2030 oasc.SolrCore.registerSearcher [collection1]
> Registered new searcher Searcher@665aab7b[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 325063 T2017 oass.SolrDispatchFilter.init
> user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
>    [junit4]   2> 325063 T2017 oass.SolrDispatchFilter.init
> SolrDispatchFilter.init() done
>    [junit4]   2> 325063 T2017 oas.SolrJettyTestBase.createJetty Jetty
> Assigned Port#52094
>    [junit4]   2> ASYNC  NEW_CORE C173 name=collection1
> org.apache.solr.core.SolrCore@3be7899f
>    [junit4]   2> 325313 T2026 C173
> oasc.SolrResourceLoader.persistConfLocally Written confile
> configoverlay.json
>    [junit4]   2> 325314 T2026 C173 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\'
>    [junit4]   2> 325317 T2026 C173
> oasc.SolrResourceLoader.replaceClassLoader Adding
> 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%209CE4F674E83EED72-001/tempDir-001/collection1/lib/.svn/'
> to classloader
>    [junit4]   2> 325319 T2026 C173
> oasc.SolrResourceLoader.replaceClassLoader Adding
> 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%209CE4F674E83EED72-001/tempDir-001/collection1/lib/classes/'
> to classloader
>    [junit4]   2> 325319 T2026 C173
> oasc.SolrResourceLoader.replaceClassLoader Adding
> 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%209CE4F674E83EED72-001/tempDir-001/collection1/lib/README'
> to classloader
>    [junit4]   2> 325379 T2026 C173 oasc.SolrConfig.refreshRequestParams
> current version of requestparams : -1
>    [junit4]   2> 325385 T2026 C173 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: 6.0.0
>    [junit4]   2> 325393 T2026 C173 oasc.SolrConfig.<init> Loaded
> SolrConfig: solrconfig-managed-schema.xml
>    [junit4]   2> 325401 T2026 C173 oass.IndexSchema.readSchema Reading
> Solr Schema from
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf\managed-schema
>    [junit4]   2> 325405 T2026 C173 oass.IndexSchema.readSchema
> [collection1] Schema name=test-rest
>    [junit4]   2> ASYNC  NEW_CORE C174 name=collection1
> org.apache.solr.core.SolrCore@3be7899f
>    [junit4]   2> 325538 T2026 C174 oass.IndexSchema.readSchema default
> search field in schema is text
>    [junit4]   2> 325538 T2026 C174 oass.IndexSchema.readSchema query
> parser default operator is OR
>    [junit4]   2> 325541 T2026 C174 oass.IndexSchema.readSchema unique key
> field: id
>    [junit4]   2> 325542 T2026 C174 oass.IndexSchema.loadCopyFields WARN
> Field title is not multivalued and destination for multiple copyFields (3)
>    [junit4]   2> 325543 T2026 C174
> oasr.RestManager$Registry.registerManagedResource Registered
> ManagedResource impl
> org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path
> /schema/analysis/stopwords/german
>    [junit4]   2> 325543 T2026 C174
> oasr.RestManager$Registry.registerManagedResource Registered
> ManagedResource impl
> org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager
> for path /schema/analysis/synonyms/german
>    [junit4]   2> 325543 T2026 C174
> oasr.RestManager$Registry.registerManagedResource Registered
> ManagedResource impl
> org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path
> /schema/analysis/stopwords/english
>    [junit4]   2> 325543 T2026 C174
> oasr.RestManager$Registry.registerManagedResource Registered
> ManagedResource impl
> org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager
> for path /schema/analysis/synonyms/english
>    [junit4]   2> 325554 T2026 C174 oasc.CoreContainer.reload Reloading
> SolrCore 'collection1' using configuration from configset
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1
>    [junit4]   2> 325557 T2026 C174 oasc.SolrCore.<init> [collection1]
> Opening new SolrCore at
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\,
> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-002\cores\core\data\
>    [junit4]   2> 325557 T2026 C174 oasc.SolrCore.<init> JMX monitoring not
> detected for core: collection1
>    [junit4]   2> 325558 T2026 C174 oasc.SolrCore.getNewIndexDir New index
> directory detected: old=null
> new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-002\cores\core\data\index/
>    [junit4]   2> 325561 T2026 C174 oasc.SolrCore.loadUpdateProcessorChains
> no updateRequestProcessorChain defined as default, creating implicit default
>    [junit4]   2> 325561 T2026 C174
> oasc.RequestHandlers.initHandlersFromConfig created /update:
> org.apache.solr.handler.UpdateRequestHandler
>    [junit4]   2> 325562 T2026 C174
> oasc.RequestHandlers.initHandlersFromConfig created /update/json:
> org.apache.solr.handler.UpdateRequestHandler
>    [junit4]   2> 325562 T2026 C174
> oasc.RequestHandlers.initHandlersFromConfig created /update/csv:
> org.apache.solr.handler.UpdateRequestHandler
>    [junit4]   2> 325562 T2026 C174
> oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs:
> org.apache.solr.handler.UpdateRequestHandler
>    [junit4]   2> 325562 T2026 C174
> oasc.RequestHandlers.initHandlersFromConfig created /config:
> org.apache.solr.handler.SolrConfigHandler
>    [junit4]   2> 325563 T2026 C174
> oasc.RequestHandlers.initHandlersFromConfig created /schema:
> org.apache.solr.handler.SchemaHandler
>    [junit4]   2> 325563 T2026 C174
> oasc.RequestHandlers.initHandlersFromConfig created /replication:
> org.apache.solr.handler.ReplicationHandler
>    [junit4]   2> 325563 T2026 C174
> oasc.RequestHandlers.initHandlersFromConfig created /get:
> org.apache.solr.handler.RealTimeGetHandler
>    [junit4]   2> 325564 T2026 C174
> oasc.RequestHandlers.initHandlersFromConfig created /admin/luke:
> org.apache.solr.handler.admin.LukeRequestHandler
>    [junit4]   2> 325564 T2026 C174
> oasc.RequestHandlers.initHandlersFromConfig created /admin/system:
> org.apache.solr.handler.admin.SystemInfoHandler
>    [junit4]   2> 325565 T2026 C174
> oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans:
> org.apache.solr.handler.admin.SolrInfoMBeanHandler
>    [junit4]   2> 325565 T2026 C174
> oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins:
> org.apache.solr.handler.admin.PluginInfoHandler
>    [junit4]   2> 325565 T2026 C174
> oasc.RequestHandlers.initHandlersFromConfig created /admin/threads:
> org.apache.solr.handler.admin.ThreadDumpHandler
>    [junit4]   2> 325566 T2026 C174
> oasc.RequestHandlers.initHandlersFromConfig created /admin/properties:
> org.apache.solr.handler.admin.PropertiesRequestHandler
>    [junit4]   2> 325566 T2026 C174
> oasc.RequestHandlers.initHandlersFromConfig created /admin/logging:
> org.apache.solr.handler.admin.LoggingHandler
>    [junit4]   2> 325566 T2026 C174
> oasc.RequestHandlers.initHandlersFromConfig created /admin/file:
> org.apache.solr.handler.admin.ShowFileRequestHandler
>    [junit4]   2> 325567 T2026 C174
> oasc.RequestHandlers.initHandlersFromConfig created /admin/ping:
> org.apache.solr.handler.PingRequestHandler
>    [junit4]   2> 325567 T2026 C174
> oasc.RequestHandlers.initHandlersFromConfig created standard:
> solr.StandardRequestHandler
>    [junit4]   2> 325567 T2026 C174
> oasc.RequestHandlers.initHandlersFromConfig created /dump:
> DumpRequestHandler
>    [junit4]   2> 325567 T2026 C174
> oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler:
> org.apache.solr.handler.DumpRequestHandler
>    [junit4]   2> 325567 T2026 C174
> oasc.RequestHandlers.initHandlersFromConfig created /x:
> org.apache.solr.handler.DumpRequestHandler
>    [junit4]   2> 325573 T2026 C174 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 325575 T2026 C174 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 325576 T2026 C174 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 325577 T2026 C174 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 325578 T2026 C174 oasc.RequestHandlers.applyInitParams
> WARN INVALID paramSet a in requestHandler {type = requestHandler,name =
> /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
>    [junit4]   2> 325578 T2026 C174 oasc.SolrCore.initStatsCache Using
> default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
>    [junit4]   2> 325580 T2026 C174 oasu.CommitTracker.<init> Hard
> AutoCommit: disabled
>    [junit4]   2> 325580 T2026 C174 oasu.CommitTracker.<init> Soft
> AutoCommit: disabled
>    [junit4]   2> 325580 T2026 C174 oass.SolrIndexSearcher.<init> Opening
> Searcher@a03a735[collection1] main
>    [junit4]   2> 325580 T2026 C174
> oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage
> initialized to use dir:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 325580 T2026 C174 oasr.RestManager.init Initializing
> RestManager with initArgs:
> {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf}
>    [junit4]   2> 325580 T2026 C174 oasr.ManagedResourceStorage.load
> Reading _rest_managed.json using
> file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 325583 T2026 C174 oasr.RestManager.init Initializing 4
> registered ManagedResources
>    [junit4]   2> 325584 T2026 C174 oasr.ManagedResourceStorage.load
> Reading _schema_analysis_stopwords_english.json using
> file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 325584 T2026 C174 oasr.ManagedResourceStorage.load Loaded
> LinkedHashMap at path _schema_analysis_stopwords_english.json using
> file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 325584 T2026 C174 oasr.ManagedResource.processStoredData
> Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
>    [junit4]   2> 325584 T2026 C174
> oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words
> for /schema/analysis/stopwords/english
>    [junit4]   2> 325584 T2026 C174
> oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of
> /schema/analysis/stopwords/english
>    [junit4]   2> 325584 T2026 C174 oasr.ManagedResourceStorage.load
> Reading _schema_analysis_stopwords_german.json using
> file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 325584 T2026 C174 oasr.ManagedResourceStorage.load Loaded
> LinkedHashMap at path _schema_analysis_stopwords_german.json using
> file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 325584 T2026 C174 oasr.ManagedResource.processStoredData
> Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
>    [junit4]   2> 325584 T2026 C174
> oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words
> for /schema/analysis/stopwords/german
>    [junit4]   2> 325584 T2026 C174
> oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of
> /schema/analysis/stopwords/german
>    [junit4]   2> 325584 T2026 C174 oasr.ManagedResourceStorage.load
> Reading _schema_analysis_synonyms_english.json using
> file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 325586 T2026 C174 oasr.ManagedResource.reloadFromStorage
> WARN No stored data found for /schema/analysis/synonyms/english
>    [junit4]   2> 325587 T2026 C174
> oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage
> Loaded 0 synonym mappings for /schema/analysis/synonyms/english
>    [junit4]   2> 325587 T2026 C174
> oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of
> /schema/analysis/synonyms/english
>    [junit4]   2> 325587 T2026 C174 oasr.ManagedResourceStorage.load
> Reading _schema_analysis_synonyms_german.json using
> file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 325588 T2026 C174 oasr.ManagedResource.reloadFromStorage
> WARN No stored data found for /schema/analysis/synonyms/german
>    [junit4]   2> 325588 T2026 C174
> oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage
> Loaded 0 synonym mappings for /schema/analysis/synonyms/german
>    [junit4]   2> 325588 T2026 C174
> oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of
> /schema/analysis/synonyms/german
>    [junit4]   2> 325588 T2026 C174 oash.ReplicationHandler.inform Commits
> will be reserved for  10000
>    [junit4]   2> 325588 T2026 C174
> oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
>    [junit4]   2> 325589 T2026 C174
> oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is
> unused... core=collection1
>    [junit4]   2> 325589 T2026 C174
> oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter...
> core=collection1
>    [junit4]   2> 325589 T2033 oasc.SolrCore.registerSearcher [collection1]
> Registered new searcher Searcher@a03a735[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 325590 T2026 C174 oasu.RandomMergePolicy.<init>
> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
> [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16,
> maxMergeSize=9223372036854775807,
> maxMergeSizeForForcedMerge=9223372036854775807,
> calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
>    [junit4]   2> 325591 T2026 C174 oasc.SolrDeletionPolicy.onInit
> SolrDeletionPolicy.onInit: commits: num=1
>    [junit4]   2>
> commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-002\cores\core\data\index
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2105f860;
> maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
>    [junit4]   2> 325593 T2026 C174 oasc.SolrDeletionPolicy.updateCommits
> newest commit generation = 1
>    [junit4]   2> 325594 T2026 C174
> oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be
> used.
>    [junit4]   2> 325594 T2026 C174 oass.SolrIndexSearcher.<init> Opening
> Searcher@7ecc101e[collection1] main
>    [junit4]   2> 325594 T2026 C174 oasc.CoreContainer.registerCore
> replacing core: collection1
>    [junit4]   2> 325594 T2033 oasc.SolrCore.registerSearcher [collection1]
> Registered new searcher Searcher@7ecc101e[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 325595 T2026 C174
> oash.SolrConfigHandler$Command.handleCommands Executed config commands
> successfully and persited to File System [{"create-requesthandler":{
>    [junit4]   2>            "name":"/x",
>    [junit4]   2>
> "class":"org.apache.solr.handler.DumpRequestHandler",
>    [junit4]   2>            "startup":"lazy"}}]
>    [junit4]   2> 325595 T2026 C174 oasc.SolrCore.execute [collection1]
> webapp=/solr path=/config params={wt=json} status=0 QTime=288
>    [junit4]   2> 325596 T2026 C174 oasc.SolrCore.close [collection1]
> CLOSING SolrCore org.apache.solr.core.SolrCore@3be7899f
>    [junit4]   2> 325596 T2026 C174 oasu.DirectUpdateHandler2.close closing
> DirectUpdateHandler2{commits=0,autocommits=0,soft
> autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
>    [junit4]   2> 325597 T2026 C174 oasc.SolrCore.closeSearcher
> [collection1] Closing main searcher on request.
>    [junit4]   2> ASYNC  NEW_CORE C175 name=collection1
> org.apache.solr.core.SolrCore@218f416d
>    [junit4]   2> 325610 T2019 C175 oasc.SolrCore.execute [collection1]
> webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=2
>    [junit4]   2> 325620 T2021 C175
> oasc.SolrResourceLoader.persistConfLocally Written confile
> configoverlay.json
>    [junit4]   2> 325621 T2021 C175 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\'
>    [junit4]   2> 325621 T2021 C175
> oasc.SolrResourceLoader.replaceClassLoader Adding
> 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%209CE4F674E83EED72-001/tempDir-001/collection1/lib/.svn/'
> to classloader
>    [junit4]   2> 325621 T2021 C175
> oasc.SolrResourceLoader.replaceClassLoader Adding
> 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%209CE4F674E83EED72-001/tempDir-001/collection1/lib/classes/'
> to classloader
>    [junit4]   2> 325621 T2021 C175
> oasc.SolrResourceLoader.replaceClassLoader Adding
> 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%209CE4F674E83EED72-001/tempDir-001/collection1/lib/README'
> to classloader
>    [junit4]   2> 325647 T2021 C175 oasc.SolrConfig.refreshRequestParams
> current version of requestparams : -1
>    [junit4]   2> 325650 T2021 C175 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: 6.0.0
>    [junit4]   2> 325654 T2021 C175 oasc.SolrConfig.<init> Loaded
> SolrConfig: solrconfig-managed-schema.xml
>    [junit4]   2> 325657 T2021 C175 oass.IndexSchema.readSchema Reading
> Solr Schema from
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf\managed-schema
>    [junit4]   2> 325662 T2021 C175 oass.IndexSchema.readSchema
> [collection1] Schema name=test-rest
>    [junit4]   2> 325768 T2021 C175 oass.IndexSchema.readSchema default
> search field in schema is text
>    [junit4]   2> 325768 T2021 C175 oass.IndexSchema.readSchema query
> parser default operator is OR
>    [junit4]   2> 325768 T2021 C175 oass.IndexSchema.readSchema unique key
> field: id
>    [junit4]   2> 325769 T2021 C175 oass.IndexSchema.loadCopyFields WARN
> Field title is not multivalued and destination for multiple copyFields (3)
>    [junit4]   2> 325771 T2021 C175
> oasr.RestManager$Registry.registerManagedResource Registered
> ManagedResource impl
> org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path
> /schema/analysis/stopwords/german
>    [junit4]   2> 325771 T2021 C175
> oasr.RestManager$Registry.registerManagedResource Registered
> ManagedResource impl
> org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager
> for path /schema/analysis/synonyms/german
>    [junit4]   2> 325771 T2021 C175
> oasr.RestManager$Registry.registerManagedResource Registered
> ManagedResource impl
> org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path
> /schema/analysis/stopwords/english
>    [junit4]   2> 325771 T2021 C175
> oasr.RestManager$Registry.registerManagedResource Registered
> ManagedResource impl
> org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager
> for path /schema/analysis/synonyms/english
>    [junit4]   2> 325780 T2021 C175 oasc.CoreContainer.reload Reloading
> SolrCore 'collection1' using configuration from configset
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1
>    [junit4]   2> 325782 T2021 C175 oasc.SolrCore.<init> [collection1]
> Opening new SolrCore at
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\,
> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-002\cores\core\data\
>    [junit4]   2> 325782 T2021 C175 oasc.SolrCore.<init> JMX monitoring not
> detected for core: collection1
>    [junit4]   2> 325783 T2021 C175 oasc.SolrCore.getNewIndexDir New index
> directory detected: old=null
> new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-002\cores\core\data\index/
>    [junit4]   2> 325784 T2021 C175 oasc.SolrCore.loadUpdateProcessorChains
> no updateRequestProcessorChain defined as default, creating implicit default
>    [junit4]   2> 325784 T2021 C175
> oasc.RequestHandlers.initHandlersFromConfig created /update:
> org.apache.solr.handler.UpdateRequestHandler
>    [junit4]   2> 325785 T2021 C175
> oasc.RequestHandlers.initHandlersFromConfig created /update/json:
> org.apache.solr.handler.UpdateRequestHandler
>    [junit4]   2> 325785 T2021 C175
> oasc.RequestHandlers.initHandlersFromConfig created /update/csv:
> org.apache.solr.handler.UpdateRequestHandler
>    [junit4]   2> 325785 T2021 C175
> oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs:
> org.apache.solr.handler.UpdateRequestHandler
>    [junit4]   2> 325785 T2021 C175
> oasc.RequestHandlers.initHandlersFromConfig created /config:
> org.apache.solr.handler.SolrConfigHandler
>    [junit4]   2> 325786 T2021 C175
> oasc.RequestHandlers.initHandlersFromConfig created /schema:
> org.apache.solr.handler.SchemaHandler
>    [junit4]   2> 325786 T2021 C175
> oasc.RequestHandlers.initHandlersFromConfig created /replication:
> org.apache.solr.handler.ReplicationHandler
>    [junit4]   2> 325786 T2021 C175
> oasc.RequestHandlers.initHandlersFromConfig created /get:
> org.apache.solr.handler.RealTimeGetHandler
>    [junit4]   2> 325787 T2021 C175
> oasc.RequestHandlers.initHandlersFromConfig created /admin/luke:
> org.apache.solr.handler.admin.LukeRequestHandler
>    [junit4]   2> 325788 T2021 C175
> oasc.RequestHandlers.initHandlersFromConfig created /admin/system:
> org.apache.solr.handler.admin.SystemInfoHandler
>    [junit4]   2> 325788 T2021 C175
> oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans:
> org.apache.solr.handler.admin.SolrInfoMBeanHandler
>    [junit4]   2> 325788 T2021 C175
> oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins:
> org.apache.solr.handler.admin.PluginInfoHandler
>    [junit4]   2> 325789 T2021 C175
> oasc.RequestHandlers.initHandlersFromConfig created /admin/threads:
> org.apache.solr.handler.admin.ThreadDumpHandler
>    [junit4]   2> 325789 T2021 C175
> oasc.RequestHandlers.initHandlersFromConfig created /admin/properties:
> org.apache.solr.handler.admin.PropertiesRequestHandler
>    [junit4]   2> 325790 T2021 C175
> oasc.RequestHandlers.initHandlersFromConfig created /admin/logging:
> org.apache.solr.handler.admin.LoggingHandler
>    [junit4]   2> 325790 T2021 C175
> oasc.RequestHandlers.initHandlersFromConfig created /admin/file:
> org.apache.solr.handler.admin.ShowFileRequestHandler
>    [junit4]   2> 325790 T2021 C175
> oasc.RequestHandlers.initHandlersFromConfig created /admin/ping:
> org.apache.solr.handler.PingRequestHandler
>    [junit4]   2> 325791 T2021 C175
> oasc.RequestHandlers.initHandlersFromConfig created standard:
> solr.StandardRequestHandler
>    [junit4]   2> 325791 T2021 C175
> oasc.RequestHandlers.initHandlersFromConfig created /dump:
> DumpRequestHandler
>    [junit4]   2> 325791 T2021 C175
> oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler:
> org.apache.solr.handler.DumpRequestHandler
>    [junit4]   2> 325791 T2021 C175
> oasc.RequestHandlers.initHandlersFromConfig created /x:
> org.apache.solr.handler.DumpRequestHandler
>    [junit4]   2> 325793 T2021 C175 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 325795 T2021 C175 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 325796 T2021 C175 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 325797 T2021 C175 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 325797 T2021 C175 oasc.RequestHandlers.applyInitParams
> WARN INVALID paramSet a in requestHandler {type = requestHandler,name =
> /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
>    [junit4]   2> 325797 T2021 C175 oasc.SolrCore.initStatsCache Using
> default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
>    [junit4]   2> 325800 T2021 C175 oasu.CommitTracker.<init> Hard
> AutoCommit: disabled
>    [junit4]   2> 325800 T2021 C175 oasu.CommitTracker.<init> Soft
> AutoCommit: disabled
>    [junit4]   2> 325801 T2021 C175 oass.SolrIndexSearcher.<init> Opening
> Searcher@614d8d01[collection1] main
>    [junit4]   2> 325801 T2021 C175
> oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage
> initialized to use dir:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 325801 T2021 C175 oasr.RestManager.init Initializing
> RestManager with initArgs:
> {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf}
>    [junit4]   2> 325801 T2021 C175 oasr.ManagedResourceStorage.load
> Reading _rest_managed.json using
> file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 325802 T2021 C175 oasr.RestManager.init Initializing 4
> registered ManagedResources
>    [junit4]   2> 325802 T2021 C175 oasr.ManagedResourceStorage.load
> Reading _schema_analysis_stopwords_english.json using
> file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 325802 T2021 C175 oasr.ManagedResourceStorage.load Loaded
> LinkedHashMap at path _schema_analysis_stopwords_english.json using
> file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 325803 T2021 C175 oasr.ManagedResource.processStoredData
> Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
>    [junit4]   2> 325803 T2021 C175
> oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words
> for /schema/analysis/stopwords/english
>    [junit4]   2> 325803 T2021 C175
> oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of
> /schema/analysis/stopwords/english
>    [junit4]   2> 325803 T2021 C175 oasr.ManagedResourceStorage.load
> Reading _schema_analysis_stopwords_german.json using
> file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 325803 T2021 C175 oasr.ManagedResourceStorage.load Loaded
> LinkedHashMap at path _schema_analysis_stopwords_german.json using
> file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 325803 T2021 C175 oasr.ManagedResource.processStoredData
> Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
>    [junit4]   2> 325803 T2021 C175
> oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words
> for /schema/analysis/stopwords/german
>    [junit4]   2> 325803 T2021 C175
> oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of
> /schema/analysis/stopwords/german
>    [junit4]   2> 325804 T2021 C175 oasr.ManagedResourceStorage.load
> Reading _schema_analysis_synonyms_english.json using
> file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 325806 T2021 C175 oasr.ManagedResource.reloadFromStorage
> WARN No stored data found for /schema/analysis/synonyms/english
>    [junit4]   2> 325806 T2021 C175
> oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage
> Loaded 0 synonym mappings for /schema/analysis/synonyms/english
>    [junit4]   2> 325806 T2021 C175
> oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of
> /schema/analysis/synonyms/english
>    [junit4]   2> 325806 T2021 C175 oasr.ManagedResourceStorage.load
> Reading _schema_analysis_synonyms_german.json using
> file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 325807 T2021 C175 oasr.ManagedResource.reloadFromStorage
> WARN No stored data found for /schema/analysis/synonyms/german
>    [junit4]   2> 325807 T2021 C175
> oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage
> Loaded 0 synonym mappings for /schema/analysis/synonyms/german
>    [junit4]   2> 325807 T2021 C175
> oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of
> /schema/analysis/synonyms/german
>    [junit4]   2> 325807 T2021 C175 oash.ReplicationHandler.inform Commits
> will be reserved for  10000
>    [junit4]   2> 325807 T2021 C175
> oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
>    [junit4]   2> 325807 T2021 C175
> oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is
> unused... core=collection1
>    [junit4]   2> 325807 T2021 C175
> oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter...
> core=collection1
>    [junit4]   2> 325810 T2021 C175 oasu.RandomMergePolicy.<init>
> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
> [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16,
> maxMergeSize=9223372036854775807,
> maxMergeSizeForForcedMerge=9223372036854775807,
> calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
>    [junit4]   2> 325812 T2021 C175 oasc.SolrDeletionPolicy.onInit
> SolrDeletionPolicy.onInit: commits: num=1
>    [junit4]   2>
> commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-002\cores\core\data\index
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2105f860;
> maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
>    [junit4]   2> 325812 T2021 C175 oasc.SolrDeletionPolicy.updateCommits
> newest commit generation = 1
>    [junit4]   2> 325812 T2021 C175
> oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be
> used.
>    [junit4]   2> 325812 T2021 C175 oasc.SolrCore.getSearcher WARN
> [collection1] PERFORMANCE WARNING: Overlapping onDeckSearchers=2
>    [junit4]   2> 325813 T2021 C175 oass.SolrIndexSearcher.<init> Opening
> Searcher@1fe8320a[collection1] main
>    [junit4]   2> 325813 T2021 C175 oasc.CoreContainer.registerCore
> replacing core: collection1
>    [junit4]   2> 325813 T2021 C175
> oash.SolrConfigHandler$Command.handleCommands Executed config commands
> successfully and persited to File System [{"update-requesthandler":{
>    [junit4]   2>            "name":"/x",
>    [junit4]   2>
> "class":"org.apache.solr.handler.DumpRequestHandler",
>    [junit4]   2>            "startup":"lazy",
>    [junit4]   2>            "a":"b",
>    [junit4]   2>            "defaults":{"def_a":"def A val"}}}]
>    [junit4]   2> 325816 T2021 C175 oasc.SolrCore.execute [collection1]
> webapp=/solr path=/config params={wt=json} status=0 QTime=197
>    [junit4]   2> 325816 T2021 C175 oasc.SolrCore.close [collection1]
> CLOSING SolrCore org.apache.solr.core.SolrCore@218f416d
>    [junit4]   2> 325816 T2021 C175 oasu.DirectUpdateHandler2.close closing
> DirectUpdateHandler2{commits=0,autocommits=0,soft
> autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
>    [junit4]   2> 325821 T2021 C175 oasc.SolrCore.closeSearcher
> [collection1] Closing main searcher on request.
>    [junit4]   2> 325826 T2034 oasc.SolrCore.registerSearcher [collection1]
> Registered new searcher Searcher@614d8d01[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 325826 T2034 oasc.SolrCore.registerSearcher [collection1]
> Registered new searcher Searcher@1fe8320a[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> ASYNC  NEW_CORE C176 name=collection1
> org.apache.solr.core.SolrCore@73a6557c
>    [junit4]   2> 325827 T2023 C176 oasc.SolrCore.execute [collection1]
> webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=1
>    [junit4]   2> 325834 T2025 C176 oasc.SolrCore.execute [collection1]
> webapp=/solr path=/x params={json.nl=map&wt=json&getdefaults=true}
> status=0 QTime=1
>    [junit4]   2> 325843 T2024 C176
> oasc.SolrResourceLoader.persistConfLocally Written confile
> configoverlay.json
>    [junit4]   2> 325844 T2024 C176 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\'
>    [junit4]   2> 325844 T2024 C176
> oasc.SolrResourceLoader.replaceClassLoader Adding
> 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%209CE4F674E83EED72-001/tempDir-001/collection1/lib/.svn/'
> to classloader
>    [junit4]   2> 325844 T2024 C176
> oasc.SolrResourceLoader.replaceClassLoader Adding
> 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%209CE4F674E83EED72-001/tempDir-001/collection1/lib/classes/'
> to classloader
>    [junit4]   2> 325844 T2024 C176
> oasc.SolrResourceLoader.replaceClassLoader Adding
> 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%209CE4F674E83EED72-001/tempDir-001/collection1/lib/README'
> to classloader
>    [junit4]   2> ASYNC  NEW_CORE C177 name=collection1
> org.apache.solr.core.SolrCore@73a6557c
>    [junit4]   2> 325885 T2024 C177 oasc.SolrConfig.refreshRequestParams
> current version of requestparams : -1
>    [junit4]   2> 325890 T2024 C177 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: 6.0.0
>    [junit4]   2> 325897 T2024 C177 oasc.SolrConfig.<init> Loaded
> SolrConfig: solrconfig-managed-schema.xml
>    [junit4]   2> 325900 T2024 C177 oass.IndexSchema.readSchema Reading
> Solr Schema from
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf\managed-schema
>    [junit4]   2> 325907 T2024 C177 oass.IndexSchema.readSchema
> [collection1] Schema name=test-rest
>    [junit4]   2> 326021 T2024 C177 oass.IndexSchema.readSchema default
> search field in schema is text
>    [junit4]   2> 326023 T2024 C177 oass.IndexSchema.readSchema query
> parser default operator is OR
>    [junit4]   2> 326023 T2024 C177 oass.IndexSchema.readSchema unique key
> field: id
>    [junit4]   2> 326023 T2024 C177 oass.IndexSchema.loadCopyFields WARN
> Field title is not multivalued and destination for multiple copyFields (3)
>    [junit4]   2> 326027 T2024 C177
> oasr.RestManager$Registry.registerManagedResource Registered
> ManagedResource impl
> org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path
> /schema/analysis/stopwords/german
>    [junit4]   2> 326027 T2024 C177
> oasr.RestManager$Registry.registerManagedResource Registered
> ManagedResource impl
> org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager
> for path /schema/analysis/synonyms/german
>    [junit4]   2> 326027 T2024 C177
> oasr.RestManager$Registry.registerManagedResource Registered
> ManagedResource impl
> org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path
> /schema/analysis/stopwords/english
>    [junit4]   2> 326027 T2024 C177
> oasr.RestManager$Registry.registerManagedResource Registered
> ManagedResource impl
> org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager
> for path /schema/analysis/synonyms/english
>    [junit4]   2> 326037 T2024 C177 oasc.CoreContainer.reload Reloading
> SolrCore 'collection1' using configuration from configset
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1
>    [junit4]   2> 326039 T2024 C177 oasc.SolrCore.<init> [collection1]
> Opening new SolrCore at
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\,
> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-002\cores\core\data\
>    [junit4]   2> 326039 T2024 C177 oasc.SolrCore.<init> JMX monitoring not
> detected for core: collection1
>    [junit4]   2> 326042 T2024 C177 oasc.SolrCore.getNewIndexDir New index
> directory detected: old=null
> new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-002\cores\core\data\index/
>    [junit4]   2> 326043 T2024 C177 oasc.SolrCore.loadUpdateProcessorChains
> no updateRequestProcessorChain defined as default, creating implicit default
>    [junit4]   2> 326043 T2024 C177
> oasc.RequestHandlers.initHandlersFromConfig created /update:
> org.apache.solr.handler.UpdateRequestHandler
>    [junit4]   2> 326045 T2024 C177
> oasc.RequestHandlers.initHandlersFromConfig created /update/json:
> org.apache.solr.handler.UpdateRequestHandler
>    [junit4]   2> 326045 T2024 C177
> oasc.RequestHandlers.initHandlersFromConfig created /update/csv:
> org.apache.solr.handler.UpdateRequestHandler
>    [junit4]   2> 326045 T2024 C177
> oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs:
> org.apache.solr.handler.UpdateRequestHandler
>    [junit4]   2> 326045 T2024 C177
> oasc.RequestHandlers.initHandlersFromConfig created /config:
> org.apache.solr.handler.SolrConfigHandler
>    [junit4]   2> 326046 T2024 C177
> oasc.RequestHandlers.initHandlersFromConfig created /schema:
> org.apache.solr.handler.SchemaHandler
>    [junit4]   2> 326046 T2024 C177
> oasc.RequestHandlers.initHandlersFromConfig created /replication:
> org.apache.solr.handler.ReplicationHandler
>    [junit4]   2> 326046 T2024 C177
> oasc.RequestHandlers.initHandlersFromConfig created /get:
> org.apache.solr.handler.RealTimeGetHandler
>    [junit4]   2> 326047 T2024 C177
> oasc.RequestHandlers.initHandlersFromConfig created /admin/luke:
> org.apache.solr.handler.admin.LukeRequestHandler
>    [junit4]   2> 326048 T2024 C177
> oasc.RequestHandlers.initHandlersFromConfig created /admin/system:
> org.apache.solr.handler.admin.SystemInfoHandler
>    [junit4]   2> 326048 T2024 C177
> oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans:
> org.apache.solr.handler.admin.SolrInfoMBeanHandler
>    [junit4]   2> 326049 T2024 C177
> oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins:
> org.apache.solr.handler.admin.PluginInfoHandler
>    [junit4]   2> 326049 T2024 C177
> oasc.RequestHandlers.initHandlersFromConfig created /admin/threads:
> org.apache.solr.handler.admin.ThreadDumpHandler
>    [junit4]   2> 326049 T2024 C177
> oasc.RequestHandlers.initHandlersFromConfig created /admin/properties:
> org.apache.solr.handler.admin.PropertiesRequestHandler
>    [junit4]   2> 326050 T2024 C177
> oasc.RequestHandlers.initHandlersFromConfig created /admin/logging:
> org.apache.solr.handler.admin.LoggingHandler
>    [junit4]   2> 326050 T2024 C177
> oasc.RequestHandlers.initHandlersFromConfig created /admin/file:
> org.apache.solr.handler.admin.ShowFileRequestHandler
>    [junit4]   2> 326050 T2024 C177
> oasc.RequestHandlers.initHandlersFromConfig created /admin/ping:
> org.apache.solr.handler.PingRequestHandler
>    [junit4]   2> 326051 T2024 C177
> oasc.RequestHandlers.initHandlersFromConfig created standard:
> solr.StandardRequestHandler
>    [junit4]   2> 326051 T2024 C177
> oasc.RequestHandlers.initHandlersFromConfig created /dump:
> DumpRequestHandler
>    [junit4]   2> 326052 T2024 C177 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 326054 T2024 C177 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 326056 T2024 C177 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 326057 T2024 C177 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 326058 T2024 C177 oasc.RequestHandlers.applyInitParams
> WARN INVALID paramSet a in requestHandler {type = requestHandler,name =
> /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
>    [junit4]   2> 326058 T2024 C177 oasc.SolrCore.initStatsCache Using
> default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
>    [junit4]   2> 326059 T2024 C177 oasu.CommitTracker.<init> Hard
> AutoCommit: disabled
>    [junit4]   2> 326059 T2024 C177 oasu.CommitTracker.<init> Soft
> AutoCommit: disabled
>    [junit4]   2> 326059 T2024 C177 oass.SolrIndexSearcher.<init> Opening
> Searcher@141c0d44[collection1] main
>    [junit4]   2> 326059 T2024 C177
> oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage
> initialized to use dir:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 326059 T2024 C177 oasr.RestManager.init Initializing
> RestManager with initArgs:
> {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf}
>    [junit4]   2> 326059 T2024 C177 oasr.ManagedResourceStorage.load
> Reading _rest_managed.json using
> file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 326062 T2024 C177 oasr.RestManager.init Initializing 4
> registered ManagedResources
>    [junit4]   2> 326062 T2024 C177 oasr.ManagedResourceStorage.load
> Reading _schema_analysis_stopwords_english.json using
> file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 326062 T2024 C177 oasr.ManagedResourceStorage.load Loaded
> LinkedHashMap at path _schema_analysis_stopwords_english.json using
> file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 326062 T2024 C177 oasr.ManagedResource.processStoredData
> Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
>    [junit4]   2> 326062 T2024 C177
> oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words
> for /schema/analysis/stopwords/english
>    [junit4]   2> 326062 T2024 C177
> oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of
> /schema/analysis/stopwords/english
>    [junit4]   2> 326062 T2024 C177 oasr.ManagedResourceStorage.load
> Reading _schema_analysis_stopwords_german.json using
> file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 326062 T2024 C177 oasr.ManagedResourceStorage.load Loaded
> LinkedHashMap at path _schema_analysis_stopwords_german.json using
> file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 326062 T2024 C177 oasr.ManagedResource.processStoredData
> Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
>    [junit4]   2> 326062 T2024 C177
> oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words
> for /schema/analysis/stopwords/german
>    [junit4]   2> 326062 T2024 C177
> oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of
> /schema/analysis/stopwords/german
>    [junit4]   2> 326062 T2024 C177 oasr.ManagedResourceStorage.load
> Reading _schema_analysis_synonyms_english.json using
> file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 326065 T2024 C177 oasr.ManagedResource.reloadFromStorage
> WARN No stored data found for /schema/analysis/synonyms/english
>    [junit4]   2> 326066 T2024 C177
> oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage
> Loaded 0 synonym mappings for /schema/analysis/synonyms/english
>    [junit4]   2> 326066 T2024 C177
> oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of
> /schema/analysis/synonyms/english
>    [junit4]   2> 326066 T2024 C177 oasr.ManagedResourceStorage.load
> Reading _schema_analysis_synonyms_german.json using
> file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf
>    [junit4]   2> 326067 T2024 C177 oasr.ManagedResource.reloadFromStorage
> WARN No stored data found for /schema/analysis/synonyms/german
>    [junit4]   2> 326067 T2024 C177
> oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage
> Loaded 0 synonym mappings for /schema/analysis/synonyms/german
>    [junit4]   2> 326067 T2024 C177
> oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of
> /schema/analysis/synonyms/german
>    [junit4]   2> 326067 T2024 C177 oash.ReplicationHandler.inform Commits
> will be reserved for  10000
>    [junit4]   2> 326067 T2024 C177
> oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
>    [junit4]   2> 326068 T2024 C177
> oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is
> unused... core=collection1
>    [junit4]   2> 326068 T2024 C177
> oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter...
> core=collection1
>    [junit4]   2> 326068 T2035 oasc.SolrCore.registerSearcher [collection1]
> Registered new searcher Searcher@141c0d44[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 326069 T2024 C177 oasu.RandomMergePolicy.<init>
> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
> [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16,
> maxMergeSize=9223372036854775807,
> maxMergeSizeForForcedMerge=9223372036854775807,
> calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
>    [junit4]   2> 326069 T2024 C177 oasc.SolrDeletionPolicy.onInit
> SolrDeletionPolicy.onInit: commits: num=1
>    [junit4]   2>
> commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-002\cores\core\data\index
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2105f860;
> maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
>    [junit4]   2> 326069 T2024 C177 oasc.SolrDeletionPolicy.updateCommits
> newest commit generation = 1
>    [junit4]   2> 326069 T2024 C177
> oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be
> used.
>    [junit4]   2> 326072 T2024 C177 oass.SolrIndexSearcher.<init> Opening
> Searcher@68b99bed[collection1] main
>    [junit4]   2> 326072 T2024 C177 oasc.CoreContainer.registerCore
> replacing core: collection1
>    [junit4]   2> 326072 T2024 C177
> oash.SolrConfigHandler$Command.handleCommands Executed config commands
> successfully and persited to File System [{"delete-requesthandler":"/x"}]
>    [junit4]   2> 326073 T2024 C177 oasc.SolrCore.execute [collection1]
> webapp=/solr path=/config params={wt=json} status=0 QTime=230
>    [junit4]   2> 326072 T2035 oasc.SolrCore.registerSearcher [collection1]
> Registered new searcher Searcher@68b99bed[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 326073 T2024 C177 oasc.SolrCore.close [collection1]
> CLOSING SolrCore org.apache.solr.core.SolrCore@73a6557c
>    [junit4]   2> 326073 T2024 C177 oasu.DirectUpdateHandler2.close closing
> DirectUpdateHandler2{commits=0,autocommits=0,soft
> autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
>    [junit4]   2> 326074 T2024 C177 oasc.SolrCore.closeSearcher
> [collection1] Closing main searcher on request.
>    [junit4]   2> ASYNC  NEW_CORE C178 name=collection1
> org.apache.solr.core.SolrCore@2a1b8636
>    [junit4]   2> 326078 T2026 C178 oasc.SolrCore.execute [collection1]
> webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=0
>    [junit4]   2> 326082 T2019 C178
> oasc.SolrResourceLoader.persistConfLocally Written confile
> configoverlay.json
>    [junit4]   2> 326084 T2019 C178 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\'
>    [junit4]   2> 326084 T2019 C178
> oasc.SolrResourceLoader.replaceClassLoader Adding
> 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%209CE4F674E83EED72-001/tempDir-001/collection1/lib/.svn/'
> to classloader
>    [junit4]   2> 326084 T2019 C178
> oasc.SolrResourceLoader.replaceClassLoader Adding
> 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%209CE4F674E83EED72-001/tempDir-001/collection1/lib/classes/'
> to classloader
>    [junit4]   2> 326084 T2019 C178
> oasc.SolrResourceLoader.replaceClassLoader Adding
> 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%209CE4F674E83EED72-001/tempDir-001/collection1/lib/README'
> to classloader
>    [junit4]   2> 326111 T2019 C178 oasc.SolrConfig.refreshRequestParams
> current version of requestparams : -1
>    [junit4]   2> 326115 T2019 C178 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: 6.0.0
>    [junit4]   2> 326123 T2019 C178 oasc.SolrConfig.<init> Loaded
> SolrConfig: solrconfig-managed-schema.xml
>    [junit4]   2> 326126 T2019 C178 oass.IndexSchema.readSchema Reading
> Solr Schema from
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 9CE4F674E83EED72-001\tempDir-001\collection1\conf\managed-schema
>    [junit4]   2> 326131 T2019 C178 oass.IndexSchema.readSchema
> [collection1] Schema name=test-rest
>    [junit4]   2> ASYNC  NEW_CORE C179 name=collection1
> org.apache.solr.core.SolrCore@2a1b8636
>    [junit4]   2> 326272 T2019 C179 oass.IndexSchema.readSchema default
> search field in schema is text
>    [junit4]   2> 326272 T2019 C179 oass.IndexSchema.readSchema query
> parser default operator is OR
>    [junit4]   2> 326276 T2019 C179 oass.IndexSchema.readSchema unique key
> field: id
>    [junit4]   2> 326276 T2019 C179 oass.IndexSchema.loadCopyFields WARN
> Field title is not multivalued and destination for multiple copyFields (3)
>    [junit4]   2> 326279 T2019 C179
> oasr.RestManager$Registry.registerManagedResource Registered
> ManagedResource impl
> org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path
> /schema/analysis/stopwords/german
>    [junit4]   2> 326279 T2019 C179
> oasr.RestManager$Registry.registerManagedResource Registered
> ManagedResource impl
> org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager
> for path /schema/analysis/synonyms/german
>    [junit4]   2> 326279 T2019 C179
> oasr.RestManager$Registry.registerManagedResource Registered
> ManagedResource impl
> org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path
> /schema/analysis/stopwords/english
>    [junit4]   2> 3
>
> [...truncated too long message...]
>
> eplicationFactorTest.test <<<
>    [junit4]    > Throwable #1:
> org.apache.solr.client.solrj.SolrServerException:
> org.apache.http.NoHttpResponseException: The target server failed to respond
>    [junit4]    >        at
> org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:899)
>    [junit4]    >        at
> org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
>    [junit4]    >        at
> org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
>    [junit4]    >        at
> org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
>    [junit4]    >        at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:945)
>    [junit4]    >        at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:920)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:745)
>    [junit4]    > Caused by: org.apache.http.NoHttpResponseException: The
> target server failed to respond
>    [junit4]    >        at
> org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
>    [junit4]    >        at
> org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
>    [junit4]    >        at
> org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
>    [junit4]    >        at
> org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
>    [junit4]    >        at
> org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
>    [junit4]    >        at
> org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
>    [junit4]    >        at
> org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
>    [junit4]    >        at
> org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
>    [junit4]    >        at
> org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
>    [junit4]    >        at
> org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
>    [junit4]    >        at
> org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
>    [junit4]    >        at
> org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
>    [junit4]    >        at
> org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
>    [junit4]    >        at
> org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
>    [junit4]    >        at
> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
>    [junit4]    >        at
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
>    [junit4]    >        at
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
>    [junit4]    >        at
> org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
>    [junit4]    >        at
> org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
>    [junit4]    >        at
> org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
>    [junit4]    >        at
> org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
>    [junit4]    >        at
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>    [junit4]    >        ... 1 moreThrowable #2:
> com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
> uncaught exception in thread: Thread[id=6388,
> name=updateExecutor-1403-thread-1, state=RUNNABLE,
> group=TGRP-ReplicationFactorTest]
>    [junit4]    > Caused by:
> java.util.concurrent.RejectedExecutionException: Task
> org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@633254b4
> rejected from java.util.concurrent.ThreadPoolExecutor@6063e56d[Shutting
> down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks
> = 24]
>    [junit4]    >        at
> __randomizedtesting.SeedInfo.seed([9CE4F674E83EED72]:0)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
>    [junit4]    >        at
> org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:279)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2> 1209223 T6209 oas.SolrTestCaseJ4.deleteCore ###deleteCore
>    [junit4]   2> NOTE: leaving temporary files on disk at:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 9CE4F674E83EED72-001
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50):
> {_version_=BlockTreeOrds(blocksize=128),
> multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> a_t=BlockTreeOrds(blocksize=128), intDefault=BlockTreeOrds(blocksize=128),
> id=PostingsFormat(name=MockRandom), text=PostingsFormat(name=Asserting),
> range_facet_l=BlockTreeOrds(blocksize=128),
> timestamp=BlockTreeOrds(blocksize=128)},
> docValues:{timestamp=DocValuesFormat(name=Asserting)},
> sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=it_CH,
> timezone=Asia/Baku
>    [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31
> (64-bit)/cpus=2,threads=1,free=157316288,total=536870912
>    [junit4]   2> NOTE: All tests run in this JVM: [FacetPivotSmallTest,
> SimpleMLTQParserTest, TestLMJelinekMercerSimilarityFactory,
> LoggingHandlerTest, TestFaceting, TestLuceneMatchVersion,
> SpellingQueryConverterTest, TestOrdValues,
> DistributedFacetPivotSmallAdvancedTest, SuggesterFSTTest,
> TestSystemIdResolver, TestCustomSort, PreAnalyzedFieldTest,
> ShowFileRequestHandlerTest, SimpleCollectionCreateDeleteTest,
> SpatialRPTFieldTypeTest, OpenExchangeRatesOrgProviderTest,
> DistributedTermsComponentTest, SolrInfoMBeanTest,
> TestDefaultSearchFieldResource, TestConfig, TestPostingsSolrHighlighter,
> UpdateRequestProcessorFactoryTest, TestQueryUtils,
> TestManagedSchemaDynamicFieldResource, TestBulkSchemaConcurrent,
> DistributedSpellCheckComponentTest, ZkCLITest, TestSchemaManager,
> TestFastWriter, ShardRoutingTest, SOLR749Test, TestReload,
> TestBlendedInfixSuggestions, TestCollectionAPI, TestPerFieldSimilarity,
> FileUtilsTest, TestManagedResource, DistanceFunctionTest, TestLFUCache,
> TestMiniSolrCloudCluster, TestSolrConfigHandler, SpellCheckComponentTest,
> TestRTGBase, StatelessScriptUpdateProcessorFactoryTest,
> DocumentBuilderTest, TestComponentsName, CSVRequestHandlerTest,
> FileBasedSpellCheckerTest, RegexBoostProcessorTest, OutputWriterTest,
> TestQuerySenderNoQuery, StressHdfsTest, UnloadDistributedZkTest,
> CoreAdminHandlerTest, TestCloudManagedSchemaConcurrent,
> TestManagedStopFilterFactory, TestPartialUpdateDeduplication,
> SSLMigrationTest, TestMergePolicyConfig,
> DistributedQueryComponentOptimizationTest, OverseerStatusTest,
> IndexSchemaTest, SynonymTokenizerTest, TestShardHandlerFactory,
> TestReqParamsAPI, TestSuggestSpellingConverter, SuggesterTest,
> DirectSolrSpellCheckerTest, TestBadConfig, MBeansHandlerTest,
> ChangedSchemaMergeTest, TestUniqueKeyFieldResource, DateMathParserTest,
> AsyncMigrateRouteKeyTest, WordBreakSolrSpellCheckerTest, CursorPagingTest,
> PingRequestHandlerTest, DistributedFacetPivotWhiteBoxTest,
> CloudMLTQParserTest, CoreAdminRequestStatusTest, ZkStateWriterTest,
> RemoteQueryErrorTest, TestDistributedSearch,
> DistribDocExpirationUpdateProcessorTest, DocValuesTest,
> SpellPossibilityIteratorTest, TestXIncludeConfig,
> TermVectorComponentDistributedTest, TestStandardQParsers,
> DistributedExpandComponentTest, TestSerializedLuceneMatchVersion,
> TestDefaultSimilarityFactory, JsonLoaderTest, TestFreeTextSuggestions,
> ReplicationFactorTest]
>    [junit4] Completed in 58.63s, 1 test, 1 error <<< FAILURES!
>
> [...truncated 1167 lines...]
> BUILD FAILED
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519:
> The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467:
> The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61:
> The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39:
> The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191:
> The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510:
> The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351:
> The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958:
> There were test failures: 468 suites, 1868 tests, 1 suite-level error, 1
> error, 57 ignored (30 assumptions)
>
> Total time: 109 minutes 33 seconds
> Build step 'Invoke Ant' marked build as failure
> [description-setter] Description set: Java: 64bit/jdk1.8.0_31
> -XX:-UseCompressedOops -XX:+UseG1GC
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>

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

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

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

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

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

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

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


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

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

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




Build Log:
[...truncated 9042 lines...]
   [junit4] Suite: org.apache.solr.core.TestSolrConfigHandler
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\init-core-data-001
   [junit4]   2> 322832 T2017 oas.SolrTestCaseJ4.startTrackingSearchers WARN startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 322833 T2017 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 322835 T2017 oas.SolrTestCaseJ4.setUp ###Starting testReqHandlerAPIs
   [junit4]   2> 324246 T2017 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 324246 T2017 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 324248 T2017 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-002\cores\core
   [junit4]   2> 324319 T2017 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 324322 T2017 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@21be95a5{/solr,null,AVAILABLE}
   [junit4]   2> 324707 T2017 oejs.AbstractConnector.doStart Started ServerConnector@40f81106{SSL-http/1.1}{127.0.0.1:52094}
   [junit4]   2> 324707 T2017 oejs.Server.doStart Started @331314ms
   [junit4]   2> 324712 T2017 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 324713 T2017 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 324713 T2017 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001
   [junit4]   2> 324713 T2017 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\'
   [junit4]   2> 324746 T2017 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\solr.xml
   [junit4]   2> 324753 T2017 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-002\cores
   [junit4]   2> 324754 T2017 oasc.CoreContainer.<init> New CoreContainer 182912408
   [junit4]   2> 324754 T2017 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\]
   [junit4]   2> 324754 T2017 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\lib
   [junit4]   2> 324754 T2017 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\lib).
   [junit4]   2> 324766 T2017 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 324766 T2017 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 324766 T2017 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 324766 T2017 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 324768 T2017 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 324768 T2017 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 324768 T2017 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 324768 T2017 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 324768 T2017 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 324768 T2017 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 324768 T2017 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 324772 T2017 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 324775 T2017 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 324776 T2017 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 324776 T2017 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 324778 T2017 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-002\cores
   [junit4]   2> 324779 T2017 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-002\cores\core\
   [junit4]   2> 324779 T2017 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 324781 T2029 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\'
   [junit4]   2> 324783 T2029 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%209CE4F674E83EED72-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 324783 T2029 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%209CE4F674E83EED72-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 324783 T2029 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%209CE4F674E83EED72-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 324827 T2029 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 324831 T2029 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 324841 T2029 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 324846 T2029 oass.ManagedIndexSchemaFactory.readSchemaLocally The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema-rest.xml instead
   [junit4]   2> 324846 T2029 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf\schema-rest.xml
   [junit4]   2> 324854 T2029 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 324982 T2029 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 324983 T2029 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 324983 T2029 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 324983 T2029 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 324995 T2029 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 324995 T2029 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 324995 T2029 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 324995 T2029 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 325002 T2029 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 325019 T2029 oass.ManagedIndexSchemaFactory.upgradeToManagedSchema After upgrading to managed schema, renamed the non-managed schema C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf\schema-rest.xml to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf\schema-rest.xml.bak
   [junit4]   2> 325019 T2029 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1
   [junit4]   2> 325019 T2029 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 325019 T2029 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-002\cores\core\data\
   [junit4]   2> 325019 T2029 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 325023 T2029 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-002\cores\core\data
   [junit4]   2> 325024 T2029 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-002\cores\core\data\index/
   [junit4]   2> 325024 T2029 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-002\cores\core\data\index' doesn't exist. Creating new index...
   [junit4]   2> 325024 T2029 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-002\cores\core\data\index
   [junit4]   2> 325026 T2029 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 325030 T2029 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2105f860; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 325030 T2029 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 325031 T2029 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 325031 T2029 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 325032 T2029 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 325032 T2029 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 325032 T2029 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 325032 T2029 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 325033 T2029 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 325033 T2029 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 325033 T2029 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 325033 T2029 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 325034 T2029 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 325034 T2029 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 325035 T2029 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 325035 T2029 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 325035 T2029 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 325035 T2029 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 325036 T2029 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 325036 T2029 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 325036 T2029 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 325036 T2029 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 325044 T2029 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 325045 T2029 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 325047 T2029 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 325048 T2029 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 325048 T2029 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 325048 T2029 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 325050 T2029 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 325050 T2029 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 325052 T2029 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 325053 T2029 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2105f860; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 325053 T2029 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 325054 T2029 oass.SolrIndexSearcher.<init> Opening Searcher@665aab7b[collection1] main
   [junit4]   2> 325054 T2029 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 325054 T2029 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf}
   [junit4]   2> 325054 T2029 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 325056 T2029 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 325056 T2029 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 325057 T2029 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/english
   [junit4]   2> 325057 T2029 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 325057 T2029 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 325057 T2029 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 325057 T2029 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 325058 T2029 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/german
   [junit4]   2> 325058 T2029 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 325059 T2029 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 325059 T2029 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 325059 T2029 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 325060 T2029 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 325060 T2029 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 325060 T2029 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 325060 T2029 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 325062 T2029 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 325062 T2029 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 325062 T2029 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 325062 T2029 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 325062 T2029 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 325062 T2030 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@665aab7b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 325063 T2017 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 325063 T2017 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 325063 T2017 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#52094
   [junit4]   2> ASYNC  NEW_CORE C173 name=collection1 org.apache.solr.core.SolrCore@3be7899f
   [junit4]   2> 325313 T2026 C173 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 325314 T2026 C173 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\'
   [junit4]   2> 325317 T2026 C173 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%209CE4F674E83EED72-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 325319 T2026 C173 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%209CE4F674E83EED72-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 325319 T2026 C173 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%209CE4F674E83EED72-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 325379 T2026 C173 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 325385 T2026 C173 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 325393 T2026 C173 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 325401 T2026 C173 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 325405 T2026 C173 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> ASYNC  NEW_CORE C174 name=collection1 org.apache.solr.core.SolrCore@3be7899f
   [junit4]   2> 325538 T2026 C174 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 325538 T2026 C174 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 325541 T2026 C174 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 325542 T2026 C174 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 325543 T2026 C174 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 325543 T2026 C174 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 325543 T2026 C174 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 325543 T2026 C174 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 325554 T2026 C174 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1
   [junit4]   2> 325557 T2026 C174 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-002\cores\core\data\
   [junit4]   2> 325557 T2026 C174 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 325558 T2026 C174 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-002\cores\core\data\index/
   [junit4]   2> 325561 T2026 C174 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 325561 T2026 C174 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 325562 T2026 C174 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 325562 T2026 C174 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 325562 T2026 C174 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 325562 T2026 C174 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 325563 T2026 C174 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 325563 T2026 C174 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 325563 T2026 C174 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 325564 T2026 C174 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 325564 T2026 C174 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 325565 T2026 C174 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 325565 T2026 C174 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 325565 T2026 C174 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 325566 T2026 C174 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 325566 T2026 C174 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 325566 T2026 C174 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 325567 T2026 C174 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 325567 T2026 C174 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 325567 T2026 C174 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 325567 T2026 C174 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: org.apache.solr.handler.DumpRequestHandler
   [junit4]   2> 325567 T2026 C174 oasc.RequestHandlers.initHandlersFromConfig created /x: org.apache.solr.handler.DumpRequestHandler
   [junit4]   2> 325573 T2026 C174 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 325575 T2026 C174 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 325576 T2026 C174 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 325577 T2026 C174 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 325578 T2026 C174 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 325578 T2026 C174 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 325580 T2026 C174 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 325580 T2026 C174 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 325580 T2026 C174 oass.SolrIndexSearcher.<init> Opening Searcher@a03a735[collection1] main
   [junit4]   2> 325580 T2026 C174 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 325580 T2026 C174 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf}
   [junit4]   2> 325580 T2026 C174 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 325583 T2026 C174 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 325584 T2026 C174 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 325584 T2026 C174 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 325584 T2026 C174 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 325584 T2026 C174 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 325584 T2026 C174 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 325584 T2026 C174 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 325584 T2026 C174 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 325584 T2026 C174 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 325584 T2026 C174 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 325584 T2026 C174 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 325584 T2026 C174 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 325586 T2026 C174 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 325587 T2026 C174 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 325587 T2026 C174 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 325587 T2026 C174 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 325588 T2026 C174 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 325588 T2026 C174 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 325588 T2026 C174 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 325588 T2026 C174 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 325588 T2026 C174 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 325589 T2026 C174 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 325589 T2026 C174 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 325589 T2033 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a03a735[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 325590 T2026 C174 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 325591 T2026 C174 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2105f860; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 325593 T2026 C174 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 325594 T2026 C174 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 325594 T2026 C174 oass.SolrIndexSearcher.<init> Opening Searcher@7ecc101e[collection1] main
   [junit4]   2> 325594 T2026 C174 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 325594 T2033 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7ecc101e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 325595 T2026 C174 oash.SolrConfigHandler$Command.handleCommands Executed config commands successfully and persited to File System [{"create-requesthandler":{
   [junit4]   2> 	    "name":"/x",
   [junit4]   2> 	    "class":"org.apache.solr.handler.DumpRequestHandler",
   [junit4]   2> 	    "startup":"lazy"}}]
   [junit4]   2> 325595 T2026 C174 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=288 
   [junit4]   2> 325596 T2026 C174 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3be7899f
   [junit4]   2> 325596 T2026 C174 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 325597 T2026 C174 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> ASYNC  NEW_CORE C175 name=collection1 org.apache.solr.core.SolrCore@218f416d
   [junit4]   2> 325610 T2019 C175 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=2 
   [junit4]   2> 325620 T2021 C175 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 325621 T2021 C175 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\'
   [junit4]   2> 325621 T2021 C175 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%209CE4F674E83EED72-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 325621 T2021 C175 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%209CE4F674E83EED72-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 325621 T2021 C175 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%209CE4F674E83EED72-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 325647 T2021 C175 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 325650 T2021 C175 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 325654 T2021 C175 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 325657 T2021 C175 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 325662 T2021 C175 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 325768 T2021 C175 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 325768 T2021 C175 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 325768 T2021 C175 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 325769 T2021 C175 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 325771 T2021 C175 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 325771 T2021 C175 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 325771 T2021 C175 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 325771 T2021 C175 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 325780 T2021 C175 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1
   [junit4]   2> 325782 T2021 C175 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-002\cores\core\data\
   [junit4]   2> 325782 T2021 C175 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 325783 T2021 C175 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-002\cores\core\data\index/
   [junit4]   2> 325784 T2021 C175 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 325784 T2021 C175 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 325785 T2021 C175 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 325785 T2021 C175 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 325785 T2021 C175 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 325785 T2021 C175 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 325786 T2021 C175 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 325786 T2021 C175 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 325786 T2021 C175 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 325787 T2021 C175 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 325788 T2021 C175 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 325788 T2021 C175 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 325788 T2021 C175 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 325789 T2021 C175 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 325789 T2021 C175 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 325790 T2021 C175 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 325790 T2021 C175 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 325790 T2021 C175 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 325791 T2021 C175 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 325791 T2021 C175 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 325791 T2021 C175 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: org.apache.solr.handler.DumpRequestHandler
   [junit4]   2> 325791 T2021 C175 oasc.RequestHandlers.initHandlersFromConfig created /x: org.apache.solr.handler.DumpRequestHandler
   [junit4]   2> 325793 T2021 C175 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 325795 T2021 C175 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 325796 T2021 C175 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 325797 T2021 C175 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 325797 T2021 C175 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 325797 T2021 C175 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 325800 T2021 C175 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 325800 T2021 C175 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 325801 T2021 C175 oass.SolrIndexSearcher.<init> Opening Searcher@614d8d01[collection1] main
   [junit4]   2> 325801 T2021 C175 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 325801 T2021 C175 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf}
   [junit4]   2> 325801 T2021 C175 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 325802 T2021 C175 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 325802 T2021 C175 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 325802 T2021 C175 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 325803 T2021 C175 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 325803 T2021 C175 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 325803 T2021 C175 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 325803 T2021 C175 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 325803 T2021 C175 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 325803 T2021 C175 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 325803 T2021 C175 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 325803 T2021 C175 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 325804 T2021 C175 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 325806 T2021 C175 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 325806 T2021 C175 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 325806 T2021 C175 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 325806 T2021 C175 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 325807 T2021 C175 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 325807 T2021 C175 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 325807 T2021 C175 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 325807 T2021 C175 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 325807 T2021 C175 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 325807 T2021 C175 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 325807 T2021 C175 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 325810 T2021 C175 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 325812 T2021 C175 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2105f860; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 325812 T2021 C175 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 325812 T2021 C175 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 325812 T2021 C175 oasc.SolrCore.getSearcher WARN [collection1] PERFORMANCE WARNING: Overlapping onDeckSearchers=2
   [junit4]   2> 325813 T2021 C175 oass.SolrIndexSearcher.<init> Opening Searcher@1fe8320a[collection1] main
   [junit4]   2> 325813 T2021 C175 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 325813 T2021 C175 oash.SolrConfigHandler$Command.handleCommands Executed config commands successfully and persited to File System [{"update-requesthandler":{
   [junit4]   2> 	    "name":"/x",
   [junit4]   2> 	    "class":"org.apache.solr.handler.DumpRequestHandler",
   [junit4]   2> 	    "startup":"lazy",
   [junit4]   2> 	    "a":"b",
   [junit4]   2> 	    "defaults":{"def_a":"def A val"}}}]
   [junit4]   2> 325816 T2021 C175 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=197 
   [junit4]   2> 325816 T2021 C175 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@218f416d
   [junit4]   2> 325816 T2021 C175 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 325821 T2021 C175 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 325826 T2034 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@614d8d01[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 325826 T2034 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1fe8320a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> ASYNC  NEW_CORE C176 name=collection1 org.apache.solr.core.SolrCore@73a6557c
   [junit4]   2> 325827 T2023 C176 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=1 
   [junit4]   2> 325834 T2025 C176 oasc.SolrCore.execute [collection1] webapp=/solr path=/x params={json.nl=map&wt=json&getdefaults=true} status=0 QTime=1 
   [junit4]   2> 325843 T2024 C176 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 325844 T2024 C176 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\'
   [junit4]   2> 325844 T2024 C176 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%209CE4F674E83EED72-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 325844 T2024 C176 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%209CE4F674E83EED72-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 325844 T2024 C176 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%209CE4F674E83EED72-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> ASYNC  NEW_CORE C177 name=collection1 org.apache.solr.core.SolrCore@73a6557c
   [junit4]   2> 325885 T2024 C177 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 325890 T2024 C177 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 325897 T2024 C177 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 325900 T2024 C177 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 325907 T2024 C177 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 326021 T2024 C177 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 326023 T2024 C177 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 326023 T2024 C177 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 326023 T2024 C177 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 326027 T2024 C177 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 326027 T2024 C177 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 326027 T2024 C177 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 326027 T2024 C177 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 326037 T2024 C177 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1
   [junit4]   2> 326039 T2024 C177 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-002\cores\core\data\
   [junit4]   2> 326039 T2024 C177 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 326042 T2024 C177 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-002\cores\core\data\index/
   [junit4]   2> 326043 T2024 C177 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 326043 T2024 C177 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 326045 T2024 C177 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 326045 T2024 C177 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 326045 T2024 C177 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 326045 T2024 C177 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 326046 T2024 C177 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 326046 T2024 C177 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 326046 T2024 C177 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 326047 T2024 C177 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 326048 T2024 C177 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 326048 T2024 C177 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 326049 T2024 C177 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 326049 T2024 C177 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 326049 T2024 C177 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 326050 T2024 C177 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 326050 T2024 C177 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 326050 T2024 C177 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 326051 T2024 C177 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 326051 T2024 C177 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 326052 T2024 C177 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 326054 T2024 C177 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 326056 T2024 C177 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 326057 T2024 C177 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 326058 T2024 C177 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 326058 T2024 C177 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 326059 T2024 C177 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 326059 T2024 C177 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 326059 T2024 C177 oass.SolrIndexSearcher.<init> Opening Searcher@141c0d44[collection1] main
   [junit4]   2> 326059 T2024 C177 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 326059 T2024 C177 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf}
   [junit4]   2> 326059 T2024 C177 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 326062 T2024 C177 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 326062 T2024 C177 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 326062 T2024 C177 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 326062 T2024 C177 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 326062 T2024 C177 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 326062 T2024 C177 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 326062 T2024 C177 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 326062 T2024 C177 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 326062 T2024 C177 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 326062 T2024 C177 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 326062 T2024 C177 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 326062 T2024 C177 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 326065 T2024 C177 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 326066 T2024 C177 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 326066 T2024 C177 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 326066 T2024 C177 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf
   [junit4]   2> 326067 T2024 C177 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 326067 T2024 C177 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 326067 T2024 C177 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 326067 T2024 C177 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 326067 T2024 C177 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 326068 T2024 C177 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 326068 T2024 C177 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 326068 T2035 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@141c0d44[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 326069 T2024 C177 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 326069 T2024 C177 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2105f860; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 326069 T2024 C177 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 326069 T2024 C177 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 326072 T2024 C177 oass.SolrIndexSearcher.<init> Opening Searcher@68b99bed[collection1] main
   [junit4]   2> 326072 T2024 C177 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 326072 T2024 C177 oash.SolrConfigHandler$Command.handleCommands Executed config commands successfully and persited to File System [{"delete-requesthandler":"/x"}]
   [junit4]   2> 326073 T2024 C177 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=230 
   [junit4]   2> 326072 T2035 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@68b99bed[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 326073 T2024 C177 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@73a6557c
   [junit4]   2> 326073 T2024 C177 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 326074 T2024 C177 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> ASYNC  NEW_CORE C178 name=collection1 org.apache.solr.core.SolrCore@2a1b8636
   [junit4]   2> 326078 T2026 C178 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=0 
   [junit4]   2> 326082 T2019 C178 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 326084 T2019 C178 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\'
   [junit4]   2> 326084 T2019 C178 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%209CE4F674E83EED72-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 326084 T2019 C178 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%209CE4F674E83EED72-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 326084 T2019 C178 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%209CE4F674E83EED72-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 326111 T2019 C178 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 326115 T2019 C178 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 326123 T2019 C178 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 326126 T2019 C178 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9CE4F674E83EED72-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 326131 T2019 C178 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> ASYNC  NEW_CORE C179 name=collection1 org.apache.solr.core.SolrCore@2a1b8636
   [junit4]   2> 326272 T2019 C179 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 326272 T2019 C179 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 326276 T2019 C179 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 326276 T2019 C179 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 326279 T2019 C179 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 326279 T2019 C179 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 326279 T2019 C179 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 3

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

eplicationFactorTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:899)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
   [junit4]    > 	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
   [junit4]    > 	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:945)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:920)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	... 1 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=6388, name=updateExecutor-1403-thread-1, state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@633254b4 rejected from java.util.concurrent.ThreadPoolExecutor@6063e56d[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 24]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9CE4F674E83EED72]:0)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:279)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1209223 T6209 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9CE4F674E83EED72-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {_version_=BlockTreeOrds(blocksize=128), multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), a_t=BlockTreeOrds(blocksize=128), intDefault=BlockTreeOrds(blocksize=128), id=PostingsFormat(name=MockRandom), text=PostingsFormat(name=Asserting), range_facet_l=BlockTreeOrds(blocksize=128), timestamp=BlockTreeOrds(blocksize=128)}, docValues:{timestamp=DocValuesFormat(name=Asserting)}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=it_CH, timezone=Asia/Baku
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=157316288,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [FacetPivotSmallTest, SimpleMLTQParserTest, TestLMJelinekMercerSimilarityFactory, LoggingHandlerTest, TestFaceting, TestLuceneMatchVersion, SpellingQueryConverterTest, TestOrdValues, DistributedFacetPivotSmallAdvancedTest, SuggesterFSTTest, TestSystemIdResolver, TestCustomSort, PreAnalyzedFieldTest, ShowFileRequestHandlerTest, SimpleCollectionCreateDeleteTest, SpatialRPTFieldTypeTest, OpenExchangeRatesOrgProviderTest, DistributedTermsComponentTest, SolrInfoMBeanTest, TestDefaultSearchFieldResource, TestConfig, TestPostingsSolrHighlighter, UpdateRequestProcessorFactoryTest, TestQueryUtils, TestManagedSchemaDynamicFieldResource, TestBulkSchemaConcurrent, DistributedSpellCheckComponentTest, ZkCLITest, TestSchemaManager, TestFastWriter, ShardRoutingTest, SOLR749Test, TestReload, TestBlendedInfixSuggestions, TestCollectionAPI, TestPerFieldSimilarity, FileUtilsTest, TestManagedResource, DistanceFunctionTest, TestLFUCache, TestMiniSolrCloudCluster, TestSolrConfigHandler, SpellCheckComponentTest, TestRTGBase, StatelessScriptUpdateProcessorFactoryTest, DocumentBuilderTest, TestComponentsName, CSVRequestHandlerTest, FileBasedSpellCheckerTest, RegexBoostProcessorTest, OutputWriterTest, TestQuerySenderNoQuery, StressHdfsTest, UnloadDistributedZkTest, CoreAdminHandlerTest, TestCloudManagedSchemaConcurrent, TestManagedStopFilterFactory, TestPartialUpdateDeduplication, SSLMigrationTest, TestMergePolicyConfig, DistributedQueryComponentOptimizationTest, OverseerStatusTest, IndexSchemaTest, SynonymTokenizerTest, TestShardHandlerFactory, TestReqParamsAPI, TestSuggestSpellingConverter, SuggesterTest, DirectSolrSpellCheckerTest, TestBadConfig, MBeansHandlerTest, ChangedSchemaMergeTest, TestUniqueKeyFieldResource, DateMathParserTest, AsyncMigrateRouteKeyTest, WordBreakSolrSpellCheckerTest, CursorPagingTest, PingRequestHandlerTest, DistributedFacetPivotWhiteBoxTest, CloudMLTQParserTest, CoreAdminRequestStatusTest, ZkStateWriterTest, RemoteQueryErrorTest, TestDistributedSearch, DistribDocExpirationUpdateProcessorTest, DocValuesTest, SpellPossibilityIteratorTest, TestXIncludeConfig, TermVectorComponentDistributedTest, TestStandardQParsers, DistributedExpandComponentTest, TestSerializedLuceneMatchVersion, TestDefaultSimilarityFactory, JsonLoaderTest, TestFreeTextSuggestions, ReplicationFactorTest]
   [junit4] Completed in 58.63s, 1 test, 1 error <<< FAILURES!

[...truncated 1167 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 468 suites, 1868 tests, 1 suite-level error, 1 error, 57 ignored (30 assumptions)

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



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

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

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

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

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

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

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


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

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

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




Build Log:
[...truncated 9506 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\init-core-data-001
   [junit4]   2> 1627540 T8058 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1627544 T8058 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1627545 T8059 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1627644 T8058 oasc.ZkTestServer.run start zk server on port:50601
   [junit4]   2> 1627644 T8058 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1627646 T8058 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1627651 T8066 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@be6adcf name:ZooKeeperConnection Watcher:127.0.0.1:50601 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1627651 T8058 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1627652 T8058 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1627652 T8058 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1627658 T8058 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1627660 T8058 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1627662 T8069 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5d2d49d name:ZooKeeperConnection Watcher:127.0.0.1:50601/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1627663 T8058 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1627663 T8058 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1627663 T8058 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1627667 T8058 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1627669 T8058 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1627672 T8058 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1627675 T8058 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1627675 T8058 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1627681 T8058 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1627681 T8058 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1627685 T8058 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1627685 T8058 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1627690 T8058 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1627690 T8058 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1627693 T8058 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1627693 T8058 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1627703 T8058 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1627703 T8058 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1627708 T8058 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1627709 T8058 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1627714 T8058 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1627714 T8058 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1627718 T8058 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1627718 T8058 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1627720 T8058 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1627720 T8058 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1627724 T8058 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1627724 T8058 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1629409 T8058 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\control-001\cores\collection1
   [junit4]   2> 1629414 T8058 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 1629417 T8058 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@57954cdf{/,null,AVAILABLE}
   [junit4]   2> 1629421 T8058 oejs.AbstractConnector.doStart Started ServerConnector@1f737ec3{HTTP/1.1}{127.0.0.1:50609}
   [junit4]   2> 1629421 T8058 oejs.Server.doStart Started @1618402ms
   [junit4]   2> 1629421 T8058 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 1629421 T8058 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1629421 T8058 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\control-001
   [junit4]   2> 1629421 T8058 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\control-001\'
   [junit4]   2> 1629456 T8058 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\control-001\solr.xml
   [junit4]   2> 1629464 T8058 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\control-001\cores
   [junit4]   2> 1629464 T8058 oasc.CoreContainer.<init> New CoreContainer 2021168710
   [junit4]   2> 1629467 T8058 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\control-001\]
   [junit4]   2> 1629467 T8058 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\control-001\lib
   [junit4]   2> 1629467 T8058 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\control-001\lib).
   [junit4]   2> 1629477 T8058 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1629477 T8058 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1629477 T8058 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1629477 T8058 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1629477 T8058 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1629477 T8058 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1629477 T8058 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1629477 T8058 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1629477 T8058 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1629477 T8058 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1629480 T8058 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1629481 T8058 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1629481 T8058 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1629481 T8058 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1629481 T8058 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1629482 T8058 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50601/solr
   [junit4]   2> 1629482 T8058 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1629482 T8058 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1629485 T8058 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1629487 T8083 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@54948148 name:ZooKeeperConnection Watcher:127.0.0.1:50601 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1629487 T8058 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1629487 T8058 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1629489 T8060 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bc8d5077e0002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1629491 T8058 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1629493 T8086 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ef8218f name:ZooKeeperConnection Watcher:127.0.0.1:50601/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1629493 T8058 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1629495 T8058 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1629497 T8058 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1629497 T8058 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1629500 T8058 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1629502 T8058 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1629504 T8058 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1629504 T8058 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50608_
   [junit4]   2> 1629504 T8058 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50608_
   [junit4]   2> 1629506 T8058 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1629506 T8058 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1629508 T8058 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1629508 T8058 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:50608_
   [junit4]   2> 1629508 T8058 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1629510 T8058 oasc.Overseer.start Overseer (id=93389034570514435-127.0.0.1:50608_-n_0000000000) starting
   [junit4]   2> 1629513 T8058 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1629520 T8058 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1629521 T8087 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1629521 T8058 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1629523 T8088 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1629525 T8058 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1629527 T8058 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1629533 T8058 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\control-001\cores
   [junit4]   2> 1629535 T8058 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\control-001\cores\collection1\
   [junit4]   2> 1629535 T8058 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1629537 T8090 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1629537 T8090 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1629538 T8086 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1629538 T8090 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1629539 T8087 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50608",
   [junit4]   2> 	  "node_name":"127.0.0.1:50608_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 1629540 T8087 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50608",
   [junit4]   2> 	  "node_name":"127.0.0.1:50608_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1629540 T8087 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 1629540 T8087 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1629542 T8086 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1630522 T8090 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1630522 T8090 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1630523 T8090 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1630523 T8090 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1630525 T8090 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1630525 T8090 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\control-001\cores\collection1\'
   [junit4]   2> 1630548 T8090 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1630551 T8090 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1630562 T8090 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1630565 T8090 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1630578 T8090 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1630581 T8090 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1630587 T8090 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1630681 T8090 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1630687 T8090 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1630687 T8090 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1630697 T8090 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1630700 T8090 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1630702 T8090 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1630702 T8090 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1630702 T8090 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1630703 T8090 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1630705 T8090 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1630705 T8090 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1630705 T8090 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1630705 T8090 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1630705 T8090 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\tempDir-001/control/data\
   [junit4]   2> 1630705 T8090 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@56560538
   [junit4]   2> 1630705 T8090 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\tempDir-001/control/data\
   [junit4]   2> 1630705 T8090 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\tempDir-001/control/data\index/
   [junit4]   2> 1630705 T8090 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1630705 T8090 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\tempDir-001/control/data\index
   [junit4]   2> 1630705 T8090 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1985421021, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1630707 T8090 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@e844b10 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@25b49fe5),segFN=segments_1,generation=1}
   [junit4]   2> 1630707 T8090 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1630709 T8090 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1630710 T8090 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1630710 T8090 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1630710 T8090 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1630710 T8090 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1630710 T8090 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1630711 T8090 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1630711 T8090 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1630711 T8090 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1630711 T8090 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1630711 T8090 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1630711 T8090 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1630711 T8090 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1630711 T8090 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1630711 T8090 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1630712 T8090 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1630712 T8090 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1630712 T8090 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1630713 T8090 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1630714 T8090 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1630714 T8090 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1630714 T8090 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1630714 T8090 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1630715 T8090 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1630715 T8090 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1630716 T8090 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1630717 T8090 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1630722 T8090 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1630724 T8090 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1630725 T8090 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1630727 T8090 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1630727 T8090 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1630729 T8090 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1630731 T8090 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1630731 T8090 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1630732 T8090 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=9.65234375, floorSegmentMB=1.01171875, forceMergeDeletesPctAllowed=0.8430919421940253, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1630732 T8090 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@e844b10 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@25b49fe5),segFN=segments_1,generation=1}
   [junit4]   2> 1630732 T8090 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1630732 T8090 oass.SolrIndexSearcher.<init> Opening Searcher@721a77f1[collection1] main
   [junit4]   2> 1630732 T8090 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1630734 T8090 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1630734 T8090 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1630735 T8090 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1630735 T8090 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1630735 T8090 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1630736 T8090 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1630736 T8090 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1630736 T8090 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1630736 T8090 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1630737 T8090 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1630737 T8091 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@721a77f1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1630738 T8094 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50608 collection:control_collection shard:shard1
   [junit4]   2> 1630738 T8058 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1630739 T8058 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1630739 T8058 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1630741 T8094 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1630742 T8058 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1630743 T8098 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@613977ba name:ZooKeeperConnection Watcher:127.0.0.1:50601/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1630744 T8058 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1630744 T8058 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1630746 T8058 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1630750 T8094 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1630751 T8086 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1630752 T8058 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1630752 T8058 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 1630753 T8094 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1630753 T8058 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1630753 T8094 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3793 name=collection1 org.apache.solr.core.SolrCore@b42a8d2 url=http://127.0.0.1:50608/collection1 node=127.0.0.1:50608_ C3793_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:50608, node_name=127.0.0.1:50608_, state=down}
   [junit4]   2> 1630754 T8094 C3793 P50608 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50608/collection1/
   [junit4]   2> 1630754 T8094 C3793 P50608 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1630754 T8094 C3793 P50608 oasc.SyncStrategy.syncToMe http://127.0.0.1:50608/collection1/ has no replicas
   [junit4]   2> 1630754 T8094 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50608/collection1/ shard1
   [junit4]   2> 1630755 T8058 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1630755 T8087 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 1630755 T8094 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1630756 T8101 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5ec7e7f4 name:ZooKeeperConnection Watcher:127.0.0.1:50601/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1630757 T8058 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1630757 T8058 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1630759 T8086 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1630761 T8087 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 1
   [junit4]   2> 1630761 T8087 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 1630762 T8098 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1630764 T8086 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1630772 T8087 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50608",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 1630773 T8087 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 1630774 T8098 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1630775 T8086 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1630782 T8086 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1630883 T8098 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1630884 T8086 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1630920 T8094 oasc.ZkController.register We are http://127.0.0.1:50608/collection1/ and leader is http://127.0.0.1:50608/collection1/
   [junit4]   2> 1630920 T8094 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50608
   [junit4]   2> 1630920 T8094 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1630920 T8094 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1630920 T8094 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1630922 T8086 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1630924 T8087 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50608",
   [junit4]   2> 	  "node_name":"127.0.0.1:50608_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 1630925 T8087 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50608",
   [junit4]   2> 	  "node_name":"127.0.0.1:50608_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1631028 T8086 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1631028 T8098 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1632483 T8058 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\shard-1-001\cores\collection1
   [junit4]   2> 1632486 T8058 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1632486 T8058 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 1632489 T8058 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@3981acec{/,null,AVAILABLE}
   [junit4]   2> 1632490 T8058 oejs.AbstractConnector.doStart Started ServerConnector@2b0874c9{HTTP/1.1}{127.0.0.1:50625}
   [junit4]   2> 1632491 T8058 oejs.Server.doStart Started @1621562ms
   [junit4]   2> 1632491 T8058 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 1632492 T8058 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1632492 T8058 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\shard-1-001
   [junit4]   2> 1632492 T8058 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\shard-1-001\'
   [junit4]   2> 1632523 T8058 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\shard-1-001\solr.xml
   [junit4]   2> 1632530 T8058 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\shard-1-001\cores
   [junit4]   2> 1632530 T8058 oasc.CoreContainer.<init> New CoreContainer 1045251486
   [junit4]   2> 1632530 T8058 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\shard-1-001\]
   [junit4]   2> 1632530 T8058 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\shard-1-001\lib
   [junit4]   2> 1632531 T8058 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\shard-1-001\lib).
   [junit4]   2> 1632541 T8058 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1632542 T8058 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1632542 T8058 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1632542 T8058 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1632542 T8058 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1632543 T8058 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1632543 T8058 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1632543 T8058 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1632543 T8058 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1632543 T8058 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1632543 T8058 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1632543 T8058 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1632543 T8058 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1632543 T8058 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1632543 T8058 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1632543 T8058 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50601/solr
   [junit4]   2> 1632543 T8058 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1632544 T8058 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1632547 T8058 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1632549 T8115 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7faa9663 name:ZooKeeperConnection Watcher:127.0.0.1:50601 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1632549 T8058 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1632549 T8058 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1632553 T8058 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1632558 T8118 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@428ae658 name:ZooKeeperConnection Watcher:127.0.0.1:50601/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1632560 T8058 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1632565 T8058 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1633554 T8058 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50624_
   [junit4]   2> 1633556 T8058 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50624_
   [junit4]   2> 1633563 T8058 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1633567 T8058 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\shard-1-001\cores
   [junit4]   2> 1633569 T8058 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\shard-1-001\cores\collection1\
   [junit4]   2> 1633569 T8058 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1633573 T8119 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1633573 T8119 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1633575 T8086 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1633578 T8087 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50624",
   [junit4]   2> 	  "node_name":"127.0.0.1:50624_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 1633578 T8119 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 1633579 T8119 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 1633579 T8087 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50624",
   [junit4]   2> 	  "node_name":"127.0.0.1:50624_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1633579 T8087 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 1633579 T8087 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1633580 T8119 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 1633582 T8087 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 1633582 T8119 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 1633583 T8119 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1633583 T8118 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1633584 T8118 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 1634501 T8119 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1634501 T8119 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1634503 T8119 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1634503 T8119 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1634505 T8119 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1634505 T8119 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\shard-1-001\cores\collection1\'
   [junit4]   2> 1634530 T8119 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1634535 T8119 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1634549 T8119 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1634579 T8119 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1634587 T8119 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1634590 T8119 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1634593 T8119 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1634715 T8119 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1634722 T8119 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1634722 T8119 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1634741 T8119 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1634745 T8119 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1634748 T8119 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1634749 T8119 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1634749 T8119 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1634749 T8119 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1634751 T8119 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1634751 T8119 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1634752 T8119 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1634752 T8119 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1634752 T8119 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\tempDir-001/jetty1\
   [junit4]   2> 1634753 T8119 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@56560538
   [junit4]   2> 1634753 T8119 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\tempDir-001/jetty1\
   [junit4]   2> 1634754 T8119 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\tempDir-001/jetty1\index/
   [junit4]   2> 1634754 T8119 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 1634754 T8119 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\tempDir-001/jetty1\index
   [junit4]   2> 1634755 T8119 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1985421021, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1634756 T8119 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@54c4d1a0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21ea8e1d),segFN=segments_1,generation=1}
   [junit4]   2> 1634756 T8119 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1634759 T8119 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1634760 T8119 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1634761 T8119 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1634761 T8119 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1634761 T8119 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1634761 T8119 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1634761 T8119 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1634762 T8119 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1634762 T8119 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1634763 T8119 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1634764 T8119 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1634764 T8119 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1634765 T8119 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1634765 T8119 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1634766 T8119 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1634767 T8119 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1634767 T8119 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1634767 T8119 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1634770 T8119 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1634771 T8119 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1634772 T8119 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1634772 T8119 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1634773 T8119 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1634774 T8119 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1634774 T8119 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1634774 T8119 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1634775 T8119 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1634781 T8119 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1634784 T8119 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1634786 T8119 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1634787 T8119 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1634788 T8119 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1634789 T8119 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1634791 T8119 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1634792 T8119 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1634793 T8119 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=9.65234375, floorSegmentMB=1.01171875, forceMergeDeletesPctAllowed=0.8430919421940253, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1634793 T8119 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@54c4d1a0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21ea8e1d),segFN=segments_1,generation=1}
   [junit4]   2> 1634793 T8119 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1634794 T8119 oass.SolrIndexSearcher.<init> Opening Searcher@593700b2[collection1] main
   [junit4]   2> 1634794 T8119 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1634796 T8119 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1634797 T8119 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1634797 T8119 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1634798 T8119 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1634798 T8119 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1634799 T8119 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1634799 T8119 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1634799 T8119 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1634799 T8119 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1634799 T8120 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@593700b2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1634802 T8119 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1634804 T8123 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50624 collection:collection1 shard:shard2
   [junit4]   2> 1634804 T8058 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1634805 T8058 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1634806 T8123 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1634813 T8123 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1634816 T8086 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1634817 T8123 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1634817 T8123 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3794 name=collection1 org.apache.solr.core.SolrCore@f622bdc url=http://127.0.0.1:50624/collection1 node=127.0.0.1:50624_ C3794_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:50624, node_name=127.0.0.1:50624_, state=down}
   [junit4]   2> 1634817 T8123 C3794 P50624 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50624/collection1/
   [junit4]   2> 1634817 T8123 C3794 P50624 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1634817 T8123 C3794 P50624 oasc.SyncStrategy.syncToMe http://127.0.0.1:50624/collection1/ has no replicas
   [junit4]   2> 1634817 T8123 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50624/collection1/ shard2
   [junit4]   2> 1634818 T8123 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 1634819 T8087 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 1634821 T8087 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 1634822 T8118 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1634823 T8118 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 1634828 T8087 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50624",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 1634830 T8087 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 1634832 T8118 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1634833 T8118 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 1634837 T8086 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1634872 T8123 oasc.ZkController.register We are http://127.0.0.1:50624/collection1/ and leader is http://127.0.0.1:50624/collection1/
   [junit4]   2> 1634872 T8123 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50624
   [junit4]   2> 1634872 T8123 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1634872 T8123 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1634872 T8123 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1634875 T8086 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1634877 T8087 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50624",
   [junit4]   2> 	  "node_name":"127.0.0.1:50624_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 1634878 T8087 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50624",
   [junit4]   2> 	  "node_name":"127.0.0.1:50624_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1634881 T8087 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 1634883 T8118 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1634884 T8123 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 1634886 T8118 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 1636136 T8058 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\shard-2-001\cores\collection1
   [junit4]   2> 1636140 T8058 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1636141 T8058 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 1636144 T8058 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@712134ad{/,null,AVAILABLE}
   [junit4]   2> 1636145 T8058 oejs.AbstractConnector.doStart Started ServerConnector@19be7097{HTTP/1.1}{127.0.0.1:50635}
   [junit4]   2> 1636145 T8058 oejs.Server.doStart Started @1625550ms
   [junit4]   2> 1636145 T8058 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 1636145 T8058 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1636145 T8058 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\shard-2-001
   [junit4]   2> 1636145 T8058 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\shard-2-001\'
   [junit4]   2> 1636176 T8058 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\shard-2-001\solr.xml
   [junit4]   2> 1636183 T8058 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\shard-2-001\cores
   [junit4]   2> 1636183 T8058 oasc.CoreContainer.<init> New CoreContainer 640036689
   [junit4]   2> 1636183 T8058 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\shard-2-001\]
   [junit4]   2> 1636183 T8058 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\shard-2-001\lib
   [junit4]   2> 1636183 T8058 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\shard-2-001\lib).
   [junit4]   2> 1636194 T8058 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1636194 T8058 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1636194 T8058 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1636195 T8058 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1636195 T8058 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1636195 T8058 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1636195 T8058 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1636196 T8058 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1636196 T8058 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1636196 T8058 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1636196 T8058 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1636196 T8058 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1636196 T8058 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1636196 T8058 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1636196 T8058 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1636196 T8058 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50601/solr
   [junit4]   2> 1636196 T8058 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1636196 T8058 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1636200 T8058 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1636202 T8138 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@52b24997 name:ZooKeeperConnection Watcher:127.0.0.1:50601 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1636202 T8058 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1636202 T8058 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1636204 T8058 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1636206 T8141 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@52250c59 name:ZooKeeperConnection Watcher:127.0.0.1:50601/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1636206 T8058 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1636213 T8058 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1637101 T8058 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50634_
   [junit4]   2> 1637102 T8058 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50634_
   [junit4]   2> 1637108 T8058 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1637111 T8058 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\shard-2-001\cores
   [junit4]   2> 1637111 T8058 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 60CEBA1245364990-001\shard-2-001\cores\collection1\
   [junit4]   2> 1637111 T8058 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1637116 T8142 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1637116 T8142 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1637119 T8086 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1637119 T8142 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 1637119 T8142 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 1637120 T8087 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50634",
   [junit4]   2> 	  "node_name":"127.0.0.1:50634_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"col

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

own ###Ending testProperty
   [junit4]   2> 2480799 T11784 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {}, docValues:{}, sim=DefaultSimilarity, locale=ar_KW, timezone=America/Grenada
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=210077944,total=515899392
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrDynamicMBean, HdfsSyncSliceTest, TermVectorComponentTest, TestRealTimeGet, RollingRestartTest, TestCollapseQParserPlugin, ZkControllerTest, TestAtomicUpdateErrorCases, TestLuceneMatchVersion, TestBulkSchemaConcurrent, OverriddenZkACLAndCredentialsProvidersTest, DeleteReplicaTest, TestRemoteStreaming, TestLazyCores, TestRestManager, TestBulkSchemaAPI, HdfsCollectionsAPIDistributedZkTest, TestCursorMarkWithoutUniqueKey, BlockDirectoryTest, DistributedExpandComponentTest, TestZkChroot, TestExpandComponent, DistributedMLTComponentTest, OpenCloseCoreStressTest, QueryElevationComponentTest, TestLMJelinekMercerSimilarityFactory, UpdateRequestProcessorFactoryTest, UnloadDistributedZkTest, TestWriterPerf, HdfsDirectoryFactoryTest, TermsComponentTest, TestCloudInspectUtil, SpatialRPTFieldTypeTest, TestAnalyzedSuggestions, DistributedTermsComponentTest, TestSolrJ, HdfsChaosMonkeySafeLeaderTest, SolrXmlInZkTest, TestComplexPhraseQParserPlugin, CachingDirectoryFactoryTest, DistanceFunctionTest, TestSolrDeletionPolicy1, UUIDUpdateProcessorFallbackTest, TestFiltering, ActionThrottleTest, TestPhraseSuggestions, TestRecoveryHdfs, TestLRUCache, DefaultValueUpdateProcessorTest, MBeansHandlerTest, TriLevelCompositeIdRoutingTest, IndexSchemaRuntimeFieldTest, LukeRequestHandlerTest, HdfsBasicDistributedZk2Test, RankQueryTest, TestSolrDeletionPolicy2, TestSortingResponseWriter, TestSweetSpotSimilarityFactory, BasicZkTest, TestBlobHandler, MigrateRouteKeyTest, TestValueSourceCache, TestAddFieldRealTimeGet, ZkNodePropsTest, TestCollectionAPI, XmlUpdateRequestHandlerTest, TestDocBasedVersionConstraints, TestObjectReleaseTracker, TestSolrCoreProperties, TestOrdValues, TestRandomFaceting, TestRecovery, DeleteInactiveReplicaTest, TestAnalyzeInfixSuggestions, DateFieldTest, URLClassifyProcessorTest, CurrencyFieldXmlFileTest, CoreMergeIndexesAdminHandlerTest, TestUpdate, RequiredFieldsTest, TestSchemaSimilarityResource, HdfsUnloadDistributedZkTest, TestConfigSets, IndexBasedSpellCheckerTest, BasicDistributedZkTest, TestIndexingPerformance, TestCloudManagedSchemaConcurrent, SharedFSAutoReplicaFailoverTest, QueryResultKeyTest, FileUtilsTest, TestTrackingShardHandlerFactory, SliceStateTest, TestLFUCache, SolrCoreCheckLockOnStartupTest, DocumentAnalysisRequestHandlerTest, TestImplicitCoreProperties, FileBasedSpellCheckerTest, SolrIndexConfigTest, TestManagedSchema, TestConfig, ParsingFieldUpdateProcessorsTest, TestPivotHelperCode, PreAnalyzedFieldTest, ConnectionManagerTest, AutoCommitTest, QueryParsingTest, TestSolr4Spatial2, PolyFieldTest, TestTrie, TestElisionMultitermQuery, RegexBoostProcessorTest, TestDynamicLoading, OverseerStatusTest, TestSystemIdResolver, TestSort, SolrRequestParserTest, TestSchemaManager, SSLMigrationTest, TestCharFilters, TestReplicaProperties, UniqFieldsUpdateProcessorFactoryTest, SOLR749Test, TestDynamicFieldCollectionResource, SignatureUpdateProcessorFactoryTest, TestSchemaNameResource, LeaderFailoverAfterPartitionTest, TimeZoneUtilsTest, StandardRequestHandlerTest, TestReversedWildcardFilterFactory, BlockCacheTest, TestBinaryField, TestPartialUpdateDeduplication, AnalyticsMergeStrategyTest, TestReRankQParserPlugin, TestFileDictionaryLookup, BufferStoreTest, RequestHandlersTest, OpenExchangeRatesOrgProviderTest, ExitableDirectoryReaderTest, SpellingQueryConverterTest, TestSolrQueryParser, LoggingHandlerTest, ChangedSchemaMergeTest, SimplePostToolTest, TestFieldSortValues, TestFreeTextSuggestions, SolrIndexSplitterTest, AddSchemaFieldsUpdateProcessorFactoryTest, ShardSplitTest, TestClassNameShortening, TestCoreContainer, DistributedFacetPivotSmallAdvancedTest, TestDocumentBuilder, TestDefaultStatsCache, FieldAnalysisRequestHandlerTest, PluginInfoTest, HdfsDirectoryTest, TestLeaderElectionZkExpiry, TestExactSharedStatsCache, OutOfBoxZkACLAndCredentialsProvidersTest, ReplicationFactorTest, ReturnFieldsTest, HttpPartitionTest, CloudMLTQParserTest, ChaosMonkeyNothingIsSafeTest, TestReqParamsAPI, TestSearcherReuse, IndexSchemaTest, TestHashPartitioner, CursorMarkTest, AliasIntegrationTest, TestCSVLoader, TestInitParams, TestMaxScoreQueryParser, DeleteShardTest, TestHdfsUpdateLog, BinaryUpdateRequestHandlerTest, BadComponentTest, TestJmxMonitoredMap, TestQueryUtils, TestNoOpRegenerator, OutputWriterTest, CollectionsAPIDistributedZkTest, RecoveryZkTest, PreAnalyzedUpdateProcessorTest, TestMiniSolrCloudClusterSSL, DateRangeFieldTest, TestDistribDocBasedVersion, TestMiniSolrCloudCluster, TestFieldCollectionResource, RAMDirectoryFactoryTest, TestStressUserVersions, FastVectorHighlighterTest, TestSolrConfigHandlerConcurrent, DistribDocExpirationUpdateProcessorTest, TestJmxIntegration, CursorPagingTest, BJQParserTest, SpellPossibilityIteratorTest, TestManagedResource, ZkStateWriterTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, AtomicUpdatesTest, BasicDistributedZk2Test, TestDistributedGrouping, TestRebalanceLeaders, TestSolrConfigHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandler -Dtests.seed=60CEBA1245364990 -Dtests.slow=true -Dtests.locale=ar_KW -Dtests.timezone=America/Grenada -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s | TestSolrConfigHandler (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 60CEBA1245364990-001\tempDir-010\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 60CEBA1245364990-001\tempDir-010\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 60CEBA1245364990-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 60CEBA1245364990-001\tempDir-010\collection1\conf
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 60CEBA1245364990-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 60CEBA1245364990-001\tempDir-010\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 60CEBA1245364990-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 60CEBA1245364990-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 60CEBA1245364990-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 60CEBA1245364990-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 60CEBA1245364990-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 60CEBA1245364990-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([60CEBA1245364990]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:286)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 12.69s, 4 tests, 1 error <<< FAILURES!

[...truncated 799 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 468 suites, 1868 tests, 1 suite-level error, 1 error, 57 ignored (30 assumptions)

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



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

Posted by Noble Paul <no...@gmail.com>.
created and fixed https://issues.apache.org/jira/browse/SOLR-7168

On Thu, Feb 26, 2015 at 10:57 PM, Policeman Jenkins Server <
jenkins@thetaphi.de> wrote:

> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4508/
> Java: 32bit/jdk1.8.0_31 -server -XX:+UseParallelGC
>
> 2 tests failed.
> FAILED:
> junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler
>
> Error Message:
> Could not remove the following files (in the order of attempts):
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001\tempDir-010\collection1\conf\params.json:
> java.nio.file.FileSystemException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001\tempDir-010\collection1\conf\params.json: The process
> cannot access the file because it is being used by another process.
>  C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001\tempDir-010\collection1\conf:
> java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001\tempDir-010\collection1\conf
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001\tempDir-010\collection1:
> java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001\tempDir-010\collection1
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001\tempDir-010: java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001\tempDir-010
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001\tempDir-010: java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001\tempDir-010
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001: java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001
>
> Stack Trace:
> java.io.IOException: Could not remove the following files (in the order of
> attempts):
>
>  C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001\tempDir-010\collection1\conf\params.json:
> java.nio.file.FileSystemException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001\tempDir-010\collection1\conf\params.json: The process
> cannot access the file because it is being used by another process.
>
>
>  C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001\tempDir-010\collection1\conf:
> java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001\tempDir-010\collection1\conf
>
>  C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001\tempDir-010\collection1:
> java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001\tempDir-010\collection1
>
>  C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001\tempDir-010: java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001\tempDir-010
>
>  C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001\tempDir-010: java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001\tempDir-010
>
>  C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001: java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001
>
>         at __randomizedtesting.SeedInfo.seed([7373A4FF3B396841]:0)
>         at org.apache.lucene.util.IOUtils.rm(IOUtils.java:286)
>         at
> org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
>         at
> com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>         at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
>         at java.lang.Thread.run(Thread.java:745)
>
>
> FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test
>
> Error Message:
> org.apache.solr.client.solrj.SolrServerException: IOException occured when
> talking to server at:
> http://127.0.0.1:51175/w/g/repfacttest_c8n_1x3_shard1_replica3
>
> Stack Trace:
> org.apache.solr.client.solrj.SolrServerException:
> org.apache.solr.client.solrj.SolrServerException: IOException occured when
> talking to server at:
> http://127.0.0.1:51175/w/g/repfacttest_c8n_1x3_shard1_replica3
>         at
> __randomizedtesting.SeedInfo.seed([7373A4FF3B396841:FB279B2595C505B9]:0)
>         at
> org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:597)
>         at
> org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:915)
>         at
> org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:809)
>         at
> org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
>         at
> org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
>         at
> org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:483)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
>         at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:945)
>         at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:920)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
>         at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>         at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
>         at java.lang.Thread.run(Thread.java:745)
> Caused by: org.apache.solr.client.solrj.SolrServerException: IOException
> occured when talking to server at:
> http://127.0.0.1:51175/w/g/repfacttest_c8n_1x3_shard1_replica3
>         at
> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:573)
>         at
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
>         at
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
>         at
> org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
>         at
> org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
>         at
> org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:594)
>         ... 47 more
> Caused by: org.apache.http.NoHttpResponseException: The target server
> failed to respond
>         at
> org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
>         at
> org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
>         at
> org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
>         at
> org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
>         at
> org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
>         at
> org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
>         at
> org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
>         at
> org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
>         at
> org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
>         at
> org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
>         at
> org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
>         at
> org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
>         at
> org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
>         at
> org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
>         at
> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
>         ... 52 more
>
>
>
>
> Build Log:
> [...truncated 10174 lines...]
>    [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
>    [junit4]   2> Creating dataDir:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\init-core-data-001
>    [junit4]   2> 3708853 T18813
> oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext
> system property: /w/g
>    [junit4]   2> 3708857 T18813 oasc.ZkTestServer.run STARTING ZK TEST
> SERVER
>    [junit4]   1> client port:0.0.0.0/0.0.0.0:0
>    [junit4]   2> 3708859 T18814
> oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
>    [junit4]   2> 3708955 T18813 oasc.ZkTestServer.run start zk server on
> port:51135
>    [junit4]   2> 3708955 T18813
> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
> ZkCredentialsProvider
>    [junit4]   2> 3708959 T18813 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3708966 T18821 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@5cc029
> name:ZooKeeperConnection Watcher:127.0.0.1:51135 got event WatchedEvent
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 3708967 T18813 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 3708967 T18813 oascc.SolrZkClient.createZkACLProvider
> Using default ZkACLProvider
>    [junit4]   2> 3708967 T18813 oascc.SolrZkClient.makePath makePath: /solr
>    [junit4]   2> 3708973 T18813
> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
> ZkCredentialsProvider
>    [junit4]   2> 3708976 T18813 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3708978 T18824 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@1c61fed
> name:ZooKeeperConnection Watcher:127.0.0.1:51135/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 3708978 T18813 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 3708979 T18813 oascc.SolrZkClient.createZkACLProvider
> Using default ZkACLProvider
>    [junit4]   2> 3708979 T18813 oascc.SolrZkClient.makePath makePath:
> /collections/collection1
>    [junit4]   2> 3708986 T18813 oascc.SolrZkClient.makePath makePath:
> /collections/collection1/shards
>    [junit4]   2> 3708991 T18813 oascc.SolrZkClient.makePath makePath:
> /collections/control_collection
>    [junit4]   2> 3708992 T18813 oascc.SolrZkClient.makePath makePath:
> /collections/control_collection/shards
>    [junit4]   2> 3708993 T18813 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
> to /configs/conf1/solrconfig.xml
>    [junit4]   2> 3708995 T18813 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/solrconfig.xml
>    [junit4]   2> 3708999 T18813 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
> to /configs/conf1/schema.xml
>    [junit4]   2> 3708999 T18813 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/schema.xml
>    [junit4]   2> 3709005 T18813 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
> to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
>    [junit4]   2> 3709006 T18813 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/solrconfig.snippet.randomindexconfig.xml
>    [junit4]   2> 3709011 T18813 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
> to /configs/conf1/stopwords.txt
>    [junit4]   2> 3709011 T18813 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/stopwords.txt
>    [junit4]   2> 3709015 T18813 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
> to /configs/conf1/protwords.txt
>    [junit4]   2> 3709015 T18813 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/protwords.txt
>    [junit4]   2> 3709019 T18813 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
> to /configs/conf1/currency.xml
>    [junit4]   2> 3709019 T18813 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/currency.xml
>    [junit4]   2> 3709023 T18813 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
> to /configs/conf1/enumsConfig.xml
>    [junit4]   2> 3709023 T18813 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/enumsConfig.xml
>    [junit4]   2> 3709025 T18813 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
> to /configs/conf1/open-exchange-rates.json
>    [junit4]   2> 3709025 T18813 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/open-exchange-rates.json
>    [junit4]   2> 3709029 T18813 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
> to /configs/conf1/mapping-ISOLatin1Accent.txt
>    [junit4]   2> 3709029 T18813 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/mapping-ISOLatin1Accent.txt
>    [junit4]   2> 3709034 T18813 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
> to /configs/conf1/old_synonyms.txt
>    [junit4]   2> 3709034 T18813 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/old_synonyms.txt
>    [junit4]   2> 3709039 T18813 oasc.AbstractZkTestCase.putConfig put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
> to /configs/conf1/synonyms.txt
>    [junit4]   2> 3709039 T18813 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/synonyms.txt
>    [junit4]   2> 3709044 T18815 oazs.NIOServerCnxn.doIO WARN caught end of
> stream exception EndOfStreamException: Unable to read additional data from
> client sessionid 0x14bc6dbf0fa0001, likely client has closed socket
>    [junit4]   2>        at
> org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
>    [junit4]   2>        at
> org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
>    [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2>
>    [junit4]   2> 3710786 T18813 oas.SolrTestCaseJ4.writeCoreProperties
> Writing core.properties file to
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\control-001\cores\collection1
>    [junit4]   2> 3710791 T18813 oejs.Server.doStart jetty-9.2.6.v20141205
>    [junit4]   2> 3710796 T18813 oejsh.ContextHandler.doStart Started
> o.e.j.s.ServletContextHandler@92d442{/w/g,null,AVAILABLE}
>    [junit4]   2> 3710800 T18813 oejs.AbstractConnector.doStart Started
> ServerConnector@1641710{HTTP/1.1}{127.0.0.1:51143}
>    [junit4]   2> 3710800 T18813 oejs.Server.doStart Started @3717936ms
>    [junit4]   2> 3710800 T18813 oass.SolrDispatchFilter.init
> SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
>    [junit4]   2> 3710801 T18813 oasc.SolrResourceLoader.locateSolrHome
> JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 3710801 T18813 oasc.SolrResourceLoader.locateSolrHome
> using system property solr.solr.home:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\control-001
>    [junit4]   2> 3710802 T18813 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\control-001\'
>    [junit4]   2> 3710847 T18813 oasc.SolrXmlConfig.fromFile Loading
> container configuration from
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\control-001\solr.xml
>    [junit4]   2> 3710853 T18813 oasc.CorePropertiesLocator.<init>
> Config-defined core root directory:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\control-001\cores
>    [junit4]   2> 3710854 T18813 oasc.CoreContainer.<init> New
> CoreContainer 1481910
>    [junit4]   2> 3710854 T18813 oasc.CoreContainer.load Loading cores into
> CoreContainer
> [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\control-001\]
>    [junit4]   2> 3710854 T18813 oasc.CoreContainer.load loading shared
> library:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\control-001\lib
>    [junit4]   2> 3710854 T18813 oasc.SolrResourceLoader.addToClassLoader
> WARN Can't find (or read) directory to add to classloader: lib (resolved
> as:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\control-001\lib).
>    [junit4]   2> 3710870 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting socketTimeout to: 90000
>    [junit4]   2> 3710871 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting urlScheme to:
>    [junit4]   2> 3710871 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting connTimeout to: 15000
>    [junit4]   2> 3710871 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnectionsPerHost to: 20
>    [junit4]   2> 3710873 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnections to: 10000
>    [junit4]   2> 3710873 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting corePoolSize to: 0
>    [junit4]   2> 3710873 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting maximumPoolSize to: 2147483647
>    [junit4]   2> 3710873 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting maxThreadIdleTime to: 5
>    [junit4]   2> 3710873 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting sizeOfQueue to: -1
>    [junit4]   2> 3710873 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting fairnessPolicy to: false
>    [junit4]   2> 3710873 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting useRetries to: false
>    [junit4]   2> 3710875 T18813 oasu.UpdateShardHandler.<init> Creating
> UpdateShardHandler HTTP client with params:
> socketTimeout=340000&connTimeout=45000&retry=true
>    [junit4]   2> 3710875 T18813 oasl.LogWatcher.createWatcher SLF4J impl
> is org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 3710875 T18813 oasl.LogWatcher.newRegisteredLogWatcher
> Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 3710875 T18813 oasc.CoreContainer.load Node Name:
> 127.0.0.1
>    [junit4]   2> 3710875 T18813 oasc.ZkContainer.initZooKeeper Zookeeper
> client=127.0.0.1:51135/solr
>    [junit4]   2> 3710875 T18813 oasc.ZkController.checkChrootPath zkHost
> includes chroot
>    [junit4]   2> 3710876 T18813
> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
> ZkCredentialsProvider
>    [junit4]   2> 3710878 T18813 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3710879 T18838 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@1ad59c
> name:ZooKeeperConnection Watcher:127.0.0.1:51135 got event WatchedEvent
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 3710879 T18813 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 3710880 T18813 oascc.SolrZkClient.createZkACLProvider
> Using default ZkACLProvider
>    [junit4]   2> 3710884 T18813 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3710886 T18841 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@193d9fd
> name:ZooKeeperConnection Watcher:127.0.0.1:51135/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 3710886 T18813 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 3710888 T18813 oascc.SolrZkClient.makePath makePath:
> /overseer/queue
>    [junit4]   2> 3710891 T18813 oascc.SolrZkClient.makePath makePath:
> /overseer/collection-queue-work
>    [junit4]   2> 3710895 T18813 oascc.SolrZkClient.makePath makePath:
> /overseer/collection-map-running
>    [junit4]   2> 3710899 T18813 oascc.SolrZkClient.makePath makePath:
> /overseer/collection-map-completed
>    [junit4]   2> 3710904 T18813 oascc.SolrZkClient.makePath makePath:
> /overseer/collection-map-failure
>    [junit4]   2> 3710907 T18813 oascc.SolrZkClient.makePath makePath:
> /live_nodes
>    [junit4]   2> 3710909 T18813 oasc.ZkController.createEphemeralLiveNode
> Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51142_w%2Fg
>    [junit4]   2> 3710910 T18813 oascc.SolrZkClient.makePath makePath:
> /live_nodes/127.0.0.1:51142_w%2Fg
>    [junit4]   2> 3710913 T18813 oascc.SolrZkClient.makePath makePath:
> /overseer_elect
>    [junit4]   2> 3710916 T18813 oascc.SolrZkClient.makePath makePath:
> /overseer_elect/election
>    [junit4]   2> 3710918 T18813 oasc.Overseer.close Overseer (id=null)
> closing
>    [junit4]   2> 3710920 T18813
> oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader
> 127.0.0.1:51142_w%2Fg
>    [junit4]   2> 3710920 T18813 oascc.SolrZkClient.makePath makePath:
> /overseer_elect/leader
>    [junit4]   2> 3710923 T18813 oasc.Overseer.start Overseer
> (id=93386865234280451-127.0.0.1:51142_w%2Fg-n_0000000000) starting
>    [junit4]   2> 3710928 T18813 oascc.SolrZkClient.makePath makePath:
> /overseer/queue-work
>    [junit4]   2> 3710944 T18813
> oasc.OverseerAutoReplicaFailoverThread.<init> Starting
> OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
> autoReplicaFailoverWaitAfterExpiration=30000
> autoReplicaFailoverBadNodeExpiration=60000
>    [junit4]   2> 3710945 T18843 oasc.OverseerCollectionProcessor.run
> Process current queue of collection creations
>    [junit4]   2> 3710947 T18842 oasc.Overseer$ClusterStateUpdater.run
> Starting to work on the main queue
>    [junit4]   2> 3710947 T18813 oascc.SolrZkClient.makePath makePath:
> /clusterstate.json
>    [junit4]   2> 3710951 T18813 oascc.SolrZkClient.makePath makePath:
> /aliases.json
>    [junit4]   2> 3710953 T18813
> oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster
> state from ZooKeeper...
>    [junit4]   2> 3710958 T18813 oasc.CorePropertiesLocator.discover
> Looking for core definitions underneath
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\control-001\cores
>    [junit4]   2> 3710960 T18813 oasc.CorePropertiesLocator.discoverUnder
> Found core collection1 in
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\control-001\cores\collection1\
>    [junit4]   2> 3710960 T18813 oasc.CorePropertiesLocator.discover Found
> 1 core definitions
>    [junit4]   2> 3710962 T18845 oasc.ZkController.publish publishing
> core=collection1 state=down collection=control_collection
>    [junit4]   2> 3710962 T18845 oasc.ZkController.publish numShards not
> found on descriptor - reading it from system property
>    [junit4]   2> 3710963 T18841 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 3710963 T18845 oasc.ZkController.waitForCoreNodeName look
> for our core node name
>    [junit4]   2> 3710965 T18842 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "base_url":"http://127.0.0.1:51142/w/g",
>    [junit4]   2>          "node_name":"127.0.0.1:51142_w%2Fg",
>    [junit4]   2>          "numShards":"1",
>    [junit4]   2>          "state":"down",
>    [junit4]   2>          "shard":null,
>    [junit4]   2>          "collection":"control_collection",
>    [junit4]   2>          "operation":"state"} current state version: 0
>    [junit4]   2> 3710966 T18842 oasco.ReplicaMutator.updateState Update
> state numShards=1 message={
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "base_url":"http://127.0.0.1:51142/w/g",
>    [junit4]   2>          "node_name":"127.0.0.1:51142_w%2Fg",
>    [junit4]   2>          "numShards":"1",
>    [junit4]   2>          "state":"down",
>    [junit4]   2>          "shard":null,
>    [junit4]   2>          "collection":"control_collection",
>    [junit4]   2>          "operation":"state"}
>    [junit4]   2> 3710966 T18842 oasco.ClusterStateMutator.createCollection
> building a new cName: control_collection
>    [junit4]   2> 3710966 T18842 oasco.ReplicaMutator.updateState Assigning
> new node to shard shard=shard1
>    [junit4]   2> 3710968 T18841 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
>    [junit4]   2> 3711915 T18845 oasc.ZkController.waitForShardId waiting
> to find shard id in clusterstate for collection1
>    [junit4]   2> 3711915 T18845 oasc.ZkController.createCollectionZkNode
> Check for collection zkNode:control_collection
>    [junit4]   2> 3711915 T18845 oasc.ZkController.createCollectionZkNode
> Collection zkNode exists
>    [junit4]   2> 3711915 T18845 oascc.ZkStateReader.readConfigName Load
> collection config from:/collections/control_collection
>    [junit4]   2> 3711917 T18845 oascc.ZkStateReader.readConfigName
> path=/collections/control_collection configName=conf1 specified config
> exists in ZooKeeper
>    [junit4]   2> 3711917 T18845 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\control-001\cores\collection1\'
>    [junit4]   2> 3711942 T18845 oasc.ZkController.watchZKConfDir watch
> zkdir /configs/conf1
>    [junit4]   2> 3711946 T18845 oasc.Config.<init> loaded config
> solrconfig.xml with version 0
>    [junit4]   2> 3711958 T18845 oasc.SolrConfig.refreshRequestParams
> current version of requestparams : -1
>    [junit4]   2> 3711963 T18845 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: 6.0.0
>    [junit4]   2> 3711968 T18845 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig.xml
>    [junit4]   2> 3711972 T18845 oass.IndexSchema.readSchema Reading Solr
> Schema from /configs/conf1/schema.xml
>    [junit4]   2> 3711978 T18845 oass.IndexSchema.readSchema [collection1]
> Schema name=test
>    [junit4]   2> 3712110 T18845 oass.OpenExchangeRatesOrgProvider.init
> Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
>    [junit4]   2> 3712117 T18845 oass.IndexSchema.readSchema default search
> field in schema is text
>    [junit4]   2> 3712119 T18845 oass.IndexSchema.readSchema unique key
> field: id
>    [junit4]   2> 3712134 T18845 oass.FileExchangeRateProvider.reload
> Reloading exchange rates from file currency.xml
>    [junit4]   2> 3712140 T18845 oass.FileExchangeRateProvider.reload
> Reloading exchange rates from file currency.xml
>    [junit4]   2> 3712144 T18845 oass.OpenExchangeRatesOrgProvider.reload
> Reloading exchange rates from open-exchange-rates.json
>    [junit4]   2> 3712146 T18845
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
> IMPORTANT NOTE
>    [junit4]   2> 3712146 T18845
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected
> key, got STRING
>    [junit4]   2> 3712146 T18845 oass.OpenExchangeRatesOrgProvider.reload
> Reloading exchange rates from open-exchange-rates.json
>    [junit4]   2> 3712149 T18845
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
> IMPORTANT NOTE
>    [junit4]   2> 3712149 T18845
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected
> key, got STRING
>    [junit4]   2> 3712149 T18845 oasc.CoreContainer.create Creating
> SolrCore 'collection1' using configuration from collection
> control_collection
>    [junit4]   2> 3712149 T18845 oasc.SolrCore.initDirectoryFactory
> org.apache.solr.core.MockDirectoryFactory
>    [junit4]   2> 3712149 T18845 oasc.SolrCore.<init> [collection1] Opening
> new SolrCore at
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\control-001\cores\collection1\,
> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\tempDir-001/control/data\
>    [junit4]   2> 3712149 T18845 oasc.JmxMonitoredMap.<init> JMX monitoring
> is enabled. Adding Solr mbeans to JMX Server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@185da02
>    [junit4]   2> 3712150 T18845 oasc.CachingDirectoryFactory.get return
> new directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\tempDir-001/control/data\
>    [junit4]   2> 3712150 T18845 oasc.SolrCore.getNewIndexDir New index
> directory detected: old=null
> new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\tempDir-001/control/data\index/
>    [junit4]   2> 3712150 T18845 oasc.SolrCore.initIndex WARN [collection1]
> Solr index directory
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\tempDir-001\control\data\index' doesn't exist.
> Creating new index...
>    [junit4]   2> 3712151 T18845 oasc.CachingDirectoryFactory.get return
> new directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\tempDir-001/control/data\index
>    [junit4]   2> 3712152 T18845 oasu.RandomMergePolicy.<init>
> RandomMergePolicy wrapping class
> org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
> minMergeSize=0, mergeFactor=10, maxMergeSize=1181708673,
> maxMergeSizeForForcedMerge=9223372036854775807,
> calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
>    [junit4]   2> 3712153 T18845 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits: num=1
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@1508442
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cb05
> ),segFN=segments_1,generation=1}
>    [junit4]   2> 3712153 T18845 oasc.SolrDeletionPolicy.updateCommits
> newest commit generation = 1
>    [junit4]   2> 3712157 T18845 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "nodistrib"
>    [junit4]   2> 3712157 T18845 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "dedupe"
>    [junit4]   2> 3712158 T18845 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "dedupe"
>    [junit4]   2> 3712158 T18845 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "stored_sig"
>    [junit4]   2> 3712158 T18845 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "stored_sig"
>    [junit4]   2> 3712158 T18845 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
>    [junit4]   2> 3712159 T18845 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>    [junit4]   2> 3712160 T18845 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>    [junit4]   2> 3712160 T18845 oasc.SolrCore.loadUpdateProcessorChains no
> updateRequestProcessorChain defined as default, creating implicit default
>    [junit4]   2> 3712160 T18845
> oasc.RequestHandlers.initHandlersFromConfig created /update:
> org.apache.solr.handler.UpdateRequestHandler
>    [junit4]   2> 3712161 T18845
> oasc.RequestHandlers.initHandlersFromConfig created /update/json:
> org.apache.solr.handler.UpdateRequestHandler
>    [junit4]   2> 3712162 T18845
> oasc.RequestHandlers.initHandlersFromConfig created /update/csv:
> org.apache.solr.handler.UpdateRequestHandler
>    [junit4]   2> 3712162 T18845
> oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs:
> org.apache.solr.handler.UpdateRequestHandler
>    [junit4]   2> 3712162 T18845
> oasc.RequestHandlers.initHandlersFromConfig created /config:
> org.apache.solr.handler.SolrConfigHandler
>    [junit4]   2> 3712163 T18845
> oasc.RequestHandlers.initHandlersFromConfig created /schema:
> org.apache.solr.handler.SchemaHandler
>    [junit4]   2> 3712163 T18845
> oasc.RequestHandlers.initHandlersFromConfig created /replication:
> org.apache.solr.handler.ReplicationHandler
>    [junit4]   2> 3712164 T18845
> oasc.RequestHandlers.initHandlersFromConfig created /get:
> org.apache.solr.handler.RealTimeGetHandler
>    [junit4]   2> 3712164 T18845
> oasc.RequestHandlers.initHandlersFromConfig created /admin/luke:
> org.apache.solr.handler.admin.LukeRequestHandler
>    [junit4]   2> 3712165 T18845
> oasc.RequestHandlers.initHandlersFromConfig created /admin/system:
> org.apache.solr.handler.admin.SystemInfoHandler
>    [junit4]   2> 3712166 T18845
> oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans:
> org.apache.solr.handler.admin.SolrInfoMBeanHandler
>    [junit4]   2> 3712166 T18845
> oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins:
> org.apache.solr.handler.admin.PluginInfoHandler
>    [junit4]   2> 3712167 T18845
> oasc.RequestHandlers.initHandlersFromConfig created /admin/threads:
> org.apache.solr.handler.admin.ThreadDumpHandler
>    [junit4]   2> 3712168 T18845
> oasc.RequestHandlers.initHandlersFromConfig created /admin/properties:
> org.apache.solr.handler.admin.PropertiesRequestHandler
>    [junit4]   2> 3712168 T18845
> oasc.RequestHandlers.initHandlersFromConfig created /admin/logging:
> org.apache.solr.handler.admin.LoggingHandler
>    [junit4]   2> 3712169 T18845
> oasc.RequestHandlers.initHandlersFromConfig created /admin/file:
> solr.admin.ShowFileRequestHandler
>    [junit4]   2> 3712169 T18845
> oasc.RequestHandlers.initHandlersFromConfig created /admin/ping:
> org.apache.solr.handler.PingRequestHandler
>    [junit4]   2> 3712170 T18845
> oasc.RequestHandlers.initHandlersFromConfig created standard:
> solr.StandardRequestHandler
>    [junit4]   2> 3712175 T18845 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 3712175 T18845 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 3712177 T18845 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 3712178 T18845 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 3712178 T18845 oasc.SolrCore.initStatsCache Using default
> statsCache cache: org.apache.solr.search.stats.LocalStatsCache
>    [junit4]   2> 3712181 T18845 oasu.UpdateHandler.<init> Using UpdateLog
> implementation: org.apache.solr.update.UpdateLog
>    [junit4]   2> 3712183 T18845 oasu.CommitTracker.<init> Hard AutoCommit:
> disabled
>    [junit4]   2> 3712184 T18845 oasu.CommitTracker.<init> Soft AutoCommit:
> disabled
>    [junit4]   2> 3712184 T18845 oasu.RandomMergePolicy.<init>
> RandomMergePolicy wrapping class
> org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
> minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648,
> maxMergeSizeForForcedMerge=9223372036854775807,
> calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.14044408421609855]
>    [junit4]   2> 3712185 T18845 oasc.SolrDeletionPolicy.onInit
> SolrDeletionPolicy.onInit: commits: num=1
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@1508442
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cb05
> ),segFN=segments_1,generation=1}
>    [junit4]   2> 3712185 T18845 oasc.SolrDeletionPolicy.updateCommits
> newest commit generation = 1
>    [junit4]   2> 3712185 T18845 oass.SolrIndexSearcher.<init> Opening
> Searcher@13f0445[collection1] main
>    [junit4]   2> 3712186 T18845 oascc.ZkStateReader.readConfigName Load
> collection config from:/collections/control_collection
>    [junit4]   2> 3712187 T18845 oascc.ZkStateReader.readConfigName
> path=/collections/control_collection configName=conf1 specified config
> exists in ZooKeeper
>    [junit4]   2> 3712188 T18845 oasr.ManagedResourceStorage.newStorageIO
> Setting up ZooKeeper-based storage for the RestManager with znodeBase:
> /configs/conf1
>    [junit4]   2> 3712188 T18845
> oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
> ZooKeeperStorageIO with znodeBase: /configs/conf1
>    [junit4]   2> 3712188 T18845 oasr.RestManager.init Initializing
> RestManager with initArgs: {}
>    [junit4]   2> 3712188 T18845 oasr.ManagedResourceStorage.load Reading
> _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
>    [junit4]   2> 3712189 T18845
> oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data
> found for znode /configs/conf1/_rest_managed.json
>    [junit4]   2> 3712189 T18845 oasr.ManagedResourceStorage.load Loaded
> null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
>    [junit4]   2> 3712189 T18845 oasr.RestManager.init Initializing 0
> registered ManagedResources
>    [junit4]   2> 3712189 T18845 oash.ReplicationHandler.inform Commits
> will be reserved for  10000
>    [junit4]   2> 3712190 T18845 oasc.CoreContainer.registerCore
> registering core: collection1
>    [junit4]   2> 3712190 T18846 oasc.SolrCore.registerSearcher
> [collection1] Registered new searcher Searcher@13f0445[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 3712191 T18849 oasc.ZkController.register Register
> replica - core:collection1 address:http://127.0.0.1:51142/w/g
> collection:control_collection shard:shard1
>    [junit4]   2> 3712192 T18813 oass.SolrDispatchFilter.init
> user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
>    [junit4]   2> 3712192 T18813 oass.SolrDispatchFilter.init
> SolrDispatchFilter.init() done
>    [junit4]   2> 3712193 T18849 oascc.SolrZkClient.makePath makePath:
> /collections/control_collection/leader_elect/shard1/election
>    [junit4]   2> 3712194 T18813
> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
> ZkCredentialsProvider
>    [junit4]   2> 3712196 T18813 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3712198 T18853 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@549872
> name:ZooKeeperConnection Watcher:127.0.0.1:51135/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 3712199 T18813 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 3712200 T18813 oascc.SolrZkClient.createZkACLProvider
> Using default ZkACLProvider
>    [junit4]   2> 3712201 T18813
> oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster
> state from ZooKeeper...
>    [junit4]   2> 3712203 T18849
> oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process
> for shard shard1
>    [junit4]   2> 3712206 T18841 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 3712207 T18849
> oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas
> found to continue.
>    [junit4]   2> 3712207 T18849
> oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader -
> try and sync
>    [junit4]   2> ASYNC  NEW_CORE C3234 name=collection1
> org.apache.solr.core.SolrCore@14b5da9 url=
> http://127.0.0.1:51142/w/g/collection1 node=127.0.0.1:51142_w%2Fg
> C3234_STATE=coll:control_collection core:collection1
> props:{core=collection1, base_url=http://127.0.0.1:51142/w/g,
> node_name=127.0.0.1:51142_w%2Fg, state=down}
>    [junit4]   2> 3712208 T18849 C3234 P51142 oasc.SyncStrategy.sync Sync
> replicas to http://127.0.0.1:51142/w/g/collection1/
>    [junit4]   2> 3712208 T18849 C3234 P51142
> oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
>    [junit4]   2> 3712208 T18849 C3234 P51142 oasc.SyncStrategy.syncToMe
> http://127.0.0.1:51142/w/g/collection1/ has no replicas
>    [junit4]   2> 3712209 T18849
> oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader:
> http://127.0.0.1:51142/w/g/collection1/ shard1
>    [junit4]   2> 3712209 T18849 oascc.SolrZkClient.makePath makePath:
> /collections/control_collection/leaders/shard1
>    [junit4]   2> 3712208 T18842 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
>    [junit4]   2>          "operation":"leader",
>    [junit4]   2>          "shard":"shard1",
>    [junit4]   2>          "collection":"control_collection"} current state
> version: 1
>    [junit4]   2> 3712210 T18813 oasc.ChaosMonkey.monkeyLog monkey: init -
> expire sessions:false cause connection loss:false
>    [junit4]   2> 3712222 T18841 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 3712223 T18842 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
>    [junit4]   2>          "operation":"leader",
>    [junit4]   2>          "shard":"shard1",
>    [junit4]   2>          "collection":"control_collection",
>    [junit4]   2>          "base_url":"http://127.0.0.1:51142/w/g",
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "state":"active"} current state version: 1
>    [junit4]   2> 3712330 T18841 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
>    [junit4]   2> 3712331 T18853 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
>    [junit4]   2> 3712366 T18849 oasc.ZkController.register We are
> http://127.0.0.1:51142/w/g/collection1/ and leader is
> http://127.0.0.1:51142/w/g/collection1/
>    [junit4]   2> 3712366 T18849 oasc.ZkController.register No LogReplay
> needed for core=collection1 baseURL=http://127.0.0.1:51142/w/g
>    [junit4]   2> 3712366 T18849 oasc.ZkController.checkRecovery I am the
> leader, no recovery necessary
>    [junit4]   2> 3712366 T18849 oasc.ZkController.publish publishing
> core=collection1 state=active collection=control_collection
>    [junit4]   2> 3712367 T18849 oasc.ZkController.publish numShards not
> found on descriptor - reading it from system property
>    [junit4]   2> 3712369 T18841 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 3712375 T18842 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "core_node_name":"core_node1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "base_url":"http://127.0.0.1:51142/w/g",
>    [junit4]   2>          "node_name":"127.0.0.1:51142_w%2Fg",
>    [junit4]   2>          "numShards":"3",
>    [junit4]   2>          "state":"active",
>    [junit4]   2>          "shard":"shard1",
>    [junit4]   2>          "collection":"control_collection",
>    [junit4]   2>          "operation":"state"} current state version: 2
>    [junit4]   2> 3712377 T18842 oasco.ReplicaMutator.updateState Update
> state numShards=3 message={
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "core_node_name":"core_node1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "base_url":"http://127.0.0.1:51142/w/g",
>    [junit4]   2>          "node_name":"127.0.0.1:51142_w%2Fg",
>    [junit4]   2>          "numShards":"3",
>    [junit4]   2>          "state":"active",
>    [junit4]   2>          "shard":"shard1",
>    [junit4]   2>          "collection":"control_collection",
>    [junit4]   2>          "operation":"state"}
>    [junit4]   2> 3712489 T18853 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
>    [junit4]   2> 3712489 T18841 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
>    [junit4]   2> 3713806 T18813 oas.SolrTestCaseJ4.writeCoreProperties
> Writing core.properties file to
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\shard-1-001\cores\collection1
>    [junit4]   2> 3713809 T18813
> oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
>    [junit4]   2> 3713810 T18813 oejs.Server.doStart jetty-9.2.6.v20141205
>    [junit4]   2> 3713815 T18813 oejsh.ContextHandler.doStart Started
> o.e.j.s.ServletContextHandler@800395{/w/g,null,AVAILABLE}
>    [junit4]   2> 3713816 T18813 oejs.AbstractConnector.doStart Started
> ServerConnector@64a18b{HTTP/1.1}{127.0.0.1:51156}
>    [junit4]   2> 3713817 T18813 oejs.Server.doStart Started @3721174ms
>    [junit4]   2> 3713818 T18813 oass.SolrDispatchFilter.init
> SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
>    [junit4]   2> 3713818 T18813 oasc.SolrResourceLoader.locateSolrHome
> JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 3713818 T18813 oasc.SolrResourceLoader.locateSolrHome
> using system property solr.solr.home:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\shard-1-001
>    [junit4]   2> 3713818 T18813 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\shard-1-001\'
>    [junit4]   2> 3713848 T18813 oasc.SolrXmlConfig.fromFile Loading
> container configuration from
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\shard-1-001\solr.xml
>    [junit4]   2> 3713855 T18813 oasc.CorePropertiesLocator.<init>
> Config-defined core root directory:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\shard-1-001\cores
>    [junit4]   2> 3713855 T18813 oasc.CoreContainer.<init> New
> CoreContainer 24686241
>    [junit4]   2> 3713855 T18813 oasc.CoreContainer.load Loading cores into
> CoreContainer
> [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\shard-1-001\]
>    [junit4]   2> 3713856 T18813 oasc.CoreContainer.load loading shared
> library:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\shard-1-001\lib
>    [junit4]   2> 3713856 T18813 oasc.SolrResourceLoader.addToClassLoader
> WARN Can't find (or read) directory to add to classloader: lib (resolved
> as:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\shard-1-001\lib).
>    [junit4]   2> 3713866 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting socketTimeout to: 90000
>    [junit4]   2> 3713867 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting urlScheme to:
>    [junit4]   2> 3713867 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting connTimeout to: 15000
>    [junit4]   2> 3713867 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnectionsPerHost to: 20
>    [junit4]   2> 3713867 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnections to: 10000
>    [junit4]   2> 3713867 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting corePoolSize to: 0
>    [junit4]   2> 3713867 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting maximumPoolSize to: 2147483647
>    [junit4]   2> 3713867 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting maxThreadIdleTime to: 5
>    [junit4]   2> 3713867 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting sizeOfQueue to: -1
>    [junit4]   2> 3713867 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting fairnessPolicy to: false
>    [junit4]   2> 3713867 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting useRetries to: false
>    [junit4]   2> 3713868 T18813 oasu.UpdateShardHandler.<init> Creating
> UpdateShardHandler HTTP client with params:
> socketTimeout=340000&connTimeout=45000&retry=true
>    [junit4]   2> 3713869 T18813 oasl.LogWatcher.createWatcher SLF4J impl
> is org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 3713869 T18813 oasl.LogWatcher.newRegisteredLogWatcher
> Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 3713869 T18813 oasc.CoreContainer.load Node Name:
> 127.0.0.1
>    [junit4]   2> 3713869 T18813 oasc.ZkContainer.initZooKeeper Zookeeper
> client=127.0.0.1:51135/solr
>    [junit4]   2> 3713869 T18813 oasc.ZkController.checkChrootPath zkHost
> includes chroot
>    [junit4]   2> 3713869 T18813
> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
> ZkCredentialsProvider
>    [junit4]   2> 3713872 T18813 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3713873 T18867 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@1da0c2b
> name:ZooKeeperConnection Watcher:127.0.0.1:51135 got event WatchedEvent
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 3713873 T18813 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 3713873 T18813 oascc.SolrZkClient.createZkACLProvider
> Using default ZkACLProvider
>    [junit4]   2> 3713875 T18815 oazs.NIOServerCnxn.doIO WARN caught end of
> stream exception EndOfStreamException: Unable to read additional data from
> client sessionid 0x14bc6dbf0fa0005, likely client has closed socket
>    [junit4]   2>        at
> org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
>    [junit4]   2>        at
> org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
>    [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2>
>    [junit4]   2> 3713878 T18813 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3713880 T18870 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@10b0661
> name:ZooKeeperConnection Watcher:127.0.0.1:51135/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 3713881 T18813 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 3713889 T18813
> oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster
> state from ZooKeeper...
>    [junit4]   2> 3714846 T18813 oasc.ZkController.createEphemeralLiveNode
> Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51155_w%2Fg
>    [junit4]   2> 3714848 T18813 oascc.SolrZkClient.makePath makePath:
> /live_nodes/127.0.0.1:51155_w%2Fg
>    [junit4]   2> 3714854 T18813 oasc.Overseer.close Overseer (id=null)
> closing
>    [junit4]   2> 3714857 T18813 oasc.CorePropertiesLocator.discover
> Looking for core definitions underneath
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\shard-1-001\cores
>    [junit4]   2> 3714857 T18813 oasc.CorePropertiesLocator.discoverUnder
> Found core collection1 in
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\shard-1-001\cores\collection1\
>    [junit4]   2> 3714857 T18813 oasc.CorePropertiesLocator.discover Found
> 1 core definitions
>    [junit4]   2> 3714859 T18871 oasc.ZkController.publish publishing
> core=collection1 state=down collection=collection1
>    [junit4]   2> 3714859 T18871 oasc.ZkController.publish numShards not
> found on descriptor - reading it from system property
>    [junit4]   2> 3714860 T18841 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 3714860 T18871 oasc.ZkController.waitForCoreNodeName look
> for our core node name
>    [junit4]   2> 3714862 T18842 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "base_url":"http://127.0.0.1:51155/w/g",
>    [junit4]   2>          "node_name":"127.0.0.1:51155_w%2Fg",
>    [junit4]   2>          "numShards":"3",
>    [junit4]   2>          "state":"down",
>    [junit4]   2>          "shard":null,
>    [junit4]   2>          "collection":"collection1",
>    [junit4]   2>          "operation":"state"} current state version: 3
>    [junit4]   2> 3714863 T18842 oasco.ReplicaMutator.updateState Update
> state numShards=3 message={
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "base_url":"http://127.0.0.1:51155/w/g",
>    [junit4]   2>          "node_name":"127.0.0.1:51155_w%2Fg",
>    [junit4]   2>          "numShards":"3",
>    [junit4]   2>          "state":"down",
>    [junit4]   2>          "shard":null,
>    [junit4]   2>          "collection":"collection1",
>    [junit4]   2>          "operation":"state"}
>    [junit4]   2> 3714863 T18842 oasco.ClusterStateMutator.createCollection
> building a new cName: collection1
>    [junit4]   2> 3714863 T18842 oasco.ReplicaMutator.updateState Assigning
> new node to shard shard=shard2
>    [junit4]   2> 3714865 T18870 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
>    [junit4]   2> 3714865 T18841 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
>    [junit4]   2> 3714865 T18853 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
>    [junit4]   2> 3715812 T18871 oasc.ZkController.waitForShardId waiting
> to find shard id in clusterstate for collection1
>    [junit4]   2> 3715812 T18871 oasc.ZkController.createCollectionZkNode
> Check for collection zkNode:collection1
>    [junit4]   2> 3715814 T18871 oasc.ZkController.createCollectionZkNode
> Collection zkNode exists
>    [junit4]   2> 3715814 T18871 oascc.ZkStateReader.readConfigName Load
> collection config from:/collections/collection1
>    [junit4]   2> 3715816 T18871 oascc.ZkStateReader.readConfigName
> path=/collections/collection1 configName=conf1 specified config exists in
> ZooKeeper
>    [junit4]   2> 3715816 T18871 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\shard-1-001\cores\collection1\'
>    [junit4]   2> 3715837 T18871 oasc.ZkController.watchZKConfDir watch
> zkdir /configs/conf1
>    [junit4]   2> 3715840 T18871 oasc.Config.<init> loaded config
> solrconfig.xml with version 0
>    [junit4]   2> 3715852 T18871 oasc.SolrConfig.refreshRequestParams
> current version of requestparams : -1
>    [junit4]   2> 3715857 T18871 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: 6.0.0
>    [junit4]   2> 3715867 T18871 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig.xml
>    [junit4]   2> 3715871 T18871 oass.IndexSchema.readSchema Reading Solr
> Schema from /configs/conf1/schema.xml
>    [junit4]   2> 3715879 T18871 oass.IndexSchema.readSchema [collection1]
> Schema name=test
>    [junit4]   2> 3716017 T18871 oass.OpenExchangeRatesOrgProvider.init
> Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
>    [junit4]   2> 3716026 T18871 oass.IndexSchema.readSchema default search
> field in schema is text
>    [junit4]   2> 3716026 T18871 oass.IndexSchema.readSchema unique key
> field: id
>    [junit4]   2> 3716043 T18871 oass.FileExchangeRateProvider.reload
> Reloading exchange rates from file currency.xml
>    [junit4]   2> 3716048 T18871 oass.FileExchangeRateProvider.reload
> Reloading exchange rates from file currency.xml
>    [junit4]   2> 3716052 T18871 oass.OpenExchangeRatesOrgProvider.reload
> Reloading exchange rates from open-exchange-rates.json
>    [junit4]   2> 3716054 T18871
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
> IMPORTANT NOTE
>    [junit4]   2> 3716054 T18871
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected
> key, got STRING
>    [junit4]   2> 3716054 T18871 oass.OpenExchangeRatesOrgProvider.reload
> Reloading exchange rates from open-exchange-rates.json
>    [junit4]   2> 3716057 T18871
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
> IMPORTANT NOTE
>    [junit4]   2> 3716057 T18871
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected
> key, got STRING
>    [junit4]   2> 3716057 T18871 oasc.CoreContainer.create Creating
> SolrCore 'collection1' using configuration from collection collection1
>    [junit4]   2> 3716057 T18871 oasc.SolrCore.initDirectoryFactory
> org.apache.solr.core.MockDirectoryFactory
>    [junit4]   2> 3716058 T18871 oasc.SolrCore.<init> [collection1] Opening
> new SolrCore at
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\shard-1-001\cores\collection1\,
> dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\tempDir-001/jetty1\
>    [junit4]   2> 3716058 T18871 oasc.JmxMonitoredMap.<init> JMX monitoring
> is enabled. Adding Solr mbeans to JMX Server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@185da02
>    [junit4]   2> 3716059 T18871 oasc.CachingDirectoryFactory.get return
> new directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\tempDir-001/jetty1\
>    [junit4]   2> 3716059 T18871 oasc.SolrCore.getNewIndexDir New index
> directory detected: old=null
> new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\tempDir-001/jetty1\index/
>    [junit4]   2> 3716059 T18871 oasc.SolrCore.initIndex WARN [collection1]
> Solr index directory
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\tempDir-001\jetty1\index' doesn't exist. Creating new
> index...
>    [junit4]   2> 3716060 T18871 oasc.CachingDirectoryFactory.get return
> new directory for
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\tempDir-001/jetty1\index
>    [junit4]   2> 3716061 T18871 oasu.RandomMergePolicy.<init>
> RandomMergePolicy wrapping class
> org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
> minMergeSize=0, mergeFactor=10, maxMergeSize=1181708673,
> maxMergeSizeForForcedMerge=9223372036854775807,
> calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
>    [junit4]   2> 3716062 T18871 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits: num=1
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@6138a9
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e24c
> ),segFN=segments_1,generation=1}
>    [junit4]   2> 3716062 T18871 oasc.SolrDeletionPolicy.updateCommits
> newest commit generation = 1
>    [junit4]   2> 3716065 T18871 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "nodistrib"
>    [junit4]   2> 3716066 T18871 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "dedupe"
>    [junit4]   2> 3716066 T18871 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "dedupe"
>    [junit4]   2> 3716066 T18871 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "stored_sig"
>    [junit4]   2> 3716066 T18871 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "stored_sig"
>    [junit4]   2> 3716066 T18871 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
>    [junit4]   2> 3716067 T18871 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>    [junit4]   2> 3716067 T18871 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>    [junit4]   2> 3716067 T18871 oasc.SolrCore.loadUpdateProcessorChains no
> updateRequestProcessorChain defined as default, creating implicit default
>    [junit4]   2> 3716068 T18871
> oasc.RequestHandlers.initHandlersFromConfig created /update:
> org.apache.solr.handler.UpdateRequestHandler
>    [junit4]   2> 3716068 T18871
> oasc.RequestHandlers.initHandlersFromConfig created /update/json:
> org.apache.solr.handler.UpdateRequestHandler
>    [junit4]   2> 3716069 T18871
> oasc.RequestHandlers.initHandlersFromConfig created /update/csv:
> org.apache.solr.handler.UpdateRequestHandler
>    [junit4]   2> 3716069 T18871
> oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs:
> org.apache.solr.handler.UpdateRequestHandler
>    [junit4]   2> 3716069 T18871
> oasc.RequestHandlers.initHandlersFromConfig created /config:
> org.apache.solr.handler.SolrConfigHandler
>    [junit4]   2> 3716070 T18871
> oasc.RequestHandlers.initHandlersFromConfig created /schema:
> org.apache.solr.handler.SchemaHandler
>    [junit4]   2> 3716070 T18871
> oasc.RequestHandlers.initHandlersFromConfig created /replication:
> org.apache.solr.handler.ReplicationHandler
>    [junit4]   2> 3716071 T18871
> oasc.RequestHandlers.initHandlersFromConfig created /get:
> org.apache.solr.handler.RealTimeGetHandler
>    [junit4]   2> 3716071 T18871
> oasc.RequestHandlers.initHandlersFromConfig created /admin/luke:
> org.apache.solr.handler.admin.LukeRequestHandler
>    [junit4]   2> 3716074 T18871
> oasc.RequestHandlers.initHandlersFromConfig created /admin/system:
> org.apache.solr.handler.admin.SystemInfoHandler
>    [junit4]   2> 3716075 T18871
> oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans:
> org.apache.solr.handler.admin.SolrInfoMBeanHandler
>    [junit4]   2> 3716075 T18871
> oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins:
> org.apache.solr.handler.admin.PluginInfoHandler
>    [junit4]   2> 3716076 T18871
> oasc.RequestHandlers.initHandlersFromConfig created /admin/threads:
> org.apache.solr.handler.admin.ThreadDumpHandler
>    [junit4]   2> 3716076 T18871
> oasc.RequestHandlers.initHandlersFromConfig created /admin/properties:
> org.apache.solr.handler.admin.PropertiesRequestHandler
>    [junit4]   2> 3716077 T18871
> oasc.RequestHandlers.initHandlersFromConfig created /admin/logging:
> org.apache.solr.handler.admin.LoggingHandler
>    [junit4]   2> 3716077 T18871
> oasc.RequestHandlers.initHandlersFromConfig created /admin/file:
> solr.admin.ShowFileRequestHandler
>    [junit4]   2> 3716077 T18871
> oasc.RequestHandlers.initHandlersFromConfig created /admin/ping:
> org.apache.solr.handler.PingRequestHandler
>    [junit4]   2> 3716078 T18871
> oasc.RequestHandlers.initHandlersFromConfig created standard:
> solr.StandardRequestHandler
>    [junit4]   2> 3716083 T18871 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 3716084 T18871 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 3716086 T18871 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 3716087 T18871 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 3716087 T18871 oasc.SolrCore.initStatsCache Using default
> statsCache cache: org.apache.solr.search.stats.LocalStatsCache
>    [junit4]   2> 3716089 T18871 oasu.UpdateHandler.<init> Using UpdateLog
> implementation: org.apache.solr.update.UpdateLog
>    [junit4]   2> 3716091 T18871 oasu.CommitTracker.<init> Hard AutoCommit:
> disabled
>    [junit4]   2> 3716091 T18871 oasu.CommitTracker.<init> Soft AutoCommit:
> disabled
>    [junit4]   2> 3716091 T18871 oasu.RandomMergePolicy.<init>
> RandomMergePolicy wrapping class
> org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
> minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648,
> maxMergeSizeForForcedMerge=9223372036854775807,
> calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.14044408421609855]
>    [junit4]   2> 3716092 T18871 oasc.SolrDeletionPolicy.onInit
> SolrDeletionPolicy.onInit: commits: num=1
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@6138a9
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e24c
> ),segFN=segments_1,generation=1}
>    [junit4]   2> 3716092 T18871 oasc.SolrDeletionPolicy.updateCommits
> newest commit generation = 1
>    [junit4]   2> 3716092 T18871 oass.SolrIndexSearcher.<init> Opening
> Searcher@f43672[collection1] main
>    [junit4]   2> 3716092 T18871 oascc.ZkStateReader.readConfigName Load
> collection config from:/collections/collection1
>    [junit4]   2> 3716096 T18871 oascc.ZkStateReader.readConfigName
> path=/collections/collection1 configName=conf1 specified config exists in
> ZooKeeper
>    [junit4]   2> 3716096 T18871 oasr.ManagedResourceStorage.newStorageIO
> Setting up ZooKeeper-based storage for the RestManager with znodeBase:
> /configs/conf1
>    [junit4]   2> 3716097 T18871
> oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
> ZooKeeperStorageIO with znodeBase: /configs/conf1
>    [junit4]   2> 3716097 T18871 oasr.RestManager.init Initializing
> RestManager with initArgs: {}
>    [junit4]   2> 3716097 T18871 oasr.ManagedResourceStorage.load Reading
> _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
>    [junit4]   2> 3716098 T18871
> oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data
> found for znode /configs/conf1/_rest_managed.json
>    [junit4]   2> 3716098 T18871 oasr.ManagedResourceStorage.load Loaded
> null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
>    [junit4]   2> 3716098 T18871 oasr.RestManager.init Initializing 0
> registered ManagedResources
>    [junit4]   2> 3716098 T18871 oash.ReplicationHandler.inform Commits
> will be reserved for  10000
>    [junit4]   2> 3716100 T18872 oasc.SolrCore.registerSearcher
> [collection1] Registered new searcher Searcher@f43672[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 3716100 T18871 oasc.CoreContainer.registerCore
> registering core: collection1
>    [junit4]   2> 3716101 T18875 oasc.ZkController.register Register
> replica - core:collection1 address:http://127.0.0.1:51155/w/g
> collection:collection1 shard:shard2
>    [junit4]   2> 3716102 T18813 oass.SolrDispatchFilter.init
> user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
>    [junit4]   2> 3716102 T18813 oass.SolrDispatchFilter.init
> SolrDispatchFilter.init() done
>    [junit4]   2> 3716103 T18875 oascc.SolrZkClient.makePath makePath:
> /collections/collection1/leader_elect/shard2/election
>    [junit4]   2> 3716116 T18875
> oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process
> for shard shard2
>    [junit4]   2> 3716119 T18841 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 3716121 T18875
> oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas
> found to continue.
>    [junit4]   2> 3716121 T18875
> oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader -
> try and sync
>    [junit4]   2> ASYNC  NEW_CORE C3235 name=collection1
> org.apache.solr.core.SolrCore@5c95b1 url=
> http://127.0.0.1:51155/w/g/collection1 node=127.0.0.1:51155_w%2Fg
> C3235_STATE=coll:collection1 core:collection1 props:{core=collection1,
> base_url=http://127.0.0.1:51155/w/g, node_name=127.0.0.1:51155_w%2Fg,
> state=down}
>    [junit4]   2> 3716121 T18875 C3235 P51155 oasc.SyncStrategy.sync Sync
> replicas to http://127.0.0.1:51155/w/g/collection1/
>    [junit4]   2> 3716121 T18875 C3235 P51155
> oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
>    [junit4]   2> 3716121 T18875 C3235 P51155 oasc.SyncStrategy.syncToMe
> http://127.0.0.1:51155/w/g/collection1/ has no replicas
>    [junit4]   2> 3716123 T18875
> oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader:
> http://127.0.0.1:51155/w/g/collection1/ shard2
>    [junit4]   2> 3716123 T18875 oascc.SolrZkClient.makePath makePath:
> /collections/collection1/leaders/shard2
>    [junit4]   2> 3716124 T18842 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
>    [junit4]   2>          "operation":"leader",
>    [junit4]   2>          "shard":"shard2",
>    [junit4]   2>          "collection":"collection1"} current state
> version: 4
>    [junit4]   2> 3716141 T18841 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 3716143 T18842 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
>    [junit4]   2>          "operation":"leader",
>    [junit4]   2>          "shard":"shard2",
>    [junit4]   2>          "collection":"collection1",
>    [junit4]   2>          "base_url":"http://127.0.0.1:51155/w/g",
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "state":"active"} current state version: 4
>    [junit4]   2> 3716256 T18870 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
>    [junit4]   2> 3716256 T18841 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
>    [junit4]   2> 3716256 T18853 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
>    [junit4]   2> 3716309 T18875 oasc.ZkController.register We are
> http://127.0.0.1:51155/w/g/collection1/ and leader is
> http://127.0.0.1:51155/w/g/collection1/
>    [junit4]   2> 3716309 T18875 oasc.ZkController.register No LogReplay
> needed for core=collection1 baseURL=http://127.0.0.1:51155/w/g
>    [junit4]   2> 3716309 T18875 oasc.ZkController.checkRecovery I am the
> leader, no recovery necessary
>    [junit4]   2> 3716309 T18875 oasc.ZkController.publish publishing
> core=collection1 state=active collection=collection1
>    [junit4]   2> 3716309 T18875 oasc.ZkController.publish numShards not
> found on descriptor - reading it from system property
>    [junit4]   2> 3716312 T18841 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 3716315 T18842 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "core_node_name":"core_node1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "base_url":"http://127.0.0.1:51155/w/g",
>    [junit4]   2>          "node_name":"127.0.0.1:51155_w%2Fg",
>    [junit4]   2>          "numShards":"3",
>    [junit4]   2>          "state":"active",
>    [junit4]   2>          "shard":"shard2",
>    [junit4]   2>          "collection":"collection1",
>    [junit4]   2>          "operation":"state"} current state version: 5
>    [junit4]   2> 3716316 T18842 oasco.ReplicaMutator.updateState Update
> state numShards=3 message={
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "core_node_name":"core_node1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "base_url":"http://127.0.0.1:51155/w/g",
>    [junit4]   2>          "node_name":"127.0.0.1:51155_w%2Fg",
>    [junit4]   2>          "numShards":"3",
>    [junit4]   2>          "state":"active",
>    [junit4]   2>          "shard":"shard2",
>    [junit4]   2>          "collection":"collection1",
>    [junit4]   2>          "operation":"state"}
>    [junit4]   2> 3716426 T18870 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
>    [junit4]   2> 3716427 T18841 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
>    [junit4]   2> 3716428 T18853 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
>    [junit4]   2> 3717938 T18813 oas.SolrTestCaseJ4.writeCoreProperties
> Writing core.properties file to
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\shard-2-001\cores\collection1
>    [junit4]   2> 3717941 T18813
> oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
>    [junit4]   2> 3717942 T18813 oejs.Server.doStart jetty-9.2.6.v20141205
>    [junit4]   2> 3717947 T18813 oejsh.ContextHandler.doStart Started
> o.e.j.s.ServletContextHandler@124f295{/w/g,null,AVAILABLE}
>    [junit4]   2> 3717948 T18813 oejs.AbstractConnector.doStart Started
> ServerConnector@18c5f7a{HTTP/1.1}{127.0.0.1:51166}
>    [junit4]   2> 3717949 T18813 oejs.Server.doStart Started @3725396ms
>    [junit4]   2> 3717949 T18813 oass.SolrDispatchFilter.init
> SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
>    [junit4]   2> 3717950 T18813 oasc.SolrResourceLoader.locateSolrHome
> JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 3717950 T18813 oasc.SolrResourceLoader.locateSolrHome
> using system property solr.solr.home:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\shard-2-001
>    [junit4]   2> 3717950 T18813 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\shard-2-001\'
>    [junit4]   2> 3717983 T18813 oasc.SolrXmlConfig.fromFile Loading
> container configuration from
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\shard-2-001\solr.xml
>    [junit4]   2> 3717990 T18813 oasc.CorePropertiesLocator.<init>
> Config-defined core root directory:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\shard-2-001\cores
>    [junit4]   2> 3717990 T18813 oasc.CoreContainer.<init> New
> CoreContainer 5228858
>    [junit4]   2> 3717990 T18813 oasc.CoreContainer.load Loading cores into
> CoreContainer
> [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\shard-2-001\]
>    [junit4]   2> 3717991 T18813 oasc.CoreContainer.load loading shared
> library:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\shard-2-001\lib
>    [junit4]   2> 3717991 T18813 oasc.SolrResourceLoader.addToClassLoader
> WARN Can't find (or read) directory to add to classloader: lib (resolved
> as:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\shard-2-001\lib).
>    [junit4]   2> 3718001 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting socketTimeout to: 90000
>    [junit4]   2> 3718002 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting urlScheme to:
>    [junit4]   2> 3718002 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting connTimeout to: 15000
>    [junit4]   2> 3718003 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnectionsPerHost to: 20
>    [junit4]   2> 3718003 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnections to: 10000
>    [junit4]   2> 3718003 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting corePoolSize to: 0
>    [junit4]   2> 3718003 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting maximumPoolSize to: 2147483647
>    [junit4]   2> 3718003 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting maxThreadIdleTime to: 5
>    [junit4]   2> 3718003 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting sizeOfQueue to: -1
>    [junit4]   2> 3718004 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting fairnessPolicy to: false
>    [junit4]   2> 3718004 T18813 oashc.HttpShardHandlerFactory.getParameter
> Setting useRetries to: false
>    [junit4]   2> 3718004 T18813 oasu.UpdateShardHandler.<init> Creating
> UpdateShardHandler HTTP client with params:
> socketTimeout=340000&connTimeout=45000&retry=true
>    [junit4]   2> 3718004 T18813 oasl.LogWatcher.createWatcher SLF4J impl
> is org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 3718005 T18813 oasl.LogWatcher.newRegisteredLogWatcher
> Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 3718005 T18813 oasc.CoreContainer.load Node Name:
> 127.0.0.1
>    [junit4]   2> 3718005 T18813 oasc.ZkContainer.initZooKeeper Zookeeper
> client=127.0.0.1:51135/solr
>    [junit4]   2> 3718005 T18813 oasc.ZkController.checkChrootPath zkHost
> includes chroot
>    [junit4]   2> 3718005 T18813
> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
> ZkCredentialsProvider
>    [junit4]   2> 3718008 T18813 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3718010 T18890 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@1ea3183
> name:ZooKeeperConnection Watcher:127.0.0.1:51135 got event WatchedEvent
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 3718010 T18813 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 3718011 T18813 oascc.SolrZkClient.createZkACLProvider
> Using default ZkACLProvider
>    [junit4]   2> 3718013 T18815 oazs.NIOServerCnxn.doIO WARN caught end of
> stream exception EndOfStreamException: Unable to read additional data from
> client sessionid 0x14bc6dbf0fa0007, likely client has closed socket
>    [junit4]   2>        at
> org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
>    [junit4]   2>        at
> org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
>    [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2>
>    [junit4]   2> 3718015 T18813 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3718020 T18893 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@16a878c
> name:ZooKeeperConnection Watcher:127.0.0.1:51135/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 3718021 T18813 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 3718031 T18813
> oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster
> state from ZooKeeper...
>    [junit4]   2> 3719081 T18813 oasc.ZkController.createEphemeralLiveNode
> Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51165_w%2Fg
>    [junit4]   2> 3719083 T18813 oascc.SolrZkClient.makePath makePath:
> /live_nodes/127.0.0.1:51165_w%2Fg
>    [junit4]   2> 3719088 T18813 oasc.Overseer.close Overseer (id=null)
> closing
>    [junit4]   2> 3719091 T18813 oasc.CorePropertiesLocator.discover
> Looking for core definitions underneath
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\shard-2-001\cores
>    [junit4]   2> 3719091 T18813 oasc.CorePropertiesLocator.discoverUnder
> Found core collection1 in
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
> 7373A4FF3B396841-001\shard-2-001\cores\collection1\
>    [junit4]   2> 3719092 T18813 oasc.CorePropertiesLocator.discover Found
> 1 core definitions
>    [junit4]   2> 3719095 T18894 oasc.ZkController.publish publishing
> core=collection1 state=down collection=collection1
>    [junit4]   2> 3719095 T18894 oasc.ZkController.publish numShards not
> found on descriptor - reading it from system property
>    [junit4]   2> 3719096 T18841 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 3719096 T18894 oasc.ZkController.waitForCoreNodeName look
> for our core node name
>    [junit4]   2> 3719098 T18842 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "base_url":"http://127.0.0.1:51165/w/g",
>    [junit4]   2>          "node_name":"127.0.0.1:51165_w%2Fg",
>    [junit4]   2>          "numShards":"3",
>    [junit4]   2>          "state":"down",
>    [junit4]   2>          "shard":null,
>    [junit4]   2>          "collection":"collection1",
>    [junit4]   2>          "operation":"state"} current state version: 6
>    [junit4]   2> 3719099 T18842 oasco.ReplicaMutator.updateState Update
> state numShards=3 message={
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "base_url":"http://127.0.0.1:51165/w/g",
>    [junit4]   2>          "node_name":"127.0.0.1:51165_w%2Fg",
>    [junit4]   2>          "numShards":"3",
>    [junit4]   2>          "state":"down",
>    [junit4]   2>          "shard":null,
>    [junit4]   2>          "collection":"collection1",
>    [junit4]   2>          "operation":"state"}
>    [junit4]   2> 3719099 T18842 oasco.ReplicaMutator.updateState
> Collection already exists with numShards=3
>    [junit4]   2> 3719099 T18842 oasco.ReplicaMutator.updateState Assigning
> new node to shard shard=shard3
>    [junit4]   2> 3719101 T18870 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
>    [junit4]   2> 3719101 T18841 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
>    [junit4]   2> 3719101 T18893 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
>    [junit4]   2> 3719101 T18853 oascc.ZkSta
>
> [...truncated too long message...]
>
> stSearchPerf, TestMergePolicyConfig, TestLeaderElectionZkExpiry,
> SpellingQueryConverterTest, DistribCursorPagingTest, HdfsDirectoryTest,
> SignatureUpdateProcessorFactoryTest, AliasIntegrationTest,
> TestJmxIntegration, ActionThrottleTest,
> TestManagedSchemaDynamicFieldResource, TestHashPartitioner,
> UUIDUpdateProcessorFallbackTest, BasicFunctionalityTest,
> DirectSolrConnectionTest, CopyFieldTest, HdfsLockFactoryTest,
> TestRemoteStreaming, DOMUtilTest, FastVectorHighlighterTest,
> SSLMigrationTest, TestPseudoReturnFields, ZkNodePropsTest,
> TestValueSourceCache, MoreLikeThisHandlerTest, TestPostingsSolrHighlighter,
> ZkControllerTest, DeleteInactiveReplicaTest, TestMiniSolrCloudClusterSSL,
> CircularListTest, WordBreakSolrSpellCheckerTest, BasicDistributedZkTest,
> SpatialHeatmapFacetsTest, DeleteReplicaTest, OverseerRolesTest,
> HdfsChaosMonkeySafeLeaderTest, SliceStateTest, AddBlockUpdateTest,
> DeleteShardTest, TestRangeQuery, SoftAutoCommitTest,
> ExitableDirectoryReaderTest, BlockCacheTest, TestSort,
> TestRandomDVFaceting, PathHierarchyTokenizerFactoryTest,
> MultiThreadedOCPTest, TestDynamicFieldCollectionResource,
> TestFunctionQuery, SOLR749Test, BasicZkTest, JSONWriterTest,
> CursorMarkTest, ResourceLoaderTest, TestCodecSupport,
> TestReplicationHandlerBackup, VMParamsZkACLAndCredentialsProvidersTest,
> TestTrackingShardHandlerFactory, TestXIncludeConfig,
> TestIBSimilarityFactory, SolrIndexConfigTest,
> DistributedQueryComponentOptimizationTest, UpdateParamsTest,
> TestCSVResponseWriter, DistributedIntervalFacetingTest, PeerSyncTest,
> ZkStateWriterTest, TestCoreDiscovery, PrimitiveFieldTypeTest,
> HdfsRecoveryZkTest, TestClassNameShortening, TestExactStatsCache,
> AnalyticsMergeStrategyTest, PreAnalyzedFieldTest, TestInfoStreamLogging,
> ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test,
> UnloadDistributedZkTest, OverseerTest, LeaderElectionIntegrationTest,
> ShardRoutingTest, RecoveryZkTest, TestReplicationHandler,
> TestRandomFaceting, LeaderElectionTest, TestZkChroot, ZkCLITest,
> TestDistributedSearch, TestDistributedGrouping, TestFaceting,
> DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest,
> TestStressReorder, TestReload, HardAutoCommitTest, TestCoreContainer,
> SimpleFacetsTest, SolrCoreTest, StatsComponentTest, TestGroupingSearch,
> QueryElevationComponentTest, BadIndexSchemaTest, ConvertedLegacyTest,
> TestFiltering, DirectUpdateHandlerTest, TestBadConfig,
> OverseerCollectionProcessorTest, HighlighterTest,
> CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest,
> SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, SpellCheckCollatorTest,
> SuggesterFSTTest, CoreAdminHandlerTest, SolrRequestParserTest,
> TestFoldingMultitermQuery, SuggesterTSTTest, SuggesterTest,
> TestStressLucene, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest,
> TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases,
> QueryEqualityTest, DirectUpdateHandlerOptimizeTest,
> DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest,
> DocValuesMultiTest, CacheHeaderTest, TestSurroundQueryParser,
> DisMaxRequestHandlerTest, TestQueryUtils,
> TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest,
> TestQueryTypes, XmlUpdateRequestHandlerTest, RequestHandlersTest,
> FieldAnalysisRequestHandlerTest, TestSolrQueryParser,
> TestArbitraryIndexDir, IndexSchemaRuntimeFieldTest,
> RegexBoostProcessorTest, SolrPluginUtilsTest, IndexSchemaTest,
> UpdateRequestProcessorFactoryTest, MBeansHandlerTest, QueryParsingTest,
> UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest,
> TestPHPSerializedResponseWriter, PingRequestHandlerTest,
> CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, TestLFUCache,
> HighlighterConfigTest, TestQuerySenderListener, AlternateDirectoryTest,
> TestQuerySenderNoQuery, ResponseLogComponentTest, TestStressRecovery,
> TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestDocSet,
> TestBinaryField, MinimalSchemaTest, TestConfig,
> TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest,
> TestLuceneMatchVersion, TestPhraseSuggestions,
> SpellPossibilityIteratorTest, TestCharFilters, SynonymTokenizerTest,
> EchoParamsTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory,
> TestLMDirichletSimilarityFactory, TestBM25SimilarityFactory,
> TestFastWriter, TestFastOutputStream, ScriptEngineTest,
> OpenExchangeRatesOrgProviderTest, PluginInfoTest, TestFastLRUCache,
> DateMathParserTest, PrimUtilsTest, DateFieldTest, ClusterStateTest,
> TestSolrJ, TestLRUCache, TestUtils, TestDocumentBuilder, UUIDFieldTest,
> FileUtilsTest, DistributedMLTComponentTest, SolrTestCaseJ4Test,
> TestTolerantSearch, AssignTest, AsyncMigrateRouteKeyTest,
> CustomCollectionTest, DistribJoinFromCollectionTest, DistributedQueueTest,
> HttpPartitionTest, LeaderInitiatedRecoveryOnCommitTest,
> OutOfBoxZkACLAndCredentialsProvidersTest, OverseerStatusTest,
> RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, ReplicationFactorTest,
> SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest,
> SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest,
> TestCloudInspectUtil, TestDistribDocBasedVersion, TestMiniSolrCloudCluster,
> TestReplicaProperties, TriLevelCompositeIdRoutingTest,
> HdfsBasicDistributedZkTest, HdfsSyncSliceTest, HdfsUnloadDistributedZkTest,
> HdfsWriteToMultipleCollectionsTest, CachingDirectoryFactoryTest,
> HdfsDirectoryFactoryTest, QueryResultKeyTest, TestConfigOverlay,
> TestDynamicLoading, TestInitParams, TestReloadAndDeleteDocs,
> TestSolrConfigHandler]
>    [junit4]   2> NOTE: reproduce with: ant test
> -Dtestcase=TestSolrConfigHandler -Dtests.seed=7373A4FF3B396841
> -Dtests.slow=true -Dtests.locale=in_ID -Dtests.timezone=Asia/Yerevan
> -Dtests.asserts=true -Dtests.file.encoding=Cp1252
>    [junit4] ERROR   0.00s | TestSolrConfigHandler (suite) <<<
>    [junit4]    > Throwable #1: java.io.IOException: Could not remove the
> following files (in the order of attempts):
>    [junit4]    >
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001\tempDir-010\collection1\conf\params.json:
> java.nio.file.FileSystemException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001\tempDir-010\collection1\conf\params.json: The process
> cannot access the file because it is being used by another process.
>    [junit4]    >
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001\tempDir-010\collection1\conf:
> java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001\tempDir-010\collection1\conf
>    [junit4]    >
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001\tempDir-010\collection1:
> java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001\tempDir-010\collection1
>    [junit4]    >
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001\tempDir-010: java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001\tempDir-010
>    [junit4]    >
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001\tempDir-010: java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001\tempDir-010
>    [junit4]    >
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001: java.nio.file.DirectoryNotEmptyException:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler
> 7373A4FF3B396841-001
>    [junit4]    >        at
> __randomizedtesting.SeedInfo.seed([7373A4FF3B396841]:0)
>    [junit4]    >        at
> org.apache.lucene.util.IOUtils.rm(IOUtils.java:286)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:745)
>    [junit4] Completed in 17.45s, 4 tests, 1 error <<< FAILURES!
>
> [...truncated 215 lines...]
> BUILD FAILED
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519:
> The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467:
> The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61:
> The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39:
> The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191:
> The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510:
> The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351:
> The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958:
> There were test failures: 468 suites, 1868 tests, 1 suite-level error, 1
> error, 57 ignored (30 assumptions)
>
> Total time: 116 minutes 42 seconds
> Build step 'Invoke Ant' marked build as failure
> [description-setter] Description set: Java: 32bit/jdk1.8.0_31 -server
> -XX:+UseParallelGC
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
>
>


-- 
-----------------------------------------------------
Noble Paul

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

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

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

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

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

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

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


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

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

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




Build Log:
[...truncated 10174 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\init-core-data-001
   [junit4]   2> 3708853 T18813 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /w/g
   [junit4]   2> 3708857 T18813 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3708859 T18814 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 3708955 T18813 oasc.ZkTestServer.run start zk server on port:51135
   [junit4]   2> 3708955 T18813 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3708959 T18813 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3708966 T18821 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5cc029 name:ZooKeeperConnection Watcher:127.0.0.1:51135 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3708967 T18813 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3708967 T18813 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3708967 T18813 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 3708973 T18813 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3708976 T18813 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3708978 T18824 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c61fed name:ZooKeeperConnection Watcher:127.0.0.1:51135/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3708978 T18813 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3708979 T18813 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3708979 T18813 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 3708986 T18813 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 3708991 T18813 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 3708992 T18813 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 3708993 T18813 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 3708995 T18813 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 3708999 T18813 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 3708999 T18813 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 3709005 T18813 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3709006 T18813 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3709011 T18813 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 3709011 T18813 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 3709015 T18813 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 3709015 T18813 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 3709019 T18813 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 3709019 T18813 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 3709023 T18813 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 3709023 T18813 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 3709025 T18813 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3709025 T18813 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3709029 T18813 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3709029 T18813 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3709034 T18813 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 3709034 T18813 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 3709039 T18813 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 3709039 T18813 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 3709044 T18815 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bc6dbf0fa0001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 3710786 T18813 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\control-001\cores\collection1
   [junit4]   2> 3710791 T18813 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 3710796 T18813 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@92d442{/w/g,null,AVAILABLE}
   [junit4]   2> 3710800 T18813 oejs.AbstractConnector.doStart Started ServerConnector@1641710{HTTP/1.1}{127.0.0.1:51143}
   [junit4]   2> 3710800 T18813 oejs.Server.doStart Started @3717936ms
   [junit4]   2> 3710800 T18813 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 3710801 T18813 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3710801 T18813 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\control-001
   [junit4]   2> 3710802 T18813 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\control-001\'
   [junit4]   2> 3710847 T18813 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\control-001\solr.xml
   [junit4]   2> 3710853 T18813 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\control-001\cores
   [junit4]   2> 3710854 T18813 oasc.CoreContainer.<init> New CoreContainer 1481910
   [junit4]   2> 3710854 T18813 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\control-001\]
   [junit4]   2> 3710854 T18813 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\control-001\lib
   [junit4]   2> 3710854 T18813 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\control-001\lib).
   [junit4]   2> 3710870 T18813 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3710871 T18813 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3710871 T18813 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3710871 T18813 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3710873 T18813 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3710873 T18813 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3710873 T18813 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3710873 T18813 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3710873 T18813 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3710873 T18813 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3710873 T18813 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3710875 T18813 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3710875 T18813 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3710875 T18813 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3710875 T18813 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3710875 T18813 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51135/solr
   [junit4]   2> 3710875 T18813 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3710876 T18813 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3710878 T18813 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3710879 T18838 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ad59c name:ZooKeeperConnection Watcher:127.0.0.1:51135 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3710879 T18813 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3710880 T18813 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3710884 T18813 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3710886 T18841 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@193d9fd name:ZooKeeperConnection Watcher:127.0.0.1:51135/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3710886 T18813 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3710888 T18813 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 3710891 T18813 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 3710895 T18813 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 3710899 T18813 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 3710904 T18813 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 3710907 T18813 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 3710909 T18813 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51142_w%2Fg
   [junit4]   2> 3710910 T18813 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51142_w%2Fg
   [junit4]   2> 3710913 T18813 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 3710916 T18813 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 3710918 T18813 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3710920 T18813 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:51142_w%2Fg
   [junit4]   2> 3710920 T18813 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 3710923 T18813 oasc.Overseer.start Overseer (id=93386865234280451-127.0.0.1:51142_w%2Fg-n_0000000000) starting
   [junit4]   2> 3710928 T18813 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 3710944 T18813 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3710945 T18843 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 3710947 T18842 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 3710947 T18813 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 3710951 T18813 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 3710953 T18813 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3710958 T18813 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\control-001\cores
   [junit4]   2> 3710960 T18813 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\control-001\cores\collection1\
   [junit4]   2> 3710960 T18813 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3710962 T18845 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 3710962 T18845 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3710963 T18841 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3710963 T18845 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3710965 T18842 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51142/w/g",
   [junit4]   2> 	  "node_name":"127.0.0.1:51142_w%2Fg",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 3710966 T18842 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51142/w/g",
   [junit4]   2> 	  "node_name":"127.0.0.1:51142_w%2Fg",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3710966 T18842 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 3710966 T18842 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 3710968 T18841 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3711915 T18845 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3711915 T18845 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 3711915 T18845 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3711915 T18845 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 3711917 T18845 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3711917 T18845 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\control-001\cores\collection1\'
   [junit4]   2> 3711942 T18845 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 3711946 T18845 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 3711958 T18845 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3711963 T18845 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3711968 T18845 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3711972 T18845 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3711978 T18845 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3712110 T18845 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3712117 T18845 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3712119 T18845 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3712134 T18845 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3712140 T18845 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3712144 T18845 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3712146 T18845 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3712146 T18845 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3712146 T18845 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3712149 T18845 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3712149 T18845 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3712149 T18845 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 3712149 T18845 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3712149 T18845 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\tempDir-001/control/data\
   [junit4]   2> 3712149 T18845 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@185da02
   [junit4]   2> 3712150 T18845 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\tempDir-001/control/data\
   [junit4]   2> 3712150 T18845 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\tempDir-001/control/data\index/
   [junit4]   2> 3712150 T18845 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3712151 T18845 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\tempDir-001/control/data\index
   [junit4]   2> 3712152 T18845 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1181708673, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 3712153 T18845 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1508442 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cb05),segFN=segments_1,generation=1}
   [junit4]   2> 3712153 T18845 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3712157 T18845 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3712157 T18845 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3712158 T18845 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3712158 T18845 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3712158 T18845 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3712158 T18845 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3712159 T18845 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3712160 T18845 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3712160 T18845 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3712160 T18845 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3712161 T18845 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3712162 T18845 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3712162 T18845 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3712162 T18845 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 3712163 T18845 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 3712163 T18845 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 3712164 T18845 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 3712164 T18845 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 3712165 T18845 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 3712166 T18845 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 3712166 T18845 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 3712167 T18845 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 3712168 T18845 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 3712168 T18845 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 3712169 T18845 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3712169 T18845 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 3712170 T18845 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3712175 T18845 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3712175 T18845 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3712177 T18845 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3712178 T18845 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3712178 T18845 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3712181 T18845 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3712183 T18845 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3712184 T18845 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3712184 T18845 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.14044408421609855]
   [junit4]   2> 3712185 T18845 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1508442 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178cb05),segFN=segments_1,generation=1}
   [junit4]   2> 3712185 T18845 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3712185 T18845 oass.SolrIndexSearcher.<init> Opening Searcher@13f0445[collection1] main
   [junit4]   2> 3712186 T18845 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 3712187 T18845 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3712188 T18845 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3712188 T18845 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3712188 T18845 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3712188 T18845 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3712189 T18845 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3712189 T18845 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3712189 T18845 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3712189 T18845 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3712190 T18845 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3712190 T18846 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@13f0445[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3712191 T18849 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51142/w/g collection:control_collection shard:shard1
   [junit4]   2> 3712192 T18813 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3712192 T18813 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3712193 T18849 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 3712194 T18813 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3712196 T18813 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3712198 T18853 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@549872 name:ZooKeeperConnection Watcher:127.0.0.1:51135/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3712199 T18813 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3712200 T18813 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3712201 T18813 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3712203 T18849 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 3712206 T18841 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3712207 T18849 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 3712207 T18849 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3234 name=collection1 org.apache.solr.core.SolrCore@14b5da9 url=http://127.0.0.1:51142/w/g/collection1 node=127.0.0.1:51142_w%2Fg C3234_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:51142/w/g, node_name=127.0.0.1:51142_w%2Fg, state=down}
   [junit4]   2> 3712208 T18849 C3234 P51142 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51142/w/g/collection1/
   [junit4]   2> 3712208 T18849 C3234 P51142 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 3712208 T18849 C3234 P51142 oasc.SyncStrategy.syncToMe http://127.0.0.1:51142/w/g/collection1/ has no replicas
   [junit4]   2> 3712209 T18849 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51142/w/g/collection1/ shard1
   [junit4]   2> 3712209 T18849 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 3712208 T18842 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 3712210 T18813 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 3712222 T18841 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3712223 T18842 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51142/w/g",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 3712330 T18841 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3712331 T18853 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3712366 T18849 oasc.ZkController.register We are http://127.0.0.1:51142/w/g/collection1/ and leader is http://127.0.0.1:51142/w/g/collection1/
   [junit4]   2> 3712366 T18849 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51142/w/g
   [junit4]   2> 3712366 T18849 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 3712366 T18849 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 3712367 T18849 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3712369 T18841 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3712375 T18842 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51142/w/g",
   [junit4]   2> 	  "node_name":"127.0.0.1:51142_w%2Fg",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 3712377 T18842 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51142/w/g",
   [junit4]   2> 	  "node_name":"127.0.0.1:51142_w%2Fg",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3712489 T18853 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3712489 T18841 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3713806 T18813 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\shard-1-001\cores\collection1
   [junit4]   2> 3713809 T18813 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 3713810 T18813 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 3713815 T18813 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@800395{/w/g,null,AVAILABLE}
   [junit4]   2> 3713816 T18813 oejs.AbstractConnector.doStart Started ServerConnector@64a18b{HTTP/1.1}{127.0.0.1:51156}
   [junit4]   2> 3713817 T18813 oejs.Server.doStart Started @3721174ms
   [junit4]   2> 3713818 T18813 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 3713818 T18813 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3713818 T18813 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\shard-1-001
   [junit4]   2> 3713818 T18813 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\shard-1-001\'
   [junit4]   2> 3713848 T18813 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\shard-1-001\solr.xml
   [junit4]   2> 3713855 T18813 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\shard-1-001\cores
   [junit4]   2> 3713855 T18813 oasc.CoreContainer.<init> New CoreContainer 24686241
   [junit4]   2> 3713855 T18813 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\shard-1-001\]
   [junit4]   2> 3713856 T18813 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\shard-1-001\lib
   [junit4]   2> 3713856 T18813 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\shard-1-001\lib).
   [junit4]   2> 3713866 T18813 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3713867 T18813 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3713867 T18813 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3713867 T18813 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3713867 T18813 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3713867 T18813 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3713867 T18813 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3713867 T18813 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3713867 T18813 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3713867 T18813 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3713867 T18813 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3713868 T18813 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3713869 T18813 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3713869 T18813 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3713869 T18813 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3713869 T18813 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51135/solr
   [junit4]   2> 3713869 T18813 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3713869 T18813 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3713872 T18813 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3713873 T18867 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1da0c2b name:ZooKeeperConnection Watcher:127.0.0.1:51135 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3713873 T18813 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3713873 T18813 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3713875 T18815 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bc6dbf0fa0005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 3713878 T18813 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3713880 T18870 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10b0661 name:ZooKeeperConnection Watcher:127.0.0.1:51135/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3713881 T18813 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3713889 T18813 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3714846 T18813 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51155_w%2Fg
   [junit4]   2> 3714848 T18813 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51155_w%2Fg
   [junit4]   2> 3714854 T18813 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3714857 T18813 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\shard-1-001\cores
   [junit4]   2> 3714857 T18813 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\shard-1-001\cores\collection1\
   [junit4]   2> 3714857 T18813 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3714859 T18871 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 3714859 T18871 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3714860 T18841 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3714860 T18871 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3714862 T18842 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51155/w/g",
   [junit4]   2> 	  "node_name":"127.0.0.1:51155_w%2Fg",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 3714863 T18842 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51155/w/g",
   [junit4]   2> 	  "node_name":"127.0.0.1:51155_w%2Fg",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3714863 T18842 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 3714863 T18842 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 3714865 T18870 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3714865 T18841 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3714865 T18853 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3715812 T18871 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3715812 T18871 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 3715814 T18871 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3715814 T18871 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3715816 T18871 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3715816 T18871 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\shard-1-001\cores\collection1\'
   [junit4]   2> 3715837 T18871 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 3715840 T18871 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 3715852 T18871 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3715857 T18871 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3715867 T18871 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3715871 T18871 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3715879 T18871 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3716017 T18871 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3716026 T18871 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3716026 T18871 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3716043 T18871 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3716048 T18871 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3716052 T18871 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3716054 T18871 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3716054 T18871 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3716054 T18871 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3716057 T18871 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3716057 T18871 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3716057 T18871 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 3716057 T18871 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3716058 T18871 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\tempDir-001/jetty1\
   [junit4]   2> 3716058 T18871 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@185da02
   [junit4]   2> 3716059 T18871 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\tempDir-001/jetty1\
   [junit4]   2> 3716059 T18871 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\tempDir-001/jetty1\index/
   [junit4]   2> 3716059 T18871 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 3716060 T18871 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\tempDir-001/jetty1\index
   [junit4]   2> 3716061 T18871 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1181708673, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 3716062 T18871 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6138a9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e24c),segFN=segments_1,generation=1}
   [junit4]   2> 3716062 T18871 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3716065 T18871 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3716066 T18871 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3716066 T18871 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3716066 T18871 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3716066 T18871 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3716066 T18871 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3716067 T18871 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3716067 T18871 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3716067 T18871 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3716068 T18871 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3716068 T18871 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3716069 T18871 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3716069 T18871 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3716069 T18871 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 3716070 T18871 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 3716070 T18871 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 3716071 T18871 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 3716071 T18871 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 3716074 T18871 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 3716075 T18871 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 3716075 T18871 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 3716076 T18871 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 3716076 T18871 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 3716077 T18871 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 3716077 T18871 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3716077 T18871 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 3716078 T18871 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3716083 T18871 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3716084 T18871 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3716086 T18871 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3716087 T18871 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3716087 T18871 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3716089 T18871 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3716091 T18871 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3716091 T18871 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3716091 T18871 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.14044408421609855]
   [junit4]   2> 3716092 T18871 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6138a9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e24c),segFN=segments_1,generation=1}
   [junit4]   2> 3716092 T18871 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3716092 T18871 oass.SolrIndexSearcher.<init> Opening Searcher@f43672[collection1] main
   [junit4]   2> 3716092 T18871 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3716096 T18871 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3716096 T18871 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3716097 T18871 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3716097 T18871 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3716097 T18871 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3716098 T18871 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3716098 T18871 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3716098 T18871 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3716098 T18871 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3716100 T18872 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f43672[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3716100 T18871 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3716101 T18875 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51155/w/g collection:collection1 shard:shard2
   [junit4]   2> 3716102 T18813 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3716102 T18813 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3716103 T18875 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 3716116 T18875 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 3716119 T18841 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3716121 T18875 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 3716121 T18875 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3235 name=collection1 org.apache.solr.core.SolrCore@5c95b1 url=http://127.0.0.1:51155/w/g/collection1 node=127.0.0.1:51155_w%2Fg C3235_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:51155/w/g, node_name=127.0.0.1:51155_w%2Fg, state=down}
   [junit4]   2> 3716121 T18875 C3235 P51155 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51155/w/g/collection1/
   [junit4]   2> 3716121 T18875 C3235 P51155 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 3716121 T18875 C3235 P51155 oasc.SyncStrategy.syncToMe http://127.0.0.1:51155/w/g/collection1/ has no replicas
   [junit4]   2> 3716123 T18875 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51155/w/g/collection1/ shard2
   [junit4]   2> 3716123 T18875 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 3716124 T18842 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 3716141 T18841 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3716143 T18842 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51155/w/g",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 3716256 T18870 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3716256 T18841 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3716256 T18853 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3716309 T18875 oasc.ZkController.register We are http://127.0.0.1:51155/w/g/collection1/ and leader is http://127.0.0.1:51155/w/g/collection1/
   [junit4]   2> 3716309 T18875 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51155/w/g
   [junit4]   2> 3716309 T18875 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 3716309 T18875 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 3716309 T18875 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3716312 T18841 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3716315 T18842 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51155/w/g",
   [junit4]   2> 	  "node_name":"127.0.0.1:51155_w%2Fg",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 3716316 T18842 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51155/w/g",
   [junit4]   2> 	  "node_name":"127.0.0.1:51155_w%2Fg",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3716426 T18870 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3716427 T18841 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3716428 T18853 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3717938 T18813 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\shard-2-001\cores\collection1
   [junit4]   2> 3717941 T18813 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 3717942 T18813 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 3717947 T18813 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@124f295{/w/g,null,AVAILABLE}
   [junit4]   2> 3717948 T18813 oejs.AbstractConnector.doStart Started ServerConnector@18c5f7a{HTTP/1.1}{127.0.0.1:51166}
   [junit4]   2> 3717949 T18813 oejs.Server.doStart Started @3725396ms
   [junit4]   2> 3717949 T18813 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 3717950 T18813 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3717950 T18813 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\shard-2-001
   [junit4]   2> 3717950 T18813 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\shard-2-001\'
   [junit4]   2> 3717983 T18813 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\shard-2-001\solr.xml
   [junit4]   2> 3717990 T18813 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\shard-2-001\cores
   [junit4]   2> 3717990 T18813 oasc.CoreContainer.<init> New CoreContainer 5228858
   [junit4]   2> 3717990 T18813 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\shard-2-001\]
   [junit4]   2> 3717991 T18813 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\shard-2-001\lib
   [junit4]   2> 3717991 T18813 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\shard-2-001\lib).
   [junit4]   2> 3718001 T18813 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3718002 T18813 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3718002 T18813 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3718003 T18813 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3718003 T18813 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3718003 T18813 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3718003 T18813 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3718003 T18813 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3718003 T18813 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3718004 T18813 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3718004 T18813 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3718004 T18813 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3718004 T18813 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3718005 T18813 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3718005 T18813 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3718005 T18813 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51135/solr
   [junit4]   2> 3718005 T18813 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3718005 T18813 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3718008 T18813 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3718010 T18890 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ea3183 name:ZooKeeperConnection Watcher:127.0.0.1:51135 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3718010 T18813 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3718011 T18813 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3718013 T18815 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bc6dbf0fa0007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 3718015 T18813 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3718020 T18893 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16a878c name:ZooKeeperConnection Watcher:127.0.0.1:51135/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3718021 T18813 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3718031 T18813 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3719081 T18813 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51165_w%2Fg
   [junit4]   2> 3719083 T18813 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51165_w%2Fg
   [junit4]   2> 3719088 T18813 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3719091 T18813 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\shard-2-001\cores
   [junit4]   2> 3719091 T18813 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7373A4FF3B396841-001\shard-2-001\cores\collection1\
   [junit4]   2> 3719092 T18813 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3719095 T18894 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 3719095 T18894 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3719096 T18841 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3719096 T18894 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3719098 T18842 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51165/w/g",
   [junit4]   2> 	  "node_name":"127.0.0.1:51165_w%2Fg",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 3719099 T18842 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51165/w/g",
   [junit4]   2> 	  "node_name":"127.0.0.1:51165_w%2Fg",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3719099 T18842 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 3719099 T18842 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 3719101 T18870 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3719101 T18841 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3719101 T18893 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3719101 T18853 oascc.ZkSta

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

stSearchPerf, TestMergePolicyConfig, TestLeaderElectionZkExpiry, SpellingQueryConverterTest, DistribCursorPagingTest, HdfsDirectoryTest, SignatureUpdateProcessorFactoryTest, AliasIntegrationTest, TestJmxIntegration, ActionThrottleTest, TestManagedSchemaDynamicFieldResource, TestHashPartitioner, UUIDUpdateProcessorFallbackTest, BasicFunctionalityTest, DirectSolrConnectionTest, CopyFieldTest, HdfsLockFactoryTest, TestRemoteStreaming, DOMUtilTest, FastVectorHighlighterTest, SSLMigrationTest, TestPseudoReturnFields, ZkNodePropsTest, TestValueSourceCache, MoreLikeThisHandlerTest, TestPostingsSolrHighlighter, ZkControllerTest, DeleteInactiveReplicaTest, TestMiniSolrCloudClusterSSL, CircularListTest, WordBreakSolrSpellCheckerTest, BasicDistributedZkTest, SpatialHeatmapFacetsTest, DeleteReplicaTest, OverseerRolesTest, HdfsChaosMonkeySafeLeaderTest, SliceStateTest, AddBlockUpdateTest, DeleteShardTest, TestRangeQuery, SoftAutoCommitTest, ExitableDirectoryReaderTest, BlockCacheTest, TestSort, TestRandomDVFaceting, PathHierarchyTokenizerFactoryTest, MultiThreadedOCPTest, TestDynamicFieldCollectionResource, TestFunctionQuery, SOLR749Test, BasicZkTest, JSONWriterTest, CursorMarkTest, ResourceLoaderTest, TestCodecSupport, TestReplicationHandlerBackup, VMParamsZkACLAndCredentialsProvidersTest, TestTrackingShardHandlerFactory, TestXIncludeConfig, TestIBSimilarityFactory, SolrIndexConfigTest, DistributedQueryComponentOptimizationTest, UpdateParamsTest, TestCSVResponseWriter, DistributedIntervalFacetingTest, PeerSyncTest, ZkStateWriterTest, TestCoreDiscovery, PrimitiveFieldTypeTest, HdfsRecoveryZkTest, TestClassNameShortening, TestExactStatsCache, AnalyticsMergeStrategyTest, PreAnalyzedFieldTest, TestInfoStreamLogging, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, OverseerTest, LeaderElectionIntegrationTest, ShardRoutingTest, RecoveryZkTest, TestReplicationHandler, TestRandomFaceting, LeaderElectionTest, TestZkChroot, ZkCLITest, TestDistributedSearch, TestDistributedGrouping, TestFaceting, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestStressReorder, TestReload, HardAutoCommitTest, TestCoreContainer, SimpleFacetsTest, SolrCoreTest, StatsComponentTest, TestGroupingSearch, QueryElevationComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestFiltering, DirectUpdateHandlerTest, TestBadConfig, OverseerCollectionProcessorTest, HighlighterTest, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, SolrRequestParserTest, TestFoldingMultitermQuery, SuggesterTSTTest, SuggesterTest, TestStressLucene, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, DocValuesMultiTest, CacheHeaderTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestQueryUtils, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, TestQueryTypes, XmlUpdateRequestHandlerTest, RequestHandlersTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, TestArbitraryIndexDir, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, SolrPluginUtilsTest, IndexSchemaTest, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, TestPHPSerializedResponseWriter, PingRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, TestLFUCache, HighlighterConfigTest, TestQuerySenderListener, AlternateDirectoryTest, TestQuerySenderNoQuery, ResponseLogComponentTest, TestStressRecovery, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestDocSet, TestBinaryField, MinimalSchemaTest, TestConfig, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestLuceneMatchVersion, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters, SynonymTokenizerTest, EchoParamsTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter, TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest, TestFastLRUCache, DateMathParserTest, PrimUtilsTest, DateFieldTest, ClusterStateTest, TestSolrJ, TestLRUCache, TestUtils, TestDocumentBuilder, UUIDFieldTest, FileUtilsTest, DistributedMLTComponentTest, SolrTestCaseJ4Test, TestTolerantSearch, AssignTest, AsyncMigrateRouteKeyTest, CustomCollectionTest, DistribJoinFromCollectionTest, DistributedQueueTest, HttpPartitionTest, LeaderInitiatedRecoveryOnCommitTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerStatusTest, RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, ReplicationFactorTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest, TestCloudInspectUtil, TestDistribDocBasedVersion, TestMiniSolrCloudCluster, TestReplicaProperties, TriLevelCompositeIdRoutingTest, HdfsBasicDistributedZkTest, HdfsSyncSliceTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, CachingDirectoryFactoryTest, HdfsDirectoryFactoryTest, QueryResultKeyTest, TestConfigOverlay, TestDynamicLoading, TestInitParams, TestReloadAndDeleteDocs, TestSolrConfigHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandler -Dtests.seed=7373A4FF3B396841 -Dtests.slow=true -Dtests.locale=in_ID -Dtests.timezone=Asia/Yerevan -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s | TestSolrConfigHandler (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 7373A4FF3B396841-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 7373A4FF3B396841-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 7373A4FF3B396841-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 7373A4FF3B396841-001\tempDir-010\collection1\conf
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 7373A4FF3B396841-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 7373A4FF3B396841-001\tempDir-010\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 7373A4FF3B396841-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 7373A4FF3B396841-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 7373A4FF3B396841-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 7373A4FF3B396841-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 7373A4FF3B396841-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 7373A4FF3B396841-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7373A4FF3B396841]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:286)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 17.45s, 4 tests, 1 error <<< FAILURES!

[...truncated 215 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 468 suites, 1868 tests, 1 suite-level error, 1 error, 57 ignored (30 assumptions)

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