You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/05/20 15:56:39 UTC

[JENKINS] Lucene-Solr-Tests-8.x - Build # 1567 - Unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/1567/

1 tests failed.
FAILED:  org.apache.solr.handler.TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur

Error Message:
Timeout occurred while waiting response from server at: http://127.0.0.1:44893/solr/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:44893/solr/collection1
	at __randomizedtesting.SeedInfo.seed([58A040CFB4CB8AF7:8CCADD07C21EA5DB]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:674)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
	at org.apache.solr.handler.TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur(TestReplicationHandler.java:1557)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
	... 45 more




Build Log:
[...truncated 14185 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> 1192512 INFO  (SUITE-TestReplicationHandler-seed#[58A040CFB4CB8AF7]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1192512 INFO  (SUITE-TestReplicationHandler-seed#[58A040CFB4CB8AF7]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001/data-dir-120-001
   [junit4]   2> 1192513 WARN  (SUITE-TestReplicationHandler-seed#[58A040CFB4CB8AF7]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=198 numCloses=198
   [junit4]   2> 1192513 INFO  (SUITE-TestReplicationHandler-seed#[58A040CFB4CB8AF7]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1192514 INFO  (SUITE-TestReplicationHandler-seed#[58A040CFB4CB8AF7]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 1192514 INFO  (SUITE-TestReplicationHandler-seed#[58A040CFB4CB8AF7]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1192517 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.SolrTestCaseJ4 ###Starting doTestIllegalFilePaths
   [junit4]   2> 1192517 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001/solr-instance-001/collection1
   [junit4]   2> 1192521 WARN  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1192522 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1192522 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1192522 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_191-b12
   [junit4]   2> 1192522 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1192522 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1192522 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1192523 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16e477{/solr,null,AVAILABLE}
   [junit4]   2> 1192523 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2a756296{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:41203}
   [junit4]   2> 1192523 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.Server Started @1192558ms
   [junit4]   2> 1192523 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001/solr-instance-001/collection1/data, hostContext=/solr, hostPort=41203}
   [junit4]   2> 1192524 ERROR (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1192524 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1192524 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 1192524 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1192524 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1192524 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-20T14:30:45.875Z
   [junit4]   2> 1192524 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001/solr-instance-001/solr.xml
   [junit4]   2> 1192527 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1192527 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1192529 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6eadd677, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1193328 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1193329 WARN  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1fead634[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1193329 WARN  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1fead634[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1193332 WARN  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1bde4181[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1193332 WARN  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1bde4181[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1193334 WARN  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1193363 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1193363 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1193393 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6eadd677
   [junit4]   2> 1193406 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6eadd677
   [junit4]   2> 1193406 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6eadd677
   [junit4]   2> 1193409 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001/solr-instance-001/.
   [junit4]   2> 1193409 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1193418 INFO  (coreLoadExecutor-11425-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 1193428 INFO  (coreLoadExecutor-11425-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1193430 INFO  (coreLoadExecutor-11425-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1193430 INFO  (coreLoadExecutor-11425-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001/solr-instance-001/./collection1, trusted=true
   [junit4]   2> 1193430 INFO  (coreLoadExecutor-11425-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6eadd677
   [junit4]   2> 1193430 INFO  (coreLoadExecutor-11425-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001/solr-instance-001/./collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 1193432 INFO  (coreLoadExecutor-11425-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=37.9169921875, floorSegmentMB=0.259765625, forceMergeDeletesPctAllowed=22.841375517837808, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8439656698652267, deletesPctAllowed=37.115637916029286
   [junit4]   2> 1193490 INFO  (coreLoadExecutor-11425-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1193490 INFO  (coreLoadExecutor-11425-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1193491 INFO  (coreLoadExecutor-11425-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=35, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1193492 INFO  (coreLoadExecutor-11425-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001/solr-instance-001/collection1/conf
   [junit4]   2> 1193492 INFO  (coreLoadExecutor-11425-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 1193492 INFO  (coreLoadExecutor-11425-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1193494 INFO  (searcherExecutor-11427-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms: Collection: 'null'
   [junit4]   2> 1193494 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001/solr-instance-002/collection1
   [junit4]   2> 1193497 WARN  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1193498 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1193498 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1193498 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_191-b12
   [junit4]   2> 1193498 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1193498 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1193498 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1193499 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@567d0e87{/solr,null,AVAILABLE}
   [junit4]   2> 1193499 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1a7acdab{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:40549}
   [junit4]   2> 1193499 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.Server Started @1193534ms
   [junit4]   2> 1193499 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001/solr-instance-002/collection1/data, hostContext=/solr, hostPort=40549}
   [junit4]   2> 1193500 ERROR (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1193500 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1193500 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 1193500 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1193500 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1193500 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-20T14:30:46.851Z
   [junit4]   2> 1193500 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001/solr-instance-002/solr.xml
   [junit4]   2> 1193503 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1193503 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1193505 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6eadd677, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1195450 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1195451 WARN  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@156e9222[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1195451 WARN  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@156e9222[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1195454 WARN  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@79ccfeb3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1195454 WARN  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@79ccfeb3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1195455 WARN  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1195474 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1195474 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1195506 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6eadd677
   [junit4]   2> 1195530 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6eadd677
   [junit4]   2> 1195530 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6eadd677
   [junit4]   2> 1195532 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001/solr-instance-002/.
   [junit4]   2> 1195532 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1195542 INFO  (coreLoadExecutor-11443-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 1195552 INFO  (coreLoadExecutor-11443-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1195554 INFO  (coreLoadExecutor-11443-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1195554 INFO  (coreLoadExecutor-11443-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001/solr-instance-002/./collection1, trusted=true
   [junit4]   2> 1195554 INFO  (coreLoadExecutor-11443-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6eadd677
   [junit4]   2> 1195554 INFO  (coreLoadExecutor-11443-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001/solr-instance-002/./collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 1195556 INFO  (coreLoadExecutor-11443-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=37.9169921875, floorSegmentMB=0.259765625, forceMergeDeletesPctAllowed=22.841375517837808, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8439656698652267, deletesPctAllowed=37.115637916029286
   [junit4]   2> 1195619 INFO  (coreLoadExecutor-11443-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1195619 INFO  (coreLoadExecutor-11443-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1195620 INFO  (coreLoadExecutor-11443-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=35, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1195621 INFO  (coreLoadExecutor-11443-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001/solr-instance-002/collection1/conf
   [junit4]   2> 1195623 INFO  (coreLoadExecutor-11443-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 1195623 INFO  (coreLoadExecutor-11443-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1195625 INFO  (searcherExecutor-11445-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms: Collection: 'null'
   [junit4]   2> 1195626 INFO  (qtp1300519366-18129) [    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> 1195627 INFO  (indexFetcher-11449-thread-1) [     ] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1195627 INFO  (indexFetcher-11449-thread-1) [     ] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1195627 INFO  (indexFetcher-11449-thread-1) [     ] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1195627 INFO  (indexFetcher-11449-thread-1) [     ] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1195627 INFO  (indexFetcher-11449-thread-1) [     ] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 1195627 ERROR (qtp1300519366-18128) [    x:collection1 ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: File name must be relative
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.validateFilenameOrError(ReplicationHandler.java:1550)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.<init>(ReplicationHandler.java:1523)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.getFileStream(ReplicationHandler.java:612)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:275)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2605)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:803)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:582)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1195628 INFO  (qtp1300519366-18128) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={file=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/foo&command=filecontent} status=403 QTime=0
   [junit4]   2> 1195629 ERROR (qtp1300519366-18129) [    x:collection1 ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: File name cannot contain ..
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.lambda$validateFilenameOrError$0(ReplicationHandler.java:1546)
   [junit4]   2> 	at java.lang.Iterable.forEach(Iterable.java:75)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.validateFilenameOrError(ReplicationHandler.java:1544)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.<init>(ReplicationHandler.java:1523)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.getFileStream(ReplicationHandler.java:612)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:275)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2605)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:803)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:582)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1195629 INFO  (qtp1300519366-18129) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={file=../dir/traversal&command=filecontent} status=403 QTime=0
   [junit4]   2> 1195630 INFO  (searcherExecutor-11445-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms: Collection: 'null'
   [junit4]   2> 1195633 ERROR (qtp1300519366-18130) [    x:collection1 ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: File name must be relative
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.validateFilenameOrError(ReplicationHandler.java:1550)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.<init>(ReplicationHandler.java:1524)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$LocalFsFileStream.<init>(ReplicationHandler.java:1663)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$LocalFsConfFileStream.<init>(ReplicationHandler.java:1729)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.getFileStream(ReplicationHandler.java:608)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:275)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2605)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:803)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:582)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1195633 INFO  (qtp1300519366-18130) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={cf=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/foo&command=filecontent} status=403 QTime=2
   [junit4]   2> 1195634 ERROR (qtp1300519366-18128) [    x:collection1 ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: File name cannot contain ..
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.lambda$validateFilenameOrError$0(ReplicationHandler.java:1546)
   [junit4]   2> 	at java.lang.Iterable.forEach(Iterable.java:75)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.validateFilenameOrError(ReplicationHandler.java:1544)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.<init>(ReplicationHandler.java:1524)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$LocalFsFileStream.<init>(ReplicationHandler.java:1663)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$LocalFsConfFileStream.<init>(ReplicationHandler.java:1729)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.getFileStream(ReplicationHandler.java:608)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:275)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2605)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:803)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:582)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1195634 INFO  (qtp1300519366-18128) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={cf=../dir/traversal&command=filecontent} status=403 QTime=0
   [junit4]   2> 1195637 ERROR (qtp1300519366-18129) [    x:collection1 ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: File name must be relative
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.validateFilenameOrError(ReplicationHandler.java:1550)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.<init>(ReplicationHandler.java:1525)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$LocalFsFileStream.<init>(ReplicationHandler.java:1663)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$LocalFsTlogFileStream.<init>(ReplicationHandler.java:1716)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.getFileStream(ReplicationHandler.java:610)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:275)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2605)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:803)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:582)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1195637 INFO  (qtp1300519366-18129) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={tlogFile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/foo&command=filecontent} status=403 QTime=1
   [junit4]   2> 1195638 ERROR (qtp1300519366-18130) [    x:collection1 ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: File name cannot contain ..
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.lambda$validateFilenameOrError$0(ReplicationHandler.java:1546)
   [junit4]   2> 	at java.lang.Iterable.forEach(Iterable.java:75)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.validateFilenameOrError(ReplicationHandler.java:1544)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.<init>(ReplicationHandler.java:1525)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$LocalFsFileStream.<init>(ReplicationHandler.java:1663)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$LocalFsTlogFileStream.<init>(ReplicationHandler.java:1716)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.getFileStream(ReplicationHandler.java:610)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:275)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2605)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:803)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:582)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1195638 INFO  (qtp1300519366-18130) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={tlogFile=../dir/traversal&command=filecontent} status=403 QTime=0
   [junit4]   2> 1195638 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.SolrTestCaseJ4 ###Ending doTestIllegalFilePaths
   [junit4]   2> 1195639 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1609622764
   [junit4]   2> 1195639 INFO  (coreCloseExecutor-11452-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@331cc427
   [junit4]   2> 1195639 INFO  (coreCloseExecutor-11452-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@331cc427
   [junit4]   2> 1195639 INFO  (coreCloseExecutor-11452-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@16f1b9e9: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@34ed8de3
   [junit4]   2> 1195651 INFO  (coreCloseExecutor-11452-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1195652 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1195652 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@ddb5a68: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@715d163f
   [junit4]   2> 1195658 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1195658 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@30491a32: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@19906306
   [junit4]   2> 1195662 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1195662 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5100c784: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@1609da92
   [junit4]   2> 1195665 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2a756296{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1195665 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@16e477{/solr,null,UNAVAILABLE}
   [junit4]   2> 1195665 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1195668 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=519336233
   [junit4]   2> 1195668 INFO  (coreCloseExecutor-11456-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5034e94
   [junit4]   2> 1195668 INFO  (coreCloseExecutor-11456-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@5034e94
   [junit4]   2> 1195668 INFO  (coreCloseExecutor-11456-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6a5845e5: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@7f8f2fb4
   [junit4]   2> 1195684 INFO  (coreCloseExecutor-11456-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1195685 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1195685 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@50170980: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@141af875
   [junit4]   2> 1195693 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1195693 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1ddc6271: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@19906306
   [junit4]   2> 1195696 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1195696 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@15f4e91c: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@1609da92
   [junit4]   2> 1195698 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@1a7acdab{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1195698 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@567d0e87{/solr,null,UNAVAILABLE}
   [junit4]   2> 1195698 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1195703 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.SolrTestCaseJ4 ###Starting doTestStressReplication
   [junit4]   2> 1195703 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001/solr-instance-003/collection1
   [junit4]   2> 1195706 WARN  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1195706 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1195706 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1195706 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_191-b12
   [junit4]   2> 1195707 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1195707 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1195707 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1195707 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2ea54ebc{/solr,null,AVAILABLE}
   [junit4]   2> 1195708 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@66f186cf{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:46354}
   [junit4]   2> 1195708 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.Server Started @1195742ms
   [junit4]   2> 1195708 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001/solr-instance-003/collection1/data, hostContext=/solr, hostPort=46354}
   [junit4]   2> 1195708 ERROR (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1195708 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1195708 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 1195708 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1195708 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1195708 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-20T14:30:49.059Z
   [junit4]   2> 1195708 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001/solr-instance-003/solr.xml
   [junit4]   2> 1195712 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1195712 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1195713 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6eadd677, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1196514 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1196515 WARN  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@61056982[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1196515 WARN  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@61056982[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1196518 WARN  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@61811446[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1196518 WARN  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@61811446[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1196519 WARN  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1196538 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1196538 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1196577 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6eadd677
   [junit4]   2> 1196590 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6eadd677
   [junit4]   2> 1196590 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6eadd677
   [junit4]   2> 1196593 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001/solr-instance-003/.
   [junit4]   2> 1196593 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1196602 INFO  (coreLoadExecutor-11470-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 1196611 INFO  (coreLoadExecutor-11470-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1196613 INFO  (coreLoadExecutor-11470-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1196613 INFO  (coreLoadExecutor-11470-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001/solr-instance-003/./collection1, trusted=true
   [junit4]   2> 1196613 INFO  (coreLoadExecutor-11470-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6eadd677
   [junit4]   2> 1196614 INFO  (coreLoadExecutor-11470-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001/solr-instance-003/./collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001/solr-instance-003/./collection1/data/]
   [junit4]   2> 1196615 INFO  (coreLoadExecutor-11470-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=37.9169921875, floorSegmentMB=0.259765625, forceMergeDeletesPctAllowed=22.841375517837808, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8439656698652267, deletesPctAllowed=37.115637916029286
   [junit4]   2> 1196670 INFO  (coreLoadExecutor-11470-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1196670 INFO  (coreLoadExecutor-11470-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1196671 INFO  (coreLoadExecutor-11470-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=35, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1196671 INFO  (coreLoadExecutor-11470-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001/solr-instance-003/collection1/conf
   [junit4]   2> 1196672 INFO  (coreLoadExecutor-11470-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 1196672 INFO  (coreLoadExecutor-11470-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1196673 INFO  (searcherExecutor-11472-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms: Collection: 'null'
   [junit4]   2> 1196674 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001/solr-instance-004/collection1
   [junit4]   2> 1196677 WARN  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1196677 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1196677 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1196677 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_191-b12
   [junit4]   2> 1196678 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1196678 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1196678 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1196678 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@dd3832f{/solr,null,AVAILABLE}
   [junit4]   2> 1196678 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3afcf959{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:35735}
   [junit4]   2> 1196678 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.Server Started @1196713ms
   [junit4]   2> 1196678 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001/solr-instance-004/collection1/data, hostContext=/solr, hostPort=35735}
   [junit4]   2> 1196679 ERROR (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1196679 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1196679 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 1196679 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1196679 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1196679 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-20T14:30:50.030Z
   [junit4]   2> 1196679 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001/solr-instance-004/solr.xml
   [junit4]   2> 1196683 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1196683 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1196684 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6eadd677, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1198209 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1198210 WARN  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5af4d0de[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1198210 WARN  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5af4d0de[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1198213 WARN  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@72817954[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1198213 WARN  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@72817954[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1198214 WARN  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1198234 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1198235 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1198269 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6eadd677
   [junit4]   2> 1198288 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6eadd677
   [junit4]   2> 1198288 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6eadd677
   [junit4]   2> 1198291 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001/solr-instance-004/.
   [junit4]   2> 1198291 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1198301 INFO  (coreLoadExecutor-11488-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 1198316 INFO  (coreLoadExecutor-11488-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1198319 INFO  (coreLoadExecutor-11488-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1198319 INFO  (coreLoadExecutor-11488-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001/solr-instance-004/./collection1, trusted=true
   [junit4]   2> 1198319 INFO  (coreLoadExecutor-11488-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6eadd677
   [junit4]   2> 1198319 INFO  (coreLoadExecutor-11488-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A

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

tainer instance=590800391
   [junit4]   2> 1496839 INFO  (coreCloseExecutor-12922-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@142fc8b2
   [junit4]   2> 1496839 INFO  (coreCloseExecutor-12922-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@142fc8b2
   [junit4]   2> 1496839 INFO  (coreCloseExecutor-12922-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@e0dd169: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@3f8e1bc6
   [junit4]   2> 1496849 INFO  (coreCloseExecutor-12922-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1496851 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1496851 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@28a2a280: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@5ecefe77
   [junit4]   2> 1496856 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1496856 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@288715a9: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@19906306
   [junit4]   2> 1496860 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1496860 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1c63d37a: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@1609da92
   [junit4]   2> 1496862 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@64277fb1{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1496862 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6617bda5{/solr,null,UNAVAILABLE}
   [junit4]   2> 1496862 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1496865 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1265368826
   [junit4]   2> 1496865 INFO  (coreCloseExecutor-12926-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2b87aba9
   [junit4]   2> 1496865 INFO  (coreCloseExecutor-12926-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@2b87aba9
   [junit4]   2> 1496865 INFO  (coreCloseExecutor-12926-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4d562e7d: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@19583949
   [junit4]   2> 1496881 INFO  (coreCloseExecutor-12926-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1496882 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1496882 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1d319415: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@5a2044c4
   [junit4]   2> 1496890 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1496890 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2d3344dd: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@19906306
   [junit4]   2> 1496893 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1496893 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[58A040CFB4CB8AF7]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4da63885: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@1609da92
   [junit4]   2> 1496895 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@4c8ddf4f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1496895 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@602d4a45{/solr,null,UNAVAILABLE}
   [junit4]   2> 1496895 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartup-seed#[58A040CFB4CB8AF7]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_58A040CFB4CB8AF7-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {name=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), newname=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84))}, docValues:{}, maxPointsInLeafNode=819, maxMBSortInHeap=5.119581071592403, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1284a3e8), locale=en-AU, timezone=Europe/Tirane
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=8,threads=1,free=229952224,total=529006592
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting, Tagger2Test, AddSchemaFieldsUpdateProcessorFactoryTest, RegexBytesRefFilterTest, TestGraphMLResponseWriter, SearchRateTriggerTest, TlogReplayBufferedWhileIndexingTest, PreAnalyzedFieldManagedSchemaCloudTest, TestJsonFacetErrors, SolrCmdDistributorTest, TestClusterStateMutator, StatsComponentTest, TestDistributedTracing, DynamicMapsTest, CursorPagingTest, TestCSVResponseWriter, TestCloudSearcherWarming, HdfsSyncSliceTest, V2StandaloneTest, MetricsHistoryHandlerTest, SuggesterTSTTest, DistribJoinFromCollectionTest, DocValuesMissingTest, TestLegacyNumericUtils, BooleanFieldTest, TestSQLHandlerNonCloud, TestGroupingSearch, SimpleCollectionCreateDeleteTest, ConfigSetsAPITest, TestCrossCoreJoin, TestLegacyBM25SimilarityFactory, TestLRUCache, TestOrdValues, TestStressThreadBackup, TestCloudSchemaless, TestQueryingOnDownCollection, AnalyticsQueryTest, TestZkAclsWithHadoopAuth, TestStressVersions, TestFoldingMultitermQuery, SampleTest, DeleteStatusTest, TestFieldCollectionResource, PackageManagerCLITest, CustomTermsComponentTest, CustomCollectionTest, AutoAddReplicasPlanActionTest, TestReqParamsAPI, CreateRoutedAliasTest, PKIAuthenticationIntegrationTest, TestJsonFacetsStatsParsing, TestInPlaceUpdatesRequiredField, BJQParserTest, MetricsHistoryIntegrationTest, SortByFunctionTest, SpatialFilterTest, TestLogWatcher, OverseerStatusTest, TestSolrCloudWithSecureImpersonation, TermVectorComponentDistributedTest, TestPerFieldSimilarityWithDefaultOverride, AtomicUpdatesTest, TestConfigSets, DOMUtilTest, AssignBackwardCompatibilityTest, TestSimExtremeIndexing, TestSort, TestDistribPackageStore, TestSchemaSimilarityResource, TestSimpleQParserPlugin, InfixSuggestersTest, TestDistributedMissingSort, SolrCoreMetricManagerTest, DirectoryFactoryTest, CollectionStateFormat2Test, SolrRequestParserTest, TestSolrJacksonAnnotation, BlobRepositoryCloudTest, TestNestedDocsSort, DocExpirationUpdateProcessorFactoryTest, TestQueryUtils, UpdateLogTest, SolrCLIZkUtilsTest, TestReloadDeadlock, CollectionsAPIDistributedZkTest, TestIBSimilarityFactory, NestedShardedAtomicUpdateTest, TestEmbeddedSolrServerSchemaAPI, ExecutePlanActionTest, TestReloadAndDeleteDocs, TestConfigReload, TestTolerantUpdateProcessorCloud, TestSimDistribStateManager, DocValuesNotIndexedTest, TestDistributedStatsComponentCardinality, HttpSolrCallGetCoreTest, TestSolrCoreProperties, SolrLogPostToolTest, TestRecovery, TestReplicationHandler]
   [junit4] Completed [315/908 (1!)] on J0 in 304.52s, 21 tests, 1 error <<< FAILURES!

[...truncated 54474 lines...]