Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15868/
Java: 32bit/jdk1.8.0_72 -server -XX:+UseSerialGC

3 tests failed.
FAILED:  
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication

Error Message:
Index: 0, Size: 0

Stack Trace:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at 
__randomizedtesting.SeedInfo.seed([99796CDE3C4BE8B2:6E0A8286FAA34754]:0)
        at java.util.ArrayList.rangeCheck(ArrayList.java:653)
        at java.util.ArrayList.get(ArrayList.java:429)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication(TestReplicationHandler.java:1241)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.cloud.TestSegmentTerminateEarlyState.initializationError

Error Message:
Test class should have exactly one public constructor

Stack Trace:
java.lang.Exception: Test class should have exactly one public constructor
        at 
org.junit.runners.BlockJUnit4ClassRunner.validateOnlyOneConstructor(BlockJUnit4ClassRunner.java:131)
        at 
org.junit.runners.BlockJUnit4ClassRunner.validateConstructor(BlockJUnit4ClassRunner.java:120)
        at 
org.junit.runners.BlockJUnit4ClassRunner.collectInitializationErrors(BlockJUnit4ClassRunner.java:101)
        at org.junit.runners.ParentRunner.validate(ParentRunner.java:344)
        at org.junit.runners.ParentRunner.<init>(ParentRunner.java:74)
        at 
org.junit.runners.BlockJUnit4ClassRunner.<init>(BlockJUnit4ClassRunner.java:55)
        at 
org.junit.internal.builders.JUnit4Builder.runnerForClass(JUnit4Builder.java:13)
        at 
org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:57)
        at 
org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:29)
        at 
org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:57)
        at 
org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:24)
        at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:238)
        at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:354)
        at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:10)


FAILED:  
org.apache.solr.cloud.TestSegmentTerminateEarlyState.initializationError

Error Message:
No runnable methods

Stack Trace:
java.lang.Exception: No runnable methods
        at 
org.junit.runners.BlockJUnit4ClassRunner.validateInstanceMethods(BlockJUnit4ClassRunner.java:166)
        at 
org.junit.runners.BlockJUnit4ClassRunner.collectInitializationErrors(BlockJUnit4ClassRunner.java:102)
        at org.junit.runners.ParentRunner.validate(ParentRunner.java:344)
        at org.junit.runners.ParentRunner.<init>(ParentRunner.java:74)
        at 
org.junit.runners.BlockJUnit4ClassRunner.<init>(BlockJUnit4ClassRunner.java:55)
        at 
org.junit.internal.builders.JUnit4Builder.runnerForClass(JUnit4Builder.java:13)
        at 
org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:57)
        at 
org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:29)
        at 
org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:57)
        at 
org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:24)
        at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:238)
        at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:354)
        at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:10)




Build Log:
[...truncated 11153 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/init-core-data-001
   [junit4]   2> 707340 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestReplicateAfterCoreReload
   [junit4]   2> 707341 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/collection1
   [junit4]   2> 707345 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 707347 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1793f6c{/solr,null,AVAILABLE}
   [junit4]   2> 707348 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.e.j.s.ServerConnector Started 
ServerConnector@49c71c{HTTP/1.1}{127.0.0.1:58116}
   [junit4]   2> 707348 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.e.j.s.Server Started @708887ms
   [junit4]   2> 707348 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/collection1/data,
 hostContext=/solr, hostPort=58116}
   [junit4]   2> 707348 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 707348 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001'
   [junit4]   2> 707349 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 707349 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not 
