Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-MacOSX/221/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

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

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([719DE97F8E6CD28E:86EE072748847D68]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication(TestReplicationHandler.java:1329)
        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.TestReqParamsAPI.test

Error Message:
Could not get expected value  'CY val' for path 'params/c' full output: {   
"responseHeader":{     "status":0,     "QTime":0},   "params":{     "a":"A 
val",     "b":"B val",     "wt":"json",     "useParams":""},   "context":{     
"webapp":"/n/ac",     "path":"/dump1",     "httpMethod":"GET"}},  from server:  
http://127.0.0.1:51079/n/ac/collection1

Stack Trace:
java.lang.AssertionError: Could not get expected value  'CY val' for path 
'params/c' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "params":{
    "a":"A val",
    "b":"B val",
    "wt":"json",
    "useParams":""},
  "context":{
    "webapp":"/n/ac",
    "path":"/dump1",
    "httpMethod":"GET"}},  from server:  http://127.0.0.1:51079/n/ac/collection1
        at 
__randomizedtesting.SeedInfo.seed([719DE97F8E6CD28E:F9C9D6A52090BF76]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:481)
        at 
org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:171)
        at 
org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:61)
        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:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        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 10811 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/init-core-data-001
   [junit4]   2> 461102 INFO  
(SUITE-TestReplicationHandler-seed#[719DE97F8E6CD28E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None) w/ MAC_OS_X supressed 
clientAuth
   [junit4]   2> 461112 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting doTestRepeater
   [junit4]   2> 461114 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-001/collection1
   [junit4]   2> 461127 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 461131 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1f7a42ff{/solr,null,AVAILABLE}
   [junit4]   2> 461133 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@5bdd36ad{HTTP/1.1,[http/1.1]}{127.0.0.1:53885}
   [junit4]   2> 461133 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.e.j.s.Server Started @468364ms
   [junit4]   2> 461133 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-001/collection1/data,
 hostContext=/solr, hostPort=53885}
   [junit4]   2> 461134 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 461134 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-001'
   [junit4]   2> 461134 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 461134 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 461134 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-001/solr.xml
   [junit4]   2> 461145 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-001/.
   [junit4]   2> 461146 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1371885318
   [junit4]   2> 461146 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-001]
   [junit4]   2> 461146 WARN  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-001/lib
 to classpath: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-001/lib
   [junit4]   2> 461146 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 461149 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 461149 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 461149 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 461149 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 461149 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 461153 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-001/.
   [junit4]   2> 461155 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
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> 461155 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CorePropertiesLocator Found core collection1 in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-001/./collection1
   [junit4]   2> 461155 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 461156 INFO  (coreLoadExecutor-1453-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-001/collection1'
   [junit4]   2> 461156 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 461156 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 461156 INFO  (coreLoadExecutor-1453-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 461157 INFO  (coreLoadExecutor-1453-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 461167 INFO  (coreLoadExecutor-1453-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 461182 INFO  (coreLoadExecutor-1453-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 461219 INFO  (coreLoadExecutor-1453-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 461225 INFO  (coreLoadExecutor-1453-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 461230 INFO  (coreLoadExecutor-1453-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 461235 INFO  (coreLoadExecutor-1453-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-001/collection1'
   [junit4]   2> 461235 INFO  (coreLoadExecutor-1453-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-001/./collection1
   [junit4]   2> 461236 INFO  (coreLoadExecutor-1453-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 461236 INFO  (coreLoadExecutor-1453-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-001/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 461236 INFO  (coreLoadExecutor-1453-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 461247 INFO  (coreLoadExecutor-1453-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-001/./collection1/data
   [junit4]   2> 461247 INFO  (coreLoadExecutor-1453-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 461247 WARN  (coreLoadExecutor-1453-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-001/./collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 461247 INFO  (coreLoadExecutor-1453-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 461248 INFO  (coreLoadExecutor-1453-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1446904653, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 461266 INFO  (coreLoadExecutor-1453-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@5e15aaee 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@58280c5f),segFN=segments_1,generation=1}
   [junit4]   2> 461266 INFO  (coreLoadExecutor-1453-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 461267 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-001/./collection1/data/
   [junit4]   2> 461269 INFO  (coreLoadExecutor-1453-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 461275 INFO  (coreLoadExecutor-1453-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 461276 INFO  (coreLoadExecutor-1453-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 461277 INFO  (coreLoadExecutor-1453-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 461279 INFO  (coreLoadExecutor-1453-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 461281 INFO  (coreLoadExecutor-1453-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 461281 INFO  (coreLoadExecutor-1453-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,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 461281 INFO  (coreLoadExecutor-1453-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 461282 INFO  (coreLoadExecutor-1453-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 461282 INFO  (coreLoadExecutor-1453-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 461288 INFO  (coreLoadExecutor-1453-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=15, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=19.8369140625, 
floorSegmentMB=1.4111328125, forceMergeDeletesPctAllowed=20.986723531250668, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6552045826189723
   [junit4]   2> 461289 INFO  (coreLoadExecutor-1453-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@5e15aaee 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@58280c5f),segFN=segments_1,generation=1}
   [junit4]   2> 461289 INFO  (coreLoadExecutor-1453-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 461289 INFO  (coreLoadExecutor-1453-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@68a1a883[collection1] main]
   [junit4]   2> 461289 INFO  (coreLoadExecutor-1453-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-001/collection1/conf
   [junit4]   2> 461289 INFO  (coreLoadExecutor-1453-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-001/collection1/conf}
   [junit4]   2> 461289 INFO  (coreLoadExecutor-1453-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-001/collection1/conf
   [junit4]   2> 461290 INFO  (coreLoadExecutor-1453-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 461290 INFO  (coreLoadExecutor-1453-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following 
config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 461290 INFO  (coreLoadExecutor-1453-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 461291 INFO  
(searcherExecutor-1454-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@68a1a883[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 461291 INFO  (coreLoadExecutor-1453-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 461663 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/collection1
   [junit4]   2> 461671 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 461674 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@9a9284{/solr,null,AVAILABLE}
   [junit4]   2> 461674 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@54f61015{HTTP/1.1,[http/1.1]}{127.0.0.1:53886}
   [junit4]   2> 461674 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.e.j.s.Server Started @468905ms
   [junit4]   2> 461674 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/collection1/data,
 hostContext=/solr, hostPort=53886}
   [junit4]   2> 461675 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 461675 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002'
   [junit4]   2> 461675 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 461675 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 461675 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/solr.xml
   [junit4]   2> 461694 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/.
   [junit4]   2> 461694 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 562376532
   [junit4]   2> 461694 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002]
   [junit4]   2> 461694 WARN  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/lib
 to classpath: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/lib
   [junit4]   2> 461695 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 461696 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 461696 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 461696 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 461696 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 461696 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 461698 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/.
   [junit4]   2> 461699 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
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> 461700 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CorePropertiesLocator Found core collection1 in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/./collection1
   [junit4]   2> 461700 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 461700 INFO  (coreLoadExecutor-1463-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/collection1'
   [junit4]   2> 461700 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 461702 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 461702 INFO  (coreLoadExecutor-1463-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 461702 INFO  (coreLoadExecutor-1463-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 461711 INFO  (coreLoadExecutor-1463-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 461719 INFO  (coreLoadExecutor-1463-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 461733 INFO  (coreLoadExecutor-1463-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 461737 INFO  (coreLoadExecutor-1463-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 461742 INFO  (coreLoadExecutor-1463-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 461744 INFO  (coreLoadExecutor-1463-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/collection1'
   [junit4]   2> 461744 INFO  (coreLoadExecutor-1463-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/./collection1
   [junit4]   2> 461744 INFO  (coreLoadExecutor-1463-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 461744 INFO  (coreLoadExecutor-1463-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 461744 INFO  (coreLoadExecutor-1463-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 461744 INFO  (coreLoadExecutor-1463-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/./collection1/data
   [junit4]   2> 461744 INFO  (coreLoadExecutor-1463-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 461744 WARN  (coreLoadExecutor-1463-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/./collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 461745 INFO  (coreLoadExecutor-1463-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 461746 INFO  (coreLoadExecutor-1463-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1446904653, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 461750 INFO  (coreLoadExecutor-1463-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@6554b72b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2319b8f4),segFN=segments_1,generation=1}
   [junit4]   2> 461750 INFO  (coreLoadExecutor-1463-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 461750 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/./collection1/data/
   [junit4]   2> 461752 INFO  (coreLoadExecutor-1463-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 461754 INFO  (coreLoadExecutor-1463-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 461755 INFO  (coreLoadExecutor-1463-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 461756 INFO  (coreLoadExecutor-1463-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 461757 INFO  (coreLoadExecutor-1463-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 461760 INFO  (coreLoadExecutor-1463-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 461760 INFO  (coreLoadExecutor-1463-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,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 461760 INFO  (coreLoadExecutor-1463-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 461760 INFO  (coreLoadExecutor-1463-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 461760 INFO  (coreLoadExecutor-1463-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 461770 INFO  (coreLoadExecutor-1463-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=15, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=19.8369140625, 
floorSegmentMB=1.4111328125, forceMergeDeletesPctAllowed=20.986723531250668, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6552045826189723
   [junit4]   2> 461770 INFO  (coreLoadExecutor-1463-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@6554b72b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2319b8f4),segFN=segments_1,generation=1}
   [junit4]   2> 461770 INFO  (coreLoadExecutor-1463-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 461770 INFO  (coreLoadExecutor-1463-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@61c1bd1[collection1] 
main]
   [junit4]   2> 461771 INFO  (coreLoadExecutor-1463-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/collection1/conf
   [junit4]   2> 461771 INFO  (coreLoadExecutor-1463-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/collection1/conf}
   [junit4]   2> 461771 INFO  (coreLoadExecutor-1463-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/collection1/conf
   [junit4]   2> 461771 INFO  (coreLoadExecutor-1463-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 461774 INFO  (coreLoadExecutor-1463-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 
1000ms
   [junit4]   2> 461774 INFO  (coreLoadExecutor-1463-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 461774 INFO  
(searcherExecutor-1464-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@61c1bd1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 461779 INFO  (qtp542376452-3493) [    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> 462207 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@54f61015{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 462207 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=562376532
   [junit4]   2> 462209 INFO  (coreCloseExecutor-1469-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@627e5de2
   [junit4]   2> 462209 INFO  (coreCloseExecutor-1469-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=0,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 462210 INFO  (coreCloseExecutor-1469-thread-1) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 462210 INFO  (coreCloseExecutor-1469-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 462210 INFO  (coreCloseExecutor-1469-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 462219 INFO  (coreCloseExecutor-1469-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 462219 INFO  (coreCloseExecutor-1469-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 
directories currently being tracked
   [junit4]   2> 462219 INFO  (coreCloseExecutor-1469-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/./collection1/data/index
 
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/./collection1/data/index;done=false>>]
   [junit4]   2> 462219 INFO  (coreCloseExecutor-1469-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 462219 INFO  (coreCloseExecutor-1469-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 462229 INFO  (coreCloseExecutor-1469-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/./collection1/data
 
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/./collection1/data;done=false>>]
   [junit4]   2> 462230 INFO  (coreCloseExecutor-1469-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 462230 INFO  (coreCloseExecutor-1469-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/./collection1/data
   [junit4]   2> 462242 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@9a9284{/solr,null,UNAVAILABLE}
   [junit4]   2> 462250 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 462252 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5daedf60{/solr,null,AVAILABLE}
   [junit4]   2> 462253 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@45b2f10b{HTTP/1.1,[http/1.1]}{127.0.0.1:53888}
   [junit4]   2> 462253 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.e.j.s.Server Started @469484ms
   [junit4]   2> 462253 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/collection1/data,
 hostContext=/solr, hostPort=53888}
   [junit4]   2> 462254 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 462254 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002'
   [junit4]   2> 462254 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 462254 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 462254 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/solr.xml
   [junit4]   2> 462265 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/.
   [junit4]   2> 462265 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1222292969
   [junit4]   2> 462265 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002]
   [junit4]   2> 462266 WARN  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/lib
 to classpath: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/lib
   [junit4]   2> 462266 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 462268 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 462268 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 462268 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 462269 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 462269 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 462270 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/.
   [junit4]   2> 462271 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
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> 462271 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CorePropertiesLocator Found core collection1 in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/./collection1
   [junit4]   2> 462271 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 462272 INFO  (coreLoadExecutor-1476-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/collection1'
   [junit4]   2> 462272 INFO  (coreLoadExecutor-1476-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 462272 INFO  (coreLoadExecutor-1476-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 462274 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 462274 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 462279 INFO  (coreLoadExecutor-1476-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 462286 INFO  (coreLoadExecutor-1476-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 462295 INFO  (coreLoadExecutor-1476-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 462298 INFO  (coreLoadExecutor-1476-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 462305 INFO  (coreLoadExecutor-1476-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 462306 INFO  (coreLoadExecutor-1476-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/collection1'
   [junit4]   2> 462306 INFO  (coreLoadExecutor-1476-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/./collection1
   [junit4]   2> 462306 INFO  (coreLoadExecutor-1476-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 462306 INFO  (coreLoadExecutor-1476-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 462306 INFO  (coreLoadExecutor-1476-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 462307 INFO  (coreLoadExecutor-1476-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/./collection1/data
   [junit4]   2> 462307 INFO  (coreLoadExecutor-1476-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 462307 WARN  (coreLoadExecutor-1476-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/./collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 462307 INFO  (coreLoadExecutor-1476-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 462307 INFO  (coreLoadExecutor-1476-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1446904653, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 462310 INFO  (coreLoadExecutor-1476-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@26921129 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4a8f9c7d),segFN=segments_1,generation=1}
   [junit4]   2> 462310 INFO  (coreLoadExecutor-1476-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 462310 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/./collection1/data/
   [junit4]   2> 462312 INFO  (coreLoadExecutor-1476-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 462313 INFO  (coreLoadExecutor-1476-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 462314 INFO  (coreLoadExecutor-1476-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 462314 INFO  (coreLoadExecutor-1476-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 462315 INFO  (coreLoadExecutor-1476-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 462318 INFO  (coreLoadExecutor-1476-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 462318 INFO  (coreLoadExecutor-1476-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,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 462318 INFO  (coreLoadExecutor-1476-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 462318 INFO  (coreLoadExecutor-1476-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 462318 INFO  (coreLoadExecutor-1476-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 462322 INFO  (coreLoadExecutor-1476-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=15, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=19.8369140625, 
floorSegmentMB=1.4111328125, forceMergeDeletesPctAllowed=20.986723531250668, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6552045826189723
   [junit4]   2> 462322 INFO  (coreLoadExecutor-1476-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@26921129 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4a8f9c7d),segFN=segments_1,generation=1}
   [junit4]   2> 462322 INFO  (coreLoadExecutor-1476-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 462322 INFO  (coreLoadExecutor-1476-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4da46a8[collection1] 
main]
   [junit4]   2> 462323 INFO  (coreLoadExecutor-1476-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/collection1/conf
   [junit4]   2> 462323 INFO  (coreLoadExecutor-1476-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/collection1/conf}
   [junit4]   2> 462323 INFO  (coreLoadExecutor-1476-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-002/collection1/conf
   [junit4]   2> 462323 INFO  (coreLoadExecutor-1476-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 462323 INFO  (coreLoadExecutor-1476-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 462323 INFO  
(searcherExecutor-1477-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4da46a8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 462323 INFO  (coreLoadExecutor-1476-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 462786 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-003/collection1
   [junit4]   2> 462792 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 462795 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@55537b6b{/solr,null,AVAILABLE}
   [junit4]   2> 462795 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@267a5f6d{HTTP/1.1,[http/1.1]}{127.0.0.1:53889}
   [junit4]   2> 462795 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.e.j.s.Server Started @470026ms
   [junit4]   2> 462795 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-003/collection1/data,
 hostContext=/solr, hostPort=53889}
   [junit4]   2> 462796 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 462797 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-003'
   [junit4]   2> 462797 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 462797 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 462797 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-003/solr.xml
   [junit4]   2> 462808 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-003/.
   [junit4]   2> 462808 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 2095761552
   [junit4]   2> 462808 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-003]
   [junit4]   2> 462809 WARN  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-003/lib
 to classpath: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-003/lib
   [junit4]   2> 462809 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 462810 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 462811 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 462811 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 462811 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 462811 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 462813 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-003/.
   [junit4]   2> 462815 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
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> 462815 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CorePropertiesLocator Found core collection1 in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-003/./collection1
   [junit4]   2> 462815 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 462816 INFO  (coreLoadExecutor-1486-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-003/collection1'
   [junit4]   2> 462817 INFO  (coreLoadExecutor-1486-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 462817 INFO  (coreLoadExecutor-1486-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 462817 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 462819 INFO  
(TEST-TestReplicationHandler.doTestRepeater-seed#[719DE97F8E6CD28E]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 462825 INFO  (coreLoadExecutor-1486-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 462834 INFO  (coreLoadExecutor-1486-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 462842 INFO  (coreLoadExecutor-1486-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 462850 INFO  (coreLoadExecutor-1486-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 462851 INFO  (coreLoadExecutor-1486-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 462853 INFO  (coreLoadExecutor-1486-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-003/collection1'
   [junit4]   2> 462853 INFO  (coreLoadExecutor-1486-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-003/./collection1
   [junit4]   2> 462853 INFO  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 462853 INFO  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-003/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-003/./collection1/data/]
   [junit4]   2> 462853 INFO  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 462853 INFO  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-003/./collection1/data
   [junit4]   2> 462853 INFO  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-003/./collection1/data/index/
   [junit4]   2> 462853 WARN  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-003/./collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 462853 INFO  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-003/./collection1/data/index
   [junit4]   2> 462854 INFO  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1446904653, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 462854 INFO  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@2ce0a445 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@50657e64),segFN=segments_1,generation=1}
   [junit4]   2> 462854 INFO  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 462855 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-003/./collection1/data/
   [junit4]   2> 462858 INFO  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 462859 INFO  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 462861 INFO  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 462862 INFO  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 462863 INFO  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 462865 INFO  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 462865 INFO  (coreLoadExecutor-1486-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,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 462865 INFO  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 462866 INFO  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 462866 INFO  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 462867 INFO  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=15, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=19.8369140625, 
floorSegmentMB=1.4111328125, forceMergeDeletesPctAllowed=20.986723531250668, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6552045826189723
   [junit4]   2> 462868 INFO  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@2ce0a445 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@50657e64),segFN=segments_1,generation=1}
   [junit4]   2> 462868 INFO  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 462868 INFO  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2e655e55[collection1] main]
   [junit4]   2> 462868 INFO  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-003/collection1/conf
   [junit4]   2> 462868 INFO  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-003/collection1/conf}
   [junit4]   2> 462868 INFO  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-003/collection1/conf
   [junit4]   2> 462869 INFO  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 462869 WARN  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.h.IndexFetcher 'masterUrl' must be specified without the 
/replication suffix
   [junit4]   2> 462870 INFO  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler  No value set for 'pollInterval'. 
Timer Task not started.
   [junit4]   2> 462870 INFO  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following 
config files: schema.xml
   [junit4]   2> 462870 INFO  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 462870 INFO  
(searcherExecutor-1487-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2e655e55[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 462870 INFO  (coreLoadExecutor-1486-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 463325 INFO  (qtp542376452-3497) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[0]} 0 2
   [junit4]   2> 463329 INFO  (qtp542376452-3498) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 463331 INFO  (qtp542376452-3498) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 463334 INFO  (qtp542376452-3498) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 463341 INFO  (qtp542376452-3498) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@5e15aaee 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@58280c5f),segFN=segments_1,generation=1}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@5e15aaee 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@58280c5f),segFN=segments_2,generation=2}
   [junit4]   2> 463341 INFO  (qtp542376452-3498) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 463342 INFO  (qtp542376452-3498) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@42252a88[collection1] main]
   [junit4]   2> 463342 INFO  (qtp542376452-3498) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 463342 INFO  
(searcherExecutor-1454-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@42252a88[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.2.0):c3)))}
   [junit4]   2> 463342 INFO  (qtp542376452-3498) [    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 8
   [junit4]   2> 463383 WARN  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication 
suffix
   [junit4]   2> 463390 INFO  (qtp542376452-3494) [    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> 463390 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 463391 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 463391 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 463401 INFO  (qtp542376452-3494) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=2&qt=/replication&wt=javabin&version=2&command=filelist} 
status=0 QTime=6
   [junit4]   2> 463402 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Number of files in latest index in master: 4
   [junit4]   2> 463403 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_719DE97F8E6CD28E-001/solr-instance-003/./collection1/data/index.20160621002130122
   [junit4]   2> 463403 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 463406 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4419632454511071]
   [junit4]   2> 463407 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@2ce0a445 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@50657e64),segFN=segments_1,generation=1}
   [junit4]   2> 463408 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 463408 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 463409 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@2ce0a445 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@50657e64),segFN=segments_1,generation=1}
   [junit4]   2> 463409 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 463409 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 463409 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Starting download (fullCopy=false) to 
MockDirectoryWrapper(RAMDirectory@33ab0694 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2488a228)
   [junit4]   2> 463420 INFO  (qtp542376452-3497) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=2&qt=/replication&file=_0.cfe&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 463425 INFO  (qtp542376452-3491) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 463428 INFO  (qtp542376452-3493) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=2&qt=/replication&file=_0.cfs&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 463432 INFO  (qtp542376452-3498) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=2&qt=/replication&file=segments_2&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 463433 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.h.IndexFetcher Total time taken for download 
(fullCopy=false,bytesDownloaded=1947) : 0 secs (null bytes/sec) to 
MockDirectoryWrapper(RAMDirectory@33ab0694 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2488a228)
   [junit4]   2> 463436 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6596459608333511]
   [junit4]   2> 463438 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@2ce0a445 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@50657e64),segFN=segments_1,generation=1}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@2ce0a445 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@50657e64),segFN=segments_2,generation=2}
   [junit4]   2> 463438 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 463438 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 463439 INFO  (explicit-fetchindex-cmd) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@15624c9b[collection1] main]
   [junit4]   2> 463439 INFO  
(searcherExecutor-1487-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@15624c9b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting

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

er":{
   [junit4]    >     "status":0,
   [junit4]    >     "QTime":0},
   [junit4]    >   "params":{
   [junit4]    >     "a":"A val",
   [junit4]    >     "b":"B val",
   [junit4]    >     "wt":"json",
   [junit4]    >     "useParams":""},
   [junit4]    >   "context":{
   [junit4]    >     "webapp":"/n/ac",
   [junit4]    >     "path":"/dump1",
   [junit4]    >     "httpMethod":"GET"}},  from server:  
http://127.0.0.1:51079/n/ac/collection1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([719DE97F8E6CD28E:F9C9D6A52090BF76]:0)
   [junit4]    >        at 
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:481)
   [junit4]    >        at 
org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:171)
   [junit4]    >        at 
org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:61)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 3169339 INFO  
(SUITE-TestReqParamsAPI-seed#[719DE97F8E6CD28E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_719DE97F8E6CD28E-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, 
docValues:{}, maxPointsInLeafNode=604, maxMBSortInHeap=7.2853943431312285, 
sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=ko, 
timezone=America/North_Dakota/New_Salem
   [junit4]   2> NOTE: Mac OS X 10.11.5 x86_64/Oracle Corporation 1.8.0_92 
(64-bit)/cpus=3,threads=1,free=130924672,total=429326336
   [junit4]   2> NOTE: All tests run in this JVM: [TestTrie, 
TestUseDocValuesAsStored2, TestBlendedInfixSuggestions, CleanupOldIndexTest, 
BlockCacheTest, DistributedDebugComponentTest, FileUtilsTest, 
TestDynamicFieldCollectionResource, BufferStoreTest, TestConfigSetImmutable, 
DistributedFacetPivotWhiteBoxTest, TestTrieFacet, TestFieldCacheSanityChecker, 
TestJoin, UniqFieldsUpdateProcessorFactoryTest, TestSolrConfigHandler, 
TestBM25SimilarityFactory, RestartWhileUpdatingTest, 
TestFuzzyAnalyzedSuggestions, OutputWriterTest, CdcrVersionReplicationTest, 
TestCrossCoreJoin, TestReloadDeadlock, TestJsonFacets, 
TestReplicationHandlerBackup, TestOverriddenPrefixQueryForCustomFieldType, 
DeleteStatusTest, TestIndexSearcher, BasicZkTest, SolrIndexSplitterTest, 
TestPHPSerializedResponseWriter, DocValuesMissingTest, PluginInfoTest, 
TestGraphTermsQParserPlugin, SpatialRPTFieldTypeTest, BasicDistributedZk2Test, 
PreAnalyzedUpdateProcessorTest, SecurityConfHandlerTest, 
TestManagedResourceStorage, VersionInfoTest, TestIntervalFaceting, 
TestStandardQParsers, IndexSchemaRuntimeFieldTest, CopyFieldTest, 
ForceLeaderTest, TestRTGBase, TestBinaryField, TestRealTimeGet, 
SharedFSAutoReplicaFailoverUtilsTest, DistributedFacetPivotLargeTest, 
StatsComponentTest, TestWriterPerf, BaseCdcrDistributedZkTest, 
DataDrivenBlockJoinTest, TestQueryTypes, 
OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, TestZkChroot, 
TestOmitPositions, LoggingHandlerTest, ZkStateWriterTest, TestSolr4Spatial, 
TestOrdValues, SortSpecParsingTest, MergeStrategyTest, TestCloudSchemaless, 
TestImplicitCoreProperties, HdfsLockFactoryTest, 
DirectUpdateHandlerOptimizeTest, DistanceUnitsTest, 
WordBreakSolrSpellCheckerTest, DistanceFunctionTest, TestBulkSchemaAPI, 
SolrInfoMBeanTest, DistributedQueryComponentOptimizationTest, 
RemoteQueryErrorTest, DebugComponentTest, CurrencyFieldOpenExchangeTest, 
TestLeaderInitiatedRecoveryThread, SSLMigrationTest, DeleteReplicaTest, 
LukeRequestHandlerTest, TestLMJelinekMercerSimilarityFactory, TestFiltering, 
HdfsTlogReplayBufferedWhileIndexingTest, TestLRUStatsCache, BadIndexSchemaTest, 
QueryResultKeyTest, EchoParamsTest, BigEndianAscendingWordSerializerTest, 
TestPKIAuthenticationPlugin, ExplicitHLLTest, ShardRoutingCustomTest, 
HdfsWriteToMultipleCollectionsTest, ChangedSchemaMergeTest, 
HdfsChaosMonkeySafeLeaderTest, QueryParsingTest, 
TestDistributedStatsComponentCardinality, SearchHandlerTest, 
TestFoldingMultitermQuery, TestJettySolrRunner, RuleEngineTest, 
DistributedIntervalFacetingTest, OpenExchangeRatesOrgProviderTest, 
MultiTermTest, TestMissingGroups, TestDistributedGrouping, TestCollationField, 
TestConfigSetsAPIZkFailure, BasicFunctionalityTest, TestCloudDeleteByQuery, 
TestSolrDeletionPolicy2, TestSolrConfigHandlerCloud, TestCustomDocTransformer, 
TestFieldCacheSortRandom, TestNonDefinedSimilarityFactory, 
TestSchemaSimilarityResource, ShardSplitTest, 
UpdateRequestProcessorFactoryTest, OpenCloseCoreStressTest, 
TestClassicSimilarityFactory, ConnectionReuseTest, TestBinaryResponseWriter, 
TestCopyFieldCollectionResource, TermVectorComponentTest, 
HdfsBasicDistributedZkTest, TestPivotHelperCode, TestSchemaManager, 
TestSortingResponseWriter, SortByFunctionTest, TestReRankQParserPlugin, 
TermVectorComponentDistributedTest, MinimalSchemaTest, TestFreeTextSuggestions, 
DeleteInactiveReplicaTest, TestSystemIdResolver, ZkNodePropsTest, 
BlobRepositoryCloudTest, HLLSerializationTest, 
SignatureUpdateProcessorFactoryTest, DefaultValueUpdateProcessorTest, 
TestUninvertingReader, TestCoreDiscovery, TolerantUpdateProcessorTest, 
TestNumericTerms32, TestCloudPivotFacet, HighlighterConfigTest, 
TestSSLRandomization, TestRangeQuery, BasicDistributedZkTest, 
ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, RecoveryZkTest, 
ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, AutoCommitTest, 
TestRecovery, DistributedSpellCheckComponentTest, ZkControllerTest, 
TestStressReorder, TestReload, TestStressVersions, HardAutoCommitTest, 
DistributedTermsComponentTest, SpellCheckComponentTest, TestGroupingSearch, 
SolrCmdDistributorTest, QueryElevationComponentTest, PeerSyncTest, 
ConvertedLegacyTest, TestSort, TestFunctionQuery, TestLazyCores, TestBadConfig, 
HighlighterTest, ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, 
TestExtendedDismaxParser, SpellCheckCollatorTest, CoreAdminHandlerTest, 
DocValuesTest, SuggesterTSTTest, SuggesterTest, SuggesterWFSTTest, 
TestCSVLoader, NoCacheHeaderTest, SolrCoreCheckLockOnStartupTest, 
FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, 
QueryEqualityTest, StatelessScriptUpdateProcessorFactoryTest, 
TestRemoteStreaming, DocValuesMultiTest, TestSolrDeletionPolicy1, 
CacheHeaderTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, 
DisMaxRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, 
TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, 
FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, 
DocumentBuilderTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, 
TestIndexingPerformance, MoreLikeThisHandlerTest, TestSolrQueryParser, 
FastVectorHighlighterTest, TestCSVResponseWriter, MBeansHandlerTest, 
TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, 
TestComponentsName, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, 
AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, 
ResponseLogComponentTest, TestStressRecovery, TestMergePolicyConfig, 
TestDocSet, NumericFieldsTest, TestElisionMultitermQuery, TestConfig, 
DirectSolrConnectionTest, SpellPossibilityIteratorTest, TestCharFilters, 
SynonymTokenizerTest, TestXIncludeConfig, TestSweetSpotSimilarityFactory, 
TestDFRSimilarityFactory, TestFastWriter, ResourceLoaderTest, 
URLClassifyProcessorTest, ChaosMonkeyNothingIsSafeTest, AssignTest, 
AsyncCallRequestStatusResponseTest, CdcrReplicationHandlerTest, 
CollectionReloadTest, CollectionsAPIAsyncDistributedZkTest, 
ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, 
ConnectionManagerTest, CreateCollectionCleanupTest, CustomCollectionTest, 
DistributedQueueTest, LeaderFailoverAfterPartitionTest, 
LeaderInitiatedRecoveryOnShardRestartTest, MultiThreadedOCPTest, 
RecoveryAfterSoftCommitTest, SolrXmlInZkTest, TestAuthenticationFramework, 
TestMiniSolrCloudClusterBase, TestOnReconnectListenerSupport, 
TestRebalanceLeaders, TestRequestForwarding, TestSizeLimitedDistributedMap, 
TestTolerantUpdateProcessorCloud, TlogReplayBufferedWhileIndexingTest, 
TriLevelCompositeIdRoutingTest, CachingDirectoryFactoryTest, 
ExitableDirectoryReaderTest, TestConfigOverlay, TestConfigSets, TestInitParams, 
TestReloadAndDeleteDocs, TestSolrXml, RequestLoggingTest, TestBlobHandler, 
TestConfigReload, TestReqParamsAPI]
   [junit4] Completed [516/615 (2!)] on J1 in 33.38s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 299 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:740: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:684: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:59: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build.xml:233: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/common-build.xml:530: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/common-build.xml:1427: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/common-build.xml:984: 
There were test failures: 615 suites (10 ignored), 2591 tests, 2 failures, 122 
ignored (72 assumptions) [seed: 719DE97F8E6CD28E]

Total time: 86 minutes 32 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