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/06/21 03:18:54 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4948/
Java: 64bit/jdk1.8.0_45 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandler

Error Message:
file handle leaks: [SeekableByteChannel(C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\index-SimpleFSDirectory-043\replication.properties)]

Stack Trace:
java.lang.RuntimeException: file handle leaks: [SeekableByteChannel(C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\index-SimpleFSDirectory-043\replication.properties)]
	at __randomizedtesting.SeedInfo.seed([CE02D5EF5D4E280D]:0)
	at org.apache.lucene.mockfile.LeakFS.onClose(LeakFS.java:64)
	at org.apache.lucene.mockfile.FilterFileSystem.close(FilterFileSystem.java:78)
	at org.apache.lucene.mockfile.FilterFileSystem.close(FilterFileSystem.java:79)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:227)
	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)
Caused by: java.lang.Exception
	at org.apache.lucene.mockfile.LeakFS.onOpen(LeakFS.java:47)
	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:82)
	at org.apache.lucene.mockfile.HandleTrackingFS.newByteChannel(HandleTrackingFS.java:272)
	at org.apache.lucene.mockfile.FilterFileSystemProvider.newByteChannel(FilterFileSystemProvider.java:213)
	at org.apache.lucene.mockfile.HandleTrackingFS.newByteChannel(HandleTrackingFS.java:241)
	at java.nio.file.Files.newByteChannel(Files.java:361)
	at java.nio.file.Files.newByteChannel(Files.java:407)
	at org.apache.lucene.store.SimpleFSDirectory.openInput(SimpleFSDirectory.java:76)
	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2566)
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:640)
	at org.apache.solr.handler.ReplicationHandler.loadReplicationProperties(ReplicationHandler.java:999)
	at org.apache.solr.handler.IndexFetcher.logReplicationTimeAndConfFiles(IndexFetcher.java:619)
	at org.apache.solr.handler.IndexFetcher.cleanup(IndexFetcher.java:542)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:532)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:262)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:381)
	at org.apache.solr.handler.ReplicationHandler$2.run(ReplicationHandler.java:1049)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more




