Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17576/
Java: 32bit/jdk1.8.0_102 -server -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded
        at 
__randomizedtesting.SeedInfo.seed([C1D18FA0D06857C7:1952E6710E866E]:0)
        at java.util.Arrays.copyOf(Arrays.java:3181)
        at java.util.ArrayList.grow(ArrayList.java:261)
        at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
        at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
        at java.util.ArrayList.add(ArrayList.java:458)
        at java.util.regex.Pattern.split(Pattern.java:1217)
        at java.util.regex.Pattern.split(Pattern.java:1273)
        at 
sun.security.util.AlgorithmDecomposer.decompose(AlgorithmDecomposer.java:56)
        at 
sun.security.ssl.SSLAlgorithmDecomposer.decomposes(SSLAlgorithmDecomposer.java:149)
        at 
sun.security.ssl.SSLAlgorithmDecomposer.decompose(SSLAlgorithmDecomposer.java:222)
        at 
sun.security.ssl.SSLAlgorithmDecomposer.decompose(SSLAlgorithmDecomposer.java:243)
        at 
sun.security.util.AbstractAlgorithmConstraints.checkAlgorithm(AbstractAlgorithmConstraints.java:104)
        at 
sun.security.util.DisabledAlgorithmConstraints.permits(DisabledAlgorithmConstraints.java:91)
        at 
sun.security.ssl.SSLAlgorithmConstraints.permits(SSLAlgorithmConstraints.java:144)
        at 
sun.security.ssl.Handshaker.getActiveCipherSuites(Handshaker.java:642)
        at sun.security.ssl.Handshaker.activate(Handshaker.java:509)
        at 
sun.security.ssl.SSLSocketImpl.kickstartHandshake(SSLSocketImpl.java:1482)
        at 
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1351)
        at 
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
        at 
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)
        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
        at 
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
        at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
        at 
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)


FAILED:  
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication

Error Message:
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-020/./collection1/data/index.20160816132352209,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-020/./collection1/data,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-020/./collection1/data/snapshot_metadata,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-020/./collection1/data/index.20160816132352101]
 expected:<3> but was:<4>

Stack Trace:
java.lang.AssertionError: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-020/./collection1/data/index.20160816132352209,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-020/./collection1/data,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-020/./collection1/data/snapshot_metadata,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-020/./collection1/data/index.20160816132352101]
 expected:<3> but was:<4>
        at 
__randomizedtesting.SeedInfo.seed([F7C9367C0F17D56D:BAD824C9FF7A8B]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.solr.handler.TestReplicationHandler.checkForSingleIndex(TestReplicationHandler.java:902)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication(TestReplicationHandler.java:1334)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10759 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/init-core-data-001
   [junit4]   2> 92781 INFO  
(SUITE-TestReplicationHandler-seed#[F7C9367C0F17D56D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 92785 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestReplicateAfterStartup
   [junit4]   2> 92785 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/collection1
   [junit4]   2> 92789 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 92789 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@cb4e3d{/solr,null,AVAILABLE}
   [junit4]   2> 92791 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.e.j.s.ServerConnector Started 
ServerConnector@188b0ab{HTTP/1.1,[http/1.1]}{127.0.0.1:46393}
   [junit4]   2> 92791 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.e.j.s.Server Started @94778ms
   [junit4]   2> 92791 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/collection1/data,
 hostContext=/solr, hostPort=46393}
   [junit4]   2> 92791 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 92791 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001'
   [junit4]   2> 92791 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 92791 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not 
find system property or JNDI)
   [junit4]   2> 92792 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/solr.xml
   [junit4]   2> 92795 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/.
   [junit4]   2> 92796 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.CoreContainer New CoreContainer 11513775
   [junit4]   2> 92796 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001]
   [junit4]   2> 92796 WARN  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/lib
   [junit4]   2> 92796 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 92798 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with 
