Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16659/
Java: 32bit/jdk1.8.0_92 -client -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([EE1B7910DCCDD531:196897481A257AD7]: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:1248)
        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.handler.TestSolrConfigHandlerConcurrent.test

Error Message:


Stack Trace:
java.lang.NullPointerException
        at 
__randomizedtesting.SeedInfo.seed([EE1B7910DCCDD531:664F46CA7231B8C9]:0)
        at 
org.apache.solr.handler.TestSolrConfigHandlerConcurrent.test(TestSolrConfigHandlerConcurrent.java:111)
        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 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        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.TestCloudBackupRestore.test

Error Message:
No collection param specified on request and no default collection has been set.

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No collection param specified 
on request and no default collection has been set.
        at 
__randomizedtesting.SeedInfo.seed([EE1B7910DCCDD531:664F46CA7231B8C9]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:590)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1073)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:962)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:898)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:106)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:71)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:85)
        at 
org.apache.solr.cloud.TestCloudBackupRestore.indexDocs(TestCloudBackupRestore.java:132)
        at 
org.apache.solr.cloud.TestCloudBackupRestore.test(TestCloudBackupRestore.java:93)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10708 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/init-core-data-001
   [junit4]   2> 74084 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testRateLimitedReplication
   [junit4]   2> 74085 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/collection1
   [junit4]   2> 74088 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 74089 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1c4a3ee{/solr,null,AVAILABLE}
   [junit4]   2> 74090 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.e.j.s.ServerConnector Started 
ServerConnector@35f191{HTTP/1.1,[http/1.1]}{127.0.0.1:33749}
   [junit4]   2> 74090 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.e.j.s.Server Started @75233ms
   [junit4]   2> 74090 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/collection1/data,
 hostContext=/solr, hostPort=33749}
   [junit4]   2> 74091 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 74091 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001'
   [junit4]   2> 74091 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 74091 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not 
