Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1232/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.cloud.TestUtilizeNode.test

Error Message:
no replica should be present in  127.0.0.1:42437_solr

Stack Trace:
java.lang.AssertionError: no replica should be present in  127.0.0.1:42437_solr
        at 
__randomizedtesting.SeedInfo.seed([ACB654B7AC866C07:24E26B6D027A01FF]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.apache.solr.cloud.TestUtilizeNode.test(TestUtilizeNode.java:99)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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)


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

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

Stack Trace:
java.lang.AssertionError: expected:<499> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([ACB654B7AC866C07:5BC5BAEF6A6EC3E1]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication(TestReplicationHandler.java:1313)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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)




Build Log:
[...truncated 13016 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/init-core-data-001
   [junit4]   2> 1649935 WARN  
(SUITE-TestReplicationHandler-seed#[ACB654B7AC866C07]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 1649935 INFO  
(SUITE-TestReplicationHandler-seed#[ACB654B7AC866C07]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1649936 INFO  
(SUITE-TestReplicationHandler-seed#[ACB654B7AC866C07]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 1649936 INFO  
(SUITE-TestReplicationHandler-seed#[ACB654B7AC866C07]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1649938 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting doTestIllegalFilePaths
   [junit4]   2> 1649938 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-001/collection1
   [junit4]   2> 1649940 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1649941 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1649941 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1649941 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1649941 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@dc3bed{/solr,null,AVAILABLE}
   [junit4]   2> 1649942 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@f93f08{HTTP/1.1,[http/1.1]}{127.0.0.1:38081}
   [junit4]   2> 1649942 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.e.j.s.Server Started @1651984ms
   [junit4]   2> 1649942 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-001/collection1/data,
 hostContext=/solr, hostPort=38081}
   [junit4]   2> 1649942 ERROR 
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 1649942 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.3.0
   [junit4]   2> 1649942 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 1649943 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1649943 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-24T05:58:43.513Z
   [junit4]   2> 1649943 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-001/solr.xml
   [junit4]   2> 1649945 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1649946 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1649946 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@a76c7, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1649969 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a76c7
   [junit4]   2> 1649976 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a76c7
   [junit4]   2> 1649976 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a76c7
   [junit4]   2> 1649978 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-001/.
   [junit4]   2> 1649978 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1649978 INFO  (coreLoadExecutor-5923-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1649985 INFO  (coreLoadExecutor-5923-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1649989 INFO  (coreLoadExecutor-5923-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1649990 INFO  (coreLoadExecutor-5923-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1649990 INFO  (coreLoadExecutor-5923-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-001/./collection1,
 trusted=true
   [junit4]   2> 1649991 INFO  (coreLoadExecutor-5923-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@a76c7
   [junit4]   2> 1649991 INFO  (coreLoadExecutor-5923-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1649991 INFO  (coreLoadExecutor-5923-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 1649992 INFO  (coreLoadExecutor-5923-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.35440784037063733]
   [junit4]   2> 1650017 INFO  (coreLoadExecutor-5923-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1650017 INFO  (coreLoadExecutor-5923-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1650017 INFO  (coreLoadExecutor-5923-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=14, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.845616642538911]
   [junit4]   2> 1650017 INFO  (coreLoadExecutor-5923-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@ee0513[collection1] 
main]
   [junit4]   2> 1650018 INFO  (coreLoadExecutor-5923-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-001/collection1/conf
   [junit4]   2> 1650018 INFO  (coreLoadExecutor-5923-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following 
config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 1650018 INFO  (coreLoadExecutor-5923-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1650019 INFO  
(searcherExecutor-5924-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@ee0513[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1650020 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-002/collection1
   [junit4]   2> 1650021 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1650022 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1650022 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1650022 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1650022 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@ad98f4{/solr,null,AVAILABLE}
   [junit4]   2> 1650023 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@fe2e95{HTTP/1.1,[http/1.1]}{127.0.0.1:41093}
   [junit4]   2> 1650023 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.e.j.s.Server Started @1652064ms
   [junit4]   2> 1650023 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-002/collection1/data,
 hostContext=/solr, hostPort=41093}
   [junit4]   2> 1650023 ERROR 
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 1650023 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.3.0
   [junit4]   2> 1650023 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 1650023 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1650023 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-24T05:58:43.593Z
   [junit4]   2> 1650023 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-002/solr.xml
   [junit4]   2> 1650025 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1650026 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1650026 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@a76c7, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1650049 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a76c7
   [junit4]   2> 1650057 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a76c7
   [junit4]   2> 1650057 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a76c7
   [junit4]   2> 1650058 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-002/.
   [junit4]   2> 1650058 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1650059 INFO  (coreLoadExecutor-5933-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1650065 INFO  (coreLoadExecutor-5933-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1650070 INFO  (coreLoadExecutor-5933-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1650071 INFO  (coreLoadExecutor-5933-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1650071 INFO  (coreLoadExecutor-5933-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-002/./collection1,
 trusted=true
   [junit4]   2> 1650072 INFO  (coreLoadExecutor-5933-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@a76c7
   [junit4]   2> 1650072 INFO  (coreLoadExecutor-5933-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1650072 INFO  (coreLoadExecutor-5933-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-002/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 1650073 INFO  (coreLoadExecutor-5933-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.35440784037063733]
   [junit4]   2> 1650101 INFO  (coreLoadExecutor-5933-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1650101 INFO  (coreLoadExecutor-5933-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1650102 INFO  (coreLoadExecutor-5933-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=14, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.845616642538911]
   [junit4]   2> 1650102 INFO  (coreLoadExecutor-5933-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e80565[collection1] 
main]
   [junit4]   2> 1650103 INFO  (coreLoadExecutor-5933-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-002/collection1/conf
   [junit4]   2> 1650104 INFO  (coreLoadExecutor-5933-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 
1000ms
   [junit4]   2> 1650104 INFO  (coreLoadExecutor-5933-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1650105 INFO  
(searcherExecutor-5934-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1e80565[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1650105 INFO  (qtp18226876-14847) [    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> 1650105 INFO  (indexFetcher-5938-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1650105 INFO  (indexFetcher-5938-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1650105 INFO  (indexFetcher-5938-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1650105 INFO  (indexFetcher-5938-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1650105 INFO  (indexFetcher-5938-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 1650105 INFO  (indexFetcher-5938-thread-1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1650105 INFO  (indexFetcher-5938-thread-1) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@d533f3 commitCommandVersion:0
   [junit4]   2> 1650106 INFO  (indexFetcher-5938-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@100fd7d[collection1] main]
   [junit4]   2> 1650106 INFO  (indexFetcher-5938-thread-1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1650107 ERROR (qtp18226876-14854) [    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:1496)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.<init>(ReplicationHandler.java:1469)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getFileStream(ReplicationHandler.java:593)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:276)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2503)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:711)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:517)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:527)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:530)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1650107 INFO  (qtp18226876-14854) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={file=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/foo&command=filecontent}
 status=403 QTime=0
   [junit4]   2> 1650107 INFO  
(searcherExecutor-5934-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@100fd7d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1650108 ERROR (qtp18226876-14854) [    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:1492)
   [junit4]   2>        at java.lang.Iterable.forEach(Iterable.java:75)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.validateFilenameOrError(ReplicationHandler.java:1490)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.<init>(ReplicationHandler.java:1469)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getFileStream(ReplicationHandler.java:593)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:276)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2503)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:711)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:517)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:527)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:530)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1650108 INFO  (qtp18226876-14854) [    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> 1650113 ERROR (qtp18226876-14849) [    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:1496)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.<init>(ReplicationHandler.java:1470)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$LocalFsFileStream.<init>(ReplicationHandler.java:1615)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$LocalFsConfFileStream.<init>(ReplicationHandler.java:1681)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getFileStream(ReplicationHandler.java:589)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:276)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2503)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:711)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:517)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:527)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:530)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1650113 INFO  (qtp18226876-14849) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={cf=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/foo&command=filecontent}
 status=403 QTime=3
   [junit4]   2> 1650114 ERROR (qtp18226876-14849) [    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:1492)
   [junit4]   2>        at java.lang.Iterable.forEach(Iterable.java:75)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.validateFilenameOrError(ReplicationHandler.java:1490)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.<init>(ReplicationHandler.java:1470)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$LocalFsFileStream.<init>(ReplicationHandler.java:1615)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$LocalFsConfFileStream.<init>(ReplicationHandler.java:1681)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getFileStream(ReplicationHandler.java:589)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:276)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2503)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:711)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:517)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:527)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:530)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1650114 INFO  (qtp18226876-14849) [    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> 1650116 ERROR (qtp18226876-14847) [    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:1496)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.<init>(ReplicationHandler.java:1471)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$LocalFsFileStream.<init>(ReplicationHandler.java:1615)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$LocalFsTlogFileStream.<init>(ReplicationHandler.java:1668)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getFileStream(ReplicationHandler.java:591)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:276)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2503)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:711)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:517)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:527)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:530)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1650116 INFO  (qtp18226876-14847) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={tlogFile=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/foo&command=filecontent}
 status=403 QTime=1
   [junit4]   2> 1650117 ERROR (qtp18226876-14847) [    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:1492)
   [junit4]   2>        at java.lang.Iterable.forEach(Iterable.java:75)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.validateFilenameOrError(ReplicationHandler.java:1490)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.<init>(ReplicationHandler.java:1471)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$LocalFsFileStream.<init>(ReplicationHandler.java:1615)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$LocalFsTlogFileStream.<init>(ReplicationHandler.java:1668)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getFileStream(ReplicationHandler.java:591)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:276)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2503)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:711)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:517)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:527)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:530)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1650117 INFO  (qtp18226876-14847) [    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> 1650118 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.SolrTestCaseJ4 ###Ending doTestIllegalFilePaths
   [junit4]   2> 1650118 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@f93f08{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1650118 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=24453970
   [junit4]   2> 1650118 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1650119 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1f1f5cb: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@94d357
   [junit4]   2> 1650122 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1650123 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@930b87: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@aefab4
   [junit4]   2> 1650126 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1650126 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@36f3e4: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@174b77e
   [junit4]   2> 1650126 INFO  (coreCloseExecutor-5939-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@ddb0d5
   [junit4]   2> 1650126 INFO  (coreCloseExecutor-5939-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=14528725
   [junit4]   2> 1650126 INFO  (coreCloseExecutor-5939-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1e4432f: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@ab5199
   [junit4]   2> 1650131 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@dc3bed{/solr,null,UNAVAILABLE}
   [junit4]   2> 1650131 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1650132 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@fe2e95{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1650132 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=28959231
   [junit4]   2> 1650132 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1650132 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@11eb12d: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@d11b6
   [junit4]   2> 1650137 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1650137 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@11a40f7: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@aefab4
   [junit4]   2> 1650141 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1650141 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7c1b4b: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@174b77e
   [junit4]   2> 1650141 INFO  (coreCloseExecutor-5941-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1f951bb
   [junit4]   2> 1650142 INFO  (coreCloseExecutor-5941-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=33116603
   [junit4]   2> 1650142 INFO  (coreCloseExecutor-5941-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@c8299c: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@1f31d1c
   [junit4]   2> 1650148 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@ad98f4{/solr,null,UNAVAILABLE}
   [junit4]   2> 1650148 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[ACB654B7AC866C07]) [  
  ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1650149 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestIndexAndConfigAliasReplication
   [junit4]   2> 1650150 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-003/collection1
   [junit4]   2> 1650151 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1650152 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1650152 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1650152 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1650152 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1c194da{/solr,null,AVAILABLE}
   [junit4]   2> 1650152 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@693be7{HTTP/1.1,[http/1.1]}{127.0.0.1:46145}
   [junit4]   2> 1650152 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.e.j.s.Server Started @1652194ms
   [junit4]   2> 1650152 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-003/collection1/data,
 hostContext=/solr, hostPort=46145}
   [junit4]   2> 1650152 ERROR 
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 1650152 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.3.0
   [junit4]   2> 1650153 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 1650153 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1650153 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-24T05:58:43.723Z
   [junit4]   2> 1650153 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-003/solr.xml
   [junit4]   2> 1650155 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1650155 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1650156 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@a76c7, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1650178 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a76c7
   [junit4]   2> 1650185 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a76c7
   [junit4]   2> 1650185 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a76c7
   [junit4]   2> 1650187 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-003/.
   [junit4]   2> 1650187 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1650187 INFO  (coreLoadExecutor-5948-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1650194 INFO  (coreLoadExecutor-5948-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1650231 INFO  (coreLoadExecutor-5948-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1650232 INFO  (coreLoadExecutor-5948-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1650232 INFO  (coreLoadExecutor-5948-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-003/./collection1,
 trusted=true
   [junit4]   2> 1650232 INFO  (coreLoadExecutor-5948-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@a76c7
   [junit4]   2> 1650232 INFO  (coreLoadExecutor-5948-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1650233 INFO  (coreLoadExecutor-5948-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-003/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-003/./collection1/data/]
   [junit4]   2> 1650234 INFO  (coreLoadExecutor-5948-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.35440784037063733]
   [junit4]   2> 1650257 INFO  (coreLoadExecutor-5948-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1650257 INFO  (coreLoadExecutor-5948-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1650258 INFO  (coreLoadExecutor-5948-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=14, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.845616642538911]
   [junit4]   2> 1650258 INFO  (coreLoadExecutor-5948-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1519fb7[collection1] 
main]
   [junit4]   2> 1650258 INFO  (coreLoadExecutor-5948-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-003/collection1/conf
   [junit4]   2> 1650259 INFO  (coreLoadExecutor-5948-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following 
config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 1650259 INFO  (coreLoadExecutor-5948-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1650259 INFO  
(searcherExecutor-5949-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1519fb7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1650260 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-004/collection1
   [junit4]   2> 1650262 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1650263 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1650263 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1650263 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1650263 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6384e8{/solr,null,AVAILABLE}
   [junit4]   2> 1650263 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@1ea75ce{HTTP/1.1,[http/1.1]}{127.0.0.1:44593}
   [junit4]   2> 1650263 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.e.j.s.Server Started @1652305ms
   [junit4]   2> 1650263 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-004/collection1/data,
 hostContext=/solr, hostPort=44593}
   [junit4]   2> 1650263 ERROR 
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 1650263 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.3.0
   [junit4]   2> 1650263 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 1650263 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1650263 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-24T05:58:43.833Z
   [junit4]   2> 1650264 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-004/solr.xml
   [junit4]   2> 1650266 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1650266 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1650266 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@a76c7, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1650291 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a76c7
   [junit4]   2> 1650299 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a76c7
   [junit4]   2> 1650299 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a76c7
   [junit4]   2> 1650301 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-004/.
   [junit4]   2> 1650301 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[ACB654B7AC866C07])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1650301 INFO  (coreLoadExecutor-5958-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1650308 INFO  (coreLoadExecutor-5958-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1650311 INFO  (coreLoadExecutor-5958-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1650313 INFO  (coreLoadExecutor-5958-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1650313 INFO  (coreLoadExecutor-5958-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-004/./collection1,
 trusted=true
   [junit4]   2> 1650313 INFO  (coreLoadExecutor-5958-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@a76c7
   [junit4]   2> 1650313 INFO  (coreLoadExecutor-5958-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1650313 INFO  (coreLoadExecutor-5958-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-004/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-004/./collection1/data/]
   [junit4]   2> 1650314 INFO  (coreLoadExecutor-5958-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.35440784037063733]
   [junit4]   2> 1650340 INFO  (coreLoadExecutor-5958-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1650340 INFO  (coreLoadExecutor-5958-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1650341 INFO  (coreLoadExecutor-5958-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=14, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.845616642538911]
   [junit4]   2> 1650341 INFO  (coreLoadExecutor-5958-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@132def7[collection1] 
main]
   [junit4]   2> 1650341 INFO  (coreLoadExecutor-5958-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_ACB654B7AC866C07-001/solr-instance-004/collection1/conf
   [junit4]   2> 1650342 INFO  (coreLoadExecutor-5958-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 
1000ms
   [junit4]   2> 1650342 INFO  (coreLoadExecutor-5958-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1650343 INFO  
(searcherExecutor-5959-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@132def7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1650344 INFO  (qtp12127680-14893) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=*:*&sort=id+desc&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1650345 INFO  (qtp12127680-14897) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[0]} 0 0
   [junit4]   2> 1650345 INFO  (qtp12127680-14899) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 1650345 INFO  (qtp12127680-14897) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 1650346 INFO  (qtp12127680-14899) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 1650346 INFO  (qtp12127680-14897) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[4]} 0 0
   [junit4]   2> 1650346 INFO  (qtp12127680-14899) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[5]} 0 0
   [junit4]   2> 1650346 INFO  (qtp12127680-14897) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[6]} 0 0
   [junit4]   2> 1650346 INFO  (qtp12127680-14899) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[7]} 0 0
   [junit4]   2> 1650347 INFO  (qtp12127680-14897) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[8]} 0 0
   [junit4]   2> 1650347 INFO  (qtp12127680-14899) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[9]} 0 0
   [junit4]   2> 1650347 INFO  (qtp12127680-14897) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[10]} 0 0
   [junit4]   2> 1650347 INFO  (qtp12127680-14899) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[11]} 0 0
   [junit4]   2> 1650347 INFO  (qtp12127680-14897) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[12]} 0 0
   [junit4]   2> 1650347 INFO  (qtp12127680-14899) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[13]} 0 0
   [junit4]   2> 1650348 INFO  (qtp12127680-14897) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[14]} 0 0
   [junit4]   2> 1650348 INFO  (qtp12127680-14899) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[15]} 0 0
   [junit4]   2> 1650348 INFO  (qtp12127680-14897) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[16]} 0 0
   [junit4]   2> 1650348 INFO  (qtp12127680-14899) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[17]} 0 0
   [junit4]   2> 1650348 INFO  (qtp12127680-14897) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[18]} 0 0
   [junit4]   2> 1650349 INFO  (qtp12127680-14899) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[19]} 0 0
   [junit4]   2> 1650349 INFO  (qtp12127680-14897) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[20]} 0 0
   [junit4]   2> 1650349 INFO  (qtp12127680-14899) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[21]} 0 0
   [junit4]   2> 1650349 INFO  (qtp12127680-14897) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[22]} 0 0
   [junit4]   2> 1650349 INFO  (qtp12127680-14899) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[23]} 0 0
   [junit4]   2> 1650349 INFO  (qtp12127680-14897) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[24]} 0 0
   [junit4]   2> 1650350 INFO  (qtp12127680-14899) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[25]} 0 0
   [junit4]   2> 1650350 INFO  (qtp12127680-14897) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[26]} 0 0
   [junit4]   2> 1650350 INFO  (qtp12127680-14899) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  weba

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

e12) [n:127.0.0.1:45103_solr c:utilizenodecoll s:shard2 r:core_node12 
x:utilizenodecoll_shard2_replica_n11] o.a.s.c.RecoveryStrategy Finished 
recovery process, successful=[false]
   [junit4]   2> 2507344 INFO  
(recoveryExecutor-4715-thread-1-processing-n:127.0.0.1:45103_solr 
x:utilizenodecoll_shard2_replica_n11 s:shard2 c:utilizenodecoll r:core_node12) 
[n:127.0.0.1:45103_solr c:utilizenodecoll s:shard2 r:core_node12 
x:utilizenodecoll_shard2_replica_n11] o.a.s.c.SolrCore 
[utilizenodecoll_shard2_replica_n11]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@10537de
   [junit4]   2> 2507344 INFO  
(recoveryExecutor-4715-thread-1-processing-n:127.0.0.1:45103_solr 
x:utilizenodecoll_shard2_replica_n11 s:shard2 c:utilizenodecoll r:core_node12) 
[n:127.0.0.1:45103_solr c:utilizenodecoll s:shard2 r:core_node12 
x:utilizenodecoll_shard2_replica_n11] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.utilizenodecoll.shard2.replica_n11, 
tag=17119198
   [junit4]   2> 2507344 INFO  
(recoveryExecutor-4715-thread-1-processing-n:127.0.0.1:45103_solr 
x:utilizenodecoll_shard2_replica_n11 s:shard2 c:utilizenodecoll r:core_node12) 
[n:127.0.0.1:45103_solr c:utilizenodecoll s:shard2 r:core_node12 
x:utilizenodecoll_shard2_replica_n11] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@515bda: rootName = 
solr_45103, domain = solr.core.utilizenodecoll.shard2.replica_n11, service url 
= null, agent id = null] for registry 
solr.core.utilizenodecoll.shard2.replica_n11 / 
com.codahale.metrics.MetricRegistry@1a9de28
   [junit4]   2> 2507354 INFO  
(recoveryExecutor-4715-thread-1-processing-n:127.0.0.1:45103_solr 
x:utilizenodecoll_shard2_replica_n11 s:shard2 c:utilizenodecoll r:core_node12) 
[n:127.0.0.1:45103_solr c:utilizenodecoll s:shard2 r:core_node12 
x:utilizenodecoll_shard2_replica_n11] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.utilizenodecoll.shard2.leader, 
tag=17119198
   [junit4]   2> 2507354 WARN  
(recoveryExecutor-4715-thread-1-processing-n:127.0.0.1:45103_solr 
x:utilizenodecoll_shard2_replica_n11 s:shard2 c:utilizenodecoll r:core_node12) 
[n:127.0.0.1:45103_solr c:utilizenodecoll s:shard2 r:core_node12 
x:utilizenodecoll_shard2_replica_n11] o.a.s.c.RecoveryStrategy Stopping 
recovery for core=[utilizenodecoll_shard2_replica_n11] 
coreNodeName=[core_node12]
   [junit4]   2> 2507362 INFO  (jetty-closer-4647-thread-6) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@9620cd{/solr,null,UNAVAILABLE}
   [junit4]   2> 2507362 INFO  (jetty-closer-4647-thread-6) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 2507362 ERROR 
(SUITE-TestUtilizeNode-seed#[ACB654B7AC866C07]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2507363 INFO  
(SUITE-TestUtilizeNode-seed#[ACB654B7AC866C07]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:38977 38977
   [junit4]   2> 2512471 INFO  (Thread-5901) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:38977 38977
   [junit4]   2> 2512472 WARN  (Thread-5901) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        8       /solr/aliases.json
   [junit4]   2>        6       /solr/security.json
   [junit4]   2>        6       /solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        47      /solr/collections/utilizenodecoll/state.json
   [junit4]   2>        8       /solr/clusterprops.json
   [junit4]   2>        8       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/overseer_elect/election/99403325132439561-127.0.0.1:46685_solr-n_0000000001
   [junit4]   2>        2       
/solr/collections/utilizenodecoll/leader_elect/shard1/election/99403325132439561-core_node3-n_0000000000
   [junit4]   2>        2       
/solr/collections/utilizenodecoll/leader_elect/shard2/election/99403325132439562-core_node7-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/live_nodes
   [junit4]   2>        9       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestUtilizeNode_ACB654B7AC866C07-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1146, maxMBSortInHeap=5.517608174293363, 
sim=RandomSimilarity(queryNorm=true): {}, locale=fi, timezone=Atlantic/Bermuda
   [junit4]   2> NOTE: Linux 4.13.0-31-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=1,free=239674080,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [CachingDirectoryFactoryTest, 
SolrJmxReporterTest, RequiredFieldsTest, EnumFieldTest, 
TestPartialUpdateDeduplication, TestSweetSpotSimilarityFactory, 
MultiThreadedOCPTest, StatsReloadRaceTest, DistributedVersionInfoTest, 
HdfsNNFailoverTest, LeaderFailureAfterFreshStartTest, TestLegacyField, 
TestLRUCache, TestOrdValues, TestCloudPseudoReturnFields, 
TestDocBasedVersionConstraints, TestSearchPerf, TestDistributedGrouping, 
ExplicitHLLTest, TestManagedSchemaAPI, HighlighterTest, TestComputePlanAction, 
TestMissingGroups, TestSolrCloudWithDelegationTokens, TestCollectionAPI, 
TestRequestForwarding, DistanceUnitsTest, TestSolrCloudSnapshots, 
TestSolrCloudWithHadoopAuthPlugin, TestDynamicFieldCollectionResource, 
TestBulkSchemaConcurrent, QueryElevationComponentTest, CollectionReloadTest, 
TestSystemIdResolver, DirectSolrConnectionTest, DistributedFacetPivotSmallTest, 
DistribDocExpirationUpdateProcessorTest, AsyncCallRequestStatusResponseTest, 
TestFieldCacheVsDocValues, TestExactSharedStatsCache, 
TestElisionMultitermQuery, BlockJoinFacetDistribTest, TestQueryUtils, 
PathHierarchyTokenizerFactoryTest, TestEmbeddedSolrServerAdminHandler, 
GraphQueryTest, TestNRTOpen, SchemaApiFailureTest, MoveReplicaHDFSFailoverTest, 
DataDrivenBlockJoinTest, TestJettySolrRunner, TestSchemaVersionResource, 
OverseerRolesTest, AutoAddReplicasIntegrationTest, TestSolr4Spatial, 
TestExportWriter, TestLeaderElectionWithEmptyReplica, SolrShardReporterTest, 
TestCoreBackup, AlternateDirectoryTest, XsltUpdateRequestHandlerTest, 
TestRecovery, AtomicUpdatesTest, ZkControllerTest, 
TestComplexPhraseQParserPlugin, SOLR749Test, TestInitQParser, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestCharFilters, 
TestInPlaceUpdatesDistrib, TestTlogReplica, SpatialHeatmapFacetsTest, 
DistributedFacetPivotLargeTest, InfixSuggestersTest, LoggingHandlerTest, 
CloudMLTQParserTest, PeerSyncReplicationTest, ScriptEngineTest, 
HdfsLockFactoryTest, ShardRoutingCustomTest, FileUtilsTest, 
TestReversedWildcardFilterFactory, TestAuthorizationFramework, TestTrie, 
CdcrBootstrapTest, SampleTest, TestXmlQParser, 
BigEndianAscendingWordDeserializerTest, DeleteShardTest, 
TestCorePropertiesReload, PeerSyncTest, TestConfigSetImmutable, 
BasicFunctionalityTest, TestFunctionQuery, QueryResultKeyTest, 
HttpTriggerListenerTest, DistributedDebugComponentTest, 
TestJavabinTupleStreamParser, FieldMutatingUpdateProcessorTest, 
TestDistribDocBasedVersion, TestSolrIndexConfig, 
HdfsCollectionsAPIDistributedZkTest, TestReRankQParserPlugin, 
SignatureUpdateProcessorFactoryTest, ZkStateWriterTest, 
TestAddFieldRealTimeGet, UninvertDocValuesMergePolicyTest, 
TestManagedStopFilterFactory, SoftAutoCommitTest, ChaosMonkeySafeLeaderTest, 
SchemaVersionSpecificBehaviorTest, TestFoldingMultitermQuery, ReplaceNodeTest, 
NodeLostTriggerTest, TestImplicitCoreProperties, 
VMParamsZkACLAndCredentialsProvidersTest, MergeStrategyTest, TestSchemaManager, 
SimplePostToolTest, TestOverriddenPrefixQueryForCustomFieldType, 
DocumentBuilderTest, QueryEqualityTest, TestTestInjection, 
TimeRoutedAliasUpdateProcessorTest, SyncSliceTest, ShardRoutingTest, 
BasicZkTest, RecoveryZkTest, TestReplicationHandler, SimpleFacetsTest, 
SolrCoreTest, StatsComponentTest, ConvertedLegacyTest, TestBadConfig, 
ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, 
AnalysisAfterCoreReloadTest, SpellCheckCollatorTest, SolrRequestParserTest, 
SuggesterTest, SpatialFilterTest, SuggesterWFSTTest, PolyFieldTest, 
NoCacheHeaderTest, TestPseudoReturnFields, TestUpdate, 
TestAtomicUpdateErrorCases, StatelessScriptUpdateProcessorFactoryTest, 
TestRemoteStreaming, TestSolrDeletionPolicy1, DebugComponentTest, 
IndexBasedSpellCheckerTest, DisMaxRequestHandlerTest, TestWriterPerf, 
PrimitiveFieldTypeTest, TermsComponentTest, RegexBoostProcessorTest, 
TestCollationField, UpdateRequestProcessorFactoryTest, QueryParsingTest, 
TestAnalyzedSuggestions, JsonLoaderTest, BinaryUpdateRequestHandlerTest, 
TestPHPSerializedResponseWriter, PingRequestHandlerTest, CSVRequestHandlerTest, 
TestLFUCache, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, 
TestSimpleTrackingShardHandler, AssignBackwardCompatibilityTest, 
CollectionStateFormat2Test, ConfigSetsAPITest, ConnectionManagerTest, 
CreateCollectionCleanupTest, DeleteLastCustomShardedReplicaTest, 
DeleteNodeTest, DeleteStatusTest, DocValuesNotIndexedTest, HttpPartitionTest, 
NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
OverriddenZkACLAndCredentialsProvidersTest, 
OverseerCollectionConfigSetProcessorTest, RemoteQueryErrorTest, 
SSLMigrationTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, 
SolrCLIZkUtilsTest, SolrXmlInZkTest, TestCloudDeleteByQuery, 
TestCloudInspectUtil, TestCloudPivotFacet, TestClusterProperties, 
TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestCryptoKeys, 
TestDeleteCollectionOnDownNodes, TestLeaderInitiatedRecoveryThread, 
TestOnReconnectListenerSupport, TestPrepRecovery, TestPullReplicaErrorHandling, 
TestSSLRandomization, TestSegmentSorting, TestSolrCloudWithKerberosAlt, 
TestStressCloudBlindAtomicUpdates, TestUtilizeNode]
   [junit4] Completed [559/767 (2!)] on J1 in 15.75s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 44696 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to