params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 92798 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 92798 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 92798 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 92798 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 92799 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/.
   [junit4]   2> 92800 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] 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> 92800 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/./collection1
   [junit4]   2> 92800 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 92800 INFO  (coreLoadExecutor-198-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/collection1'
   [junit4]   2> 92801 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 92801 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 92801 INFO  (coreLoadExecutor-198-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 92801 INFO  (coreLoadExecutor-198-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 92807 INFO  (coreLoadExecutor-198-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 92833 WARN  (coreLoadExecutor-198-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 92833 INFO  (coreLoadExecutor-198-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 92838 INFO  (coreLoadExecutor-198-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 92840 INFO  (coreLoadExecutor-198-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 92842 INFO  (coreLoadExecutor-198-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 92843 INFO  (coreLoadExecutor-198-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/collection1'
   [junit4]   2> 92843 INFO  (coreLoadExecutor-198-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/./collection1
   [junit4]   2> 92843 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 92843 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 92843 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 92844 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/./collection1/data/snapshot_metadata
   [junit4]   2> 92844 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot 
metadata file...
   [junit4]   2> 92845 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/./collection1/data
   [junit4]   2> 92845 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 92845 WARN  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/./collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 92845 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 92845 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 92846 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@199eb5d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@905383),segFN=segments_1,generation=1}
   [junit4]   2> 92846 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 92846 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/./collection1/data/
   [junit4]   2> 92854 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 92857 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 92857 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 92858 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 92858 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 92862 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 92862 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 92862 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 92862 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 92862 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 92863 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=92.892578125, 
floorSegmentMB=1.9892578125, forceMergeDeletesPctAllowed=24.1665678452699, 
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 92863 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@199eb5d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@905383),segFN=segments_1,generation=1}
   [junit4]   2> 92863 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 92863 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@378dc7[collection1] 
main]
   [junit4]   2> 92863 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/collection1/conf
   [junit4]   2> 92863 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/collection1/conf}
   [junit4]   2> 92863 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/collection1/conf
   [junit4]   2> 92863 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 92864 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following 
config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 92864 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 92864 INFO  
(searcherExecutor-199-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@378dc7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 92864 INFO  (coreLoadExecutor-198-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 93302 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/collection1
   [junit4]   2> 93305 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 93307 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1cb408a{/solr,null,AVAILABLE}
   [junit4]   2> 93307 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.e.j.s.ServerConnector Started 
ServerConnector@1fce514{HTTP/1.1,[http/1.1]}{127.0.0.1:42591}
   [junit4]   2> 93308 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.e.j.s.Server Started @95294ms
   [junit4]   2> 93308 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/collection1/data,
 hostContext=/solr, hostPort=42591}
   [junit4]   2> 93308 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 93308 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002'
   [junit4]   2> 93308 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 93308 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not 
find system property or JNDI)
   [junit4]   2> 93308 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/solr.xml
   [junit4]   2> 93313 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/.
   [junit4]   2> 93313 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.CoreContainer New CoreContainer 15335748
   [junit4]   2> 93313 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002]
   [junit4]   2> 93313 WARN  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/lib
   [junit4]   2> 93314 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 93316 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with 
params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 93316 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 93316 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 93316 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 93316 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 93317 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/.
   [junit4]   2> 93318 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] 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> 93318 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/./collection1
   [junit4]   2> 93318 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 93319 INFO  (coreLoadExecutor-208-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/collection1'
   [junit4]   2> 93319 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 93319 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 93319 INFO  (coreLoadExecutor-208-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 93319 INFO  (coreLoadExecutor-208-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 93326 INFO  (coreLoadExecutor-208-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 93327 WARN  (coreLoadExecutor-208-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 93328 INFO  (coreLoadExecutor-208-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 93332 INFO  (coreLoadExecutor-208-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 93334 INFO  (coreLoadExecutor-208-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 93337 INFO  (coreLoadExecutor-208-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 93337 INFO  (coreLoadExecutor-208-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/collection1'
   [junit4]   2> 93337 INFO  (coreLoadExecutor-208-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/./collection1
   [junit4]   2> 93338 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 93338 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 93338 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 93338 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/./collection1/data/snapshot_metadata
   [junit4]   2> 93338 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot 
metadata file...
   [junit4]   2> 93338 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/./collection1/data
   [junit4]   2> 93338 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 93338 WARN  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/./collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 93339 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 93339 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 93339 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1f72f4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10c4c80),segFN=segments_1,generation=1}
   [junit4]   2> 93339 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 93339 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/./collection1/data/
   [junit4]   2> 93341 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 93342 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 93342 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 93343 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 93344 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 93344 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 93345 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 93345 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 93345 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 93345 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 93345 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=92.892578125, 
floorSegmentMB=1.9892578125, forceMergeDeletesPctAllowed=24.1665678452699, 
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 93345 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1f72f4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10c4c80),segFN=segments_1,generation=1}
   [junit4]   2> 93345 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 93345 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1605caa[collection1] 
main]
   [junit4]   2> 93345 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/collection1/conf
   [junit4]   2> 93345 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/collection1/conf}
   [junit4]   2> 93346 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/collection1/conf
   [junit4]   2> 93346 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 93347 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 
1000ms
   [junit4]   2> 93347 INFO  
(searcherExecutor-209-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1605caa[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 93347 INFO  (coreLoadExecutor-208-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 93741 INFO  (qtp8840696-597) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 93821 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.e.j.s.ServerConnector Stopped 
ServerConnector@1fce514{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 93821 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=15335748
   [junit4]   2> 93822 INFO  (coreCloseExecutor-214-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@12ff7ca
   [junit4]   2> 93822 INFO  (coreCloseExecutor-214-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> 93822 INFO  (coreCloseExecutor-214-thread-1) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 93822 INFO  (coreCloseExecutor-214-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 93822 INFO  (coreCloseExecutor-214-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 93824 INFO  (coreCloseExecutor-214-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 93824 INFO  (coreCloseExecutor-214-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 3 
directories currently being tracked
   [junit4]   2> 93824 INFO  (coreCloseExecutor-214-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/./collection1/data/index
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/./collection1/data/index;done=false>>]
   [junit4]   2> 93824 INFO  (coreCloseExecutor-214-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 93824 INFO  (coreCloseExecutor-214-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 93824 INFO  (coreCloseExecutor-214-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/./collection1/data/snapshot_metadata
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/./collection1/data/snapshot_metadata;done=false>>]
   [junit4]   2> 93824 INFO  (coreCloseExecutor-214-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 93824 INFO  (coreCloseExecutor-214-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/./collection1/data/snapshot_metadata
   [junit4]   2> 93825 INFO  (coreCloseExecutor-214-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/./collection1/data
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/./collection1/data;done=false>>]
   [junit4]   2> 93825 INFO  (coreCloseExecutor-214-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 93825 INFO  (coreCloseExecutor-214-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-002/./collection1/data
   [junit4]   2> 93825 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1cb408a{/solr,null,UNAVAILABLE}
   [junit4]   2> 93827 INFO  (qtp8840696-597) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 93829 INFO  (qtp8840696-597) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:*} 0 2
   [junit4]   2> 93830 INFO  (qtp8840696-598) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 93831 INFO  (qtp8840696-598) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@199eb5d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@905383),segFN=segments_1,generation=1}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@199eb5d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@905383),segFN=segments_2,generation=2}
   [junit4]   2> 93831 INFO  (qtp8840696-598) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 93832 INFO  (qtp8840696-598) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@153165[collection1] main]
   [junit4]   2> 93832 INFO  (qtp8840696-598) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 93832 INFO  
(searcherExecutor-199-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@153165[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 93832 INFO  (qtp8840696-598) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 2
   [junit4]   2> 93833 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.e.j.s.ServerConnector Stopped 
ServerConnector@188b0ab{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 93833 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=11513775
   [junit4]   2> 93834 INFO  (coreCloseExecutor-216-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1303430
   [junit4]   2> 93834 INFO  (coreCloseExecutor-216-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=1,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 93835 INFO  (coreCloseExecutor-216-thread-1) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 93835 INFO  (coreCloseExecutor-216-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 93835 INFO  (coreCloseExecutor-216-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 93835 INFO  (coreCloseExecutor-216-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 93835 INFO  (coreCloseExecutor-216-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 3 
directories currently being tracked
   [junit4]   2> 93835 INFO  (coreCloseExecutor-216-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/./collection1/data
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/./collection1/data;done=false>>]
   [junit4]   2> 93835 INFO  (coreCloseExecutor-216-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 93835 INFO  (coreCloseExecutor-216-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/./collection1/data
   [junit4]   2> 93835 INFO  (coreCloseExecutor-216-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/./collection1/data/snapshot_metadata
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/./collection1/data/snapshot_metadata;done=false>>]
   [junit4]   2> 93835 INFO  (coreCloseExecutor-216-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 93835 INFO  (coreCloseExecutor-216-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/./collection1/data/snapshot_metadata
   [junit4]   2> 93835 INFO  (coreCloseExecutor-216-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/./collection1/data/index
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/./collection1/data/index;done=false>>]
   [junit4]   2> 93835 INFO  (coreCloseExecutor-216-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 93835 INFO  (coreCloseExecutor-216-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 93836 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@cb4e3d{/solr,null,UNAVAILABLE}
   [junit4]   2> 93837 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 93837 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@605e1a{/solr,null,AVAILABLE}
   [junit4]   2> 93838 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.e.j.s.ServerConnector Started 
ServerConnector@fd6444{HTTP/1.1,[http/1.1]}{127.0.0.1:35755}
   [junit4]   2> 93838 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.e.j.s.Server Started @95825ms
   [junit4]   2> 93838 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/collection1/data,
 hostContext=/solr, hostPort=35755}
   [junit4]   2> 93838 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 93838 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001'
   [junit4]   2> 93839 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 93839 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not 
find system property or JNDI)
   [junit4]   2> 93839 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/solr.xml
   [junit4]   2> 93844 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/.
   [junit4]   2> 93844 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.CoreContainer New CoreContainer 29827660
   [junit4]   2> 93844 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001]
   [junit4]   2> 93844 WARN  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/lib
   [junit4]   2> 93845 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 93847 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with 
params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 93847 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 93847 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 93847 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 93847 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 93848 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/.
   [junit4]   2> 93848 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] 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> 93849 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/./collection1
   [junit4]   2> 93849 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 93849 INFO  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/collection1'
   [junit4]   2> 93850 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 93850 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[F7C9367C0F17D56D])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 93850 INFO  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 93850 INFO  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 93857 INFO  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 93860 WARN  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 93860 INFO  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 93867 INFO  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 93870 INFO  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 93872 INFO  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 93873 INFO  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/collection1'
   [junit4]   2> 93873 INFO  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/./collection1
   [junit4]   2> 93874 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 93874 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 93874 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 93874 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/./collection1/data/snapshot_metadata
   [junit4]   2> 93874 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot 
metadata file...
   [junit4]   2> 93875 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/./collection1/data
   [junit4]   2> 93875 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 93875 WARN  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/./collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 93875 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 93877 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 93877 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1255a9 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e18016),segFN=segments_1,generation=1}
   [junit4]   2> 93877 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 93877 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/./collection1/data/
   [junit4]   2> 93879 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 93880 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 93881 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 93881 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 93882 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 93883 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 93883 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 93883 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 93883 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 93883 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 93884 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=92.892578125, 
floorSegmentMB=1.9892578125, forceMergeDeletesPctAllowed=24.1665678452699, 
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 93884 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1255a9 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e18016),segFN=segments_1,generation=1}
   [junit4]   2> 93884 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 93884 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@10d6701[collection1] 
main]
   [junit4]   2> 93885 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/collection1/conf
   [junit4]   2> 93885 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/collection1/conf}
   [junit4]   2> 93885 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F7C9367C0F17D56D-001/solr-instance-001/collection1/conf
   [junit4]   2> 93885 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 93885 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following 
config files: schema.xml
   [junit4]   2> 93885 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 93885 INFO  
(searcherExecutor-224-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@10d6701[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 93885 INFO  (coreLoadExecutor-223-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 94356 INFO  (qtp20561254-635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[0]} 0 2
   [junit4]   2> 94357 INFO  (qtp20561254-636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 94357 INFO  (qtp20561254-637) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 94358 INFO  (qtp20561254-630) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 94358 INFO  (qtp20561254-635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[4]} 0 0
   [junit4]   2> 94358 INFO  (qtp20561254-636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[5]} 0 0
   [junit4]   2> 94359 INFO  (qtp20561254-637) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[6]} 0 0
   [junit4]   2> 94359 INFO  (qtp20561254-630) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[7]} 0 0
   [junit4]   2> 94359 INFO  (qtp20561254-635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[8]} 0 0
   [junit4]   2> 94360 INFO  (qtp20561254-636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[9]} 0 0
   [junit4]   2> 94360 INFO  (qtp20561254-637) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[10]} 0 0
   [junit4]   2> 94360 INFO  (qtp20561254-630) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[11]} 0 0
   [junit4]   2> 94361 INFO  (qtp20561254-635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[12]} 0 0
   [junit4]   2> 94361 INFO  (qtp20561254-636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[13]} 0 0
   [junit4]   2> 94361 INFO  (qtp20561254-637) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[14]} 0 0
   [junit4]   2> 94362 INFO  (qtp20561254-630) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[15]} 0 0
   [junit4]   2> 94362 INFO  (qtp20561254-630) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[16]} 0 0
   [junit4]   2> 94362 INFO  (qtp20561254-636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[17]} 0 0
   [junit4]   2> 94363 INFO  (qtp20561254-637) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[18]} 0 0
   [junit4]   2> 94363 INFO  (qtp20561254-635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[19]} 0 0
   [junit4]   2> 94363 INFO  (qtp20561254-630) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[20]} 0 0
   [junit4]   2> 94364 INFO  (qtp20561254-636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[21]} 0 0
   [junit4]   2> 94364 INFO  (qtp20561254-637) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[22]} 0 0
   [junit4]   2> 94365 INFO  (qtp20561254-635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[23]} 0 0
   [junit4]   2> 94365 INFO  (qtp20561254-630) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[24]} 0 0
   [junit4]   2> 94365 INFO  (qtp20561254-636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[25]} 0 0
   [junit4]   2> 94366 INFO  (qtp20561254-637) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[26]} 0 0
   [junit4]   2> 94366 INFO  (qtp20561254-635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[27]} 0 0
   [junit4]   2> 94366 INFO  (qtp20561254-630) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[28]} 0 0
   [junit4]   2> 94366 INFO  (qtp20561254-636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[29]} 0 0
   [junit4]   2> 94367 INFO  (qtp20561254-637) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[30]} 0 0
   [junit4]   2> 94367 INFO  (qtp20561254-635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[31]} 0 0
   [junit4]   2> 94367 INFO  (qtp20561254-630) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[32]} 0 0
   [junit4]   2> 94369 INFO  (qtp20561254-636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[33]} 0 1
   [junit4]   2> 94369 INFO  (qtp20561254-637) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[34]} 0 0
   [junit4]   2> 94369 INFO  (qtp20561254-635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[35]} 0 0
   [junit4]   2> 94370 INFO  (qtp20561254-630) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[36]} 0 0
   [junit4]   2> 94370 INFO  (qtp20561254-636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[37]} 0 0
   [junit4]   2> 94370 INFO  (qtp20561254-637) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[38]} 0 0
   [junit4]   2> 94371 INFO  (qtp20561254-635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[39]} 0 0
   [junit4]   2> 94371 INFO  (qtp20561254-630) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[40]} 0 0
   [junit4]   2> 94371 INFO  (qtp20561254-636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[41]} 0 0
   [junit4]   2> 94372 INFO  (qtp20561254-637) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[42]} 0 0
   [junit4]   2> 94372 INFO  (qtp20561254-635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[43]} 0 0
   [junit4]   2> 94372 INFO  (qtp20561254-630) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[44]} 0 0
   [junit4]   2> 94373 INFO  (qtp20561254-636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[45]} 0 0
   [junit4]   2> 94373 INFO  (qtp20561254-637) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[46]} 0 0
   [junit4]   2> 94373 INFO  (qtp20561254-635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[47]} 0 0
   [junit4]   2> 94373 INFO  (qtp20561254-630) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[48]} 0 0
   [junit4]   2> 94374 INFO  (qtp20561254-636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[49]} 0 0
   [junit4]   2> 94374 INFO  (qtp20561254-637) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[50]} 0 0
   [junit4]   2> 94374 INFO  (qtp20561254-635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[51]} 0 0
   [junit4]   2> 94375 INFO  (qtp20561254-630) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[52]} 0 0
   [junit4]   2> 94375 INFO  (qtp20561254-636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[53]} 0 0
   [junit4]   2> 94375 INFO  (qtp20561254-637) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[54]} 0 0
   [junit4]   2> 94376 INFO  (qtp20561254-635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[55]} 0 0
   [junit4]   2> 94376 INFO  (qtp20561254-630) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[56]} 0 0
   [junit4]   2> 94376 INFO  (qtp20561254-636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[57]} 0 0
   [junit4]   2> 94377 INFO  (qtp20561254-637) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[58]} 0 0
   [junit4]   2> 94377 INFO  (qtp20561254-635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[59]} 0 0
   [junit4]   2> 94377 INFO  (qtp20561254-630) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[60]} 0 0
   [junit4]   2> 94377 INFO  (qtp20561254-636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[61]} 0 0
   [junit4]   2> 94378 INFO  (qtp20561254-637) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[62]} 0 0
   [junit4]   2> 94378 INFO  (qtp20561254-635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[63]} 0 0
   [junit4]   2> 94378 INFO  (qtp20561254-630) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[64]} 0 0
   [junit4]   2> 94379 INFO  (qtp20561254-636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[65]} 0 0
   [junit4]   2> 94379 INFO  (qtp20561254-637) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[66]} 0 0
   [junit4]   2> 94379 INFO  (qtp20561254-635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[67]} 0 0
   [junit4]   2> 94379 INFO  (qtp20561254-630) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[68]} 0 0
   [junit4]   2> 94380 INFO  (qtp20561254-636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[69]} 0 0
   [junit4]   2> 94381 INFO  (qtp20561254-637) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[70]} 0 0
   [junit4]   2> 94381 INFO  (qtp20561254-635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[71]} 0 0
   [junit4]   2> 94381 INFO  (qtp20561254-630) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[72]} 0 0
   [junit4]   2> 94382 INFO  (qtp20561254-636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[73]} 0 0
   [junit4]   2> 94382 INFO  (qtp20561254-637) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[74]} 0 0
   [junit4]   2> 94382 INFO  (qtp20561254-635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[75]} 0 0
   [junit4]   2> 94383 INFO  (qtp20561254-630) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[76]} 0 0
   [junit4]   2> 94383 INFO  (qtp20561254-636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[77]} 0 0
   [junit4]   2> 94383 INFO  (qtp20561254-637) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[78]} 0 0
   [junit4]   2> 94384 INFO  (qtp20561254-635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[79]} 0 0
   [junit4]   2> 94384 INFO  (qtp20561254-630) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[80]} 0 0
   [junit4]   2> 94384 INFO  (qtp20561254-636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[81]} 0 0
   [junit4]   2> 94385 INFO  (qtp20561254-637) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[82]} 0 0
   [junit4]   2> 94385 I

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