find system property or JNDI)
   [junit4]   2> 707349 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/solr.xml
   [junit4]   2> 707353 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/.
   [junit4]   2> 707353 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CoreContainer New CoreContainer 22010933
   [junit4]   2> 707353 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001]
   [junit4]   2> 707353 WARN  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/lib
   [junit4]   2> 707353 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] 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> 707354 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 707354 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 707354 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 707354 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 707355 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 707355 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/.
   [junit4]   2> 707356 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] 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> 707356 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/./collection1
   [junit4]   2> 707356 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 707356 INFO  (coreLoadExecutor-2515-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/collection1'
   [junit4]   2> 707357 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 707357 INFO  (coreLoadExecutor-2515-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 707357 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 707357 INFO  (coreLoadExecutor-2515-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 707364 INFO  (coreLoadExecutor-2515-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 707366 INFO  (coreLoadExecutor-2515-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 707370 INFO  (coreLoadExecutor-2515-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 707373 INFO  (coreLoadExecutor-2515-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 707375 INFO  (coreLoadExecutor-2515-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 707377 INFO  (coreLoadExecutor-2515-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-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/collection1'
   [junit4]   2> 707377 INFO  (coreLoadExecutor-2515-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/./collection1
   [junit4]   2> 707377 INFO  (coreLoadExecutor-2515-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 707378 INFO  (coreLoadExecutor-2515-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 707378 INFO  (coreLoadExecutor-2515-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 707378 INFO  (coreLoadExecutor-2515-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/./collection1/data
   [junit4]   2> 707379 INFO  (coreLoadExecutor-2515-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 707379 WARN  (coreLoadExecutor-2515-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/./collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 707379 INFO  (coreLoadExecutor-2515-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 707380 INFO  (coreLoadExecutor-2515-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=29, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=37.24609375, 
floorSegmentMB=0.3974609375, forceMergeDeletesPctAllowed=23.57611851194108, 
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.35671378050672287
   [junit4]   2> 707380 INFO  (coreLoadExecutor-2515-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e419ae 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1877b78),segFN=segments_1,generation=1}
   [junit4]   2> 707380 INFO  (coreLoadExecutor-2515-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 707380 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-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/./collection1/data/
   [junit4]   2> 707382 INFO  (coreLoadExecutor-2515-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 707383 INFO  (coreLoadExecutor-2515-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 707384 INFO  (coreLoadExecutor-2515-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 707385 INFO  (coreLoadExecutor-2515-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 707386 INFO  (coreLoadExecutor-2515-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 707390 INFO  (coreLoadExecutor-2515-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 707390 INFO  (coreLoadExecutor-2515-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> 707390 INFO  (coreLoadExecutor-2515-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 707390 INFO  (coreLoadExecutor-2515-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 707390 INFO  (coreLoadExecutor-2515-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 707391 INFO  (coreLoadExecutor-2515-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=0.759765625, 
floorSegmentMB=0.478515625, forceMergeDeletesPctAllowed=29.693701474989023, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6060112204068292
   [junit4]   2> 707391 INFO  (coreLoadExecutor-2515-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e419ae 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1877b78),segFN=segments_1,generation=1}
   [junit4]   2> 707391 INFO  (coreLoadExecutor-2515-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 707391 INFO  (coreLoadExecutor-2515-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e4fb98[collection1] 
main]
   [junit4]   2> 707391 INFO  (coreLoadExecutor-2515-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/collection1/conf
   [junit4]   2> 707391 INFO  (coreLoadExecutor-2515-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/collection1/conf}
   [junit4]   2> 707391 INFO  (coreLoadExecutor-2515-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/collection1/conf
   [junit4]   2> 707392 INFO  (coreLoadExecutor-2515-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 707392 INFO  (coreLoadExecutor-2515-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following 
config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 707392 INFO  (coreLoadExecutor-2515-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 707392 INFO  
(searcherExecutor-2516-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1e4fb98[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 707392 INFO  (coreLoadExecutor-2515-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 707858 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/collection1
   [junit4]   2> 707860 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 707868 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@54139d{/solr,null,AVAILABLE}
   [junit4]   2> 707868 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.e.j.s.ServerConnector Started 
ServerConnector@16b19fa{HTTP/1.1}{127.0.0.1:34967}
   [junit4]   2> 707868 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.e.j.s.Server Started @709407ms
   [junit4]   2> 707868 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/collection1/data,
 hostContext=/solr, hostPort=34967}
   [junit4]   2> 707868 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 707868 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002'
   [junit4]   2> 707869 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 707869 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not 
find system property or JNDI)
   [junit4]   2> 707869 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/solr.xml
   [junit4]   2> 707872 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/.
   [junit4]   2> 707872 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CoreContainer New CoreContainer 25815
   [junit4]   2> 707872 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002]
   [junit4]   2> 707873 WARN  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/lib
   [junit4]   2> 707873 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] 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> 707874 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 707874 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 707874 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 707874 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 707874 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 707875 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/.
   [junit4]   2> 707875 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] 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> 707875 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/./collection1
   [junit4]   2> 707875 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 707876 INFO  (coreLoadExecutor-2525-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/collection1'
   [junit4]   2> 707876 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 707876 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 707876 INFO  (coreLoadExecutor-2525-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 707876 INFO  (coreLoadExecutor-2525-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 707881 INFO  (coreLoadExecutor-2525-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 707883 INFO  (coreLoadExecutor-2525-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 707887 INFO  (coreLoadExecutor-2525-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 707890 INFO  (coreLoadExecutor-2525-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 707892 INFO  (coreLoadExecutor-2525-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 707893 INFO  (coreLoadExecutor-2525-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-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/collection1'
   [junit4]   2> 707893 INFO  (coreLoadExecutor-2525-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/./collection1
   [junit4]   2> 707893 INFO  (coreLoadExecutor-2525-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 707894 INFO  (coreLoadExecutor-2525-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 707894 INFO  (coreLoadExecutor-2525-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 707894 INFO  (coreLoadExecutor-2525-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/./collection1/data
   [junit4]   2> 707894 INFO  (coreLoadExecutor-2525-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 707895 WARN  (coreLoadExecutor-2525-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/./collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 707895 INFO  (coreLoadExecutor-2525-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 707895 INFO  (coreLoadExecutor-2525-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=29, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=37.24609375, 
floorSegmentMB=0.3974609375, forceMergeDeletesPctAllowed=23.57611851194108, 
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.35671378050672287
   [junit4]   2> 707895 INFO  (coreLoadExecutor-2525-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@7234e 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a04487),segFN=segments_1,generation=1}
   [junit4]   2> 707895 INFO  (coreLoadExecutor-2525-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 707895 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-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/./collection1/data/
   [junit4]   2> 707896 INFO  (coreLoadExecutor-2525-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 707897 INFO  (coreLoadExecutor-2525-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 707898 INFO  (coreLoadExecutor-2525-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 707898 INFO  (coreLoadExecutor-2525-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 707899 INFO  (coreLoadExecutor-2525-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 707899 INFO  (coreLoadExecutor-2525-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 707899 INFO  (coreLoadExecutor-2525-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> 707899 INFO  (coreLoadExecutor-2525-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 707900 INFO  (coreLoadExecutor-2525-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 707900 INFO  (coreLoadExecutor-2525-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 707900 INFO  (coreLoadExecutor-2525-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=0.759765625, 
floorSegmentMB=0.478515625, forceMergeDeletesPctAllowed=29.693701474989023, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6060112204068292
   [junit4]   2> 707900 INFO  (coreLoadExecutor-2525-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@7234e 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a04487),segFN=segments_1,generation=1}
   [junit4]   2> 707900 INFO  (coreLoadExecutor-2525-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 707900 INFO  (coreLoadExecutor-2525-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@cdadf6[collection1] 
main]
   [junit4]   2> 707900 INFO  (coreLoadExecutor-2525-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/collection1/conf
   [junit4]   2> 707900 INFO  (coreLoadExecutor-2525-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/collection1/conf}
   [junit4]   2> 707900 INFO  (coreLoadExecutor-2525-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/collection1/conf
   [junit4]   2> 707901 INFO  (coreLoadExecutor-2525-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 707902 INFO  (coreLoadExecutor-2525-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 
1000ms
   [junit4]   2> 707902 INFO  
(searcherExecutor-2526-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@cdadf6[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 707903 INFO  (coreLoadExecutor-2525-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 707904 INFO  (qtp6754614-6316) [    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> 708377 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.e.j.s.ServerConnector Stopped 
ServerConnector@16b19fa{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 708378 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=25815
   [junit4]   2> 708378 INFO  (coreCloseExecutor-2531-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1bb1158
   [junit4]   2> 708378 INFO  (coreCloseExecutor-2531-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> 708378 INFO  (coreCloseExecutor-2531-thread-1) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 708378 INFO  (coreCloseExecutor-2531-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 708378 INFO  (coreCloseExecutor-2531-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 708378 INFO  (coreCloseExecutor-2531-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 708378 INFO  (coreCloseExecutor-2531-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 
directories currently being tracked
   [junit4]   2> 708378 INFO  (coreCloseExecutor-2531-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/./collection1/data/index
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/./collection1/data/index;done=false>>]
   [junit4]   2> 708379 INFO  (coreCloseExecutor-2531-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 708379 INFO  (coreCloseExecutor-2531-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/./collection1/data
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/./collection1/data;done=false>>]
   [junit4]   2> 708379 INFO  (coreCloseExecutor-2531-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/./collection1/data
   [junit4]   2> 708379 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@54139d{/solr,null,UNAVAILABLE}
   [junit4]   2> 708385 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.e.j.s.ServerConnector Stopped 
ServerConnector@49c71c{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 708385 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=22010933
   [junit4]   2> 708385 INFO  (coreCloseExecutor-2532-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@157d826
   [junit4]   2> 708386 INFO  (coreCloseExecutor-2532-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> 708386 INFO  (coreCloseExecutor-2532-thread-1) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 708386 INFO  (coreCloseExecutor-2532-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 708386 INFO  (coreCloseExecutor-2532-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 708386 INFO  (coreCloseExecutor-2532-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 708386 INFO  (coreCloseExecutor-2532-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 
directories currently being tracked
   [junit4]   2> 708386 INFO  (coreCloseExecutor-2532-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/./collection1/data/index
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/./collection1/data/index;done=false>>]
   [junit4]   2> 708386 INFO  (coreCloseExecutor-2532-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 708386 INFO  (coreCloseExecutor-2532-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/./collection1/data
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/./collection1/data;done=false>>]
   [junit4]   2> 708386 INFO  (coreCloseExecutor-2532-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/./collection1/data
   [junit4]   2> 708387 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1793f6c{/solr,null,UNAVAILABLE}
   [junit4]   2> 708391 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 708392 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1d4839c{/solr,null,AVAILABLE}
   [junit4]   2> 708394 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.e.j.s.ServerConnector Started 
ServerConnector@11a0f22{HTTP/1.1}{127.0.0.1:39051}
   [junit4]   2> 708394 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.e.j.s.Server Started @709933ms
   [junit4]   2> 708394 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/collection1/data,
 hostContext=/solr, hostPort=39051}
   [junit4]   2> 708394 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 708394 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001'
   [junit4]   2> 708394 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 708394 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not 
find system property or JNDI)
   [junit4]   2> 708395 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/solr.xml
   [junit4]   2> 708398 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/.
   [junit4]   2> 708398 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CoreContainer New CoreContainer 1207532
   [junit4]   2> 708398 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001]
   [junit4]   2> 708398 WARN  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/lib
   [junit4]   2> 708398 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] 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> 708399 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 708399 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 708399 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 708399 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 708399 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 708400 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/.
   [junit4]   2> 708401 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] 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> 708401 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/./collection1
   [junit4]   2> 708401 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 708401 INFO  (coreLoadExecutor-2538-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/collection1'
   [junit4]   2> 708401 INFO  (coreLoadExecutor-2538-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 708401 INFO  (coreLoadExecutor-2538-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 708401 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 708401 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 708406 INFO  (coreLoadExecutor-2538-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 708414 INFO  (coreLoadExecutor-2538-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 708419 INFO  (coreLoadExecutor-2538-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 708420 INFO  (coreLoadExecutor-2538-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 708421 INFO  (coreLoadExecutor-2538-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 708422 INFO  (coreLoadExecutor-2538-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-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/collection1'
   [junit4]   2> 708422 INFO  (coreLoadExecutor-2538-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/./collection1
   [junit4]   2> 708422 INFO  (coreLoadExecutor-2538-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 708423 INFO  (coreLoadExecutor-2538-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 708423 INFO  (coreLoadExecutor-2538-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 708423 INFO  (coreLoadExecutor-2538-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/./collection1/data
   [junit4]   2> 708424 INFO  (coreLoadExecutor-2538-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 708424 WARN  (coreLoadExecutor-2538-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/./collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 708424 INFO  (coreLoadExecutor-2538-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 708424 INFO  (coreLoadExecutor-2538-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=29, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=37.24609375, 
floorSegmentMB=0.3974609375, forceMergeDeletesPctAllowed=23.57611851194108, 
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.35671378050672287
   [junit4]   2> 708424 INFO  (coreLoadExecutor-2538-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@be22d0 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@186e1c6),segFN=segments_1,generation=1}
   [junit4]   2> 708424 INFO  (coreLoadExecutor-2538-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 708425 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-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/./collection1/data/
   [junit4]   2> 708426 INFO  (coreLoadExecutor-2538-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 708427 INFO  (coreLoadExecutor-2538-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 708427 INFO  (coreLoadExecutor-2538-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 708428 INFO  (coreLoadExecutor-2538-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 708428 INFO  (coreLoadExecutor-2538-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 708430 INFO  (coreLoadExecutor-2538-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 708430 INFO  (coreLoadExecutor-2538-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> 708430 INFO  (coreLoadExecutor-2538-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 708430 INFO  (coreLoadExecutor-2538-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 708430 INFO  (coreLoadExecutor-2538-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 708431 INFO  (coreLoadExecutor-2538-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=0.759765625, 
floorSegmentMB=0.478515625, forceMergeDeletesPctAllowed=29.693701474989023, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6060112204068292
   [junit4]   2> 708431 INFO  (coreLoadExecutor-2538-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@be22d0 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@186e1c6),segFN=segments_1,generation=1}
   [junit4]   2> 708431 INFO  (coreLoadExecutor-2538-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 708431 INFO  (coreLoadExecutor-2538-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1239d3f[collection1] 
main]
   [junit4]   2> 708431 INFO  (coreLoadExecutor-2538-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/collection1/conf
   [junit4]   2> 708431 INFO  (coreLoadExecutor-2538-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/collection1/conf}
   [junit4]   2> 708431 INFO  (coreLoadExecutor-2538-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-001/collection1/conf
   [junit4]   2> 708431 INFO  (coreLoadExecutor-2538-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 708431 INFO  (coreLoadExecutor-2538-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following 
config files: schema.xml
   [junit4]   2> 708431 INFO  (coreLoadExecutor-2538-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 708431 INFO  
(searcherExecutor-2539-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1239d3f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 708432 INFO  (coreLoadExecutor-2538-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 708903 INFO  (qtp7955316-6358) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 708903 INFO  (qtp7955316-6358) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
   [junit4]   2> 708905 INFO  (qtp7955316-6359) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 708905 INFO  (qtp7955316-6359) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@be22d0 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@186e1c6),segFN=segments_1,generation=1}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@be22d0 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@186e1c6),segFN=segments_2,generation=2}
   [junit4]   2> 708906 INFO  (qtp7955316-6359) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 708906 INFO  (qtp7955316-6359) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@70dde8[collection1] main]
   [junit4]   2> 708906 INFO  (qtp7955316-6359) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 708906 INFO  
(searcherExecutor-2539-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@70dde8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 708906 INFO  (qtp7955316-6359) [    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 1
   [junit4]   2> 708908 INFO  (qtp7955316-6360) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=*:*&sort=id+desc&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 708908 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.h.TestReplicationHandler Waited for 0ms and found 0 docs
   [junit4]   2> 708911 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 708912 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@13deb12{/solr,null,AVAILABLE}
   [junit4]   2> 708912 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.e.j.s.ServerConnector Started 
ServerConnector@1a161d2{HTTP/1.1}{127.0.0.1:35673}
   [junit4]   2> 708912 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.e.j.s.Server Started @710451ms
   [junit4]   2> 708912 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/collection1/data,
 hostContext=/solr, hostPort=35673}
   [junit4]   2> 708912 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 708912 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002'
   [junit4]   2> 708912 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 708913 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not 
find system property or JNDI)
   [junit4]   2> 708913 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/solr.xml
   [junit4]   2> 708915 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/.
   [junit4]   2> 708915 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CoreContainer New CoreContainer 25922470
   [junit4]   2> 708915 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002]
   [junit4]   2> 708915 WARN  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/lib
   [junit4]   2> 708916 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] 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> 708916 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 708917 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 708917 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 708917 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 708917 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 708917 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/.
   [junit4]   2> 708918 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] 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> 708918 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/./collection1
   [junit4]   2> 708918 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 708918 INFO  (coreLoadExecutor-2548-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/collection1'
   [junit4]   2> 708919 INFO  (coreLoadExecutor-2548-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 708919 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 708919 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 708919 INFO  (coreLoadExecutor-2548-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 708923 INFO  (coreLoadExecutor-2548-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 708925 INFO  (coreLoadExecutor-2548-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 708929 INFO  (coreLoadExecutor-2548-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 708938 INFO  (coreLoadExecutor-2548-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 708940 INFO  (coreLoadExecutor-2548-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 708940 INFO  (coreLoadExecutor-2548-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-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/collection1'
   [junit4]   2> 708940 INFO  (coreLoadExecutor-2548-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/./collection1
   [junit4]   2> 708940 INFO  (coreLoadExecutor-2548-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 708941 INFO  (coreLoadExecutor-2548-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 708941 INFO  (coreLoadExecutor-2548-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 708941 INFO  (coreLoadExecutor-2548-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/./collection1/data
   [junit4]   2> 708942 INFO  (coreLoadExecutor-2548-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 708942 WARN  (coreLoadExecutor-2548-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/./collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 708942 INFO  (coreLoadExecutor-2548-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 708942 INFO  (coreLoadExecutor-2548-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=29, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=37.24609375, 
floorSegmentMB=0.3974609375, forceMergeDeletesPctAllowed=23.57611851194108, 
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.35671378050672287
   [junit4]   2> 708942 INFO  (coreLoadExecutor-2548-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1183d2f 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12d6996),segFN=segments_1,generation=1}
   [junit4]   2> 708942 INFO  (coreLoadExecutor-2548-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 708943 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-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/./collection1/data/
   [junit4]   2> 708943 INFO  (coreLoadExecutor-2548-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 708944 INFO  (coreLoadExecutor-2548-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 708945 INFO  (coreLoadExecutor-2548-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 708946 INFO  (coreLoadExecutor-2548-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 708946 INFO  (coreLoadExecutor-2548-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 708947 INFO  (coreLoadExecutor-2548-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 708947 INFO  (coreLoadExecutor-2548-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> 708947 INFO  (coreLoadExecutor-2548-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 708948 INFO  (coreLoadExecutor-2548-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 708948 INFO  (coreLoadExecutor-2548-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 708948 INFO  (coreLoadExecutor-2548-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=0.759765625, 
floorSegmentMB=0.478515625, forceMergeDeletesPctAllowed=29.693701474989023, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6060112204068292
   [junit4]   2> 708948 INFO  (coreLoadExecutor-2548-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1183d2f 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12d6996),segFN=segments_1,generation=1}
   [junit4]   2> 708948 INFO  (coreLoadExecutor-2548-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 708948 INFO  (coreLoadExecutor-2548-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b25e33[collection1] 
main]
   [junit4]   2> 708948 INFO  (coreLoadExecutor-2548-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/collection1/conf
   [junit4]   2> 708948 INFO  (coreLoadExecutor-2548-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/collection1/conf}
   [junit4]   2> 708948 INFO  (coreLoadExecutor-2548-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/collection1/conf
   [junit4]   2> 708948 INFO  (coreLoadExecutor-2548-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 708949 INFO  (coreLoadExecutor-2548-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 
1000ms
   [junit4]   2> 708949 INFO  
(searcherExecutor-2549-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1b25e33[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 708949 INFO  (coreLoadExecutor-2548-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 709407 INFO  (qtp7955316-6358) [    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> 709407 INFO  (indexFetcher-2553-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 709407 INFO  (indexFetcher-2553-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 709407 INFO  (indexFetcher-2553-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 709411 INFO  (qtp7955316-6359) [    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=2
   [junit4]   2> 709411 INFO  (indexFetcher-2553-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Number of files in latest index in master: 1
   [junit4]   2> 709412 INFO  (indexFetcher-2553-thread-1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-002/./collection1/data/index.20160212161208037
   [junit4]   2> 709412 INFO  (indexFetcher-2553-thread-1) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 709412 INFO  (indexFetcher-2553-thread-1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=27, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=38.15625, 
floorSegmentMB=1.5439453125, forceMergeDeletesPctAllowed=11.174074711403865, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.38975296671876847
   [junit4]   2> 709413 INFO  (indexFetcher-2553-thread-1) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1183d2f 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12d6996),segFN=segments_1,generation=1}
   [junit4]   2> 709413 INFO  (indexFetcher-2553-thread-1) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 709414 INFO  (indexFetcher-2553-thread-1) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 709414 INFO  (indexFetcher-2553-thread-1) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1183d2f 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12d6996),segFN=segments_1,generation=1}
   [junit4]   2> 709414 INFO  (indexFetcher-2553-thread-1) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 709414 INFO  (indexFetcher-2553-thread-1) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 709414 INFO  (indexFetcher-2553-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Starting download (fullCopy=false) to 
MockDirectoryWrapper(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/index-MMapDirectory-005
 lockFactory=org.apache.lucene.store.NativeFSLockFactory@191827f)
   [junit4]   2> 709421 INFO  (qtp18362588-6377) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=*:*&sort=id+desc&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 709421 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.h.TestReplicationHandler Waited for 0ms and found 0 docs
   [junit4]   2> 709425 INFO  (qtp7955316-6358) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={_trace=getIndexVersion&qt=/replication&wt=javabin&version=2&command=indexversion}
 status=0 QTime=0
   [junit4]   2> 709426 INFO  (qtp7955316-6360) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=2&qt=/replication&file=segments_2&checksum=true&compression=true&wt=filestream&command=filecontent}
 status=0 QTime=6
   [junit4]   2> 709427 INFO  (qtp7955316-6359) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={_trace=getCommits&qt=/replication&wt=javabin&version=2&command=commits} 
status=0 QTime=0
   [junit4]   2> 709429 INFO  (qtp7955316-6358) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796C

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

runk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-027/./collection1/data
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-027/./collection1/data;done=false>>]
   [junit4]   2> 797634 INFO  (coreCloseExecutor-3097-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-027/./collection1/data
   [junit4]   2> 797634 INFO  (coreCloseExecutor-3097-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-027/./collection1/data/index.20160212161336175
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-027/./collection1/data/index.20160212161336175;done=false>>]
   [junit4]   2> 797634 INFO  (coreCloseExecutor-3097-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-027/./collection1/data/index.20160212161336175
   [junit4]   2> 797635 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[99796CDE3C4BE8B2])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@f0c75d{/solr,null,UNAVAILABLE}
   [junit4]   2> 797635 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[99796CDE3C4BE8B2])
 [    ] o.e.j.s.ServerConnector Stopped 
ServerConnector@4f39a9{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 797635 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[99796CDE3C4BE8B2])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=17859090
   [junit4]   2> 797636 INFO  (coreCloseExecutor-3098-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@153b559
   [junit4]   2> 797636 INFO  (coreCloseExecutor-3098-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=2,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=3,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 797636 INFO  (coreCloseExecutor-3098-thread-1) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 797636 INFO  (coreCloseExecutor-3098-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 797636 INFO  (coreCloseExecutor-3098-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 797636 INFO  (coreCloseExecutor-3098-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 797637 INFO  (coreCloseExecutor-3098-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 
directories currently being tracked
   [junit4]   2> 797637 INFO  (coreCloseExecutor-3098-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-028/./collection1/data
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-028/./collection1/data;done=false>>]
   [junit4]   2> 797637 INFO  (coreCloseExecutor-3098-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-028/./collection1/data
   [junit4]   2> 797637 INFO  (coreCloseExecutor-3098-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-028/./collection1/data/index.20160212161335983
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-028/./collection1/data/index.20160212161335983;done=false>>]
   [junit4]   2> 797637 INFO  (coreCloseExecutor-3098-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001/solr-instance-028/./collection1/data/index.20160212161335983
   [junit4]   2> 797637 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[99796CDE3C4BE8B2])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1767017{/solr,null,UNAVAILABLE}
   [junit4]   2> 797639 INFO  
(SUITE-TestReplicationHandler-seed#[99796CDE3C4BE8B2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99796CDE3C4BE8B2-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): 
{name=PostingsFormat(name=LuceneFixedGap), 
id=PostingsFormat(name=LuceneFixedGap), 
newname=PostingsFormat(name=LuceneFixedGap)}, docValues:{}, 
sim=ClassicSimilarity, locale=en-AU, timezone=America/Shiprock
   [junit4]   2> NOTE: Linux 3.19.0-47-generic i386/Oracle Corporation 1.8.0_72 
(32-bit)/cpus=12,threads=1,free=98724232,total=226877440
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestSha256AuthenticationProvider, FileBasedSpellCheckerTest, 
TestLMDirichletSimilarityFactory, TestConfigReload, DeleteInactiveReplicaTest, 
TestJoin, TestMaxScoreQueryParser, CurrencyFieldOpenExchangeTest, 
TestSolrCloudWithKerberosAlt, RollingRestartTest, DisMaxRequestHandlerTest, 
TestFoldingMultitermQuery, DeleteShardTest, RequiredFieldsTest, 
TestFunctionQuery, TestAuthorizationFramework, PeerSyncTest, QueryEqualityTest, 
SparseHLLTest, IndexSchemaTest, TestShardHandlerFactory, 
TestPerFieldSimilarityWithDefaultOverride, TestRandomFaceting, 
TestSerializedLuceneMatchVersion, PrimUtilsTest, TestDFISimilarityFactory, 
TestFreeTextSuggestions, EchoParamsTest, TestHighlightDedupGrouping, 
RAMDirectoryFactoryTest, TestSolrXml, TestDocSet, 
AsyncCallRequestStatusResponseTest, SimpleCollectionCreateDeleteTest, 
CursorPagingTest, HdfsLockFactoryTest, TestManagedResource, 
DefaultValueUpdateProcessorTest, TestCollectionAPI, 
TestFieldCollectionResource, TestAuthenticationFramework, 
TestUniqueKeyFieldResource, WrapperMergePolicyFactoryTest, 
SolrRequestParserTest, JSONWriterTest, PingRequestHandlerTest, StressHdfsTest, 
TestSolr4Spatial, TestLRUCache, CdcrVersionReplicationTest, TestInitParams, 
TestLuceneMatchVersion, SystemInfoHandlerTest, TestFilteredDocIdSet, 
TestLazyCores, TestStressUserVersions, TestLRUStatsCache, 
DistributedVersionInfoTest, TestAnalyzedSuggestions, 
DocExpirationUpdateProcessorFactoryTest, ReturnFieldsTest, TestJsonFacets, 
DateFieldTest, TestSolrConfigHandlerConcurrent, TestRandomDVFaceting, 
FullHLLTest, TestSchemaResource, TestLeaderInitiatedRecoveryThread, 
TestOverriddenPrefixQueryForCustomFieldType, JsonLoaderTest, 
CloudExitableDirectoryReaderTest, ActionThrottleTest, TestStressLucene, 
HdfsDirectoryFactoryTest, CdcrUpdateLogTest, TestArbitraryIndexDir, 
AnalysisAfterCoreReloadTest, TestReplicationHandler]
   [junit4] Completed [242/580 (1!)] on J0 in 90.32s, 13 tests, 1 error <<< 
FAILURES!

[...truncated 674 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSegmentTerminateEarlyState
   [junit4] ERROR   0.00s J0 | 
TestSegmentTerminateEarlyState.initializationError <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test class should have 
exactly one public constructor
   [junit4] ERROR   0.00s J0 | 
TestSegmentTerminateEarlyState.initializationError <<<
   [junit4]    > Throwable #1: java.lang.Exception: No runnable methods
   [junit4] Completed [456/580 (2!)] on J0 in 0.00s, 2 tests, 2 errors <<< 
FAILURES!

[...truncated 408 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:740: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:684: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:59: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:233: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:524: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1457: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1014: 
There were test failures: 580 suites (8 ignored), 2333 tests, 3 errors, 117 
ignored (72 assumptions) [seed: 99796CDE3C4BE8B2]

Total time: 55 minutes 27 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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to