Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20987/
Java: 64bit/jdk-9.0.1 -XX:-UseCompressedOops -XX:+UseParallelGC

4 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores:     1) 
Thread[id=13804, name=searcherExecutor-5208-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]         at 
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)         at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
         at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
         at 
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
         at [email protected]/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.core.TestLazyCores: 
   1) Thread[id=13804, name=searcherExecutor-5208-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]
        at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
        at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
        at 
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
        at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
        at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at [email protected]/java.lang.Thread.run(Thread.java:844)
        at __randomizedtesting.SeedInfo.seed([2B0CCB666B2B61D2]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=13804, name=searcherExecutor-5208-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]         at 
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)         at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
         at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
         at 
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
         at [email protected]/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=13804, name=searcherExecutor-5208-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]
        at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
        at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
        at 
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
        at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
        at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at [email protected]/java.lang.Thread.run(Thread.java:844)
        at __randomizedtesting.SeedInfo.seed([2B0CCB666B2B61D2]:0)


FAILED:  org.apache.solr.core.TestLazyCores.testNoCommit

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([2B0CCB666B2B61D2:F46C6AB7A00C0277]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:901)
        at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:855)
        at 
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:832)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
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.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound='10']
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int><lst name="params"><str 
name="q">*:*</str></lst></lst><result name="response" numFound="0" 
start="0"></result>
</response>

        request was:q=*:*
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:894)
        ... 40 more


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

Error Message:
Index 0 out-of-bounds for length 0

Stack Trace:
java.lang.IndexOutOfBoundsException: Index 0 out-of-bounds for length 0
        at 
__randomizedtesting.SeedInfo.seed([2B0CCB666B2B61D2:3F449033482CDCCC]:0)
        at 
java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
        at 
java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
        at 
java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:248)
        at java.base/java.util.Objects.checkIndex(Objects.java:372)
        at java.base/java.util.ArrayList.get(ArrayList.java:440)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:561)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12503 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> 1475687 INFO  
