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/03/29 19:40:50 UTC

[JENKINS] Lucene-Solr-6.x-Linux (64bit/jdk1.8.0_72) - Build # 290 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/290/
Java: 64bit/jdk1.8.0_72 -XX:+UseCompressedOops -XX:+UseParallelGC

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

Error Message:
ObjectTracker found 2 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 2 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory]
	at __randomizedtesting.SeedInfo.seed([87977D1AFDF5CA7A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:238)
	at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
	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$7.evaluate(RandomizedRunner.java:834)
	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 11559 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/init-core-data-001
   [junit4]   2> 960303 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestRepeater
   [junit4]   2> 960303 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-001/collection1
   [junit4]   2> 960306 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 960307 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@359627e2{/solr,null,AVAILABLE}
   [junit4]   2> 960312 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.e.j.s.ServerConnector Started ServerConnector@752e5455{HTTP/1.1,[http/1.1]}{127.0.0.1:46780}
   [junit4]   2> 960312 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.e.j.s.Server Started @962326ms
   [junit4]   2> 960312 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-001/collection1/data, hostContext=/solr, hostPort=46780}
   [junit4]   2> 960312 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 960312 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-001'
   [junit4]   2> 960312 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 960312 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 960313 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-001/solr.xml
   [junit4]   2> 960318 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-001/.
   [junit4]   2> 960318 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CoreContainer New CoreContainer 46909904
   [junit4]   2> 960318 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-001]
   [junit4]   2> 960318 WARN  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-001/lib
   [junit4]   2> 960318 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 960320 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 960320 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 960320 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 960320 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 960320 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 960321 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-001/.
   [junit4]   2> 960321 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] 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> 960322 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-001/./collection1
   [junit4]   2> 960322 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 960322 INFO  (coreLoadExecutor-3913-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-001/collection1'
   [junit4]   2> 960322 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 960322 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 960322 INFO  (coreLoadExecutor-3913-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 960322 INFO  (coreLoadExecutor-3913-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 960336 INFO  (coreLoadExecutor-3913-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 960338 INFO  (coreLoadExecutor-3913-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 960354 INFO  (coreLoadExecutor-3913-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 960357 INFO  (coreLoadExecutor-3913-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 960359 INFO  (coreLoadExecutor-3913-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 960361 INFO  (coreLoadExecutor-3913-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-001/collection1'
   [junit4]   2> 960361 INFO  (coreLoadExecutor-3913-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-001/./collection1
   [junit4]   2> 960361 INFO  (coreLoadExecutor-3913-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 960361 INFO  (coreLoadExecutor-3913-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 960361 INFO  (coreLoadExecutor-3913-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 960362 INFO  (coreLoadExecutor-3913-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-001/./collection1/data
   [junit4]   2> 960362 INFO  (coreLoadExecutor-3913-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 960362 WARN  (coreLoadExecutor-3913-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-001/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 960362 INFO  (coreLoadExecutor-3913-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 960362 INFO  (coreLoadExecutor-3913-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.10826303674935521]
   [junit4]   2> 960363 INFO  (coreLoadExecutor-3913-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@19742302 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@bb378a3),segFN=segments_1,generation=1}
   [junit4]   2> 960363 INFO  (coreLoadExecutor-3913-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 960363 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-001/./collection1/data/
   [junit4]   2> 960364 INFO  (coreLoadExecutor-3913-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 960366 INFO  (coreLoadExecutor-3913-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 960366 INFO  (coreLoadExecutor-3913-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 960367 INFO  (coreLoadExecutor-3913-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 960368 INFO  (coreLoadExecutor-3913-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 960368 INFO  (coreLoadExecutor-3913-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 960369 INFO  (coreLoadExecutor-3913-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> 960369 INFO  (coreLoadExecutor-3913-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 960369 INFO  (coreLoadExecutor-3913-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 960369 INFO  (coreLoadExecutor-3913-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 960369 INFO  (coreLoadExecutor-3913-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1611485120, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 960369 INFO  (coreLoadExecutor-3913-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@19742302 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@bb378a3),segFN=segments_1,generation=1}
   [junit4]   2> 960369 INFO  (coreLoadExecutor-3913-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 960369 INFO  (coreLoadExecutor-3913-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@10661410[collection1] main]
   [junit4]   2> 960370 INFO  (coreLoadExecutor-3913-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-001/collection1/conf
   [junit4]   2> 960370 INFO  (coreLoadExecutor-3913-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-001/collection1/conf}
   [junit4]   2> 960370 INFO  (coreLoadExecutor-3913-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-001/collection1/conf
   [junit4]   2> 960370 INFO  (coreLoadExecutor-3913-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 960370 INFO  (coreLoadExecutor-3913-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 960370 INFO  (coreLoadExecutor-3913-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 960370 INFO  (searcherExecutor-3914-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@10661410[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 960370 INFO  (coreLoadExecutor-3913-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 960823 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/collection1
   [junit4]   2> 960825 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 960828 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4e5fe092{/solr,null,AVAILABLE}
   [junit4]   2> 960828 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.e.j.s.ServerConnector Started ServerConnector@6e9ca314{HTTP/1.1,[http/1.1]}{127.0.0.1:43364}
   [junit4]   2> 960828 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.e.j.s.Server Started @962842ms
   [junit4]   2> 960828 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/collection1/data, hostContext=/solr, hostPort=43364}
   [junit4]   2> 960828 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 960828 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002'
   [junit4]   2> 960829 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 960829 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 960829 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/solr.xml
   [junit4]   2> 960840 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/.
   [junit4]   2> 960840 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CoreContainer New CoreContainer 1953768942
   [junit4]   2> 960840 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002]
   [junit4]   2> 960840 WARN  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/lib
   [junit4]   2> 960840 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 960841 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 960842 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 960842 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 960842 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 960842 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 960842 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/.
   [junit4]   2> 960843 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] 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> 960843 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/./collection1
   [junit4]   2> 960843 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 960844 INFO  (coreLoadExecutor-3923-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/collection1'
   [junit4]   2> 960844 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 960844 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 960845 INFO  (coreLoadExecutor-3923-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 960845 INFO  (coreLoadExecutor-3923-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 960852 INFO  (coreLoadExecutor-3923-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 960854 INFO  (coreLoadExecutor-3923-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 960858 INFO  (coreLoadExecutor-3923-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 960861 INFO  (coreLoadExecutor-3923-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 960862 INFO  (coreLoadExecutor-3923-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 960863 INFO  (coreLoadExecutor-3923-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/collection1'
   [junit4]   2> 960863 INFO  (coreLoadExecutor-3923-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/./collection1
   [junit4]   2> 960864 INFO  (coreLoadExecutor-3923-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 960864 INFO  (coreLoadExecutor-3923-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 960864 INFO  (coreLoadExecutor-3923-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 960864 INFO  (coreLoadExecutor-3923-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/./collection1/data
   [junit4]   2> 960864 INFO  (coreLoadExecutor-3923-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 960864 WARN  (coreLoadExecutor-3923-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 960864 INFO  (coreLoadExecutor-3923-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 960864 INFO  (coreLoadExecutor-3923-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.10826303674935521]
   [junit4]   2> 960865 INFO  (coreLoadExecutor-3923-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@7f2e9d83 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@798716df),segFN=segments_1,generation=1}
   [junit4]   2> 960865 INFO  (coreLoadExecutor-3923-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 960865 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/./collection1/data/
   [junit4]   2> 960866 INFO  (coreLoadExecutor-3923-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 960867 INFO  (coreLoadExecutor-3923-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 960867 INFO  (coreLoadExecutor-3923-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 960868 INFO  (coreLoadExecutor-3923-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 960868 INFO  (coreLoadExecutor-3923-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 960869 INFO  (coreLoadExecutor-3923-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 960869 INFO  (coreLoadExecutor-3923-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> 960869 INFO  (coreLoadExecutor-3923-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 960869 INFO  (coreLoadExecutor-3923-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 960869 INFO  (coreLoadExecutor-3923-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 960870 INFO  (coreLoadExecutor-3923-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1611485120, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 960870 INFO  (coreLoadExecutor-3923-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@7f2e9d83 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@798716df),segFN=segments_1,generation=1}
   [junit4]   2> 960870 INFO  (coreLoadExecutor-3923-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 960870 INFO  (coreLoadExecutor-3923-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@bc8a150[collection1] main]
   [junit4]   2> 960870 INFO  (coreLoadExecutor-3923-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/collection1/conf
   [junit4]   2> 960870 INFO  (coreLoadExecutor-3923-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/collection1/conf}
   [junit4]   2> 960870 INFO  (coreLoadExecutor-3923-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/collection1/conf
   [junit4]   2> 960870 INFO  (coreLoadExecutor-3923-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 960872 INFO  (coreLoadExecutor-3923-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 960872 INFO  (searcherExecutor-3924-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@bc8a150[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 960873 INFO  (coreLoadExecutor-3923-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 960874 INFO  (qtp1947330676-8073) [    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> 961349 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@6e9ca314{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 961349 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1953768942
   [junit4]   2> 961349 INFO  (coreCloseExecutor-3929-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7a408687
   [junit4]   2> 961350 INFO  (coreCloseExecutor-3929-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> 961350 INFO  (coreCloseExecutor-3929-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 961350 INFO  (coreCloseExecutor-3929-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 961350 INFO  (coreCloseExecutor-3929-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 961350 INFO  (coreCloseExecutor-3929-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 961350 INFO  (coreCloseExecutor-3929-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 961350 INFO  (coreCloseExecutor-3929-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/./collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/./collection1/data/index;done=false>>]
   [junit4]   2> 961350 INFO  (coreCloseExecutor-3929-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 961350 INFO  (coreCloseExecutor-3929-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/./collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/./collection1/data;done=false>>]
   [junit4]   2> 961350 INFO  (coreCloseExecutor-3929-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/./collection1/data
   [junit4]   2> 961351 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4e5fe092{/solr,null,UNAVAILABLE}
   [junit4]   2> 961352 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 961353 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c8f698a{/solr,null,AVAILABLE}
   [junit4]   2> 961354 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.e.j.s.ServerConnector Started ServerConnector@fd89d26{HTTP/1.1,[http/1.1]}{127.0.0.1:37412}
   [junit4]   2> 961354 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.e.j.s.Server Started @963368ms
   [junit4]   2> 961354 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/collection1/data, hostContext=/solr, hostPort=37412}
   [junit4]   2> 961354 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 961354 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002'
   [junit4]   2> 961354 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 961354 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 961354 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/solr.xml
   [junit4]   2> 961358 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/.
   [junit4]   2> 961358 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CoreContainer New CoreContainer 1020245802
   [junit4]   2> 961358 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002]
   [junit4]   2> 961358 WARN  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/lib
   [junit4]   2> 961358 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 961359 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 961359 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 961359 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 961360 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 961360 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 961360 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/.
   [junit4]   2> 961361 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] 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> 961361 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/./collection1
   [junit4]   2> 961361 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 961361 INFO  (coreLoadExecutor-3936-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/collection1'
   [junit4]   2> 961361 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 961361 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 961361 INFO  (coreLoadExecutor-3936-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 961361 INFO  (coreLoadExecutor-3936-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 961365 INFO  (coreLoadExecutor-3936-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 961367 INFO  (coreLoadExecutor-3936-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 961371 INFO  (coreLoadExecutor-3936-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 961373 INFO  (coreLoadExecutor-3936-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 961374 INFO  (coreLoadExecutor-3936-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 961375 INFO  (coreLoadExecutor-3936-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/collection1'
   [junit4]   2> 961375 INFO  (coreLoadExecutor-3936-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/./collection1
   [junit4]   2> 961375 INFO  (coreLoadExecutor-3936-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 961376 INFO  (coreLoadExecutor-3936-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 961376 INFO  (coreLoadExecutor-3936-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 961376 INFO  (coreLoadExecutor-3936-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/./collection1/data
   [junit4]   2> 961376 INFO  (coreLoadExecutor-3936-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 961376 WARN  (coreLoadExecutor-3936-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 961376 INFO  (coreLoadExecutor-3936-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 961376 INFO  (coreLoadExecutor-3936-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.10826303674935521]
   [junit4]   2> 961377 INFO  (coreLoadExecutor-3936-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@557ba301 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5c351241),segFN=segments_1,generation=1}
   [junit4]   2> 961377 INFO  (coreLoadExecutor-3936-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 961377 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/./collection1/data/
   [junit4]   2> 961378 INFO  (coreLoadExecutor-3936-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 961378 INFO  (coreLoadExecutor-3936-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 961379 INFO  (coreLoadExecutor-3936-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 961379 INFO  (coreLoadExecutor-3936-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 961380 INFO  (coreLoadExecutor-3936-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 961381 INFO  (coreLoadExecutor-3936-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 961381 INFO  (coreLoadExecutor-3936-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> 961381 INFO  (coreLoadExecutor-3936-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 961381 INFO  (coreLoadExecutor-3936-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 961381 INFO  (coreLoadExecutor-3936-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 961381 INFO  (coreLoadExecutor-3936-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1611485120, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 961381 INFO  (coreLoadExecutor-3936-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@557ba301 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5c351241),segFN=segments_1,generation=1}
   [junit4]   2> 961381 INFO  (coreLoadExecutor-3936-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 961381 INFO  (coreLoadExecutor-3936-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@90ec0a8[collection1] main]
   [junit4]   2> 961381 INFO  (coreLoadExecutor-3936-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/collection1/conf
   [junit4]   2> 961381 INFO  (coreLoadExecutor-3936-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/collection1/conf}
   [junit4]   2> 961382 INFO  (coreLoadExecutor-3936-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/collection1/conf
   [junit4]   2> 961382 INFO  (coreLoadExecutor-3936-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 961382 INFO  (coreLoadExecutor-3936-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 961382 INFO  (searcherExecutor-3937-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@90ec0a8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 961382 INFO  (coreLoadExecutor-3936-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 961862 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-003/collection1
   [junit4]   2> 961868 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 961869 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1023879d{/solr,null,AVAILABLE}
   [junit4]   2> 961869 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.e.j.s.ServerConnector Started ServerConnector@4070cf01{HTTP/1.1,[http/1.1]}{127.0.0.1:42741}
   [junit4]   2> 961869 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.e.j.s.Server Started @963884ms
   [junit4]   2> 961869 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-003/collection1/data, hostContext=/solr, hostPort=42741}
   [junit4]   2> 961869 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 961869 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-003'
   [junit4]   2> 961870 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 961870 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 961870 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-003/solr.xml
   [junit4]   2> 961872 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-003/.
   [junit4]   2> 961873 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CoreContainer New CoreContainer 414339414
   [junit4]   2> 961873 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-003]
   [junit4]   2> 961873 WARN  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-003/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-003/lib
   [junit4]   2> 961873 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 961874 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 961874 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 961874 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 961874 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 961874 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 961875 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-003/.
   [junit4]   2> 961875 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] 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> 961875 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-003/./collection1
   [junit4]   2> 961875 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 961876 INFO  (coreLoadExecutor-3946-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-003/collection1'
   [junit4]   2> 961876 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 961876 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 961876 INFO  (coreLoadExecutor-3946-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 961876 INFO  (coreLoadExecutor-3946-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 961879 INFO  (coreLoadExecutor-3946-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 961881 INFO  (coreLoadExecutor-3946-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 961885 INFO  (coreLoadExecutor-3946-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 961887 INFO  (coreLoadExecutor-3946-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 961889 INFO  (coreLoadExecutor-3946-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 961889 INFO  (coreLoadExecutor-3946-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-003/collection1'
   [junit4]   2> 961889 INFO  (coreLoadExecutor-3946-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-003/./collection1
   [junit4]   2> 961890 INFO  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 961890 INFO  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-003/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-003/./collection1/data/]
   [junit4]   2> 961890 INFO  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 961890 INFO  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-003/./collection1/data
   [junit4]   2> 961890 INFO  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-003/./collection1/data/index/
   [junit4]   2> 961890 WARN  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-003/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 961890 INFO  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-003/./collection1/data/index
   [junit4]   2> 961890 INFO  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.10826303674935521]
   [junit4]   2> 961891 INFO  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@537cf36 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@29a75183),segFN=segments_1,generation=1}
   [junit4]   2> 961891 INFO  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 961891 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-003/./collection1/data/
   [junit4]   2> 961892 INFO  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 961892 INFO  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 961893 INFO  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 961893 INFO  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 961894 INFO  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 961894 INFO  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 961894 INFO  (coreLoadExecutor-3946-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> 961895 INFO  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 961895 INFO  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 961895 INFO  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 961895 INFO  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1611485120, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 961895 INFO  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@537cf36 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@29a75183),segFN=segments_1,generation=1}
   [junit4]   2> 961895 INFO  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 961895 INFO  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2b51af50[collection1] main]
   [junit4]   2> 961895 INFO  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-003/collection1/conf
   [junit4]   2> 961895 INFO  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-003/collection1/conf}
   [junit4]   2> 961895 INFO  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-003/collection1/conf
   [junit4]   2> 961896 INFO  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 961896 WARN  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 961896 INFO  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler  No value set for 'pollInterval'. Timer Task not started.
   [junit4]   2> 961896 INFO  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml
   [junit4]   2> 961896 INFO  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 961897 INFO  (searcherExecutor-3947-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2b51af50[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 961897 INFO  (coreLoadExecutor-3946-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 962378 INFO  (qtp1947330676-8074) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0]} 0 0
   [junit4]   2> 962379 INFO  (qtp1947330676-8073) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 962381 INFO  (qtp1947330676-8068) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 962382 INFO  (qtp1947330676-8069) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 962383 INFO  (qtp1947330676-8069) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@19742302 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@bb378a3),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@19742302 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@bb378a3),segFN=segments_2,generation=2}
   [junit4]   2> 962383 INFO  (qtp1947330676-8069) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 962384 INFO  (qtp1947330676-8069) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@70dc8220[collection1] main]
   [junit4]   2> 962384 INFO  (qtp1947330676-8069) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 962384 INFO  (searcherExecutor-3914-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@70dc8220[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.1.0):C3)))}
   [junit4]   2> 962384 INFO  (qtp1947330676-8069) [    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 2
   [junit4]   2> 962386 WARN  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 962387 INFO  (qtp1947330676-8073) [    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> 962387 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 962387 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 962387 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 962390 INFO  (qtp1947330676-8068) [    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=1
   [junit4]   2> 962390 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Number of files in latest index in master: 10
   [junit4]   2> 962390 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-003/./collection1/data/index.20160330012249343
   [junit4]   2> 962391 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 962391 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 962391 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@537cf36 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@29a75183),segFN=segments_1,generation=1}
   [junit4]   2> 962391 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 962392 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 962392 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@537cf36 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@29a75183),segFN=segments_1,generation=1}
   [junit4]   2> 962392 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 962392 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 962392 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(RAMDirectory@5b0ff4b5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@44301987)
   [junit4]   2> 962404 INFO  (qtp1947330676-8069) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 962406 INFO  (qtp1947330676-8070) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene50_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 962408 INFO  (qtp1947330676-8073) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene50_0.tim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 962410 INFO  (qtp1947330676-8068) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 962412 INFO  (qtp1947330676-8069) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 962413 INFO  (qtp1947330676-8070) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene50_0.tip&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 962415 INFO  (qtp1947330676-8073) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 962417 INFO  (qtp1947330676-8068) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 962419 INFO  (qtp1947330676-8069) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 962421 INFO  (qtp1947330676-8070) [    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> 962422 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Total time taken for download (fullCopy=false,bytesDownloaded=1688) : 0 secs (null bytes/sec) to MockDirectoryWrapper(RAMDirectory@5b0ff4b5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@44301987)
   [junit4]   2> 962422 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 962423 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=2
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@537cf36 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@29a75183),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@537cf36 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@29a75183),segFN=segments_2,generation=2}
   [junit4]   2> 962423 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 962423 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 962423 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@57628734[collection1] main]
   [junit4]   2> 962423 INFO  (searcherExecutor-3947-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@57628734[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.1.0):C3)))}
   [junit4]   2> 962423 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-003/./collection1/data/index.20160330012249343 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-003/./collection1/data/index.20160330012249343;done=true>>]
   [junit4]   2> 962423 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-003/./collection1/data/index.20160330012249343
   [junit4]   2> 962423 INFO  (qtp1179570216-8127) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={wait=true&masterUrl=http://127.0.0.1:46780/solr/collection1/replication&command=fetchindex} status=0 QTime=37
   [junit4]   2> 962425 INFO  (qtp1179570216-8129) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=*:*&sort=id+desc&wt=javabin&version=2} hits=3 status=0 QTime=0
   [junit4]   2> 962425 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.h.TestReplicationHandler Waited for 0ms and found 3 docs
   [junit4]   2> 962426 WARN  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 962427 INFO  (qtp1179570216-8127) [    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> 962428 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 962428 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 962428 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 962429 INFO  (qtp1179570216-8123) [    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=0
   [junit4]   2> 962429 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Number of files in latest index in master: 10
   [junit4]   2> 962430 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-002/./collection1/data/index.20160330012249382
   [junit4]   2> 962430 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 962430 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 962430 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@557ba301 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5c351241),segFN=segments_1,generation=1}
   [junit4]   2> 962431 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 962431 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 962431 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@557ba301 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5c351241),segFN=segments_1,generation=1}
   [junit4]   2> 962431 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 962431 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 962431 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(RAMDirectory@45cd85a0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1043fcbc)
   [junit4]   2> 962432 INFO  (qtp1179570216-8129) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 962434 INFO  (qtp1179570216-8124) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene50_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 962437 INFO  (qtp1179570216-8127) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene50_0.tim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 962438 INFO  (qtp1179570216-8123) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 962440 INFO  (qtp1179570216-8129) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 962442 INFO  (qtp1179570216-8124) [    x

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

plicationHandler.testEmptyCommits-seed#[87977D1AFDF5CA7A]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1987783724
   [junit4]   2> 1049184 INFO  (coreCloseExecutor-4540-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3d1a2a64
   [junit4]   2> 1049184 INFO  (coreCloseExecutor-4540-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> 1049184 INFO  (coreCloseExecutor-4540-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1049184 INFO  (coreCloseExecutor-4540-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1049184 INFO  (coreCloseExecutor-4540-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1049184 INFO  (coreCloseExecutor-4540-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1049184 INFO  (coreCloseExecutor-4540-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1049184 INFO  (coreCloseExecutor-4540-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-028/./collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-028/./collection1/data;done=false>>]
   [junit4]   2> 1049184 INFO  (coreCloseExecutor-4540-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-028/./collection1/data
   [junit4]   2> 1049185 INFO  (coreCloseExecutor-4540-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-028/./collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-028/./collection1/data/index;done=false>>]
   [junit4]   2> 1049185 INFO  (coreCloseExecutor-4540-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_87977D1AFDF5CA7A-001/solr-instance-028/./collection1/data/index
   [junit4]   2> 1049186 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[87977D1AFDF5CA7A]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3ab486c1{/solr,null,UNAVAILABLE}
   [junit4]   2> 1049187 INFO  (SUITE-TestReplicationHandler-seed#[87977D1AFDF5CA7A]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> ObjectTracker found 2 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory]
   [junit4]   2> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
   [junit4]   2> 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]   2> 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:351)
   [junit4]   2> 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:386)
   [junit4]   2> 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:270)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:387)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$1.run(ReplicationHandler.java:275)
   [junit4]   2> 
   [junit4]   2> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
   [junit4]   2> 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]   2> 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:351)
   [junit4]   2> 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:386)
   [junit4]   2> 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:270)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:387)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$1.run(ReplicationHandler.java:275)
   [junit4]   2> 
   [junit4]   2> NOTE: test params are: codec=Lucene60, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=ar-EG, timezone=Asia/Harbin
   [junit4]   2> NOTE: Linux 4.2.0-34-generic amd64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=12,threads=1,free=195428624,total=523763712
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsRecoverLeaseTest, TestIndexSearcher, TestFuzzyAnalyzedSuggestions, ClusterStateTest, TestDynamicFieldResource, XmlUpdateRequestHandlerTest, TestCoreDiscovery, TlogReplayBufferedWhileIndexingTest, TestRawResponseWriter, QueryParsingTest, DateMathParserTest, TestSolrXml, FullHLLTest, TestUtils, TestSearchPerf, ScriptEngineTest, WrapperMergePolicyFactoryTest, TestRecovery, TestPostingsSolrHighlighter, TestCloudSchemaless, SearchHandlerTest, BadCopyFieldTest, FieldAnalysisRequestHandlerTest, TestChildDocTransformer, TestSolrConfigHandlerConcurrent, TestAddFieldRealTimeGet, DirectSolrConnectionTest, OverseerTest, CleanupOldIndexTest, PrimitiveFieldTypeTest, BlockJoinFacetDistribTest, CollectionStateFormat2Test, TestDownShardTolerantSearch, TestStandardQParsers, RegexBoostProcessorTest, TestGroupingSearch, TestCSVResponseWriter, DocValuesMissingTest, CoreMergeIndexesAdminHandlerTest, TestExtendedDismaxParser, TestStressReorder, NoCacheHeaderTest, HdfsDirectoryTest, SmileWriterTest, HardAutoCommitTest, TestSolrJ, SpatialHeatmapFacetsTest, AnalyticsMergeStrategyTest, TestWriterPerf, StatsComponentTest, FieldMutatingUpdateProcessorTest, HdfsDirectoryFactoryTest, TestReloadDeadlock, SSLMigrationTest, TestSchemaResource, ShowFileRequestHandlerTest, TestRestManager, LeaderElectionTest, TestSort, TestSuggestSpellingConverter, TestRuleBasedAuthorizationPlugin, TestJmxIntegration, GraphQueryTest, UpdateParamsTest, ClassificationUpdateProcessorFactoryTest, BigEndianAscendingWordSerializerTest, AnalysisErrorHandlingTest, LukeRequestHandlerTest, TestRequestStatusCollectionAPI, DirectUpdateHandlerTest, ConjunctionSolrSpellCheckerTest, TestClassicSimilarityFactory, TestRestoreCore, LeaderInitiatedRecoveryOnCommitTest, TestPHPSerializedResponseWriter, TestPerFieldSimilarityClassic, TestTrackingShardHandlerFactory, TestShardHandlerFactory, TestJettySolrRunner, DistributedFacetPivotLargeTest, TestSolrQueryParser, TestExactStatsCache, TestSerializedLuceneMatchVersion, TestFileDictionaryLookup, TestDistributedMissingSort, PKIAuthenticationIntegrationTest, TestSortingResponseWriter, DistribJoinFromCollectionTest, TermVectorComponentDistributedTest, TestConfigSetImmutable, BaseCdcrDistributedZkTest, BadComponentTest, ConnectionManagerTest, DistributedQueryComponentOptimizationTest, TestReversedWildcardFilterFactory, TestDocBasedVersionConstraints, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest, TestReplicationHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandler -Dtests.seed=87977D1AFDF5CA7A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar-EG -Dtests.timezone=Asia/Harbin -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J2 | TestReplicationHandler (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 2 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([87977D1AFDF5CA7A]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:238)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [313/585 (1!)] on J2 in 88.94s, 13 tests, 1 failure <<< FAILURES!

[...truncated 931 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/common-build.xml:529: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1014: There were test failures: 585 suites (10 ignored), 2364 tests, 1 suite-level error, 115 ignored (70 assumptions) [seed: 87977D1AFDF5CA7A]

Total time: 58 minutes 40 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