Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/971/

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

Error Message:
timed out waiting for collection1 startAt time to exceed: Sat Mar 26 13:17:01 
LHDT 2016

Stack Trace:
java.lang.AssertionError: timed out waiting for collection1 startAt time to 
exceed: Sat Mar 26 13:17:01 LHDT 2016
        at 
__randomizedtesting.SeedInfo.seed([A1DD2E4C31E7C707:7A762E8A34CFAEB4]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.handler.TestReplicationHandler.watchCoreStartAt(TestReplicationHandler.java:1422)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestStressReplication(TestReplicationHandler.java:774)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.test

Error Message:
Timeout occured while waiting response from server at: 
http://127.0.0.1:33405/d_y/hc

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:33405/d_y/hc
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:588)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.makeRequest(CollectionsAPIDistributedZkTest.java:381)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testErrorHandling(CollectionsAPIDistributedZkTest.java:497)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:169)
        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:996)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
        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)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:170)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
        at 
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
        ... 47 more




Build Log:
[...truncated 11410 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/init-core-data-001
   [junit4]   2> 736089 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestIndexFetchWithMasterUrl
   [junit4]   2> 736089 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-001/collection1
   [junit4]   2> 736104 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 736106 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1e020947{/solr,null,AVAILABLE}
   [junit4]   2> 736107 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.e.j.s.ServerConnector Started 
ServerConnector@1a060e75{HTTP/1.1,[http/1.1]}{127.0.0.1:47663}
   [junit4]   2> 736107 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.e.j.s.Server Started @738329ms
   [junit4]   2> 736107 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-001/collection1/data,
 hostContext=/solr, hostPort=47663}
   [junit4]   2> 736107 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 736107 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-001'
   [junit4]   2> 736107 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 736107 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not 