(SUITE-TestReplicationHandler-seed#[2B0CCB666B2B61D2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/init-core-data-001
   [junit4]   2> 1475688 WARN  
(SUITE-TestReplicationHandler-seed#[2B0CCB666B2B61D2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=88 numCloses=88
   [junit4]   2> 1475688 INFO  
(SUITE-TestReplicationHandler-seed#[2B0CCB666B2B61D2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1475689 INFO  
(SUITE-TestReplicationHandler-seed#[2B0CCB666B2B61D2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
   [junit4] IGNOR/A 0.00s J1 | 
TestReplicationHandler.doTestIndexFetchOnMasterRestart
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled 
(@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-9036";))
   [junit4]   2> 1475692 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestHandlerPathUnchanged
   [junit4]   2> 1475693 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-001/collection1
   [junit4]   2> 1475696 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1475706 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4c61fcc4{/solr,null,AVAILABLE}
   [junit4]   2> 1475709 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@7647f093{HTTP/1.1,[http/1.1]}{127.0.0.1:33181}
   [junit4]   2> 1475709 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.e.j.s.Server Started @1476968ms
   [junit4]   2> 1475710 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-001/collection1/data,
 hostPort=33181}
   [junit4]   2> 1475710 ERROR 
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 1475710 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 8.0.0
   [junit4]   2> 1475710 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 1475710 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1475710 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-24T14:13:07.370687Z
   [junit4]   2> 1475710 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-001/solr.xml
   [junit4]   2> 1475713 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1475713 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1475713 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6e3c0f1a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1475772 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e3c0f1a
   [junit4]   2> 1475781 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e3c0f1a
   [junit4]   2> 1475782 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e3c0f1a
   [junit4]   2> 1475784 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-001/.
   [junit4]   2> 1475784 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1475786 INFO  (coreLoadExecutor-5444-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1475822 INFO  (coreLoadExecutor-5444-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1475829 INFO  (coreLoadExecutor-5444-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1475830 INFO  (coreLoadExecutor-5444-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1475830 INFO  (coreLoadExecutor-5444-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-001/./collection1,
 trusted=true
   [junit4]   2> 1475830 INFO  (coreLoadExecutor-5444-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@6e3c0f1a
   [junit4]   2> 1475831 INFO  (coreLoadExecutor-5444-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1475831 INFO  (coreLoadExecutor-5444-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 1475832 INFO  (coreLoadExecutor-5444-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=36.8837890625, 
floorSegmentMB=0.640625, forceMergeDeletesPctAllowed=10.06036558558301, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3471187325744525
   [junit4]   2> 1475881 INFO  (coreLoadExecutor-5444-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1475882 INFO  (coreLoadExecutor-5444-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1475882 INFO  (coreLoadExecutor-5444-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=18, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=41.13671875, 
floorSegmentMB=2.1220703125, forceMergeDeletesPctAllowed=19.443445404435955, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3322485910869568
   [junit4]   2> 1475882 INFO  (coreLoadExecutor-5444-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2ceddeaa[collection1] main]
   [junit4]   2> 1475883 INFO  (coreLoadExecutor-5444-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-001/collection1/conf
   [junit4]   2> 1475883 INFO  (coreLoadExecutor-5444-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following 
config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 1475884 INFO  (coreLoadExecutor-5444-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1475885 INFO  
(searcherExecutor-5445-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2ceddeaa[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1475895 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-002/collection1
   [junit4]   2> 1475897 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1475899 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@59bd39cf{/solr,null,AVAILABLE}
   [junit4]   2> 1475899 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@38eb705{HTTP/1.1,[http/1.1]}{127.0.0.1:36629}
   [junit4]   2> 1475899 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.e.j.s.Server Started @1477158ms
   [junit4]   2> 1475899 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-002/collection1/data,
 hostPort=36629}
   [junit4]   2> 1475899 ERROR 
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 1475900 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 8.0.0
   [junit4]   2> 1475900 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 1475900 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1475900 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-24T14:13:07.560253Z
   [junit4]   2> 1475900 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-002/solr.xml
   [junit4]   2> 1475903 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1475903 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1475903 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6e3c0f1a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1475932 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e3c0f1a
   [junit4]   2> 1475944 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e3c0f1a
   [junit4]   2> 1475944 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e3c0f1a
   [junit4]   2> 1475946 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-002/.
   [junit4]   2> 1475946 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1475953 INFO  (coreLoadExecutor-5454-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1475959 INFO  (coreLoadExecutor-5454-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1475965 INFO  (coreLoadExecutor-5454-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1475982 INFO  (coreLoadExecutor-5454-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1475982 INFO  (coreLoadExecutor-5454-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-002/./collection1,
 trusted=true
   [junit4]   2> 1475982 INFO  (coreLoadExecutor-5454-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@6e3c0f1a
   [junit4]   2> 1475982 INFO  (coreLoadExecutor-5454-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1475982 INFO  (coreLoadExecutor-5454-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-002/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 1475983 INFO  (coreLoadExecutor-5454-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=36.8837890625, 
floorSegmentMB=0.640625, forceMergeDeletesPctAllowed=10.06036558558301, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3471187325744525
   [junit4]   2> 1476014 INFO  (coreLoadExecutor-5454-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1476014 INFO  (coreLoadExecutor-5454-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1476014 INFO  (coreLoadExecutor-5454-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=18, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=41.13671875, 
floorSegmentMB=2.1220703125, forceMergeDeletesPctAllowed=19.443445404435955, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3322485910869568
   [junit4]   2> 1476014 INFO  (coreLoadExecutor-5454-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2626454[collection1] 
main]
   [junit4]   2> 1476015 INFO  (coreLoadExecutor-5454-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-002/collection1/conf
   [junit4]   2> 1476016 INFO  (coreLoadExecutor-5454-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 
1000ms
   [junit4]   2> 1476016 INFO  (coreLoadExecutor-5454-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1476016 INFO  
(searcherExecutor-5455-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2626454[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1476022 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending doTestHandlerPathUnchanged
   [junit4]   2> 1476024 INFO  (indexFetcher-5459-thread-1) [    x:collection1] 
o.a.h.i.e.RetryExec I/O exception (java.net.SocketException) caught when 
processing request to {}->http://127.0.0.1:33181: Connection reset
   [junit4]   2> 1476025 INFO  (indexFetcher-5459-thread-1) [    x:collection1] 
o.a.h.i.e.RetryExec Retrying request to {}->http://127.0.0.1:33181
   [junit4]   2> 1476026 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@7647f093{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1476026 WARN  (indexFetcher-5459-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Master at: http://127.0.0.1:33181/solr/collection1 is not 
available. Index fetch failed by exception: 
org.apache.solr.common.SolrException: Server refused connection at: 
http://127.0.0.1:33181/solr/collection1
   [junit4]   2> 1476026 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=638326819
   [junit4]   2> 1476026 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 1476026 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@20ebed5f: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@4733a0b8
   [junit4]   2> 1476030 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 1476030 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@fdf43d6: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@50e0f659
   [junit4]   2> 1476033 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 1476033 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@f46f512: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@4bc43d96
   [junit4]   2> 1476034 INFO  (coreCloseExecutor-5460-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6389e5ee
   [junit4]   2> 1476034 INFO  (coreCloseExecutor-5460-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1669981678
   [junit4]   2> 1476034 INFO  (coreCloseExecutor-5460-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@57efe7e8: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@2c74e63e
   [junit4]   2> 1476039 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4c61fcc4{/solr,null,UNAVAILABLE}
   [junit4]   2> 1476042 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@38eb705{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1476042 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1012161937
   [junit4]   2> 1476042 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 1476042 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@76a3de37: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@134f4364
   [junit4]   2> 1476050 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 1476050 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@8ea3d57: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@50e0f659
   [junit4]   2> 1476062 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 1476062 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@58af418d: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@4bc43d96
   [junit4]   2> 1476063 INFO  (coreCloseExecutor-5462-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4302af2d
   [junit4]   2> 1476063 INFO  (coreCloseExecutor-5462-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1124249389
   [junit4]   2> 1476063 INFO  (coreCloseExecutor-5462-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@de38a36: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@595fe944
   [junit4]   2> 1476074 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[2B0CCB666B2B61D2])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@59bd39cf{/solr,null,UNAVAILABLE}
   [junit4]   2> 1476075 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting doTestIllegalFilePaths
   [junit4]   2> 1476076 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-003/collection1
   [junit4]   2> 1476077 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1476083 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@dedcaf1{/solr,null,AVAILABLE}
   [junit4]   2> 1476083 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@6fdf4bd2{HTTP/1.1,[http/1.1]}{127.0.0.1:39227}
   [junit4]   2> 1476083 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.e.j.s.Server Started @1477342ms
   [junit4]   2> 1476083 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-003/collection1/data,
 hostPort=39227}
   [junit4]   2> 1476084 ERROR 
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 1476084 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 8.0.0
   [junit4]   2> 1476084 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 1476084 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1476084 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-24T14:13:07.744286Z
   [junit4]   2> 1476084 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-003/solr.xml
   [junit4]   2> 1476089 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1476089 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1476090 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6e3c0f1a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1476120 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e3c0f1a
   [junit4]   2> 1476129 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e3c0f1a
   [junit4]   2> 1476129 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e3c0f1a
   [junit4]   2> 1476131 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-003/.
   [junit4]   2> 1476131 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1476132 INFO  (coreLoadExecutor-5469-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1476150 INFO  (coreLoadExecutor-5469-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1476153 INFO  (coreLoadExecutor-5469-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1476154 INFO  (coreLoadExecutor-5469-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1476154 INFO  (coreLoadExecutor-5469-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-003/./collection1,
 trusted=true
   [junit4]   2> 1476154 INFO  (coreLoadExecutor-5469-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@6e3c0f1a
   [junit4]   2> 1476154 INFO  (coreLoadExecutor-5469-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1476154 INFO  (coreLoadExecutor-5469-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-003/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-003/./collection1/data/]
   [junit4]   2> 1476155 INFO  (coreLoadExecutor-5469-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=36.8837890625, 
floorSegmentMB=0.640625, forceMergeDeletesPctAllowed=10.06036558558301, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3471187325744525
   [junit4]   2> 1476192 INFO  (coreLoadExecutor-5469-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1476192 INFO  (coreLoadExecutor-5469-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1476193 INFO  (coreLoadExecutor-5469-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=18, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=41.13671875, 
floorSegmentMB=2.1220703125, forceMergeDeletesPctAllowed=19.443445404435955, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3322485910869568
   [junit4]   2> 1476193 INFO  (coreLoadExecutor-5469-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@230b45f8[collection1] main]
   [junit4]   2> 1476193 INFO  (coreLoadExecutor-5469-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-003/collection1/conf
   [junit4]   2> 1476194 INFO  (coreLoadExecutor-5469-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following 
config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 1476194 INFO  (coreLoadExecutor-5469-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1476195 INFO  
(searcherExecutor-5470-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@230b45f8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1476198 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-004/collection1
   [junit4]   2> 1476200 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1476201 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@170d74bd{/solr,null,AVAILABLE}
   [junit4]   2> 1476202 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@c9e1e5b{HTTP/1.1,[http/1.1]}{127.0.0.1:38563}
   [junit4]   2> 1476202 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.e.j.s.Server Started @1477460ms
   [junit4]   2> 1476202 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-004/collection1/data,
 hostPort=38563}
   [junit4]   2> 1476202 ERROR 
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 1476202 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 8.0.0
   [junit4]   2> 1476202 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 1476202 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1476202 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-24T14:13:07.862608Z
   [junit4]   2> 1476202 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-004/solr.xml
   [junit4]   2> 1476205 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1476205 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1476206 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6e3c0f1a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1476249 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e3c0f1a
   [junit4]   2> 1476261 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e3c0f1a
   [junit4]   2> 1476262 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e3c0f1a
   [junit4]   2> 1476265 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-004/.
   [junit4]   2> 1476265 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1476265 INFO  (coreLoadExecutor-5479-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1476273 INFO  (coreLoadExecutor-5479-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1476277 INFO  (coreLoadExecutor-5479-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1476278 INFO  (coreLoadExecutor-5479-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1476278 INFO  (coreLoadExecutor-5479-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-004/./collection1,
 trusted=true
   [junit4]   2> 1476279 INFO  (coreLoadExecutor-5479-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@6e3c0f1a
   [junit4]   2> 1476279 INFO  (coreLoadExecutor-5479-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1476279 INFO  (coreLoadExecutor-5479-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-004/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-004/./collection1/data/]
   [junit4]   2> 1476281 INFO  (coreLoadExecutor-5479-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=36.8837890625, 
floorSegmentMB=0.640625, forceMergeDeletesPctAllowed=10.06036558558301, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3471187325744525
   [junit4]   2> 1476313 INFO  (coreLoadExecutor-5479-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1476313 INFO  (coreLoadExecutor-5479-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1476313 INFO  (coreLoadExecutor-5479-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=18, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=41.13671875, 
floorSegmentMB=2.1220703125, forceMergeDeletesPctAllowed=19.443445404435955, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3322485910869568
   [junit4]   2> 1476314 INFO  (coreLoadExecutor-5479-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2fa2e3f[collection1] 
main]
   [junit4]   2> 1476314 INFO  (coreLoadExecutor-5479-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_2B0CCB666B2B61D2-001/solr-instance-004/collection1/conf
   [junit4]   2> 1476315 INFO  (coreLoadExecutor-5479-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 
1000ms
   [junit4]   2> 1476315 INFO  (coreLoadExecutor-5479-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1476315 INFO  
(searcherExecutor-5480-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2fa2e3f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1476316 INFO  (qtp2134032158-15296) [    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> 1476316 INFO  (indexFetcher-5484-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1476316 INFO  (indexFetcher-5484-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1476316 INFO  (indexFetcher-5484-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1476317 INFO  (indexFetcher-5484-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1476317 INFO  (indexFetcher-5484-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 1476317 INFO  (indexFetcher-5484-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> 1476317 INFO  (indexFetcher-5484-thread-1) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@68110296 commitCommandVersion:0
   [junit4]   2> 1476317 INFO  (indexFetcher-5484-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@78aa5aa4[collection1] main]
   [junit4]   2> 1476318 INFO  (indexFetcher-5484-thread-1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1476326 INFO  
(searcherExecutor-5480-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@78aa5aa4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1476328 ERROR (qtp2134032158-15298) [    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:1520)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.<init>(ReplicationHandler.java:1493)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getFileStream(ReplicationHandler.java:617)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:277)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2484)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:710)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:516)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [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:1759)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [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:493)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 1476329 INFO  (qtp2134032158-15298) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={file=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/foo&command=filecontent}
 status=403 QTime=0
   [junit4]   2> 1476330 ERROR (qtp2134032158-15296) [    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:1516)
   [junit4]   2>        at 
java.base/java.lang.Iterable.forEach(Iterable.java:75)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.validateFilenameOrError(ReplicationHandler.java:1514)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.<init>(ReplicationHandler.java:1493)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getFileStream(ReplicationHandler.java:617)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:277)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2484)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:710)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:516)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [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:1759)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [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:493)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 1476330 INFO  (qtp2134032158-15296) [    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> 1476335 ERROR (qtp2134032158-15294) [    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:1520)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.<init>(ReplicationHandler.java:1494)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$LocalFsFileStream.<init>(ReplicationHandler.java:1639)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$LocalFsConfFileStream.<init>(ReplicationHandler.java:1705)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getFileStream(ReplicationHandler.java:613)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:277)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2484)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:710)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:516)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [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:1759)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [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:493)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.execute(ExecuteProduceConsume.java:100)
   [junit4]   2>        at 
org.eclipse.jetty.io.ManagedSelector.run(ManagedSelector.java:147)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 1476336 INFO  (qtp2134032158-15294) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={cf=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/foo&command=filecontent}
 status=403 QTime=4
   [junit4]   2> 1476338 ERROR (qtp2134032158-15291) [    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:1516)
   [junit4]   2>        at 
java.base/java.lang.Iterable.forEach(Iterable.java:75)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.validateFilenameOrError(ReplicationHandler.java:1514)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.<init>(ReplicationHandler.java:1494)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$LocalFsFileStream.<init>(ReplicationHandler.java:1639)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$LocalFsConfFileStream.<init>(ReplicationHandler.java:1705)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getFileStream(ReplicationHandler.java:613)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:277)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2484)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:710)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:516)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [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:1759)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [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:493)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 1476338 INFO  (qtp2134032158-15291) [    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> 1476340 ERROR (qtp2134032158-15293) [    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:1520)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.<init>(ReplicationHandler.java:1495)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$LocalFsFileStream.<init>(ReplicationHandler.java:1639)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$LocalFsTlogFileStream.<init>(ReplicationHandler.java:1692)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getFileStream(ReplicationHandler.java:615)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:277)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2484)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:710)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:516)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [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:1759)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [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:493)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 1476340 INFO  (qtp2134032158-15293) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={tlogFile=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/foo&command=filecontent}
 status=403 QTime=0
   [junit4]   2> 1476342 ERROR (qtp2134032158-15294) [    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:1516)
   [junit4]   2>        at 
java.base/java.lang.Iterable.forEach(Iterable.java:75)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.validateFilenameOrError(ReplicationHandler.java:1514)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.<init>(ReplicationHandler.java:1495)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$LocalFsFileStream.<init>(ReplicationHandler.java:1639)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler$LocalFsTlogFileStream.<init>(ReplicationHandler.java:1692)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getFileStream(ReplicationHandler.java:615)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:277)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2484)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:710)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:516)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [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:1759)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [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:493)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 1476342 INFO  (qtp2134032158-15294) [    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> 1476343 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.SolrTestCaseJ4 ###Ending doTestIllegalFilePaths
   [junit4]   2> 1476343 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@6fdf4bd2{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1476344 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1370018625
   [junit4]   2> 1476344 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1476344 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@e1a5611: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@5b24436d
   [junit4]   2> 1476351 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1476352 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@b410c01: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@50e0f659
   [junit4]   2> 1476355 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1476355 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3f7c067d: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@4bc43d96
   [junit4]   2> 1476356 INFO  (coreCloseExecutor-5485-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6ea315e7
   [junit4]   2> 1476356 INFO  (coreCloseExecutor-5485-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1856181735
   [junit4]   2> 1476356 INFO  (coreCloseExecutor-5485-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@38a069: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@2a271985
   [junit4]   2> 1476377 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@dedcaf1{/solr,null,UNAVAILABLE}
   [junit4]   2> 1476379 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@c9e1e5b{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1476379 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=74389295
   [junit4]   2> 1476379 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1476379 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@72b8fcf8: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@4c95f5a3
   [junit4]   2> 1476386 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1476386 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7d577d25: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@50e0f659
   [junit4]   2> 1476390 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1476390 INFO  
(TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[2B0CCB666B2B61D2]) [  
  ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@245ac27e: rootName = null, 
domain = solr.jetty, service url = null, agent id = nul

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

B666B2B61D2]-worker) [    x:collection3] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_2B0CCB666B2B61D2-001
   [junit4]   2> Nov 24, 2017 2:16:04 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> Nov 24, 2017 2:16:24 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=13804, name=searcherExecutor-5208-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at 
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2>         at 
[email protected]/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Nov 24, 2017 2:16:24 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=13804, name=searcherExecutor-5208-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Nov 24, 2017 2:16:27 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=13804, name=searcherExecutor-5208-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at 
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2>         at 
[email protected]/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {v_t=FST50, 
id=FST50, v_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), v_f=FSTOrd50}, 
docValues:{}, maxPointsInLeafNode=230, maxMBSortInHeap=7.294710900424688, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3caf4b7e),
 locale=pt-ST, timezone=America/Catamarca
   [junit4]   2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 9.0.1 
(64-bit)/cpus=8,threads=2,free=287046480,total=532676608
   [junit4]   2> NOTE: All tests run in this JVM: [LeaderElectionTest, 
TestSchemalessBufferedUpdates, TestSolrCoreProperties, RecoveryZkTest, 
ClusterStateTest, TestInfoStreamLogging, ReturnFieldsTest, EnumFieldTest, 
TestSha256AuthenticationProvider, SolrMetricManagerTest, 
TlogReplayBufferedWhileIndexingTest, DirectSolrConnectionTest, HighlighterTest, 
TestDynamicFieldCollectionResource, TestCloudRecovery, TestFieldResource, 
TestMacroExpander, HdfsAutoAddReplicasIntegrationTest, TestRandomFlRTGCloud, 
TestReloadDeadlock, CdcrBidirectionalTest, TestStressInPlaceUpdates, 
TimePartitionedUpdateProcessorTest, ImplicitSnitchTest, 
TestReplicationHandlerBackup, AnalyticsMergeStrategyTest, 
TestFuzzyAnalyzedSuggestions, TestManagedSchemaThreadSafety, SmileWriterTest, 
TestPrepRecovery, TestFieldSortValues, ConfigSetsAPITest, 
SolrShardReporterTest, HdfsRecoverLeaseTest, TestValueSourceCache, 
FileBasedSpellCheckerTest, JvmMetricsTest, FieldAnalysisRequestHandlerTest, 
AddBlockUpdateTest, TestDocBasedVersionConstraints, SuggesterTest, 
TestNumericTerms32, CoreAdminRequestStatusTest, MoveReplicaHDFSFailoverTest, 
TestMaxScoreQueryParser, TestLockTree, TestSolrDeletionPolicy2, 
ExplicitHLLTest, TestTrieFacet, TestSchemaNameResource, 
TestLMJelinekMercerSimilarityFactory, TestCharFilters, 
TestInPlaceUpdatesDistrib, DistributedQueryComponentOptimizationTest, 
TestGroupingSearch, TestHashPartitioner, TestClusterStateMutator, 
TestFunctionQuery, TestPolicyCloud, TestFreeTextSuggestions, 
TestCollectionAPIs, TestLegacyTerms, TestExclusionRuleCollectionAccess, 
TestQueryTypes, TestZkChroot, TestAuthenticationFramework, ZkNodePropsTest, 
DirectSolrSpellCheckerTest, TestSolrCloudWithHadoopAuthPlugin, 
TestPivotHelperCode, TestNumericRangeQuery64, TestLFUCache, 
TestPartialUpdateDeduplication, UUIDFieldTest, TestElisionMultitermQuery, 
TestEmbeddedSolrServerConstructors, ZkFailoverTest, ScriptEngineTest, 
TestConfigSetsAPIExclusivity, TestTrie, TestReloadAndDeleteDocs, 
TestDistributedMissingSort, HttpPartitionTest, BasicDistributedZk2Test, 
BadComponentTest, BigEndianAscendingWordDeserializerTest, 
SolrGangliaReporterTest, TestTolerantSearch, TestIndexSearcher, 
IndexBasedSpellCheckerTest, ClassificationUpdateProcessorTest, 
LegacyCloudClusterPropTest, TestChildDocTransformer, TestLegacyField, 
SolrTestCaseJ4Test, PeerSyncReplicationTest, TestScoreJoinQPNoScore, 
TestComplexPhraseLeadingWildcard, TestQuerySenderListener, InfixSuggestersTest, 
TestCoreContainer, TestExactSharedStatsCache, TestSolrConfigHandlerConcurrent, 
TestLMDirichletSimilarityFactory, TestFiltering, TestJavabinTupleStreamParser, 
TestCustomStream, DistanceUnitsTest, DefaultValueUpdateProcessorTest, 
DistributedFacetPivotSmallTest, SolrCLIZkUtilsTest, BlockJoinFacetDistribTest, 
DistributedFacetPivotLargeTest, HighlighterMaxOffsetTest, OverseerRolesTest, 
CoreAdminHandlerTest, LargeFieldTest, HLLUtilTest, TestExtendedDismaxParser, 
SpatialHeatmapFacetsTest, HdfsSyncSliceTest, CopyFieldTest, VersionInfoTest, 
BasicZkTest, FullSolrCloudDistribCmdsTest, TestRandomFaceting, 
ZkSolrClientTest, ShardRoutingCustomTest, TestDistributedSearch, 
TestDistributedGrouping, TermVectorComponentDistributedTest, TestStressReorder, 
SolrCoreTest, StatsComponentTest, QueryElevationComponentTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.seed=2B0CCB666B2B61D2 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=pt-ST -Dtests.timezone=America/Catamarca -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J2 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=13804, name=searcherExecutor-5208-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at 
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]    >         at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]    >         at 
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]    >         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]    >         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]    >         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]    >         at 
[email protected]/java.lang.Thread.run(Thread.java:844)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2B0CCB666B2B61D2]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=13804, name=searcherExecutor-5208-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at 
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]    >         at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]    >         at 
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]    >         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]    >         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]    >         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]    >         at 
[email protected]/java.lang.Thread.run(Thread.java:844)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2B0CCB666B2B61D2]:0)
   [junit4] Completed [312/751 (2!)] on J2 in 29.33s, 9 tests, 3 errors <<< 
FAILURES!

[...truncated 41516 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to