find system property or JNDI)
   [junit4]   2> 74091 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/solr.xml
   [junit4]   2> 74102 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/.
   [junit4]   2> 74102 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.CoreContainer New CoreContainer 26195073
   [junit4]   2> 74102 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001]
   [junit4]   2> 74103 WARN  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/lib
   [junit4]   2> 74103 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 74104 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: 
   [junit4]   2> 74105 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 74105 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 74105 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 74105 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 74106 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/.
   [junit4]   2> 74107 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] 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> 74107 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/./collection1
   [junit4]   2> 74107 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 74107 INFO  (coreLoadExecutor-356-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/collection1'
   [junit4]   2> 74107 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 74108 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 74108 INFO  (coreLoadExecutor-356-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 74108 INFO  (coreLoadExecutor-356-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 74115 INFO  (coreLoadExecutor-356-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 74118 INFO  (coreLoadExecutor-356-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 74129 INFO  (coreLoadExecutor-356-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 74131 INFO  (coreLoadExecutor-356-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 74134 INFO  (coreLoadExecutor-356-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 74135 INFO  (coreLoadExecutor-356-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-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/collection1'
   [junit4]   2> 74135 INFO  (coreLoadExecutor-356-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/./collection1
   [junit4]   2> 74135 INFO  (coreLoadExecutor-356-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 74135 INFO  (coreLoadExecutor-356-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 74135 INFO  (coreLoadExecutor-356-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 74136 INFO  (coreLoadExecutor-356-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/./collection1/data
   [junit4]   2> 74136 INFO  (coreLoadExecutor-356-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 74136 WARN  (coreLoadExecutor-356-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/./collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 74136 INFO  (coreLoadExecutor-356-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 74136 INFO  (coreLoadExecutor-356-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=10.662109375, 
floorSegmentMB=1.2529296875, forceMergeDeletesPctAllowed=22.51244275191806, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 74137 INFO  (coreLoadExecutor-356-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@f92e15 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e1af1d),segFN=segments_1,generation=1}
   [junit4]   2> 74137 INFO  (coreLoadExecutor-356-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 74137 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-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/./collection1/data/
   [junit4]   2> 74139 INFO  (coreLoadExecutor-356-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 74140 INFO  (coreLoadExecutor-356-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 74141 INFO  (coreLoadExecutor-356-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 74142 INFO  (coreLoadExecutor-356-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 74143 INFO  (coreLoadExecutor-356-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 74144 INFO  (coreLoadExecutor-356-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 74144 INFO  (coreLoadExecutor-356-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> 74144 INFO  (coreLoadExecutor-356-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 74144 INFO  (coreLoadExecutor-356-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 74144 INFO  (coreLoadExecutor-356-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 74145 INFO  (coreLoadExecutor-356-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=237488315, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 74145 INFO  (coreLoadExecutor-356-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@f92e15 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e1af1d),segFN=segments_1,generation=1}
   [junit4]   2> 74145 INFO  (coreLoadExecutor-356-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 74145 INFO  (coreLoadExecutor-356-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@81f20c[collection1] 
main]
   [junit4]   2> 74145 INFO  (coreLoadExecutor-356-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/collection1/conf
   [junit4]   2> 74145 INFO  (coreLoadExecutor-356-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/collection1/conf}
   [junit4]   2> 74146 INFO  (coreLoadExecutor-356-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/collection1/conf
   [junit4]   2> 74146 INFO  (coreLoadExecutor-356-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 74146 INFO  (coreLoadExecutor-356-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following 
config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 74146 INFO  (coreLoadExecutor-356-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 74146 INFO  
(searcherExecutor-357-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@81f20c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 74146 INFO  (coreLoadExecutor-356-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 74610 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-002/collection1
   [junit4]   2> 74613 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 74620 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3cbe6b{/solr,null,AVAILABLE}
   [junit4]   2> 74620 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.e.j.s.ServerConnector Started 
ServerConnector@b1fb6f{HTTP/1.1,[http/1.1]}{127.0.0.1:40745}
   [junit4]   2> 74621 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.e.j.s.Server Started @75764ms
   [junit4]   2> 74621 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-002/collection1/data,
 hostContext=/solr, hostPort=40745}
   [junit4]   2> 74621 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 74621 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-002'
   [junit4]   2> 74621 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 74621 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not 
find system property or JNDI)
   [junit4]   2> 74621 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-002/solr.xml
   [junit4]   2> 74625 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-002/.
   [junit4]   2> 74625 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.CoreContainer New CoreContainer 4535959
   [junit4]   2> 74625 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-002]
   [junit4]   2> 74626 WARN  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-002/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-002/lib
   [junit4]   2> 74626 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 74627 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: 
   [junit4]   2> 74628 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 74628 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 74628 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 74628 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 74628 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-002/.
   [junit4]   2> 74630 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] 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> 74630 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-002/./collection1
   [junit4]   2> 74630 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 74630 INFO  (coreLoadExecutor-366-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-002/collection1'
   [junit4]   2> 74630 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 74630 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 74630 INFO  (coreLoadExecutor-366-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 74631 INFO  (coreLoadExecutor-366-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 74637 INFO  (coreLoadExecutor-366-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 74639 INFO  (coreLoadExecutor-366-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 74651 INFO  (coreLoadExecutor-366-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 74654 INFO  (coreLoadExecutor-366-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 74656 INFO  (coreLoadExecutor-366-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 74657 INFO  (coreLoadExecutor-366-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-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-002/collection1'
   [junit4]   2> 74657 INFO  (coreLoadExecutor-366-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-002/./collection1
   [junit4]   2> 74657 INFO  (coreLoadExecutor-366-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 74658 INFO  (coreLoadExecutor-366-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-002/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 74658 INFO  (coreLoadExecutor-366-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 74658 INFO  (coreLoadExecutor-366-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-002/./collection1/data
   [junit4]   2> 74658 INFO  (coreLoadExecutor-366-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 74658 WARN  (coreLoadExecutor-366-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-002/./collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 74658 INFO  (coreLoadExecutor-366-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 74659 INFO  (coreLoadExecutor-366-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=10.662109375, 
floorSegmentMB=1.2529296875, forceMergeDeletesPctAllowed=22.51244275191806, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 74659 INFO  (coreLoadExecutor-366-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@15b80d2 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6cddff),segFN=segments_1,generation=1}
   [junit4]   2> 74659 INFO  (coreLoadExecutor-366-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 74659 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-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-002/./collection1/data/
   [junit4]   2> 74661 INFO  (coreLoadExecutor-366-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 74662 INFO  (coreLoadExecutor-366-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 74663 INFO  (coreLoadExecutor-366-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 74664 INFO  (coreLoadExecutor-366-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 74666 INFO  (coreLoadExecutor-366-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 74667 INFO  (coreLoadExecutor-366-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 74667 INFO  (coreLoadExecutor-366-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> 74667 INFO  (coreLoadExecutor-366-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 74668 INFO  (coreLoadExecutor-366-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 74668 INFO  (coreLoadExecutor-366-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 74668 INFO  (coreLoadExecutor-366-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=237488315, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 74668 INFO  (coreLoadExecutor-366-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@15b80d2 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6cddff),segFN=segments_1,generation=1}
   [junit4]   2> 74669 INFO  (coreLoadExecutor-366-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 74669 INFO  (coreLoadExecutor-366-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@b9516f[collection1] 
main]
   [junit4]   2> 74669 INFO  (coreLoadExecutor-366-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-002/collection1/conf
   [junit4]   2> 74669 INFO  (coreLoadExecutor-366-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-002/collection1/conf}
   [junit4]   2> 74669 INFO  (coreLoadExecutor-366-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-002/collection1/conf
   [junit4]   2> 74669 INFO  (coreLoadExecutor-366-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 74671 INFO  (coreLoadExecutor-366-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 
1000ms
   [junit4]   2> 74676 INFO  
(searcherExecutor-367-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@b9516f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 74677 INFO  (coreLoadExecutor-366-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 74679 INFO  (qtp28360144-620) [    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> 75148 INFO  (qtp28360144-622) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 75149 INFO  (qtp28360144-622) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:*} 0 10
   [junit4]   2> 75151 INFO  (qtp19595562-639) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 75152 INFO  (qtp19595562-639) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
   [junit4]   2> 75153 INFO  (qtp28360144-615) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 75153 INFO  (qtp28360144-615) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@f92e15 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e1af1d),segFN=segments_1,generation=1}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@f92e15 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e1af1d),segFN=segments_2,generation=2}
   [junit4]   2> 75154 INFO  (qtp28360144-615) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 75154 INFO  (qtp28360144-615) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@15438d0[collection1] main]
   [junit4]   2> 75154 INFO  (qtp28360144-615) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 75154 INFO  
(searcherExecutor-357-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@15438d0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 75154 INFO  (qtp28360144-615) [    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> 75155 INFO  (qtp19595562-640) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 75156 INFO  (qtp19595562-640) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@15b80d2 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6cddff),segFN=segments_1,generation=1}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@15b80d2 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6cddff),segFN=segments_2,generation=2}
   [junit4]   2> 75156 INFO  (qtp19595562-640) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 75156 INFO  (qtp19595562-640) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1236971[collection1] main]
   [junit4]   2> 75157 INFO  (qtp19595562-640) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 75157 INFO  
(searcherExecutor-367-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1236971[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 75157 INFO  (qtp19595562-640) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 2
   [junit4]   2> 75158 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.e.j.s.ServerConnector Stopped 
ServerConnector@35f191{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 75158 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=26195073
   [junit4]   2> 75159 INFO  (coreCloseExecutor-372-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1b6f189
   [junit4]   2> 75159 INFO  (coreCloseExecutor-372-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=1,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=1,cumulative_errors=0}
   [junit4]   2> 75159 INFO  (coreCloseExecutor-372-thread-1) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 75159 INFO  (coreCloseExecutor-372-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 75159 INFO  (coreCloseExecutor-372-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 75160 INFO  (coreCloseExecutor-372-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 75160 INFO  (coreCloseExecutor-372-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 
directories currently being tracked
   [junit4]   2> 75160 INFO  (coreCloseExecutor-372-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/./collection1/data/index
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/./collection1/data/index;done=false>>]
   [junit4]   2> 75160 INFO  (coreCloseExecutor-372-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 75160 INFO  (coreCloseExecutor-372-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 75160 INFO  (coreCloseExecutor-372-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/./collection1/data
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/./collection1/data;done=false>>]
   [junit4]   2> 75160 INFO  (coreCloseExecutor-372-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 75160 INFO  (coreCloseExecutor-372-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/./collection1/data
   [junit4]   2> 75161 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1c4a3ee{/solr,null,UNAVAILABLE}
   [junit4]   2> 75162 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.e.j.s.ServerConnector Stopped 
ServerConnector@b1fb6f{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 75162 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=4535959
   [junit4]   2> 75162 INFO  (coreCloseExecutor-374-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1653bd4
   [junit4]   2> 75162 INFO  (coreCloseExecutor-374-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=1,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=1,cumulative_errors=0}
   [junit4]   2> 75163 INFO  (coreCloseExecutor-374-thread-1) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 75163 INFO  (coreCloseExecutor-374-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 75163 INFO  (coreCloseExecutor-374-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 75163 INFO  (coreCloseExecutor-374-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 75163 INFO  (coreCloseExecutor-374-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 
directories currently being tracked
   [junit4]   2> 75163 INFO  (coreCloseExecutor-374-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-002/./collection1/data
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-002/./collection1/data;done=false>>]
   [junit4]   2> 75163 INFO  (coreCloseExecutor-374-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 75163 INFO  (coreCloseExecutor-374-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-002/./collection1/data
   [junit4]   2> 75163 INFO  (coreCloseExecutor-374-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-002/./collection1/data/index
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-002/./collection1/data/index;done=false>>]
   [junit4]   2> 75163 INFO  (coreCloseExecutor-374-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 75163 INFO  (coreCloseExecutor-374-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 75164 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3cbe6b{/solr,null,UNAVAILABLE}
   [junit4]   2> 75170 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 75171 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@e7b14d{/solr,null,AVAILABLE}
   [junit4]   2> 75172 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.e.j.s.ServerConnector Started 
ServerConnector@7c4f04{HTTP/1.1,[http/1.1]}{127.0.0.1:34473}
   [junit4]   2> 75172 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.e.j.s.Server Started @76315ms
   [junit4]   2> 75172 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/collection1/data,
 hostContext=/solr, hostPort=34473}
   [junit4]   2> 75172 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 75172 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001'
   [junit4]   2> 75173 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 75173 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not 
find system property or JNDI)
   [junit4]   2> 75173 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/solr.xml
   [junit4]   2> 75180 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/.
   [junit4]   2> 75180 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.CoreContainer New CoreContainer 25503024
   [junit4]   2> 75180 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001]
   [junit4]   2> 75181 WARN  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/lib
   [junit4]   2> 75181 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 75182 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: 
   [junit4]   2> 75183 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 75183 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 75183 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 75183 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 75184 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/.
   [junit4]   2> 75185 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] 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> 75185 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/./collection1
   [junit4]   2> 75185 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 75185 INFO  (coreLoadExecutor-381-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/collection1'
   [junit4]   2> 75185 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 75185 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[EE1B7910DCCDD531])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 75185 INFO  (coreLoadExecutor-381-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 75186 INFO  (coreLoadExecutor-381-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 75191 INFO  (coreLoadExecutor-381-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 75200 INFO  (coreLoadExecutor-381-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 75206 INFO  (coreLoadExecutor-381-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 75208 INFO  (coreLoadExecutor-381-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 75214 INFO  (coreLoadExecutor-381-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 75216 INFO  (coreLoadExecutor-381-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-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/collection1'
   [junit4]   2> 75216 INFO  (coreLoadExecutor-381-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/./collection1
   [junit4]   2> 75216 INFO  (coreLoadExecutor-381-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.NRTCachingDirectoryFactory
   [junit4]   2> 75221 INFO  (coreLoadExecutor-381-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 75221 INFO  (coreLoadExecutor-381-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 75221 INFO  (coreLoadExecutor-381-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/collection1/data
   [junit4]   2> 75222 INFO  (coreLoadExecutor-381-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 75222 WARN  (coreLoadExecutor-381-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/./collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 75222 INFO  (coreLoadExecutor-381-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/collection1/data/index
   [junit4]   2> 75222 INFO  (coreLoadExecutor-381-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=10, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=25.869140625, 
floorSegmentMB=0.478515625, forceMergeDeletesPctAllowed=24.0948522798035, 
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 75259 INFO  (coreLoadExecutor-381-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        
commit{dir=NRTCachingDirectory(NIOFSDirectory@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a72dc6; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 75259 INFO  (coreLoadExecutor-381-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 75260 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-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/./collection1/data/
   [junit4]   2> 75261 INFO  (coreLoadExecutor-381-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 75263 INFO  (coreLoadExecutor-381-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 75264 INFO  (coreLoadExecutor-381-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 75264 INFO  (coreLoadExecutor-381-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 75265 INFO  (coreLoadExecutor-381-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 75266 INFO  (coreLoadExecutor-381-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 75266 INFO  (coreLoadExecutor-381-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> 75266 INFO  (coreLoadExecutor-381-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 75267 INFO  (coreLoadExecutor-381-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 75267 INFO  (coreLoadExecutor-381-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 75267 INFO  (coreLoadExecutor-381-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=98992216, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 75267 INFO  (coreLoadExecutor-381-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        
commit{dir=NRTCachingDirectory(NIOFSDirectory@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a72dc6; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 75268 INFO  (coreLoadExecutor-381-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 75268 INFO  (coreLoadExecutor-381-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f30927[collection1] 
main]
   [junit4]   2> 75268 INFO  (coreLoadExecutor-381-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/collection1/conf
   [junit4]   2> 75268 INFO  (coreLoadExecutor-381-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/collection1/conf}
   [junit4]   2> 75268 INFO  (coreLoadExecutor-381-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EE1B7910DCCDD531-001/solr-instance-001/collection1/conf
   [junit4]   2> 75268 INFO  (coreLoadExecutor-381-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 75268 INFO  (coreLoadExecutor-381-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 75269 INFO  
(searcherExecutor-382-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1f30927[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 75270 INFO  (coreLoadExecutor-381-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 75692 INFO  (qtp10663309-663) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[0]} 0 2
   [junit4]   2> 75694 INFO  (qtp10663309-664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 75696 INFO  (qtp10663309-665) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 75698 INFO  (qtp10663309-658) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 75704 INFO  (qtp10663309-663) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[4]} 0 5
   [junit4]   2> 75706 INFO  (qtp10663309-664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[5]} 0 0
   [junit4]   2> 75707 INFO  (qtp10663309-665) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[6]} 0 0
   [junit4]   2> 75709 INFO  (qtp10663309-658) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[7]} 0 0
   [junit4]   2> 75711 INFO  (qtp10663309-663) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[8]} 0 0
   [junit4]   2> 75712 INFO  (qtp10663309-664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[9]} 0 0
   [junit4]   2> 75718 INFO  (qtp10663309-665) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[10]} 0 3
   [junit4]   2> 75719 INFO  (qtp10663309-658) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[11]} 0 0
   [junit4]   2> 75720 INFO  (qtp10663309-663) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[12]} 0 0
   [junit4]   2> 75722 INFO  (qtp10663309-664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[13]} 0 0
   [junit4]   2> 75724 INFO  (qtp10663309-665) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[14]} 0 0
   [junit4]   2> 75726 INFO  (qtp10663309-658) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[15]} 0 0
   [junit4]   2> 75727 INFO  (qtp10663309-663) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[16]} 0 0
   [junit4]   2> 75730 INFO  (qtp10663309-664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[17]} 0 1
   [junit4]   2> 75731 INFO  (qtp10663309-665) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[18]} 0 0
   [junit4]   2> 75733 INFO  (qtp10663309-658) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[19]} 0 0
   [junit4]   2> 75734 INFO  (qtp10663309-663) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[20]} 0 0
   [junit4]   2> 75735 INFO  (qtp10663309-664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[21]} 0 0
   [junit4]   2> 75737 INFO  (qtp10663309-665) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[22]} 0 0
   [junit4]   2> 75739 INFO  (qtp10663309-658) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[23]} 0 1
   [junit4]   2> 75740 INFO  (qtp10663309-663) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[24]} 0 0
   [junit4]   2> 75742 INFO  (qtp10663309-664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[25]} 0 0
   [junit4]   2> 75743 INFO  (qtp10663309-665) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[26]} 0 0
   [junit4]   2> 75744 INFO  (qtp10663309-658) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[27]} 0 0
   [junit4]   2> 75746 INFO  (qtp10663309-663) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[28]} 0 0
   [junit4]   2> 75747 INFO  (qtp10663309-664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[29]} 0 0
   [junit4]   2> 75750 INFO  (qtp10663309-665) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[30]} 0 1
   [junit4]   2> 75751 INFO  (qtp10663309-658) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[31]} 0 0
   [junit4]   2> 75753 INFO  (qtp10663309-663) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[32]} 0 0
   [junit4]   2> 75754 INFO  (qtp10663309-664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[33]} 0 0
   [junit4]   2> 75755 INFO  (qtp10663309-665) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[34]} 0 0
   [junit4]   2> 75757 INFO  (qtp10663309-658) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[35]} 0 0
   [junit4]   2> 75758 INFO  (qtp10663309-663) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[36]} 0 0
   [junit4]   2> 75760 INFO  (qtp10663309-664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[37]} 0 1
   [junit4]   2> 75762 INFO  (qtp10663309-665) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[38]} 0 0
   [junit4]   2> 75764 INFO  (qtp10663309-658) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[39]} 0 0
   [junit4]   2> 75765 INFO  (qtp10663309-663) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[40]} 0 0
   [junit4]   2> 75767 INFO  (qtp10663309-664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[41]} 0 0
   [junit4]   2> 75769 INFO  (qtp10663309-665) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[42]} 0 1
   [junit4]   2> 75770 INFO  (qtp10663309-658) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[43]} 0 0
   [junit4]   2> 75771 INFO  (qtp10663309-663) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[44]} 0 0
   [junit4]   2> 75773 INFO  (qtp10663309-664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[45]} 0 0
   [junit4]   2> 75774 INFO  (qtp10663309-665) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[46]} 0 0
   [junit4]   2> 75776 INFO  (qtp10663309-658) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[47]} 0 0
   [junit4]   2> 75778 INFO  (qtp10663309-663) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[48]} 0 1
   [junit4]   2> 75780 INFO  (qtp10663309-664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[49]} 0 0
   [junit4]   2> 75781 INFO  (qtp10663309-665) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[50]} 0 0
   [junit4]   2> 75783 INFO  (qtp10663309-658) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[51]} 0 0
   [junit4]   2> 75784 INFO  (qtp10663309-663) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[52]} 0 0
   [junit4]   2> 75786 INFO  (qtp10663309-664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[53]} 0 0
   [junit4]   2> 75788 INFO  (qtp10663309-665) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[54]} 0 0
   [junit4]   2> 75789 INFO  (qtp10663309-658) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[55]} 0 0
   [junit4]   2> 75790 INFO  (qtp10663309-663) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[56]} 0 0
   [junit4]   2> 75792 INFO  (qtp10663309-664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[57]} 0 0
   [junit4]   2> 75793 INFO  (qtp10663309-665) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[58]} 0 0
   [junit4]   2> 75795 INFO  (qtp10663309-658) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[59]} 0 0
   [junit4]   2> 75797 INFO  (qtp10663309-663) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[60]} 0 1
   [junit4]   2> 75798 INFO  (qtp10663309-664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[61]} 0 0
   [junit4]   2> 75799 INFO  (qtp10663309-665) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[62]} 0 0
   [junit4]   2> 75801 INFO  (qtp10663309-658) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[63]} 0 0
   [junit4]   2> 75802 INFO  (qtp10663309-663) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[64]} 0 0
   [junit4]   2> 75803 INFO  (qtp10663309-664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[65]} 0 0
   [junit4]   2> 75805 INFO  (qtp10663309-665) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[66]} 0 1
   [junit4]   2> 75807 INFO  (qtp10663309-658) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[67]} 0 0
   [junit4]   2> 75808 INFO  (qtp10663309-663) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[68]} 0 0
   [junit4]   2> 75809 INFO  (qtp10663309-664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[69]} 0 0
   [junit4]   2> 75810 INFO  (qtp10663309-665) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[70]} 0 0
   [junit4]   2> 75812 INFO  (qtp10663309-658) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params

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

kSolrResourceLoader.java:89)
   [junit4]   2>        ... 14 more
   [junit4]   2> 1904014 WARN  (Thread-5128) [n:127.0.0.1:44545_i_uf    ] 
o.a.s.c.SolrCores Tried to remove core collection1 from pendingCoreOps and it 
wasn't there. 
   [junit4]   2> 1904014 WARN  (Thread-5128) [n:127.0.0.1:44545_i_uf    ] 
o.a.s.c.ZkController listener throws error
   [junit4]   2> org.apache.solr.common.SolrException: Unable to reload core 
[collection1]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:945)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2489)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController$4.run(ZkController.java:2423)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not 
load conf for core collection1: Can't load schema schema.xml: Plugin 
Initializing failure for [schema.xml] fieldType
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:86)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:937)
   [junit4]   2>        ... 2 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Can't load 
schema schema.xml: Plugin Initializing failure for [schema.xml] fieldType
   [junit4]   2>        at 
org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:600)
   [junit4]   2>        at 
org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:183)
   [junit4]   2>        at 
org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:56)
   [junit4]   2>        at 
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:108)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:79)
   [junit4]   2>        ... 3 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Plugin 
Initializing failure for [schema.xml] fieldType
   [junit4]   2>        at 
org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:194)
   [junit4]   2>        at 
org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:494)
   [junit4]   2>        ... 8 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error while 
opening enums config.
   [junit4]   2>        at 
org.apache.solr.schema.EnumField.init(EnumField.java:142)
   [junit4]   2>        at 
org.apache.solr.schema.FieldType.setArgs(FieldType.java:174)
   [junit4]   2>        at 
org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:150)
   [junit4]   2>        at 
org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:53)
   [junit4]   2>        at 
org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:191)
   [junit4]   2>        ... 9 more
   [junit4]   2> Caused by: java.io.IOException: We re-tried 10 times but was 
still unable to fetch resource=enumsConfig.xml from ZK
   [junit4]   2>        at 
org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:116)
   [junit4]   2>        at 
org.apache.solr.schema.EnumField.init(EnumField.java:100)
   [junit4]   2>        ... 13 more
   [junit4]   2> Caused by: 
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = 
Session expired for /configs/conf1/enumsConfig.xml
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:314)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:311)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:311)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.pathExists(ZkController.java:798)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:89)
   [junit4]   2>        ... 14 more
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, 
docValues:{}, maxPointsInLeafNode=692, maxMBSortInHeap=5.03948531311125, 
sim=ClassicSimilarity, locale=fi-FI, timezone=Atlantic/South_Georgia
   [junit4]   2> NOTE: Linux 4.2.0-35-generic i386/Oracle Corporation 1.8.0_92 
(32-bit)/cpus=12,threads=1,free=110359152,total=332771328
   [junit4]   2> NOTE: All tests run in this JVM: [SolrTestCaseJ4Test, 
TestSchemaVersionResource, SuggestComponentTest, 
TestDynamicFieldCollectionResource, HLLSerializationTest, 
HdfsBasicDistributedZkTest, TestSchemaNameResource, TestBlobHandler, 
DeleteInactiveReplicaTest, AnalyticsQueryTest, TestPivotHelperCode, 
TestGroupingSearch, HdfsWriteToMultipleCollectionsTest, TestJsonRequest, 
CleanupOldIndexTest, TestIndexSearcher, TestPHPSerializedResponseWriter, 
TestPostingsSolrHighlighter, PrimitiveFieldTypeTest, 
TestManagedSynonymFilterFactory, HardAutoCommitTest, 
OverriddenZkACLAndCredentialsProvidersTest, CircularListTest, 
TestRebalanceLeaders, TestXIncludeConfig, StatsComponentTest, 
TestElisionMultitermQuery, TestCustomSort, TestCSVResponseWriter, SampleTest, 
TestPerFieldSimilarityWithDefaultOverride, TestDistributedMissingSort, 
TestConfigOverlay, HdfsCollectionsAPIDistributedZkTest, 
DistributedExpandComponentTest, TestConfigSetsAPI, TestMaxScoreQueryParser, 
TestClassicSimilarityFactory, TestRequestStatusCollectionAPI, 
RegexBoostProcessorTest, RollingRestartTest, TestLRUStatsCache, 
CoreAdminRequestStatusTest, TestStressRecovery, UnloadDistributedZkTest, 
DistributedFacetPivotSmallAdvancedTest, TestJmxIntegration, TestSolrJ, 
CollectionsAPISolrJTest, FullSolrCloudDistribCmdsTest, BitVectorTest, 
CdcrRequestHandlerTest, TestManagedResourceStorage, SuggesterWFSTTest, 
DirectSolrConnectionTest, TestStandardQParsers, BinaryUpdateRequestHandlerTest, 
TriLevelCompositeIdRoutingTest, ConnectionManagerTest, 
TestSha256AuthenticationProvider, GraphQueryTest, DateRangeFieldTest, 
TestMiniSolrCloudClusterSSL, AutoCommitTest, BadComponentTest, TestSearchPerf, 
DirectUpdateHandlerOptimizeTest, PluginInfoTest, 
SolrCoreCheckLockOnStartupTest, CollectionStateFormat2Test, 
SpatialRPTFieldTypeTest, FieldAnalysisRequestHandlerTest, 
TestFuzzyAnalyzedSuggestions, UpdateParamsTest, 
FieldMutatingUpdateProcessorTest, BasicDistributedZk2Test, TestFieldResource, 
TestMiniSolrCloudCluster, TestOrdValues, TestCharFilters, ShardSplitTest, 
OverseerStatusTest, TestFreeTextSuggestions, TestSizeLimitedDistributedMap, 
TestCryptoKeys, RuleEngineTest, TestSolrQueryResponse, 
HighlighterMaxOffsetTest, RankQueryTest, TestSolrQueryParser, 
TolerantUpdateProcessorTest, TestSolrDynamicMBean, TestMacros, 
BadIndexSchemaTest, BasicZkTest, RecoveryZkTest, TestFaceting, TestRecovery, 
TermVectorComponentDistributedTest, TestStressReorder, TestStressVersions, 
DistributedTermsComponentTest, SpellCheckComponentTest, 
ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, 
CurrencyFieldXmlFileTest, SolrIndexSplitterTest, TestCoreDiscovery, 
SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, 
SolrRequestParserTest, SuggesterTSTTest, SuggesterTest, TestStressLucene, 
NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, 
SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, TestUpdate, 
TestAtomicUpdateErrorCases, QueryEqualityTest, DefaultValueUpdateProcessorTest, 
StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, 
DocValuesMultiTest, TestSolrDeletionPolicy1, SolrInfoMBeanTest, 
LukeRequestHandlerTest, TestReversedWildcardFilterFactory, 
FileBasedSpellCheckerTest, RequestHandlersTest, TestIndexingPerformance, 
TestArbitraryIndexDir, JSONWriterTest, SearchHandlerTest, TestCrossCoreJoin, 
TestSimpleTrackingShardHandler, CollectionReloadTest, 
DeleteLastCustomShardedReplicaTest, DeleteShardTest, DeleteStatusTest, 
DistribDocExpirationUpdateProcessorTest, ForceLeaderTest, 
ReplicationFactorTest, RestartWhileUpdatingTest, SSLMigrationTest, 
SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, 
SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest, 
TestCloudDeleteByQuery, TestConfigSetsAPIZkFailure, TestDistribDocBasedVersion, 
TestMiniSolrCloudClusterBase, TestReplicaProperties, TestRequestForwarding, 
TestSSLRandomization, TestTolerantUpdateProcessorCloud, ZkStateWriterTest, 
CachingDirectoryFactoryTest, ExitableDirectoryReaderTest, TestConfigSets, 
TestInfoStreamLogging, TestInitParams, TestReloadAndDeleteDocs, 
TestReqParamsAPI, TestSolrConfigHandlerConcurrent]
   [junit4] Completed [513/593 (3!)] on J2 in 25.68s, 1 test, 1 error <<< 
FAILURES!

[...truncated 276 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:233: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:529: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014: 
There were test failures: 593 suites (10 ignored), 2395 tests, 3 errors, 114 
ignored (70 assumptions) [seed: EE1B7910DCCDD531]

Total time: 64 minutes 0 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to