find system property or JNDI)
   [junit4]   2> 736107 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-001/solr.xml
   [junit4]   2> 736114 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-001/.
   [junit4]   2> 736114 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.CoreContainer New CoreContainer 1956030184
   [junit4]   2> 736114 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-001]
   [junit4]   2> 736114 WARN  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-001/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-001/lib
   [junit4]   2> 736115 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] 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> 736116 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 736116 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 736116 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 736116 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 736116 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 736117 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-001/.
   [junit4]   2> 736117 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] 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> 736117 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-001/./collection1
   [junit4]   2> 736117 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 736118 INFO  (coreLoadExecutor-2369-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-001/collection1'
   [junit4]   2> 736120 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0
   [junit4]   2> 736120 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 736121 INFO  (coreLoadExecutor-2369-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 736121 INFO  (coreLoadExecutor-2369-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 736125 INFO  (coreLoadExecutor-2369-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 736127 WARN  (coreLoadExecutor-2369-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 736128 INFO  (coreLoadExecutor-2369-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 736133 INFO  (coreLoadExecutor-2369-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 736135 INFO  (coreLoadExecutor-2369-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 736137 INFO  (coreLoadExecutor-2369-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 736140 INFO  (coreLoadExecutor-2369-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-001/collection1'
   [junit4]   2> 736140 INFO  (coreLoadExecutor-2369-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-001/./collection1
   [junit4]   2> 736140 INFO  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 736140 INFO  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-001/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 736140 INFO  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 736141 INFO  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-001/./collection1/data
   [junit4]   2> 736141 INFO  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 736141 WARN  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-001/./collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 736141 INFO  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 736143 INFO  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=30, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=1.482421875, 
floorSegmentMB=1.8681640625, forceMergeDeletesPctAllowed=18.92242805205508, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=0.2783203125, noCFSRatio=1.0
   [junit4]   2> 736143 INFO  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@14dce067 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@649b2ae0),segFN=segments_1,generation=1}
   [junit4]   2> 736143 INFO  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 736144 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-001/./collection1/data/
   [junit4]   2> 736145 INFO  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 736146 INFO  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 736147 INFO  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 736147 INFO  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 736148 INFO  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 736149 INFO  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 736149 INFO  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 736149 INFO  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 736149 INFO  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 736149 INFO  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 736149 INFO  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=26, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=19.2265625, 
floorSegmentMB=1.423828125, forceMergeDeletesPctAllowed=29.97978120188703, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7059236070238515
   [junit4]   2> 736150 INFO  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@14dce067 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@649b2ae0),segFN=segments_1,generation=1}
   [junit4]   2> 736150 INFO  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 736150 INFO  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@549d4b6f[collection1] main]
   [junit4]   2> 736150 INFO  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-001/collection1/conf
   [junit4]   2> 736150 INFO  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-001/collection1/conf}
   [junit4]   2> 736150 INFO  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-001/collection1/conf
   [junit4]   2> 736150 INFO  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 736150 INFO  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following 
config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 736150 INFO  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 736150 INFO  
(searcherExecutor-2370-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@549d4b6f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 736151 INFO  (coreLoadExecutor-2369-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 736621 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/collection1
   [junit4]   2> 736624 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 736672 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@592c93ca{/solr,null,AVAILABLE}
   [junit4]   2> 736672 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.e.j.s.ServerConnector Started 
ServerConnector@7b00671{HTTP/1.1,[http/1.1]}{127.0.0.1:60045}
   [junit4]   2> 736672 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.e.j.s.Server Started @738895ms
   [junit4]   2> 736672 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/collection1/data,
 hostContext=/solr, hostPort=60045}
   [junit4]   2> 736672 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 736672 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002'
   [junit4]   2> 736673 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 736673 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not 
find system property or JNDI)
   [junit4]   2> 736673 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/solr.xml
   [junit4]   2> 736677 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/.
   [junit4]   2> 736677 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.CoreContainer New CoreContainer 912073318
   [junit4]   2> 736681 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002]
   [junit4]   2> 736682 WARN  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/lib
   [junit4]   2> 736683 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] 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> 736687 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 736687 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 736687 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 736687 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 736687 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 736688 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/.
   [junit4]   2> 736688 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] 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> 736688 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/./collection1
   [junit4]   2> 736688 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 736690 INFO  (coreLoadExecutor-2379-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/collection1'
   [junit4]   2> 736699 INFO  (coreLoadExecutor-2379-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 736699 INFO  (coreLoadExecutor-2379-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 736703 INFO  (coreLoadExecutor-2379-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 736706 WARN  (coreLoadExecutor-2379-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 736708 INFO  (coreLoadExecutor-2379-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 736712 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0
   [junit4]   2> 736712 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 736737 INFO  (coreLoadExecutor-2379-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 736739 INFO  (coreLoadExecutor-2379-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 736741 INFO  (coreLoadExecutor-2379-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 736741 INFO  (coreLoadExecutor-2379-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/collection1'
   [junit4]   2> 736741 INFO  (coreLoadExecutor-2379-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/./collection1
   [junit4]   2> 736742 INFO  (coreLoadExecutor-2379-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 736742 INFO  (coreLoadExecutor-2379-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 736742 INFO  (coreLoadExecutor-2379-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 736742 INFO  (coreLoadExecutor-2379-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/./collection1/data
   [junit4]   2> 736742 INFO  (coreLoadExecutor-2379-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 736742 WARN  (coreLoadExecutor-2379-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/./collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 736742 INFO  (coreLoadExecutor-2379-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 736743 INFO  (coreLoadExecutor-2379-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=30, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=1.482421875, 
floorSegmentMB=1.8681640625, forceMergeDeletesPctAllowed=18.92242805205508, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=0.2783203125, noCFSRatio=1.0
   [junit4]   2> 736743 INFO  (coreLoadExecutor-2379-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@4c4d8d86 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@623d3566),segFN=segments_1,generation=1}
   [junit4]   2> 736743 INFO  (coreLoadExecutor-2379-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 736744 INFO  (coreLoadExecutor-2379-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 736747 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/./collection1/data/
   [junit4]   2> 736747 INFO  (coreLoadExecutor-2379-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 736748 INFO  (coreLoadExecutor-2379-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 736748 INFO  (coreLoadExecutor-2379-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 736749 INFO  (coreLoadExecutor-2379-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 736750 INFO  (coreLoadExecutor-2379-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 736750 INFO  (coreLoadExecutor-2379-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 736750 INFO  (coreLoadExecutor-2379-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 736750 INFO  (coreLoadExecutor-2379-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 736750 INFO  (coreLoadExecutor-2379-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 736750 INFO  (coreLoadExecutor-2379-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=26, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=19.2265625, 
floorSegmentMB=1.423828125, forceMergeDeletesPctAllowed=29.97978120188703, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7059236070238515
   [junit4]   2> 736750 INFO  (coreLoadExecutor-2379-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@4c4d8d86 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@623d3566),segFN=segments_1,generation=1}
   [junit4]   2> 736751 INFO  (coreLoadExecutor-2379-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 736751 INFO  (coreLoadExecutor-2379-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@29fce3a2[collection1] main]
   [junit4]   2> 736751 INFO  (coreLoadExecutor-2379-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/collection1/conf
   [junit4]   2> 736751 INFO  (coreLoadExecutor-2379-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/collection1/conf}
   [junit4]   2> 736751 INFO  (coreLoadExecutor-2379-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/collection1/conf
   [junit4]   2> 736751 INFO  (coreLoadExecutor-2379-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 736758 INFO  (coreLoadExecutor-2379-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 
1000ms
   [junit4]   2> 736758 INFO  (coreLoadExecutor-2379-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 736758 INFO  
(searcherExecutor-2380-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@29fce3a2[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 737214 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.e.j.s.ServerConnector Stopped 
ServerConnector@7b00671{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 737214 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=912073318
   [junit4]   2> 737215 INFO  (coreCloseExecutor-2385-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@33e5b30f
   [junit4]   2> 737215 INFO  (coreCloseExecutor-2385-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> 737215 INFO  (coreCloseExecutor-2385-thread-1) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 737215 INFO  (coreCloseExecutor-2385-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 737215 INFO  (coreCloseExecutor-2385-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 737216 INFO  (coreCloseExecutor-2385-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 737216 INFO  (coreCloseExecutor-2385-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 
directories currently being tracked
   [junit4]   2> 737216 INFO  (coreCloseExecutor-2385-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/./collection1/data
 
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/./collection1/data;done=false>>]
   [junit4]   2> 737216 INFO  (coreCloseExecutor-2385-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 737216 INFO  (coreCloseExecutor-2385-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/./collection1/data
   [junit4]   2> 737216 INFO  (coreCloseExecutor-2385-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/./collection1/data/index
 
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/./collection1/data/index;done=false>>]
   [junit4]   2> 737216 INFO  (coreCloseExecutor-2385-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 737216 INFO  (coreCloseExecutor-2385-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 737216 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@592c93ca{/solr,null,UNAVAILABLE}
   [junit4]   2> 737218 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 737224 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@228f9f54{/solr,null,AVAILABLE}
   [junit4]   2> 737224 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.e.j.s.ServerConnector Started 
ServerConnector@624952ef{HTTP/1.1,[http/1.1]}{127.0.0.1:51458}
   [junit4]   2> 737224 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.e.j.s.Server Started @739447ms
   [junit4]   2> 737224 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/collection1/data,
 hostContext=/solr, hostPort=51458}
   [junit4]   2> 737224 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 737225 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002'
   [junit4]   2> 737225 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 737225 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not 
find system property or JNDI)
   [junit4]   2> 737225 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/solr.xml
   [junit4]   2> 737229 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/.
   [junit4]   2> 737229 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.CoreContainer New CoreContainer 1998867900
   [junit4]   2> 737229 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002]
   [junit4]   2> 737229 WARN  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/lib
   [junit4]   2> 737230 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] 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> 737230 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 737230 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 737230 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 737230 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 737230 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 737231 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/.
   [junit4]   2> 737232 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] 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> 737232 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/./collection1
   [junit4]   2> 737232 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 737232 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0
   [junit4]   2> 737232 INFO  
(TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[A1DD2E4C31E7C707])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 737233 INFO  (coreLoadExecutor-2392-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/collection1'
   [junit4]   2> 737234 INFO  (coreLoadExecutor-2392-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 737234 INFO  (coreLoadExecutor-2392-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 737237 INFO  (coreLoadExecutor-2392-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 737239 WARN  (coreLoadExecutor-2392-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 737239 INFO  (coreLoadExecutor-2392-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 737243 INFO  (coreLoadExecutor-2392-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 737245 INFO  (coreLoadExecutor-2392-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 737247 INFO  (coreLoadExecutor-2392-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 737248 INFO  (coreLoadExecutor-2392-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/collection1'
   [junit4]   2> 737248 INFO  (coreLoadExecutor-2392-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/./collection1
   [junit4]   2> 737249 INFO  (coreLoadExecutor-2392-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 737249 INFO  (coreLoadExecutor-2392-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 737249 INFO  (coreLoadExecutor-2392-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 737250 INFO  (coreLoadExecutor-2392-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/./collection1/data
   [junit4]   2> 737250 INFO  (coreLoadExecutor-2392-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 737250 WARN  (coreLoadExecutor-2392-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/./collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 737250 INFO  (coreLoadExecutor-2392-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 737250 INFO  (coreLoadExecutor-2392-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=30, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=1.482421875, 
floorSegmentMB=1.8681640625, forceMergeDeletesPctAllowed=18.92242805205508, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=0.2783203125, noCFSRatio=1.0
   [junit4]   2> 737254 INFO  (coreLoadExecutor-2392-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@a54883f 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@75bd8b40),segFN=segments_1,generation=1}
   [junit4]   2> 737254 INFO  (coreLoadExecutor-2392-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 737255 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/./collection1/data/
   [junit4]   2> 737256 INFO  (coreLoadExecutor-2392-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 737257 INFO  (coreLoadExecutor-2392-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 737257 INFO  (coreLoadExecutor-2392-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 737258 INFO  (coreLoadExecutor-2392-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 737258 INFO  (coreLoadExecutor-2392-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 737259 INFO  (coreLoadExecutor-2392-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 737259 INFO  (coreLoadExecutor-2392-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 737259 INFO  (coreLoadExecutor-2392-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 737259 INFO  (coreLoadExecutor-2392-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 737259 INFO  (coreLoadExecutor-2392-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 737259 INFO  (coreLoadExecutor-2392-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=26, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=19.2265625, 
floorSegmentMB=1.423828125, forceMergeDeletesPctAllowed=29.97978120188703, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7059236070238515
   [junit4]   2> 737260 INFO  (coreLoadExecutor-2392-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@a54883f 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@75bd8b40),segFN=segments_1,generation=1}
   [junit4]   2> 737260 INFO  (coreLoadExecutor-2392-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 737260 INFO  (coreLoadExecutor-2392-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@10c29c07[collection1] main]
   [junit4]   2> 737260 INFO  (coreLoadExecutor-2392-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/collection1/conf
   [junit4]   2> 737260 INFO  (coreLoadExecutor-2392-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/collection1/conf}
   [junit4]   2> 737260 INFO  (coreLoadExecutor-2392-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A1DD2E4C31E7C707-001/solr-instance-002/collection1/conf
   [junit4]   2> 737260 INFO  (coreLoadExecutor-2392-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 737260 INFO  (coreLoadExecutor-2392-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 737260 INFO  (coreLoadExecutor-2392-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 737260 INFO  
(searcherExecutor-2393-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@10c29c07[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 737735 INFO  (qtp588845685-5756) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 737735 INFO  (qtp588845685-5756) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
   [junit4]   2> 737736 INFO  (qtp1246579559-5792) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 737736 INFO  (qtp1246579559-5792) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
   [junit4]   2> 737737 INFO  (qtp1246579559-5792) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 737738 INFO  (qtp1246579559-5792) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@a54883f 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@75bd8b40),segFN=segments_1,generation=1}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@a54883f 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@75bd8b40),segFN=segments_2,generation=2}
   [junit4]   2> 737739 INFO  (qtp1246579559-5792) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 737739 INFO  (qtp1246579559-5792) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3d404707[collection1] main]
   [junit4]   2> 737739 INFO  (qtp1246579559-5792) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 737739 INFO  
(searcherExecutor-2393-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3d404707[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 737739 INFO  (qtp1246579559-5792) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 1
   [junit4]   2> 737742 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[0]} 0 0
   [junit4]   2> 737744 INFO  (qtp588845685-5758) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 737745 INFO  (qtp588845685-5759) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 737747 INFO  (qtp588845685-5760) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 737748 INFO  (qtp588845685-5753) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[4]} 0 0
   [junit4]   2> 737750 INFO  (qtp588845685-5753) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[5]} 0 0
   [junit4]   2> 737751 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[6]} 0 0
   [junit4]   2> 737753 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[7]} 0 0
   [junit4]   2> 737755 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[8]} 0 0
   [junit4]   2> 737756 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[9]} 0 0
   [junit4]   2> 737758 INFO  (qtp588845685-5756) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[10]} 0 0
   [junit4]   2> 737759 INFO  (qtp588845685-5756) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[11]} 0 0
   [junit4]   2> 737765 INFO  (qtp588845685-5756) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[12]} 0 0
   [junit4]   2> 737767 INFO  (qtp588845685-5759) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[13]} 0 0
   [junit4]   2> 737772 INFO  (qtp588845685-5760) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[14]} 0 0
   [junit4]   2> 737773 INFO  (qtp588845685-5760) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[15]} 0 0
   [junit4]   2> 737775 INFO  (qtp588845685-5760) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[16]} 0 0
   [junit4]   2> 737776 INFO  (qtp588845685-5760) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[17]} 0 0
   [junit4]   2> 737778 INFO  (qtp588845685-5760) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[18]} 0 0
   [junit4]   2> 737779 INFO  (qtp588845685-5759) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[19]} 0 0
   [junit4]   2> 737781 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[20]} 0 0
   [junit4]   2> 737783 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[21]} 0 0
   [junit4]   2> 737784 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[22]} 0 0
   [junit4]   2> 737786 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[23]} 0 0
   [junit4]   2> 737787 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[24]} 0 0
   [junit4]   2> 737790 INFO  (qtp588845685-5759) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[25]} 0 0
   [junit4]   2> 737793 INFO  (qtp588845685-5753) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[26]} 0 0
   [junit4]   2> 737797 INFO  (qtp588845685-5753) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[27]} 0 0
   [junit4]   2> 737798 INFO  (qtp588845685-5753) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[28]} 0 0
   [junit4]   2> 737800 INFO  (qtp588845685-5753) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[29]} 0 0
   [junit4]   2> 737802 INFO  (qtp588845685-5753) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[30]} 0 0
   [junit4]   2> 737803 INFO  (qtp588845685-5759) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[31]} 0 0
   [junit4]   2> 737805 INFO  (qtp588845685-5758) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[32]} 0 0
   [junit4]   2> 737806 INFO  (qtp588845685-5758) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[33]} 0 0
   [junit4]   2> 737808 INFO  (qtp588845685-5758) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[34]} 0 0
   [junit4]   2> 737809 INFO  (qtp588845685-5758) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[35]} 0 0
   [junit4]   2> 737811 INFO  (qtp588845685-5758) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[36]} 0 0
   [junit4]   2> 737812 INFO  (qtp588845685-5759) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[37]} 0 0
   [junit4]   2> 737814 INFO  (qtp588845685-5756) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[38]} 0 0
   [junit4]   2> 737815 INFO  (qtp588845685-5756) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[39]} 0 0
   [junit4]   2> 737825 INFO  (qtp588845685-5756) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[40]} 0 0
   [junit4]   2> 737826 INFO  (qtp588845685-5753) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[41]} 0 0
   [junit4]   2> 737828 INFO  (qtp588845685-5753) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[42]} 0 0
   [junit4]   2> 737829 INFO  (qtp588845685-5753) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[43]} 0 0
   [junit4]   2> 737831 INFO  (qtp588845685-5760) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[44]} 0 0
   [junit4]   2> 737835 INFO  (qtp588845685-5760) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[45]} 0 0
   [junit4]   2> 737837 INFO  (qtp588845685-5760) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[46]} 0 0
   [junit4]   2> 737838 INFO  (qtp588845685-5758) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[47]} 0 0
   [junit4]   2> 737847 INFO  (qtp588845685-5758) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[48]} 0 0
   [junit4]   2> 737848 INFO  (qtp588845685-5758) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[49]} 0 0
   [junit4]   2> 737850 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[50]} 0 0
   [junit4]   2> 737851 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[51]} 0 0
   [junit4]   2> 737853 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[52]} 0 0
   [junit4]   2> 737854 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[53]} 0 0
   [junit4]   2> 737856 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[54]} 0 0
   [junit4]   2> 737857 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[55]} 0 0
   [junit4]   2> 737859 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[56]} 0 0
   [junit4]   2> 737860 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[57]} 0 0
   [junit4]   2> 737877 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[58]} 0 0
   [junit4]   2> 737878 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[59]} 0 0
   [junit4]   2> 737880 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[60]} 0 0
   [junit4]   2> 737881 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[61]} 0 0
   [junit4]   2> 737883 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[62]} 0 0
   [junit4]   2> 737884 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[63]} 0 0
   [junit4]   2> 737885 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[64]} 0 0
   [junit4]   2> 737887 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[65]} 0 0
   [junit4]   2> 737888 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[66]} 0 0
   [junit4]   2> 737890 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[67]} 0 0
   [junit4]   2> 737891 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[68]} 0 0
   [junit4]   2> 737893 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[69]} 0 0
   [junit4]   2> 737894 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[70]} 0 0
   [junit4]   2> 737896 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[71]} 0 0
   [junit4]   2> 737897 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[72]} 0 0
   [junit4]   2> 737899 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[73]} 0 0
   [junit4]   2> 737900 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[74]} 0 0
   [junit4]   2> 737902 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[75]} 0 0
   [junit4]   2> 737903 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[76]} 0 0
   [junit4]   2> 737905 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[77]} 0 0
   [junit4]   2> 737906 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[78]} 0 0
   [junit4]   2> 737908 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[79]} 0 0
   [junit4]   2> 737909 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[80]} 0 0
   [junit4]   2> 737911 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[81]} 0 0
   [junit4]   2> 737912 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[82]} 0 0
   [junit4]   2> 737914 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[83]} 0 0
   [junit4]   2> 737915 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[84]} 0 0
   [junit4]   2> 737917 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[85]} 0 0
   [junit4]   2> 737918 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[86]} 0 0
   [junit4]   2> 737920 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[87]} 0 0
   [junit4]   2> 737921 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[88]} 0 0
   [junit4]   2> 737923 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[89]} 0 0
   [junit4]   2> 737924 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[90]} 0 0
   [junit4]   2> 737925 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[91]} 0 0
   [junit4]   2> 737927 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[92]} 0 0
   [junit4]   2> 737928 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[93]} 0 0
   [junit4]   2> 737930 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[94]} 0 0
   [junit4]   2> 737932 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[95]} 0 0
   [junit4]   2> 737933 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[96]} 0 0
   [junit4]   2> 737934 INFO  (qtp588845685-5757) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[97]} 0 0
   [junit4]   2> 737936 INFO  (qtp588845685-5757) [    x:collection1] 

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

