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 2016/04/01 20:39:32 UTC

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk1.8.0_72) - Build # 5751 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/5751/
Java: 64bit/jdk1.8.0_72 -XX:-UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestStressReplication

Error Message:
[index.20160401135959247, index.20160401140004442, index.properties, replication.properties] expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: [index.20160401135959247, index.20160401140004442, index.properties, replication.properties] expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([8D2D54040565AEB6:568654C2004DC705]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.handler.TestReplicationHandler.checkForSingleIndex(TestReplicationHandler.java:821)
	at org.apache.solr.handler.TestReplicationHandler.doTestStressReplication(TestReplicationHandler.java:788)
	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:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11215 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\init-core-data-001
   [junit4]   2> 846645 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestReplicateAfterCoreReload
   [junit4]   2> 846646 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\collection1
   [junit4]   2> 846662 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 846663 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@9733e92{/solr,null,AVAILABLE}
   [junit4]   2> 846668 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.e.j.s.ServerConnector Started ServerConnector@6d9d624{HTTP/1.1,[http/1.1]}{127.0.0.1:64459}
   [junit4]   2> 846668 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.e.j.s.Server Started @851035ms
   [junit4]   2> 846668 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\collection1\data, hostContext=/solr, hostPort=64459}
   [junit4]   2> 846668 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 846668 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001'
   [junit4]   2> 846669 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 846669 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 846670 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\solr.xml
   [junit4]   2> 846679 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\.
   [junit4]   2> 846679 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CoreContainer New CoreContainer 1804511613
   [junit4]   2> 846679 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001]
   [junit4]   2> 846679 WARN  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\lib
   [junit4]   2> 846680 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] 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,
   [junit4]   2> 846681 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 846682 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 846682 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 846682 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 846682 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 846683 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\.
   [junit4]   2> 846689 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data\}
   [junit4]   2> 846689 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\.\collection1
   [junit4]   2> 846689 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 846690 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 846690 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 846690 INFO  (coreLoadExecutor-2865-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\collection1'
   [junit4]   2> 846691 INFO  (coreLoadExecutor-2865-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 846691 INFO  (coreLoadExecutor-2865-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 846716 INFO  (coreLoadExecutor-2865-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 846718 WARN  (coreLoadExecutor-2865-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 846720 INFO  (coreLoadExecutor-2865-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 846729 INFO  (coreLoadExecutor-2865-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 846734 INFO  (coreLoadExecutor-2865-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 846741 INFO  (coreLoadExecutor-2865-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 846757 INFO  (coreLoadExecutor-2865-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\collection1'
   [junit4]   2> 846757 INFO  (coreLoadExecutor-2865-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\.\collection1
   [junit4]   2> 846757 INFO  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 846757 INFO  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\.\collection1\data\]
   [junit4]   2> 846757 INFO  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 846758 INFO  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\.\collection1\data\
   [junit4]   2> 846758 INFO  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\.\collection1\data\index/
   [junit4]   2> 846758 WARN  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\.\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 846758 INFO  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\.\collection1\data\index
   [junit4]   2> 846759 INFO  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=34, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 846759 INFO  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@327ed0d7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@66c972c7),segFN=segments_1,generation=1}
   [junit4]   2> 846759 INFO  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 846760 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\.\collection1\data\
   [junit4]   2> 846761 INFO  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 846767 INFO  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 846768 INFO  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 846769 INFO  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 846770 INFO  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 846772 INFO  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 846772 INFO  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 846772 INFO  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 846772 INFO  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 846772 INFO  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 846772 INFO  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 846773 INFO  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@327ed0d7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@66c972c7),segFN=segments_1,generation=1}
   [junit4]   2> 846773 INFO  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 846773 INFO  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@168c73e5[collection1] main]
   [junit4]   2> 846773 INFO  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\collection1\conf
   [junit4]   2> 846773 INFO  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\collection1\conf}
   [junit4]   2> 846773 INFO  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\collection1\conf
   [junit4]   2> 846774 INFO  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 846775 INFO  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 846775 INFO  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 846775 INFO  (searcherExecutor-2866-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@168c73e5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 846775 INFO  (coreLoadExecutor-2865-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 847196 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\collection1
   [junit4]   2> 847210 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 847211 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@77a28bf{/solr,null,AVAILABLE}
   [junit4]   2> 847213 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.e.j.s.ServerConnector Started ServerConnector@6d2c5aaf{HTTP/1.1,[http/1.1]}{127.0.0.1:64470}
   [junit4]   2> 847214 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.e.j.s.Server Started @851581ms
   [junit4]   2> 847214 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\collection1\data, hostContext=/solr, hostPort=64470}
   [junit4]   2> 847214 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 847214 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002'
   [junit4]   2> 847214 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 847214 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 847217 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\solr.xml
   [junit4]   2> 847221 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\.
   [junit4]   2> 847221 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CoreContainer New CoreContainer 119894357
   [junit4]   2> 847221 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002]
   [junit4]   2> 847222 WARN  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\lib
   [junit4]   2> 847222 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] 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,
   [junit4]   2> 847224 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 847225 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 847225 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 847225 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 847225 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 847226 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\.
   [junit4]   2> 847231 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data\}
   [junit4]   2> 847231 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\.\collection1
   [junit4]   2> 847231 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 847232 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 847232 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 847232 INFO  (coreLoadExecutor-2875-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\collection1'
   [junit4]   2> 847233 INFO  (coreLoadExecutor-2875-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 847233 INFO  (coreLoadExecutor-2875-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 847244 INFO  (coreLoadExecutor-2875-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 847245 WARN  (coreLoadExecutor-2875-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 847246 INFO  (coreLoadExecutor-2875-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 847260 INFO  (coreLoadExecutor-2875-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 847265 INFO  (coreLoadExecutor-2875-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 847268 INFO  (coreLoadExecutor-2875-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 847272 INFO  (coreLoadExecutor-2875-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\collection1'
   [junit4]   2> 847272 INFO  (coreLoadExecutor-2875-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\.\collection1
   [junit4]   2> 847273 INFO  (coreLoadExecutor-2875-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 847273 INFO  (coreLoadExecutor-2875-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\.\collection1\data\]
   [junit4]   2> 847273 INFO  (coreLoadExecutor-2875-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 847274 INFO  (coreLoadExecutor-2875-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\.\collection1\data\
   [junit4]   2> 847274 INFO  (coreLoadExecutor-2875-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\.\collection1\data\index/
   [junit4]   2> 847274 WARN  (coreLoadExecutor-2875-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\.\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 847274 INFO  (coreLoadExecutor-2875-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\.\collection1\data\index
   [junit4]   2> 847274 INFO  (coreLoadExecutor-2875-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=34, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 847275 INFO  (coreLoadExecutor-2875-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4ddcc35f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3d09e4bb),segFN=segments_1,generation=1}
   [junit4]   2> 847275 INFO  (coreLoadExecutor-2875-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 847276 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\.\collection1\data\
   [junit4]   2> 847278 INFO  (coreLoadExecutor-2875-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 847280 INFO  (coreLoadExecutor-2875-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 847281 INFO  (coreLoadExecutor-2875-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 847282 INFO  (coreLoadExecutor-2875-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 847285 INFO  (coreLoadExecutor-2875-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 847286 INFO  (coreLoadExecutor-2875-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 847286 INFO  (coreLoadExecutor-2875-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 847286 INFO  (coreLoadExecutor-2875-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 847287 INFO  (coreLoadExecutor-2875-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 847287 INFO  (coreLoadExecutor-2875-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 847287 INFO  (coreLoadExecutor-2875-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 847287 INFO  (coreLoadExecutor-2875-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4ddcc35f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3d09e4bb),segFN=segments_1,generation=1}
   [junit4]   2> 847287 INFO  (coreLoadExecutor-2875-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 847287 INFO  (coreLoadExecutor-2875-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@8130d26[collection1] main]
   [junit4]   2> 847288 INFO  (coreLoadExecutor-2875-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\collection1\conf
   [junit4]   2> 847288 INFO  (coreLoadExecutor-2875-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\collection1\conf}
   [junit4]   2> 847288 INFO  (coreLoadExecutor-2875-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\collection1\conf
   [junit4]   2> 847289 INFO  (coreLoadExecutor-2875-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 847291 INFO  (coreLoadExecutor-2875-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 847292 INFO  (searcherExecutor-2876-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@8130d26[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 847292 INFO  (coreLoadExecutor-2875-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 847352 INFO  (qtp198180280-5838) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 847735 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@6d2c5aaf{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 847735 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=119894357
   [junit4]   2> 847739 INFO  (coreCloseExecutor-2881-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@55cc639d
   [junit4]   2> 847741 INFO  (coreCloseExecutor-2881-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 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> 847741 INFO  (coreCloseExecutor-2881-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 847741 INFO  (coreCloseExecutor-2881-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 847741 INFO  (coreCloseExecutor-2881-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 847741 INFO  (coreCloseExecutor-2881-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 847741 INFO  (coreCloseExecutor-2881-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 847741 INFO  (coreCloseExecutor-2881-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\.\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\.\collection1\data\;done=false>>]
   [junit4]   2> 847741 INFO  (coreCloseExecutor-2881-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 847741 INFO  (coreCloseExecutor-2881-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\.\collection1\data\
   [junit4]   2> 847741 INFO  (coreCloseExecutor-2881-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\.\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\.\collection1\data\index;done=false>>]
   [junit4]   2> 847741 INFO  (coreCloseExecutor-2881-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 847742 INFO  (coreCloseExecutor-2881-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\.\collection1\data\index
   [junit4]   2> 847745 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@77a28bf{/solr,null,UNAVAILABLE}
   [junit4]   2> 847757 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@6d9d624{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 847757 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1804511613
   [junit4]   2> 847759 INFO  (coreCloseExecutor-2883-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2ebb21dc
   [junit4]   2> 847759 INFO  (coreCloseExecutor-2883-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 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> 847759 INFO  (coreCloseExecutor-2883-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 847759 INFO  (coreCloseExecutor-2883-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 847759 INFO  (coreCloseExecutor-2883-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 847759 INFO  (coreCloseExecutor-2883-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 847759 INFO  (coreCloseExecutor-2883-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 847759 INFO  (coreCloseExecutor-2883-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\.\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\.\collection1\data\index;done=false>>]
   [junit4]   2> 847759 INFO  (coreCloseExecutor-2883-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 847759 INFO  (coreCloseExecutor-2883-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\.\collection1\data\index
   [junit4]   2> 847759 INFO  (coreCloseExecutor-2883-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\.\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\.\collection1\data\;done=false>>]
   [junit4]   2> 847759 INFO  (coreCloseExecutor-2883-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 847759 INFO  (coreCloseExecutor-2883-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\.\collection1\data\
   [junit4]   2> 847761 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@9733e92{/solr,null,UNAVAILABLE}
   [junit4]   2> 847769 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 847770 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4094bf89{/solr,null,AVAILABLE}
   [junit4]   2> 847771 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.e.j.s.ServerConnector Started ServerConnector@67da33cf{HTTP/1.1,[http/1.1]}{127.0.0.1:64474}
   [junit4]   2> 847771 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.e.j.s.Server Started @852138ms
   [junit4]   2> 847771 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\collection1\data, hostContext=/solr, hostPort=64474}
   [junit4]   2> 847771 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 847773 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001'
   [junit4]   2> 847773 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 847773 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 847773 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\solr.xml
   [junit4]   2> 847779 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\.
   [junit4]   2> 847779 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CoreContainer New CoreContainer 145456393
   [junit4]   2> 847779 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001]
   [junit4]   2> 847781 WARN  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\lib
   [junit4]   2> 847781 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] 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,
   [junit4]   2> 847783 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 847784 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 847784 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 847784 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 847784 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 847785 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\.
   [junit4]   2> 847786 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data\}
   [junit4]   2> 847786 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\.\collection1
   [junit4]   2> 847787 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 847788 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 847788 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 847788 INFO  (coreLoadExecutor-2890-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\collection1'
   [junit4]   2> 847789 INFO  (coreLoadExecutor-2890-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 847789 INFO  (coreLoadExecutor-2890-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 847798 INFO  (coreLoadExecutor-2890-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 847801 WARN  (coreLoadExecutor-2890-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 847801 INFO  (coreLoadExecutor-2890-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 847807 INFO  (coreLoadExecutor-2890-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 847810 INFO  (coreLoadExecutor-2890-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 847814 INFO  (coreLoadExecutor-2890-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 847815 INFO  (coreLoadExecutor-2890-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\collection1'
   [junit4]   2> 847815 INFO  (coreLoadExecutor-2890-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\.\collection1
   [junit4]   2> 847815 INFO  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 847815 INFO  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\.\collection1\data\]
   [junit4]   2> 847815 INFO  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 847815 INFO  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\.\collection1\data\
   [junit4]   2> 847816 INFO  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\.\collection1\data\index/
   [junit4]   2> 847816 WARN  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\.\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 847816 INFO  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\.\collection1\data\index
   [junit4]   2> 847816 INFO  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=34, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 847816 INFO  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@10816e92 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e8fdf21),segFN=segments_1,generation=1}
   [junit4]   2> 847816 INFO  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 847817 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\.\collection1\data\
   [junit4]   2> 847817 INFO  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 847819 INFO  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 847820 INFO  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 847821 INFO  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 847822 INFO  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 847824 INFO  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 847824 INFO  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 847824 INFO  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 847825 INFO  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 847825 INFO  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 847825 INFO  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 847825 INFO  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@10816e92 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e8fdf21),segFN=segments_1,generation=1}
   [junit4]   2> 847825 INFO  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 847825 INFO  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@12b33b4[collection1] main]
   [junit4]   2> 847826 INFO  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\collection1\conf
   [junit4]   2> 847826 INFO  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\collection1\conf}
   [junit4]   2> 847826 INFO  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-001\collection1\conf
   [junit4]   2> 847826 INFO  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 847826 INFO  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml
   [junit4]   2> 847826 INFO  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 847827 INFO  (searcherExecutor-2891-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@12b33b4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 847827 INFO  (coreLoadExecutor-2890-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 848296 INFO  (qtp1798150200-5883) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 848296 INFO  (qtp1798150200-5883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
   [junit4]   2> 848297 INFO  (qtp1798150200-5885) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 848298 INFO  (qtp1798150200-5885) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@10816e92 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e8fdf21),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@10816e92 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e8fdf21),segFN=segments_2,generation=2}
   [junit4]   2> 848300 INFO  (qtp1798150200-5885) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 848301 INFO  (qtp1798150200-5885) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f0a08e0[collection1] main]
   [junit4]   2> 848301 INFO  (qtp1798150200-5885) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 848301 INFO  (searcherExecutor-2891-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1f0a08e0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 848301 INFO  (qtp1798150200-5885) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 4
   [junit4]   2> 848302 INFO  (qtp1798150200-5886) [    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> 848303 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.h.TestReplicationHandler Waited for 0ms and found 0 docs
   [junit4]   2> 848306 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 848306 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@69c97c01{/solr,null,AVAILABLE}
   [junit4]   2> 848307 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1eff8c2a{HTTP/1.1,[http/1.1]}{127.0.0.1:64478}
   [junit4]   2> 848307 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.e.j.s.Server Started @852674ms
   [junit4]   2> 848307 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\collection1\data, hostContext=/solr, hostPort=64478}
   [junit4]   2> 848308 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 848308 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002'
   [junit4]   2> 848310 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 848310 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 848311 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\solr.xml
   [junit4]   2> 848316 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\.
   [junit4]   2> 848316 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CoreContainer New CoreContainer 1978838708
   [junit4]   2> 848316 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002]
   [junit4]   2> 848316 WARN  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\lib to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\lib
   [junit4]   2> 848317 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] 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,
   [junit4]   2> 848318 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 848319 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 848319 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 848319 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 848319 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 848321 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\.
   [junit4]   2> 848322 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data\}
   [junit4]   2> 848322 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\.\collection1
   [junit4]   2> 848322 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 848323 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 848323 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8D2D54040565AEB6]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 848323 INFO  (coreLoadExecutor-2900-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\collection1'
   [junit4]   2> 848324 INFO  (coreLoadExecutor-2900-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 848325 INFO  (coreLoadExecutor-2900-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 848333 INFO  (coreLoadExecutor-2900-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 848334 WARN  (coreLoadExecutor-2900-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 848335 INFO  (coreLoadExecutor-2900-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 848340 INFO  (coreLoadExecutor-2900-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 848344 INFO  (coreLoadExecutor-2900-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 848346 INFO  (coreLoadExecutor-2900-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 848347 INFO  (coreLoadExecutor-2900-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\collection1'
   [junit4]   2> 848347 INFO  (coreLoadExecutor-2900-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\.\collection1
   [junit4]   2> 848348 INFO  (coreLoadExecutor-2900-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 848348 INFO  (coreLoadExecutor-2900-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\.\collection1\data\]
   [junit4]   2> 848348 INFO  (coreLoadExecutor-2900-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 848348 INFO  (coreLoadExecutor-2900-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\.\collection1\data\
   [junit4]   2> 848348 INFO  (coreLoadExecutor-2900-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\.\collection1\data\index/
   [junit4]   2> 848348 WARN  (coreLoadExecutor-2900-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\.\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 848348 INFO  (coreLoadExecutor-2900-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\.\collection1\data\index
   [junit4]   2> 848349 INFO  (coreLoadExecutor-2900-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=34, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 848349 INFO  (coreLoadExecutor-2900-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3265403c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@407f95a7),segFN=segments_1,generation=1}
   [junit4]   2> 848349 INFO  (coreLoadExecutor-2900-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 848358 INFO  (coreLoadExecutor-2900-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 848359 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\.\collection1\data\
   [junit4]   2> 848360 INFO  (coreLoadExecutor-2900-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 848361 INFO  (coreLoadExecutor-2900-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 848362 INFO  (coreLoadExecutor-2900-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 848363 INFO  (coreLoadExecutor-2900-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 848364 INFO  (coreLoadExecutor-2900-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 848364 INFO  (coreLoadExecutor-2900-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 848364 INFO  (coreLoadExecutor-2900-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 848365 INFO  (coreLoadExecutor-2900-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 848365 INFO  (coreLoadExecutor-2900-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 848367 INFO  (coreLoadExecutor-2900-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 848367 INFO  (coreLoadExecutor-2900-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3265403c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@407f95a7),segFN=segments_1,generation=1}
   [junit4]   2> 848367 INFO  (coreLoadExecutor-2900-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 848367 INFO  (coreLoadExecutor-2900-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@33716158[collection1] main]
   [junit4]   2> 848367 INFO  (coreLoadExecutor-2900-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\collection1\conf
   [junit4]   2> 848367 INFO  (coreLoadExecutor-2900-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\collection1\conf}
   [junit4]   2> 848367 INFO  (coreLoadExecutor-2900-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\collection1\conf
   [junit4]   2> 848368 INFO  (coreLoadExecutor-2900-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 848369 INFO  (coreLoadExecutor-2900-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 848369 INFO  (searcherExecutor-2901-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@33716158[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 848369 INFO  (coreLoadExecutor-2900-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 848521 INFO  (qtp1798150200-5888) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 848522 INFO  (indexFetcher-2905-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 848522 INFO  (indexFetcher-2905-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 848522 INFO  (indexFetcher-2905-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 848529 INFO  (qtp1798150200-5884) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&wt=javabin&version=2&command=filelist} status=0 QTime=6
   [junit4]   2> 848529 INFO  (indexFetcher-2905-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Number of files in latest index in master: 1
   [junit4]   2> 848529 INFO  (indexFetcher-2905-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-002\.\collection1\data\index.20160401135951029
   [junit4]   2> 848530 INFO  (indexFetcher-2905-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 848530 INFO  (indexFetcher-2905-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=21.9326171875, floorSegmentMB=1.5263671875, forceMergeDeletesPctAllowed=3.120997418142042, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 848531 INFO  (indexFetcher-2905-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3265403c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@407f95a7),segFN=segments_1,generation=1}
   [junit4]   2> 848534 INFO  (indexFetcher-2905-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 848534 INFO  (indexFetcher-2905-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 848534 INFO  (indexFetcher-2905-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3265403c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@407f95a7),segFN=segments_1,generation=1}
   [junit4]   2> 848534 INFO  (indexFetcher-2905-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 848534 INFO  (indexFetcher-2905-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 848534 INFO  (indexFetcher-2905-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(RAMDirectory@20debc4d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@55101a4b)
   [junit4]   2> 848535 INFO  (qtp1798150200-5881) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=segments_2&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 848536 INFO  (indexFetcher-2905-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Total time taken for download (fullCopy=false,bytesDownloaded=100) : 0 secs (null bytes/sec) to MockDirectoryWrapper(RAMDirectory@20debc4d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@55101a4b)
   [junit4]   2> 848539 INFO  (indexFetcher-2905-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=16.2158203125, floorSegmentMB=1.4267578125, forceMergeDeletesPctAllowed=9.503816875349296, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 848539 INFO  (indexFetcher-2905-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3265403c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@407f95a7),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3265403c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@407f95a7),segFN=segments_2,generation=2}
   [junit4]   2> 848539 INFO  (indexFetcher-2905-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 848539 INFO  (indexFetcher-2905-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready 

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

chingDirectoryFactory looking to close C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-027\.\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-027\.\collection1\data\index;done=false>>]
   [junit4]   2> 933171 INFO  (coreCloseExecutor-3478-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 933171 INFO  (coreCloseExecutor-3478-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-027\.\collection1\data\index
   [junit4]   2> 933173 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[8D2D54040565AEB6]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6b5d59be{/solr,null,UNAVAILABLE}
   [junit4]   2> 933182 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[8D2D54040565AEB6]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@3ec85c65{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 933182 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[8D2D54040565AEB6]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1535019701
   [junit4]   2> 933184 INFO  (coreCloseExecutor-3480-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@43a2c174
   [junit4]   2> 933184 INFO  (coreCloseExecutor-3480-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 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> 933185 INFO  (coreCloseExecutor-3480-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 933185 INFO  (coreCloseExecutor-3480-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 933185 INFO  (coreCloseExecutor-3480-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 933185 INFO  (coreCloseExecutor-3480-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 933186 INFO  (coreCloseExecutor-3480-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 933186 INFO  (coreCloseExecutor-3480-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-028\.\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-028\.\collection1\data\;done=false>>]
   [junit4]   2> 933186 INFO  (coreCloseExecutor-3480-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 933186 INFO  (coreCloseExecutor-3480-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-028\.\collection1\data\
   [junit4]   2> 933186 INFO  (coreCloseExecutor-3480-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-028\.\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-028\.\collection1\data\index;done=false>>]
   [junit4]   2> 933186 INFO  (coreCloseExecutor-3480-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 933186 INFO  (coreCloseExecutor-3480-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001\solr-instance-028\.\collection1\data\index
   [junit4]   2> 933187 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[8D2D54040565AEB6]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@57ee15d0{/solr,null,UNAVAILABLE}
   [junit4]   2> 933193 INFO  (SUITE-TestReplicationHandler-seed#[8D2D54040565AEB6]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_8D2D54040565AEB6-001
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=3, maxDocsPerChunk=271, blockSize=5), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=3, blockSize=5)), sim=ClassicSimilarity, locale=sr-Latn-ME, timezone=PRT
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=3,threads=1,free=102312528,total=351272960
   [junit4]   2> NOTE: All tests run in this JVM: [TestCollationFieldDocValues, UpdateParamsTest, DistributedFacetPivotLargeTest, TestInitParams, DistributedQueryComponentOptimizationTest, ZkControllerTest, TestTestInjection, TestFreeTextSuggestions, SecurityConfHandlerTest, BadCopyFieldTest, JsonLoaderTest, TestManagedResourceStorage, TestSolrDeletionPolicy1, TestHighlightDedupGrouping, TestFieldCollectionResource, TestCoreContainer, TestEmbeddedSolrServerConstructors, TestStressUserVersions, TestScoreJoinQPNoScore, TestFaceting, TestLFUCache, SSLMigrationTest, TestRandomRequestDistribution, TestLuceneMatchVersion, DocValuesMultiTest, TestPKIAuthenticationPlugin, TestSchemaSimilarityResource, TestUseDocValuesAsStored2, AsyncMigrateRouteKeyTest, TestExtendedDismaxParser, TestLazyCores, SolrCloudExampleTest, TestFieldTypeCollectionResource, TestCollectionAPI, TestIBSimilarityFactory, XsltUpdateRequestHandlerTest, HdfsBasicDistributedZkTest, TestStressLucene, OverseerRolesTest, DeleteReplicaTest, CollectionsAPIAsyncDistributedZkTest, TestConfig, TestComplexPhraseQParserPlugin, OverseerTaskQueueTest, XmlUpdateRequestHandlerTest, TestPerFieldSimilarityWithDefaultOverride, TestDistributedSearch, SpatialFilterTest, CdcrRequestHandlerTest, TestExceedMaxTermLength, ZkCLITest, CloneFieldUpdateProcessorFactoryTest, TestFastLRUCache, TestPostingsSolrHighlighter, TestNoOpRegenerator, CollectionStateFormat2Test, DirectUpdateHandlerTest, TestComponentsName, TestCursorMarkWithoutUniqueKey, WrapperMergePolicyFactoryTest, TestHashQParserPlugin, TestStressVersions, ConcurrentDeleteAndCreateCollectionTest, SuggestComponentContextFilterQueryTest, TestRecoveryHdfs, TestLeaderElectionZkExpiry, HdfsSyncSliceTest, DistributedSpellCheckComponentTest, LeaderElectionTest, TestWordDelimiterFilterFactory, LeaderInitiatedRecoveryOnShardRestartTest, RuleEngineTest, ClusterStateUpdateTest, BigEndianAscendingWordSerializerTest, CachingDirectoryFactoryTest, TestMergePolicyConfig, DistributedDebugComponentTest, HdfsNNFailoverTest, SimpleFacetsTest, TestSweetSpotSimilarityFactory, TestGeoJSONResponseWriter, TestConfigSets, TestMaxScoreQueryParser, TestFieldSortValues, TestReloadAndDeleteDocs, BufferStoreTest, TestBulkSchemaConcurrent, CursorPagingTest, OverriddenZkACLAndCredentialsProvidersTest, TestManagedStopFilterFactory, BadComponentTest, TestCodecSupport, AnalyticsQueryTest, TestJmxMonitoredMap, ClusterStateTest, TestDefaultStatsCache, TestSearcherReuse, DOMUtilTest, CoreAdminCreateDiscoverTest, RegexBoostProcessorTest, SimpleMLTQParserTest, TestReplicationHandler]
   [junit4] Completed [184/584 (1!)] on J0 in 86.57s, 13 tests, 1 failure <<< FAILURES!

[...truncated 1291 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:740: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:684: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build.xml:233: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\common-build.xml:529: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1457: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1014: There were test failures: 584 suites (10 ignored), 2353 tests, 1 failure, 123 ignored (79 assumptions) [seed: 8D2D54040565AEB6]

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