Build Log:
[...truncated 10332 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\init-core-data-001
   [junit4]   2> 1598177 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestReplicateAfterCoreReload
   [junit4]   2> 1598178 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\collection1
   [junit4]   2> 1598190 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 1598197 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3dc231a5{/solr,null,AVAILABLE}
   [junit4]   2> 1598202 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.e.j.s.ServerConnector Started ServerConnector@72d68a2f{HTTP/1.1}{127.0.0.1:51727}
   [junit4]   2> 1598203 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.e.j.s.Server Started @1602165ms
   [junit4]   2> 1598203 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\collection1\data, hostContext=/solr, hostPort=51727}
   [junit4]   2> 1598203 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 1598203 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\'
   [junit4]   2> 1598223 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\solr.xml
   [junit4]   2> 1598226 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.
   [junit4]   2> 1598226 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoreContainer New CoreContainer 248067126
   [junit4]   2> 1598226 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\]
   [junit4]   2> 1598227 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoreContainer loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\lib
   [junit4]   2> 1598227 WARN  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\lib).
   [junit4]   2> 1598234 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1598236 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1598236 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1598236 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1598236 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1598237 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoresLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.
   [junit4]   2> 1598238 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\, schema=schema.xml, transient=false, dataDir=data\}
   [junit4]   2> 1598239 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoresLocator Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\
   [junit4]   2> 1598240 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 1598240 INFO  (coreLoadExecutor-4854-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\'
   [junit4]   2> 1598241 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1598241 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1598267 INFO  (coreLoadExecutor-4854-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1598269 INFO  (coreLoadExecutor-4854-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1598274 INFO  (coreLoadExecutor-4854-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1598275 INFO  (coreLoadExecutor-4854-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\conf\schema.xml
   [junit4]   2> 1598277 INFO  (coreLoadExecutor-4854-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1598281 INFO  (coreLoadExecutor-4854-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1598281 INFO  (coreLoadExecutor-4854-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\
   [junit4]   2> 1598281 INFO  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1598281 INFO  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\], dataDir=[null]
   [junit4]   2> 1598281 INFO  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1598281 INFO  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\data\
   [junit4]   2> 1598287 INFO  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\data\index/
   [junit4]   2> 1598288 WARN  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1598288 INFO  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\data\index
   [junit4]   2> 1598288 INFO  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4555451677066662]
   [junit4]   2> 1598289 INFO  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@45ac23b8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7284c835),segFN=segments_1,generation=1}
   [junit4]   2> 1598289 INFO  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1598293 INFO  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1598295 INFO  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1598295 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\data\
   [junit4]   2> 1598298 INFO  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1598299 INFO  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1598300 INFO  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1598316 INFO  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1598317 INFO  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,defaults,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1598317 INFO  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1598318 INFO  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1598318 INFO  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1598318 INFO  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1598319 INFO  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@45ac23b8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7284c835),segFN=segments_1,generation=1}
   [junit4]   2> 1598319 INFO  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1598319 INFO  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@1d93a270[collection1] main
   [junit4]   2> 1598319 INFO  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\conf
   [junit4]   2> 1598320 INFO  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\conf}
   [junit4]   2> 1598320 INFO  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\conf
   [junit4]   2> 1598320 INFO  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1598320 INFO  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 1598320 INFO  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1598321 INFO  (searcherExecutor-4855-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1d93a270[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1598321 INFO  (coreLoadExecutor-4854-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1598744 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\collection1
   [junit4]   2> 1598751 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 1598755 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@570d80bc{/solr,null,AVAILABLE}
   [junit4]   2> 1598755 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.e.j.s.ServerConnector Started ServerConnector@320cbcf5{HTTP/1.1}{127.0.0.1:51733}
   [junit4]   2> 1598756 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.e.j.s.Server Started @1602727ms
   [junit4]   2> 1598756 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\collection1\data, hostContext=/solr, hostPort=51733}
   [junit4]   2> 1598756 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 1598756 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\'
   [junit4]   2> 1598774 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\solr.xml
   [junit4]   2> 1598777 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.
   [junit4]   2> 1598777 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoreContainer New CoreContainer 34518750
   [junit4]   2> 1598777 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\]
   [junit4]   2> 1598777 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoreContainer loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\lib
   [junit4]   2> 1598777 WARN  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\lib).
   [junit4]   2> 1598783 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1598784 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1598784 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1598784 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1598784 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1598785 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoresLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.
   [junit4]   2> 1598788 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\, schema=schema.xml, transient=false, dataDir=data\}
   [junit4]   2> 1598788 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoresLocator Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\
   [junit4]   2> 1598789 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 1598791 INFO  (coreLoadExecutor-4864-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\'
   [junit4]   2> 1598791 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1598791 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1598820 INFO  (coreLoadExecutor-4864-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1598822 INFO  (coreLoadExecutor-4864-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1598834 INFO  (coreLoadExecutor-4864-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1598835 INFO  (coreLoadExecutor-4864-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\conf\schema.xml
   [junit4]   2> 1598838 INFO  (coreLoadExecutor-4864-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1598842 INFO  (coreLoadExecutor-4864-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1598842 INFO  (coreLoadExecutor-4864-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\
   [junit4]   2> 1598843 INFO  (coreLoadExecutor-4864-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1598843 INFO  (coreLoadExecutor-4864-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\], dataDir=[null]
   [junit4]   2> 1598843 INFO  (coreLoadExecutor-4864-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1598846 INFO  (coreLoadExecutor-4864-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\data\
   [junit4]   2> 1598847 INFO  (coreLoadExecutor-4864-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\data\index/
   [junit4]   2> 1598847 WARN  (coreLoadExecutor-4864-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1598847 INFO  (coreLoadExecutor-4864-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\data\index
   [junit4]   2> 1598848 INFO  (coreLoadExecutor-4864-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4555451677066662]
   [junit4]   2> 1598848 INFO  (coreLoadExecutor-4864-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1ad44381 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b5268),segFN=segments_1,generation=1}
   [junit4]   2> 1598848 INFO  (coreLoadExecutor-4864-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1598849 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\data\
   [junit4]   2> 1598851 INFO  (coreLoadExecutor-4864-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1598855 INFO  (coreLoadExecutor-4864-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1598856 INFO  (coreLoadExecutor-4864-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1598856 INFO  (coreLoadExecutor-4864-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1598857 INFO  (coreLoadExecutor-4864-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1598858 INFO  (coreLoadExecutor-4864-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1598859 INFO  (coreLoadExecutor-4864-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,defaults,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1598859 INFO  (coreLoadExecutor-4864-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1598859 INFO  (coreLoadExecutor-4864-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1598859 INFO  (coreLoadExecutor-4864-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1598860 INFO  (coreLoadExecutor-4864-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1598860 INFO  (coreLoadExecutor-4864-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1ad44381 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b5268),segFN=segments_1,generation=1}
   [junit4]   2> 1598860 INFO  (coreLoadExecutor-4864-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1598860 INFO  (coreLoadExecutor-4864-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@12959eb[collection1] main
   [junit4]   2> 1598860 INFO  (coreLoadExecutor-4864-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\conf
   [junit4]   2> 1598861 INFO  (coreLoadExecutor-4864-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\conf}
   [junit4]   2> 1598861 INFO  (coreLoadExecutor-4864-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\conf
   [junit4]   2> 1598861 INFO  (coreLoadExecutor-4864-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1598864 INFO  (coreLoadExecutor-4864-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Poll Scheduled at an interval of 1000ms
   [junit4]   2> 1598865 INFO  (coreLoadExecutor-4864-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1598865 INFO  (searcherExecutor-4865-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@12959eb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1599292 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@320cbcf5{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 1599292 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=34518750
   [junit4]   2> 1599293 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3e1fd08b
   [junit4]   2> 1599293 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    x:collection1] o.a.s.u.UpdateHandler 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> 1599294 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1599294 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1599294 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1599295 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1599295 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1599295 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\data\index;done=false>>]
   [junit4]   2> 1599295 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\data\index
   [junit4]   2> 1599295 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\data\;done=false>>]
   [junit4]   2> 1599295 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\data\
   [junit4]   2> 1599296 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    x:collection1] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@570d80bc{/solr,null,UNAVAILABLE}
   [junit4]   2> 1599298 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@72d68a2f{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 1599299 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=248067126
   [junit4]   2> 1599299 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@55ca0b7
   [junit4]   2> 1599299 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    x:collection1] o.a.s.u.UpdateHandler 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> 1599299 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1599299 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1599299 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1599300 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1599300 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1599300 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\data\;done=false>>]
   [junit4]   2> 1599300 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\data\
   [junit4]   2> 1599300 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\data\index;done=false>>]
   [junit4]   2> 1599301 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\data\index
   [junit4]   2> 1599301 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    x:collection1] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3dc231a5{/solr,null,UNAVAILABLE}
   [junit4]   2> 1599305 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 1599307 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@34653725{/solr,null,AVAILABLE}
   [junit4]   2> 1599308 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.e.j.s.ServerConnector Started ServerConnector@7816d77f{HTTP/1.1}{127.0.0.1:51736}
   [junit4]   2> 1599308 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.e.j.s.Server Started @1603279ms
   [junit4]   2> 1599308 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\collection1\data, hostContext=/solr, hostPort=51736}
   [junit4]   2> 1599308 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 1599308 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\'
   [junit4]   2> 1599321 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\solr.xml
   [junit4]   2> 1599323 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.
   [junit4]   2> 1599323 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoreContainer New CoreContainer 406071254
   [junit4]   2> 1599323 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\]
   [junit4]   2> 1599323 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoreContainer loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\lib
   [junit4]   2> 1599324 WARN  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\lib).
   [junit4]   2> 1599331 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1599332 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1599332 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1599332 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1599332 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1599333 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoresLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.
   [junit4]   2> 1599334 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\, schema=schema.xml, transient=false, dataDir=data\}
   [junit4]   2> 1599334 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoresLocator Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\
   [junit4]   2> 1599335 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 1599335 INFO  (coreLoadExecutor-4875-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\'
   [junit4]   2> 1599335 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1599335 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1599351 INFO  (coreLoadExecutor-4875-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1599353 INFO  (coreLoadExecutor-4875-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1599358 INFO  (coreLoadExecutor-4875-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1599358 INFO  (coreLoadExecutor-4875-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\conf\schema.xml
   [junit4]   2> 1599361 INFO  (coreLoadExecutor-4875-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1599363 INFO  (coreLoadExecutor-4875-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1599363 INFO  (coreLoadExecutor-4875-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\
   [junit4]   2> 1599363 INFO  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1599363 INFO  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\], dataDir=[null]
   [junit4]   2> 1599363 INFO  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1599364 INFO  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\data\
   [junit4]   2> 1599365 INFO  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\data\index/
   [junit4]   2> 1599365 WARN  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1599365 INFO  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\data\index
   [junit4]   2> 1599365 INFO  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4555451677066662]
   [junit4]   2> 1599366 INFO  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@c7f4243 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@50b3016b),segFN=segments_1,generation=1}
   [junit4]   2> 1599366 INFO  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1599366 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\data\
   [junit4]   2> 1599368 INFO  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1599369 INFO  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1599369 INFO  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1599370 INFO  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1599371 INFO  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1599373 INFO  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1599373 INFO  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,defaults,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1599373 INFO  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1599374 INFO  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1599374 INFO  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1599374 INFO  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1599374 INFO  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@c7f4243 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@50b3016b),segFN=segments_1,generation=1}
   [junit4]   2> 1599374 INFO  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1599374 INFO  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@893a945[collection1] main
   [junit4]   2> 1599374 INFO  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\conf
   [junit4]   2> 1599374 INFO  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\conf}
   [junit4]   2> 1599374 INFO  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\conf
   [junit4]   2> 1599376 INFO  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1599376 INFO  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml
   [junit4]   2> 1599376 INFO  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1599376 INFO  (coreLoadExecutor-4875-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1599376 INFO  (searcherExecutor-4876-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@893a945[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1599846 INFO  (qtp125886206-10326) [    x:collection1] o.a.s.c.SolrCore [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1599846 INFO  (qtp125886206-10326) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 0
   [junit4]   2> 1599850 INFO  (qtp125886206-10327) [    x:collection1] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1599851 INFO  (qtp125886206-10327) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@c7f4243 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@50b3016b),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@c7f4243 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@50b3016b),segFN=segments_2,generation=2}
   [junit4]   2> 1599852 INFO  (qtp125886206-10327) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 1599852 INFO  (qtp125886206-10327) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@15baaf15[collection1] main
   [junit4]   2> 1599852 INFO  (qtp125886206-10327) [    x:collection1] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 1599853 INFO  (searcherExecutor-4876-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@15baaf15[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1599853 INFO  (qtp125886206-10327) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 2
   [junit4]   2> 1599855 INFO  (qtp125886206-10328) [    x:collection1] o.a.s.c.S.Request [collection1] webapp=/solr path=/select params={q=*:*&sort=id+desc&wt=javabin&version=2} hits=0 status=0 QTime=0 
   [junit4]   2> 1599856 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.SolrTestCaseJ4 Waited for 0ms and found 0 docs
   [junit4]   2> 1599861 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 1599863 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@26cddbf3{/solr,null,AVAILABLE}
   [junit4]   2> 1599864 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.e.j.s.ServerConnector Started ServerConnector@651c0a3e{HTTP/1.1}{127.0.0.1:51740}
   [junit4]   2> 1599864 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.e.j.s.Server Started @1603837ms
   [junit4]   2> 1599864 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\collection1\data, hostContext=/solr, hostPort=51740}
   [junit4]   2> 1599864 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 1599865 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\'
   [junit4]   2> 1599900 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\solr.xml
   [junit4]   2> 1599908 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.
   [junit4]   2> 1599909 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoreContainer New CoreContainer 725084678
   [junit4]   2> 1599909 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\]
   [junit4]   2> 1599909 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoreContainer loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\lib
   [junit4]   2> 1599909 WARN  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\lib).
   [junit4]   2> 1599921 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1599922 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1599923 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1599924 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1599924 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1599925 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoresLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.
   [junit4]   2> 1599926 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\, schema=schema.xml, transient=false, dataDir=data\}
   [junit4]   2> 1599926 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoresLocator Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\
   [junit4]   2> 1599928 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 1599929 INFO  (coreLoadExecutor-4885-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\'
   [junit4]   2> 1599929 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1599929 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1599947 INFO  (coreLoadExecutor-4885-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1599955 INFO  (coreLoadExecutor-4885-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1599960 INFO  (coreLoadExecutor-4885-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1599960 INFO  (coreLoadExecutor-4885-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\conf\schema.xml
   [junit4]   2> 1599962 INFO  (coreLoadExecutor-4885-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1599965 INFO  (coreLoadExecutor-4885-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1599966 INFO  (coreLoadExecutor-4885-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\
   [junit4]   2> 1599966 INFO  (coreLoadExecutor-4885-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1599967 INFO  (coreLoadExecutor-4885-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\], dataDir=[null]
   [junit4]   2> 1599967 INFO  (coreLoadExecutor-4885-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1599969 INFO  (coreLoadExecutor-4885-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\data\
   [junit4]   2> 1599969 INFO  (coreLoadExecutor-4885-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\data\index/
   [junit4]   2> 1599969 WARN  (coreLoadExecutor-4885-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1599969 INFO  (coreLoadExecutor-4885-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\data\index
   [junit4]   2> 1599970 INFO  (coreLoadExecutor-4885-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4555451677066662]
   [junit4]   2> 1599970 INFO  (coreLoadExecutor-4885-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2853e9c8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74acae64),segFN=segments_1,generation=1}
   [junit4]   2> 1599970 INFO  (coreLoadExecutor-4885-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1599971 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\data\
   [junit4]   2> 1599973 INFO  (coreLoadExecutor-4885-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1599976 INFO  (coreLoadExecutor-4885-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1599977 INFO  (coreLoadExecutor-4885-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1599977 INFO  (coreLoadExecutor-4885-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1599978 INFO  (coreLoadExecutor-4885-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1599980 INFO  (coreLoadExecutor-4885-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1599980 INFO  (coreLoadExecutor-4885-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,defaults,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1599980 INFO  (coreLoadExecutor-4885-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1599980 INFO  (coreLoadExecutor-4885-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1599980 INFO  (coreLoadExecutor-4885-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1599981 INFO  (coreLoadExecutor-4885-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1599981 INFO  (coreLoadExecutor-4885-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2853e9c8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74acae64),segFN=segments_1,generation=1}
   [junit4]   2> 1599981 INFO  (coreLoadExecutor-4885-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1599981 INFO  (coreLoadExecutor-4885-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@26299e4e[collection1] main
   [junit4]   2> 1599981 INFO  (coreLoadExecutor-4885-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\conf
   [junit4]   2> 1599981 INFO  (coreLoadExecutor-4885-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\conf}
   [junit4]   2> 1599982 INFO  (coreLoadExecutor-4885-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-002\.\collection1\conf
   [junit4]   2> 1599982 INFO  (coreLoadExecutor-4885-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1599983 INFO  (coreLoadExecutor-4885-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Poll Scheduled at an interval of 1000ms
   [junit4]   2> 1599983 INFO  (searcherExecutor-4886-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@26299e4e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1599983 INFO  (coreLoadExecutor-4885-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1600434 INFO  (qtp1856689679-10345) [    x:collection1] o.a.s.c.S.Request [collection1] webapp=/solr path=/select params={q=*:*&sort=id+desc&wt=javabin&version=2} hits=0 status=0 QTime=0 
   [junit4]   2> 1600434 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[CE02D5EF5D4E280D]) [    ] o.a.s.SolrTestCaseJ4 Waited for 0ms and found 0 docs
   [junit4]   2> 1600436 INFO  (qtp125886206-10329) [    x:collection1] o.a.s.c.S.Request [collection1] webapp=/solr path=/replication params={_trace=getIndexVersion&qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0 
   [junit4]   2> 1600438 INFO  (qtp125886206-10330) [    x:collection1] o.a.s.c.S.Request [collection1] webapp=/solr path=/replication params={_trace=getCommits&qt=/replication&wt=javabin&version=2&command=commits} status=0 QTime=0 
   [junit4]   2> 1600440 INFO  (qtp125886206-10331) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\'
   [junit4]   2> 1600464 INFO  (qtp125886206-10331) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1600467 INFO  (qtp125886206-10331) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1600475 INFO  (qtp125886206-10331) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1600476 INFO  (qtp125886206-10331) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\conf\schema.xml
   [junit4]   2> 1600480 INFO  (qtp125886206-10331) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1600483 INFO  (qtp125886206-10331) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1600483 INFO  (qtp125886206-10331) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\
   [junit4]   2> 1600483 INFO  (qtp125886206-10331) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\], dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\data\]
   [junit4]   2> 1600484 INFO  (qtp125886206-10331) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1600484 INFO  (qtp125886206-10331) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\data\index/
   [junit4]   2> 1600485 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\data\
   [junit4]   2> 1600487 INFO  (qtp125886206-10331) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1600487 INFO  (qtp125886206-10331) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1600488 INFO  (qtp125886206-10331) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1600489 INFO  (qtp125886206-10331) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1600489 INFO  (qtp125886206-10331) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1600490 INFO  (qtp125886206-10331) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1600490 INFO  (qtp125886206-10331) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,defaults,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1600490 INFO  (qtp125886206-10331) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1600491 INFO  (qtp125886206-10331) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1600491 INFO  (qtp125886206-10331) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1600491 INFO  (qtp125886206-10331) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@66652de5[collection1] main
   [junit4]   2> 1600491 INFO  (qtp125886206-10331) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\conf
   [junit4]   2> 1600491 INFO  (qtp125886206-10331) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\conf}
   [junit4]   2> 1600491 INFO  (qtp125886206-10331) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-001\.\collection1\conf
   [junit4]   2> 1600493 INFO  (qtp125886206-10331) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1600493 INFO  (qtp125886206-10331) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml
   [junit4]   2> 1600493 INFO  (qtp125886206-10331) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1600493 INFO  (qtp125886206-10331) [    x:collection1] o.a.s.u.DefaultSolrCoreState Creating new IndexWriter...
   [junit4]   2> 1600493 INFO  (searcherExecutor-4891-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@66652de5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1600493 INFO  (qtp125886206-10331) [    x:collection1] o.a.s.u.DefaultSolrCoreState Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 1600493 INFO  (qtp125886206-10331) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 1600495 INFO  (qtp125886206-10331) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@39f5d43
   [junit4]   2> 1600495 INFO  (qtp125886206-10331) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@c7f4243 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@50b3016b),segFN=segments_2,generation=2}
   [junit4]   2> 1600495 INFO  (qtp125886206-10331) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 1600496 INFO  (qtp125886206-10331) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1600496 INFO  (qtp125886206-10331) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@65c9f3

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

rs\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-028\.\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-028\.\collection1\data\index;done=false>>]
   [junit4]   2> 1706719 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[CE02D5EF5D4E280D]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-028\.\collection1\data\index
   [junit4]   2> 1706719 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[CE02D5EF5D4E280D]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-028\.\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-028\.\collection1\data\;done=false>>]
   [junit4]   2> 1706719 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[CE02D5EF5D4E280D]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\solr-instance-028\.\collection1\data\
   [junit4]   2> 1706719 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[CE02D5EF5D4E280D]) [    x:collection1] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@74b226a2{/solr,null,UNAVAILABLE}
   [junit4]   2> 1706721 INFO  (SUITE-TestReplicationHandler-seed#[CE02D5EF5D4E280D]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {name=PostingsFormat(name=LuceneFixedGap), id=PostingsFormat(name=LuceneFixedGap), newname=PostingsFormat(name=LuceneFixedGap)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=es_CU, timezone=Pacific/Port_Moresby
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_45 (64-bit)/cpus=3,threads=1,free=292902584,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestQueryTypes, TestPostingsSolrHighlighter, TestArbitraryIndexDir, ChaosMonkeyNothingIsSafeTest, BlockDirectoryTest, TestWordDelimiterFilterFactory, TestNRTOpen, LeaderInitiatedRecoveryOnCommitTest, SoftAutoCommitTest, DistributedFacetPivotSmallAdvancedTest, TestManagedResourceStorage, UUIDUpdateProcessorFallbackTest, ShardRoutingTest, TestRebalanceLeaders, AsyncCallRequestStatusResponseTest, TestBinaryField, TestFastLRUCache, SolrTestCaseJ4Test, RecoveryZkTest, TestPerFieldSimilarity, DefaultValueUpdateProcessorTest, ExitableDirectoryReaderTest, MultiTermTest, TestRandomRequestDistribution, TestBM25SimilarityFactory, BasicDistributedZkTest, BadComponentTest, TestMiniSolrCloudCluster, DistributedSpellCheckComponentTest, TestStandardQParsers, TestDynamicFieldCollectionResource, RulesTest, TestExactSharedStatsCache, DeleteInactiveReplicaTest, OverseerRolesTest, TestDynamicFieldResource, TestCoreContainer, TestCollapseQParserPlugin, TestFaceting, TestCustomSort, ParsingFieldUpdateProcessorsTest, TestManagedSchemaFieldTypeResource, TestDistributedSearch, PingRequestHandlerTest, TestSolrIndexConfig, TestLFUCache, TestRestManager, TestHashPartitioner, VersionInfoTest, SolrIndexSplitterTest, URLClassifyProcessorTest, TestIndexSearcher, AnalysisAfterCoreReloadTest, CustomCollectionTest, TestJmxMonitoredMap, TestBlobHandler, TestSurroundQueryParser, TestTrackingShardHandlerFactory, TestLazyCores, TestOmitPositions, HdfsWriteToMultipleCollectionsTest, DistribJoinFromCollectionTest, CacheHeaderTest, OutputWriterTest, TestCopyFieldCollectionResource, TestUpdate, RequestHandlersTest, MigrateRouteKeyTest, SuggesterWFSTTest, TestComponentsName, DOMUtilTest, ClusterStateTest, SolrCoreTest, SolrCoreCheckLockOnStartupTest, HttpPartitionTest, SpatialHeatmapFacetsTest, TestCloudSchemaless, AnalyticsQueryTest, DocumentAnalysisRequestHandlerTest, DateRangeFieldTest, FacetPivotSmallTest, TestStressRecovery, TestSimpleQParserPlugin, DistributedExpandComponentTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestCSVResponseWriter, ResponseLogComponentTest, TestSolrConfigHandlerCloud, HardAutoCommitTest, AssignTest, MergeStrategyTest, TestTolerantSearch, SharedFSAutoReplicaFailoverTest, DistributedQueryComponentOptimizationTest, ZkControllerTest, SuggesterTest, TestBulkSchemaAPI, SynonymTokenizerTest, ZkCLITest, AnalyticsMergeStrategyTest, DocValuesTest, AlternateDirectoryTest, TestReplicationHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandler -Dtests.seed=CE02D5EF5D4E280D -Dtests.slow=true -Dtests.locale=es_CU -Dtests.timezone=Pacific/Port_Moresby -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s J0 | TestReplicationHandler (suite) <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: file handle leaks: [SeekableByteChannel(C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_CE02D5EF5D4E280D-001\index-SimpleFSDirectory-043\replication.properties)]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CE02D5EF5D4E280D]:0)
   [junit4]    > 	at org.apache.lucene.mockfile.LeakFS.onClose(LeakFS.java:64)
   [junit4]    > 	at org.apache.lucene.mockfile.FilterFileSystem.close(FilterFileSystem.java:78)
   [junit4]    > 	at org.apache.lucene.mockfile.FilterFileSystem.close(FilterFileSystem.java:79)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.Exception
   [junit4]    > 	at org.apache.lucene.mockfile.LeakFS.onOpen(LeakFS.java:47)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:82)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.newByteChannel(HandleTrackingFS.java:272)
   [junit4]    > 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newByteChannel(FilterFileSystemProvider.java:213)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.newByteChannel(HandleTrackingFS.java:241)
   [junit4]    > 	at java.nio.file.Files.newByteChannel(Files.java:361)
   [junit4]    > 	at java.nio.file.Files.newByteChannel(Files.java:407)
   [junit4]    > 	at org.apache.lucene.store.SimpleFSDirectory.openInput(SimpleFSDirectory.java:76)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2566)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:640)
   [junit4]    > 	at org.apache.solr.handler.ReplicationHandler.loadReplicationProperties(ReplicationHandler.java:999)
   [junit4]    > 	at org.apache.solr.handler.IndexFetcher.logReplicationTimeAndConfFiles(IndexFetcher.java:619)
   [junit4]    > 	at org.apache.solr.handler.IndexFetcher.cleanup(IndexFetcher.java:542)
   [junit4]    > 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:532)
   [junit4]    > 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:262)
   [junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:381)
   [junit4]    > 	at org.apache.solr.handler.ReplicationHandler$2.run(ReplicationHandler.java:1049)
   [junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]    > 	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
   [junit4]    > 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
   [junit4]    > 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	... 1 more
   [junit4] Completed [251/512] on J0 in 109.24s, 13 tests, 1 error <<< FAILURES!

[...truncated 787 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:526: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:474: 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:230: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:513: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1426: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:981: There were test failures: 512 suites, 2015 tests, 1 suite-level error, 68 ignored (34 assumptions)

Total time: 62 minutes 52 seconds
Build step 'Invoke Ant' marked build as failure
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_45) - Build # 4949 - Still Failing!

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

2 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls

Error Message:
Shard split did not complete. Last recorded state: running expected:<[completed]> but was:<[running]>

Stack Trace:
org.junit.ComparisonFailure: Shard split did not complete. Last recorded state: running expected:<[completed]> but was:<[running]>
	at __randomizedtesting.SeedInfo.seed([97670505B80B81CC:CF038964BE612918]:0)
	at org.junit.Assert.assertEquals(Assert.java:125)
	at org.apache.solr.cloud.CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls(CollectionsAPIAsyncDistributedZkTest.java:83)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:960)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestStressReplication

Error Message:
timed out waiting for collection1 startAt time to exceed: Sun Jun 21 03:46:14 ART 2015

Stack Trace:
java.lang.AssertionError: timed out waiting for collection1 startAt time to exceed: Sun Jun 21 03:46:14 ART 2015
	at __randomizedtesting.SeedInfo.seed([97670505B80B81CC:4CCC05C3BD23E87F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.handler.TestReplicationHandler.watchCoreStartAt(TestReplicationHandler.java:1417)
	at org.apache.solr.handler.TestReplicationHandler.doTestStressReplication(TestReplicationHandler.java:769)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java: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)




Build Log:
[...truncated 9687 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIAsyncDistributedZkTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\init-core-data-001
   [junit4]   2> 298245 INFO  (SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[97670505B80B81CC]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 298245 INFO  (SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[97670505B80B81CC]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /s_kyd/r
   [junit4]   2> 298248 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 298249 INFO  (Thread-1082) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 298249 INFO  (Thread-1082) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 298349 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.ZkTestServer start zk server on port:55802
   [junit4]   2> 298366 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 298369 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 298371 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 298374 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 298376 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 298378 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 298379 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 298382 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 298384 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 298386 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 298388 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 298689 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\cores\collection1
   [junit4]   2> 298692 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 298695 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16e369ee{/s_kyd/r,null,AVAILABLE}
   [junit4]   2> 298698 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.e.j.s.ServerConnector Started ServerConnector@8a4e65c{HTTP/1.1}{127.0.0.1:55809}
   [junit4]   2> 298699 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.e.j.s.Server Started @302425ms
   [junit4]   2> 298699 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\tempDir-001/control/data, hostContext=/s_kyd/r, hostPort=55809, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\cores}
   [junit4]   2> 298699 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 298699 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\'
   [junit4]   2> 298724 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\solr.xml
   [junit4]   2> 298732 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\cores
   [junit4]   2> 298732 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.CoreContainer New CoreContainer 2035353819
   [junit4]   2> 298732 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\]
   [junit4]   2> 298733 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.CoreContainer loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\lib
   [junit4]   2> 298733 WARN  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\lib).
   [junit4]   2> 298741 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 298743 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 298744 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 298744 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 298744 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55802/solr
   [junit4]   2> 298744 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 298769 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55809_s_kyd%2Fr
   [junit4]   2> 298775 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 298776 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000
   [junit4]   2> 298777 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:55809_s_kyd%2Fr
   [junit4]   2> 298779 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.Overseer Overseer (id=94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000) starting
   [junit4]   2> 298788 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 298789 INFO  (OverseerCollectionProcessor-94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.OverseerCollectionProcessor Process current queue of collection creations
   [junit4]   2> 298790 INFO  (OverseerStateUpdate-94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 298793 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 298794 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 298796 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.CoresLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\cores
   [junit4]   2> 298797 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.SolrCore Created CoreDescriptor: {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\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 298797 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.CoresLocator Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\cores\collection1\
   [junit4]   2> 298797 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 298798 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 298798 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 298798 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 298798 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 298799 INFO  (zkCallback-323-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 298799 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 298800 INFO  (OverseerStateUpdate-94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55809/s_kyd/r",
   [junit4]   2>   "node_name":"127.0.0.1:55809_s_kyd%2Fr",
   [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> 298801 INFO  (OverseerStateUpdate-94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55809/s_kyd/r",
   [junit4]   2>   "node_name":"127.0.0.1:55809_s_kyd%2Fr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 298801 INFO  (OverseerStateUpdate-94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 298801 INFO  (OverseerStateUpdate-94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 299789 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 299789 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 299790 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 299791 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\cores\collection1\'
   [junit4]   2> 299808 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 299816 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 299819 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 299836 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 299838 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 299841 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 299918 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 299924 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 299925 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 299936 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 299939 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 299942 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 299943 WARN  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 299943 WARN  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 299943 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 299944 WARN  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 299944 WARN  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 299944 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 299944 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 299945 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\cores\collection1\], dataDir=[null]
   [junit4]   2> 299945 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@79d6c9b9
   [junit4]   2> 299945 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\cores\collection1\data\
   [junit4]   2> 299945 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\cores\collection1\data\index/
   [junit4]   2> 299945 WARN  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 299946 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\cores\collection1\data\index
   [junit4]   2> 299946 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy 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.8522068489320784]
   [junit4]   2> 299946 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@8a894e1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3e64ff96),segFN=segments_1,generation=1}
   [junit4]   2> 299946 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 299947 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\cores\collection1\data\
   [junit4]   2> 299948 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\cores\collection1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 299950 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 299951 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 299951 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 299951 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 299951 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 299951 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 299951 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 299952 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 299952 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 299955 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 299956 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 299957 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 299958 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 299961 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers 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> 299962 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 299963 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 299963 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 299964 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 299964 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 299965 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23153409308130996]
   [junit4]   2> 299965 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@8a894e1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3e64ff96),segFN=segments_1,generation=1}
   [junit4]   2> 299965 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 299966 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@539abbfc[collection1] main
   [junit4]   2> 299967 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 299968 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 299968 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 299968 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 299968 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 299969 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 299969 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 299969 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 299970 INFO  (searcherExecutor-1279-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@539abbfc[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 299970 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 299970 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 299970 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 299970 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1504568159252774912
   [junit4]   2> 299972 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 2 ms to seed version buckets with highest version 1504568159252774912
   [junit4]   2> 299972 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 299974 INFO  (coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 299975 INFO  (coreZkRegister-1272-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:55809/s_kyd/r collection:control_collection shard:shard1
   [junit4]   2> 299981 INFO  (coreZkRegister-1272-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/94035509840707587-core_node1-n_0000000000
   [junit4]   2> 299981 INFO  (coreZkRegister-1272-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard shard1
   [junit4]   2> 299983 INFO  (zkCallback-323-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 299983 INFO  (coreZkRegister-1272-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 299983 INFO  (coreZkRegister-1272-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 299983 INFO  (coreZkRegister-1272-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:55809/s_kyd/r/collection1/
   [junit4]   2> 299983 INFO  (coreZkRegister-1272-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 299984 INFO  (coreZkRegister-1272-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:55809/s_kyd/r/collection1/ has no replicas
   [junit4]   2> 299984 INFO  (coreZkRegister-1272-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:55809/s_kyd/r/collection1/ shard1
   [junit4]   2> 299984 INFO  (OverseerStateUpdate-94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 299989 INFO  (zkCallback-323-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 299990 INFO  (OverseerStateUpdate-94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.Overseer 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:55809/s_kyd/r",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 300141 INFO  (coreZkRegister-1272-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:55809/s_kyd/r/collection1/ and leader is http://127.0.0.1:55809/s_kyd/r/collection1/
   [junit4]   2> 300141 INFO  (coreZkRegister-1272-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:55809/s_kyd/r
   [junit4]   2> 300141 INFO  (coreZkRegister-1272-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 300141 INFO  (coreZkRegister-1272-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 300141 INFO  (coreZkRegister-1272-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 300142 INFO  (zkCallback-323-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 300144 INFO  (OverseerStateUpdate-94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55809/s_kyd/r",
   [junit4]   2>   "node_name":"127.0.0.1:55809_s_kyd%2Fr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 300145 INFO  (OverseerStateUpdate-94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.o.ReplicaMutator 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:55809/s_kyd/r",
   [junit4]   2>   "node_name":"127.0.0.1:55809_s_kyd%2Fr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 300292 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 300575 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\cores\collection1
   [junit4]   2> 300577 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001
   [junit4]   2> 300578 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 300581 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@248201c7{/s_kyd/r,null,AVAILABLE}
   [junit4]   2> 300582 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.e.j.s.ServerConnector Started ServerConnector@6b742668{HTTP/1.1}{127.0.0.1:55821}
   [junit4]   2> 300582 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.e.j.s.Server Started @304327ms
   [junit4]   2> 300582 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/s_kyd/r, hostPort=55821, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\cores}
   [junit4]   2> 300582 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 300583 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\'
   [junit4]   2> 300606 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\solr.xml
   [junit4]   2> 300613 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\cores
   [junit4]   2> 300614 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.CoreContainer New CoreContainer 643288339
   [junit4]   2> 300614 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\]
   [junit4]   2> 300614 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.CoreContainer loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\lib
   [junit4]   2> 300614 WARN  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\lib).
   [junit4]   2> 300622 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 300623 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 300624 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 300624 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 300624 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55802/solr
   [junit4]   2> 300624 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 301633 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [n:127.0.0.1:55821_s_kyd%2Fr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55821_s_kyd%2Fr
   [junit4]   2> 301638 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [n:127.0.0.1:55821_s_kyd%2Fr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 301639 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [n:127.0.0.1:55821_s_kyd%2Fr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94035509840707590-127.0.0.1:55821_s_kyd%2Fr-n_0000000001
   [junit4]   2> 301640 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [n:127.0.0.1:55821_s_kyd%2Fr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000 to know if I could be the leader
   [junit4]   2> 301641 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [n:127.0.0.1:55821_s_kyd%2Fr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 301641 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [n:127.0.0.1:55821_s_kyd%2Fr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 301642 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [n:127.0.0.1:55821_s_kyd%2Fr    ] o.a.s.c.CoresLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\cores
   [junit4]   2> 301644 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [n:127.0.0.1:55821_s_kyd%2Fr    ] o.a.s.c.SolrCore Created CoreDescriptor: {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\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 301644 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [n:127.0.0.1:55821_s_kyd%2Fr    ] o.a.s.c.CoresLocator Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\cores\collection1\
   [junit4]   2> 301644 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [n:127.0.0.1:55821_s_kyd%2Fr    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 301645 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 301646 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 301646 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [n:127.0.0.1:55821_s_kyd%2Fr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 301646 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC]) [n:127.0.0.1:55821_s_kyd%2Fr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 301647 INFO  (zkCallback-323-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 301647 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 301648 INFO  (OverseerStateUpdate-94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55821/s_kyd/r",
   [junit4]   2>   "node_name":"127.0.0.1:55821_s_kyd%2Fr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 3
   [junit4]   2> 301649 INFO  (OverseerStateUpdate-94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55821/s_kyd/r",
   [junit4]   2>   "node_name":"127.0.0.1:55821_s_kyd%2Fr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 301649 INFO  (OverseerStateUpdate-94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 301649 INFO  (OverseerStateUpdate-94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000) [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 302616 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 302616 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 302617 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 302618 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\cores\collection1\'
   [junit4]   2> 302638 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 302647 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 302662 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 302668 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 302669 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 302676 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 302769 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 302776 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 302776 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 302787 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 302790 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 302792 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 302793 WARN  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 302793 WARN  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 302793 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 302794 WARN  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 302794 WARN  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 302795 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 302795 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 302795 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\cores\collection1\], dataDir=[null]
   [junit4]   2> 302795 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@79d6c9b9
   [junit4]   2> 302796 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 302796 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 302796 WARN  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 302796 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 302796 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy 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.8522068489320784]
   [junit4]   2> 302797 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2961491 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7813377a),segFN=segments_1,generation=1}
   [junit4]   2> 302797 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 302797 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 302798 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\cores\collection1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 302800 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 302800 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 302801 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 302801 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 302801 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 302801 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 302801 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 302801 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 302801 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 302804 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 302805 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 302806 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 302807 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 302811 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers 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> 302811 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 302812 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 302812 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 302813 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 302813 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 302814 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23153409308130996]
   [junit4]   2> 302814 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2961491 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7813377a),segFN=segments_1,generation=1}
   [junit4]   2> 302814 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 302814 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@586e7276[collection1] main
   [junit4]   2> 302815 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 302816 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 302816 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 302816 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 302817 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 302817 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 302817 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 302817 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 302817 INFO  (searcherExecutor-1290-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr x:collection1 s:shard1 c:collection1 r:core_node1) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@586e7276[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 302817 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 302817 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 302817 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 302817 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1504568162238070784
   [junit4]   2> 302819 INFO  (coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) [n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 2 ms to seed version buckets with highest version 1504568162238070784
   [junit4]   2> 302819

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

rStartupWithNoActivity-seed#[97670505B80B81CC]) [    x:collection1] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5893cdcb{/solr,null,UNAVAILABLE}
   [junit4]   2> 1528521 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[97670505B80B81CC]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@7303db28{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 1528521 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[97670505B80B81CC]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1632981457
   [junit4]   2> 1528521 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[97670505B80B81CC]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6e04d444
   [junit4]   2> 1528521 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[97670505B80B81CC]) [    x:collection1] o.a.s.u.UpdateHandler 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> 1528522 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[97670505B80B81CC]) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1528522 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[97670505B80B81CC]) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1528522 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[97670505B80B81CC]) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1528525 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[97670505B80B81CC]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1528525 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[97670505B80B81CC]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing NRTCachingDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1528525 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[97670505B80B81CC]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_97670505B80B81CC-001\solr-instance-028\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_97670505B80B81CC-001\solr-instance-028\collection1\data\index;done=false>>]
   [junit4]   2> 1528525 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[97670505B80B81CC]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_97670505B80B81CC-001\solr-instance-028\collection1\data\index
   [junit4]   2> 1528525 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[97670505B80B81CC]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_97670505B80B81CC-001\solr-instance-028\collection1\data [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_97670505B80B81CC-001\solr-instance-028\collection1\data;done=false>>]
   [junit4]   2> 1528526 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[97670505B80B81CC]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_97670505B80B81CC-001\solr-instance-028\collection1\data
   [junit4]   2> 1528526 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[97670505B80B81CC]) [    x:collection1] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@34f62fb6{/solr,null,UNAVAILABLE}
   [junit4]   2> 1528528 INFO  (SUITE-TestReplicationHandler-seed#[97670505B80B81CC]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_97670505B80B81CC-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {name=PostingsFormat(name=Memory doPackFST= true), id=PostingsFormat(name=Memory doPackFST= true), newname=PostingsFormat(name=Memory doPackFST= true)}, docValues:{}, sim=DefaultSimilarity, locale=es_NI, timezone=America/Argentina/Mendoza
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_45 (64-bit)/cpus=3,threads=1,free=279003872,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [IgnoreCommitOptimizeUpdateProcessorFactoryTest, CoreAdminCreateDiscoverTest, TestBlendedInfixSuggestions, TestConfig, TestSolrQueryParserDefaultOperatorResource, DocValuesMissingTest, TestLMDirichletSimilarityFactory, TestSolrQueryParser, TestExceedMaxTermLength, CoreMergeIndexesAdminHandlerTest, TestFastOutputStream, TestEmbeddedSolrServerConstructors, BasicFunctionalityTest, OpenCloseCoreStressTest, TestFieldCollectionResource, HdfsLockFactoryTest, TestReload, AutoCommitTest, TestFastWriter, TestSearchPerf, ShardRoutingCustomTest, HdfsDirectoryTest, HighlighterMaxOffsetTest, SpatialFilterTest, TestJettySolrRunner, TestRealTimeGet, PrimitiveFieldTypeTest, TestCloudInspectUtil, LoggingHandlerTest, DirectSolrSpellCheckerTest, RecoveryAfterSoftCommitTest, QueryEqualityTest, TestRangeQuery, TestMergePolicyConfig, DeleteShardTest, TestDistributedGrouping, OverriddenZkACLAndCredentialsProvidersTest, ResourceLoaderTest, TestPivotHelperCode, DistanceUnitsTest, UpdateRequestProcessorFactoryTest, SolrCloudExampleTest, TestTrie, TestJsonFacets, BadIndexSchemaTest, PolyFieldTest, TestRemoteStreaming, TestQuerySenderNoQuery, IndexSchemaTest, TestSimpleTrackingShardHandler, TestManagedSchemaDynamicFieldResource, DeleteLastCustomShardedReplicaTest, WordBreakSolrSpellCheckerTest, FullSolrCloudDistribCmdsTest, CollectionsAPIAsyncDistributedZkTest, BasicZkTest, TestFieldResource, TestComplexPhraseQParserPlugin, AnalysisErrorHandlingTest, ShardSplitTest, SearchHandlerTest, DirectUpdateHandlerOptimizeTest, TestSolrCoreProperties, TestManagedSchema, SSLMigrationTest, TestConfigOverlay, SpatialRPTFieldTypeTest, SpellPossibilityIteratorTest, TestPseudoReturnFields, SolrRequestParserTest, StandardRequestHandlerTest, CSVRequestHandlerTest, TestSchemaVersionResource, SimpleMLTQParserTest, TestFoldingMultitermQuery, TestSolr4Spatial, MoreLikeThisHandlerTest, OpenExchangeRatesOrgProviderTest, TestReloadAndDeleteDocs, HighlighterConfigTest, TestCodecSupport, BaseCdcrDistributedZkTest, TestLMJelinekMercerSimilarityFactory, OverseerCollectionProcessorTest, SpellingQueryConverterTest, TestAuthenticationFramework, TestNoOpRegenerator, SharedFSAutoReplicaFailoverUtilsTest, LeaderFailoverAfterPartitionTest, TestLRUStatsCache, TestCryptoKeys, MultiThreadedOCPTest, UpdateParamsTest, SimplePostToolTest, CollectionsAPIDistributedZkTest, SpellCheckComponentTest, TestFieldSortValues, FileBasedSpellCheckerTest, TestStressUserVersions, TestHashQParserPlugin, OverseerStatusTest, TestIntervalFaceting, TestOrdValues, StressHdfsTest, DistributedVersionInfoTest, TestJoin, VMParamsZkACLAndCredentialsProvidersTest, SimpleCollectionCreateDeleteTest, QueryParsingTest, TestCoreDiscovery, CloudMLTQParserTest, TermVectorComponentTest, SignatureUpdateProcessorFactoryTest, ExternalFileFieldSortTest, TestBadConfig, LeaderElectionIntegrationTest, TestCloudPivotFacet, DistributedFacetPivotSmallTest, TermsComponentTest, CdcrUpdateLogTest, TestSolrCloudWithKerberosAlt, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, TestReplicationHandler]
   [junit4] Completed [263/512] on J1 in 124.78s, 13 tests, 1 failure <<< FAILURES!

[...truncated 783 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:526: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:474: 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:230: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:513: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1426: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:981: There were test failures: 512 suites, 2015 tests, 2 failures, 69 ignored (35 assumptions)

Total time: 60 minutes 12 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any