.hdfs.server.namenode.metrics.NameNodeMetrics.shutdown(NameNodeMetrics.java:145)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.NameNode.stop(NameNode.java:822)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1720)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1699)
   [junit4]   2>        at 
org.apache.solr.cloud.hdfs.HdfsTestUtil.teardownClass(HdfsTestUtil.java:198)
   [junit4]   2>        at 
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.teardownClass(HdfsCollectionsAPIDistributedZkTest.java:52)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: java.lang.NullPointerException
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:198)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3291)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:6223)
   [junit4]   2>        ... 54 more
   [junit4]   2> 4186276 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A1DD2E4C31E7C707]-worker) [    
] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_A1DD2E4C31E7C707-001
   [junit4]   2> Mar 26, 2016 3:08:02 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene60, sim=ClassicSimilarity, 
locale=cs-CZ, timezone=America/Tijuana
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 
1.8.0_74 (64-bit)/cpus=4,threads=1,free=130842752,total=510656512
   [junit4]   2> NOTE: All tests run in this JVM: [RecoveryAfterSoftCommitTest, 
LeaderInitiatedRecoveryOnShardRestartTest, TestStressUserVersions, 
TestSolr4Spatial2, UUIDFieldTest, AtomicUpdatesTest, 
IndexSchemaRuntimeFieldTest, SignatureUpdateProcessorFactoryTest, 
TestExpandComponent, SolrXmlInZkTest, BasicDistributedZkTest, PeerSyncTest, 
ReturnFieldsTest, AsyncCallRequestStatusResponseTest, HttpPartitionTest, 
TestCloudManagedSchema, JSONWriterTest, TestRTGBase, TestMiniSolrCloudCluster, 
ConnectionReuseTest, TestMergePolicyConfig, TestRandomFaceting, 
ExternalFileFieldSortTest, StandardRequestHandlerTest, 
SharedFSAutoReplicaFailoverUtilsTest, PathHierarchyTokenizerFactoryTest, 
DateFieldTest, TestNRTOpen, AnalysisAfterCoreReloadTest, 
RestartWhileUpdatingTest, CdcrVersionReplicationTest, TestRangeQuery, 
CloudMLTQParserTest, TestLazyCores, OutOfBoxZkACLAndCredentialsProvidersTest, 
TestCollationFieldDocValues, BufferStoreTest, 
DocumentAnalysisRequestHandlerTest, PreAnalyzedFieldTest, 
DataDrivenBlockJoinTest, EchoParamsTest, TestHighFrequencyDictionaryFactory, 
TestFastOutputStream, TestDefaultSearchFieldResource, HdfsThreadLeakTest, 
BasicZkTest, ExplicitHLLTest, SuggestComponentContextFilterQueryTest, 
TestExactSharedStatsCache, TestDocSet, TestRTimerTree, 
FileBasedSpellCheckerTest, PolyFieldTest, TestCSVLoader, TestReplicaProperties, 
TestUseDocValuesAsStored, TestReplicationHandler, TestImplicitCoreProperties, 
TestTolerantUpdateProcessorCloud, TestScoreJoinQPNoScore, 
AlternateDirectoryTest, TestSortByMinMaxFunction, TestComponentsName, 
TestFieldTypeResource, DistributedQueryElevationComponentTest, 
TestSolrConfigHandler, TestLuceneMatchVersion, CustomCollectionTest, 
CoreAdminCreateDiscoverTest, RequiredFieldsTest, 
TriLevelCompositeIdRoutingTest, OutputWriterTest, TestPKIAuthenticationPlugin, 
QueryEqualityTest, RuleEngineTest, TestJsonFacets, TestBadConfig, 
JsonLoaderTest, TestReplicationHandlerBackup, HdfsBasicDistributedZkTest, 
DeleteReplicaTest, AnalyticsQueryTest, TestQueryWrapperFilter, 
TestHdfsUpdateLog, TestManagedResource, SolrRequestParserTest, 
CursorPagingTest, LeaderElectionIntegrationTest, TestAtomicUpdateErrorCases, 
TestReRankQParserPlugin, TestHighlightDedupGrouping, JavabinLoaderTest, 
PrimUtilsTest, SolrCoreTest, CacheHeaderTest, TestSchemaSimilarityResource, 
TestBlendedInfixSuggestions, OpenCloseCoreStressTest, AutoCommitTest, 
TestDistributedGrouping, TestFaceting, TestRecovery, 
DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, 
ZkControllerTest, TestRealTimeGet, TestStressReorder, TestJoin, TestReload, 
TestStressVersions, DistributedTermsComponentTest, TestSolr4Spatial, 
TestGroupingSearch, TestIndexSearcher, SimplePostToolTest, 
SpellCheckCollatorTest, TestFoldingMultitermQuery, DocValuesTest, 
TermVectorComponentTest, TestArbitraryIndexDir, SolrPluginUtilsTest, 
TestJmxIntegration, TestCSVResponseWriter, BinaryUpdateRequestHandlerTest, 
TestPHPSerializedResponseWriter, TestBinaryResponseWriter, SOLR749Test, 
CopyFieldTest, ResponseLogComponentTest, BadComponentTest, TestStressRecovery, 
SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, 
TestDistributedMissingSort, TestSimpleTrackingShardHandler, ActionThrottleTest, 
AssignTest, AsyncMigrateRouteKeyTest, CloudExitableDirectoryReaderTest, 
CollectionReloadTest, CollectionStateFormat2Test, 
CollectionTooManyReplicasTest, CollectionsAPIAsyncDistributedZkTest, 
ConcurrentDeleteAndCreateCollectionTest, DistribCursorPagingTest, 
DistribJoinFromCollectionTest, DistributedQueueTest, 
LeaderInitiatedRecoveryOnCommitTest, OverseerStatusTest, ReplicationFactorTest, 
SSLMigrationTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, 
TestCloudInspectUtil, TestCloudPivotFacet, TestConfigSetsAPI, 
TestConfigSetsAPIExclusivity, TestCryptoKeys, TestDistribDocBasedVersion, 
TestLeaderElectionZkExpiry, TestMiniSolrCloudClusterSSL, 
TestRandomRequestDistribution, TestRequestStatusCollectionAPI, 
TestShortCircuitedRequests, HdfsBasicDistributedZk2Test, 
HdfsChaosMonkeySafeLeaderTest, HdfsCollectionsAPIDistributedZkTest]
   [junit4] Completed [519/584 (2!)] on J0 in 432.78s, 1 test, 1 error <<< 
FAILURES!

[...truncated 201 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/build.xml:747:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/build.xml:684:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/build.xml:59:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/build.xml:233:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/solr/common-build.xml:529:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/lucene/common-build.xml:1457:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/lucene/common-build.xml:1014:
 There were test failures: 584 suites (10 ignored), 2357 tests, 1 error, 1 
failure, 32 ignored (16 assumptions) [seed: A1DD2E4C31E7C707]

Total time: 177 minutes 17 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


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

Reply via email to