98633 INFO  (coreCloseExecutor-323-thread-1) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing 
IndexWriter
   [junit4]   2> 98633 INFO  (coreCloseExecutor-323-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 98634 INFO  (coreCloseExecutor-323-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 98634 INFO  (coreCloseExecutor-323-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory - 
3 directories currently being tracked
   [junit4]   2> 98634 INFO  (coreCloseExecutor-323-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_C1D18FA0D06857C7-001/instance-2-001/collection1/data/index
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_C1D18FA0D06857C7-001/instance-2-001/collection1/data/index;done=false>>]
   [junit4]   2> 98634 INFO  (coreCloseExecutor-323-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 98634 INFO  (coreCloseExecutor-323-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_C1D18FA0D06857C7-001/instance-2-001/collection1/data/index
   [junit4]   2> 98639 INFO  (coreCloseExecutor-323-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_C1D18FA0D06857C7-001/instance-2-001/collection1/data/snapshot_metadata
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_C1D18FA0D06857C7-001/instance-2-001/collection1/data/snapshot_metadata;done=false>>]
   [junit4]   2> 98639 INFO  (coreCloseExecutor-323-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 98639 INFO  (coreCloseExecutor-323-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_C1D18FA0D06857C7-001/instance-2-001/collection1/data/snapshot_metadata
   [junit4]   2> 98639 INFO  (coreCloseExecutor-323-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_C1D18FA0D06857C7-001/instance-2-001/collection1/data
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_C1D18FA0D06857C7-001/instance-2-001/collection1/data;done=false>>]
   [junit4]   2> 98639 INFO  (coreCloseExecutor-323-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 98639 INFO  (coreCloseExecutor-323-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_C1D18FA0D06857C7-001/instance-2-001/collection1/data
   [junit4]   2> 98640 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[C1D18FA0D06857C7]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1617b43{/solr,null,UNAVAILABLE}
   [junit4]   2> 98647 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[C1D18FA0D06857C7]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testReliability
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestLBHttpSolrClient -Dtests.method=testReliability 
-Dtests.seed=C1D18FA0D06857C7 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=es-PR -Dtests.timezone=Brazil/West -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   32.0s J0 | TestLBHttpSolrClient.testReliability <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit 
exceeded
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C1D18FA0D06857C7:1952E6710E866E]:0)
   [junit4]    >        at java.util.Arrays.copyOf(Arrays.java:3181)
   [junit4]    >        at java.util.ArrayList.grow(ArrayList.java:261)
   [junit4]    >        at 
java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
   [junit4]    >        at 
java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
   [junit4]    >        at java.util.ArrayList.add(ArrayList.java:458)
   [junit4]    >        at java.util.regex.Pattern.split(Pattern.java:1217)
   [junit4]    >        at java.util.regex.Pattern.split(Pattern.java:1273)
   [junit4]    >        at 
sun.security.util.AlgorithmDecomposer.decompose(AlgorithmDecomposer.java:56)
   [junit4]    >        at 
sun.security.ssl.SSLAlgorithmDecomposer.decomposes(SSLAlgorithmDecomposer.java:149)
   [junit4]    >        at 
sun.security.ssl.SSLAlgorithmDecomposer.decompose(SSLAlgorithmDecomposer.java:222)
   [junit4]    >        at 
sun.security.ssl.SSLAlgorithmDecomposer.decompose(SSLAlgorithmDecomposer.java:243)
   [junit4]    >        at 
sun.security.util.AbstractAlgorithmConstraints.checkAlgorithm(AbstractAlgorithmConstraints.java:104)
   [junit4]    >        at 
sun.security.util.DisabledAlgorithmConstraints.permits(DisabledAlgorithmConstraints.java:91)
   [junit4]    >        at 
sun.security.ssl.SSLAlgorithmConstraints.permits(SSLAlgorithmConstraints.java:144)
   [junit4]    >        at 
sun.security.ssl.Handshaker.getActiveCipherSuites(Handshaker.java:642)
   [junit4]    >        at 
sun.security.ssl.Handshaker.activate(Handshaker.java:509)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.kickstartHandshake(SSLSocketImpl.java:1482)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1351)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
   [junit4]    >        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)
   [junit4]    >        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
   [junit4]    >        at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
   [junit4]    >        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
   [junit4]    >        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
   [junit4]    >        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    >        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]   2> 98654 INFO  
(SUITE-TestLBHttpSolrClient-seed#[C1D18FA0D06857C7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_C1D18FA0D06857C7-001
   [junit4]   2> NOTE: test params are: codec=Lucene62, 
sim=RandomSimilarity(queryNorm=true): {}, locale=es-PR, timezone=Brazil/West
   [junit4]   2> NOTE: Linux 4.4.0-31-generic i386/Oracle Corporation 1.8.0_102 
(32-bit)/cpus=12,threads=1,free=300518696,total=492830720
   [junit4]   2> NOTE: All tests run in this JVM: 
[ConcurrentUpdateSolrClientBuilderTest, LargeVolumeEmbeddedTest, 
AnlysisResponseBaseTest, ContentStreamTest, TestEmbeddedSolrServer, 
StreamExpressionTest, JdbcDriverTest, CloudSolrClientBuilderTest, 
FieldAnalysisResponseTest, StreamingTest, TestCollectionAdminRequest, 
LargeVolumeBinaryJettyTest, CollectionAdminRequestRequiredParamsTest, 
TestXMLEscaping, TestLBHttpSolrClient]
   [junit4] Completed [70/85 (1!)] on J0 in 40.28s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 46 lines...]
   [junit4] JVM J0: stdout was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/temp/junit4-J0-20160816_015324_494.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps/java_pid14818.hprof 
...
   [junit4] Heap dump file created [463619806 bytes in 1.626 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 10377 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:763: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:715: Some of the 
tests produced a heap dump, but did not fail. Maybe a suppressed 
OutOfMemoryError? Dumps created:
* java_pid14818.hprof

Total time: 59 minutes 54 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to