Build: https://builds.apache.org/job/Lucene-Solr-repro-Java11/726/

[...truncated 29 lines...]
[repro] Jenkins log URL: 
https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/2071/consoleText

[repro] Revision: 0b072ecedb93202a132612e72cd880fdcc51ea25

[repro] Ant options: -Dtests.multiplier=2 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
[repro] Repro line:  ant test  -Dtestcase=CdcrBootstrapTest 
-Dtests.seed=299393594E2568D3 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=ar-TD -Dtests.timezone=Pacific/Samoa -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8

[repro] git rev-parse --abbrev-ref HEAD
[repro] git rev-parse HEAD
[repro] Initial local git branch/revision: 
0b072ecedb93202a132612e72cd880fdcc51ea25
[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] git fetch
[repro] git checkout 0b072ecedb93202a132612e72cd880fdcc51ea25

[...truncated 1 lines...]
[repro] git merge --ff-only

[...truncated 1 lines...]
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       CdcrBootstrapTest
[repro] ant compile-test

[...truncated 3333 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 
-Dtests.class="*.CdcrBootstrapTest" -Dtests.showOutput=onerror 
-Dtests.multiplier=2 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.seed=299393594E2568D3 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=ar-TD -Dtests.timezone=Pacific/Samoa -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8

[...truncated 9251 lines...]
   [junit4]   1> ERROR: could not read any segments file in directory
   [junit4]   1> org.apache.lucene.index.CorruptIndexException: Unexpected file 
read error while reading index. (resource=BufferedChecksumIndexInput((clone of) 
ByteBuffersIndexInput (file=segments_34, buffers=887 bytes, block size: 1, 
blocks: 1, position: 0)))
   [junit4]   1>        at 
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:298)
   [junit4]   1>        at 
org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:523)
   [junit4]   1>        at 
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:302)
   [junit4]   1>        at 
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:287)
   [junit4]   1>        at 
org.apache.lucene.store.BaseDirectoryWrapper.close(BaseDirectoryWrapper.java:45)
   [junit4]   1>        at 
org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:303)
   [junit4]   1>        at 
org.apache.solr.core.CachingDirectoryFactory.closeCacheValue(CachingDirectoryFactory.java:264)
   [junit4]   1>        at 
org.apache.solr.core.CachingDirectoryFactory.release(CachingDirectoryFactory.java:437)
   [junit4]   1>        at 
org.apache.solr.handler.IndexFetcher.cleanup(IndexFetcher.java:739)
   [junit4]   1>        at 
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:667)
   [junit4]   1>        at 
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
   [junit4]   1>        at 
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:422)
   [junit4]   1>        at 
org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:772)
   [junit4]   1>        at 
org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:727)
   [junit4]   1>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
   [junit4]   1>        at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   1>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]   1>        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]   1>        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   1>        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   1> Caused by: java.nio.file.NoSuchFileException: _33.si
   [junit4]   1>        at 
org.apache.lucene.store.ByteBuffersDirectory.openInput(ByteBuffersDirectory.java:222)
   [junit4]   1>        at 
org.apache.lucene.store.Directory.openChecksumInput(Directory.java:157)
   [junit4]   1>        at 
org.apache.lucene.store.RawDirectoryWrapper.openChecksumInput(RawDirectoryWrapper.java:41)
   [junit4]   1>        at 
org.apache.lucene.codecs.simpletext.SimpleTextSegmentInfoFormat.read(SimpleTextSegmentInfoFormat.java:83)
   [junit4]   1>        at 
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:360)
   [junit4]   1>        at 
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:296)
   [junit4]   1>        ... 19 more
   [junit4]   1> 
   [junit4]   2> 65356 ERROR 
(recoveryExecutor-15-thread-1-processing-n:127.0.0.1:45551_solr 
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) 
[n:127.0.0.1:45551_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1 ] o.a.s.c.CachingDirectoryFactory Error closing 
directory:java.lang.RuntimeException: CheckIndex failed
   [junit4]   2>        at 
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:307)
   [junit4]   2>        at 
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:287)
   [junit4]   2>        at 
org.apache.lucene.store.BaseDirectoryWrapper.close(BaseDirectoryWrapper.java:45)
   [junit4]   2>        at 
org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:303)
   [junit4]   2>        at 
org.apache.solr.core.CachingDirectoryFactory.closeCacheValue(CachingDirectoryFactory.java:264)
   [junit4]   2>        at 
org.apache.solr.core.CachingDirectoryFactory.release(CachingDirectoryFactory.java:437)
   [junit4]   2>        at 
org.apache.solr.handler.IndexFetcher.cleanup(IndexFetcher.java:739)
   [junit4]   2>        at 
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:667)
   [junit4]   2>        at 
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:422)
   [junit4]   2>        at 
org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:772)
   [junit4]   2>        at 
org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:727)
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
   [junit4]   2>        at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 
   [junit4]   2> 65356 WARN  
(recoveryExecutor-15-thread-1-processing-n:127.0.0.1:45551_solr 
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) 
[n:127.0.0.1:45551_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1 ] o.a.s.h.IndexFetcher Replication attempt was 
not successful - trying a full index replication reloadCore=false
   [junit4]   2> 65356 INFO  
(recoveryExecutor-15-thread-1-processing-n:127.0.0.1:45551_solr 
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) 
[n:127.0.0.1:45551_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1 ] o.a.s.h.IndexFetcher Last replication failed, 
so I'll force replication
   [junit4]   2> 65357 INFO  (qtp372802001-112) [n:127.0.0.1:39333_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 65358 INFO  
(recoveryExecutor-15-thread-1-processing-n:127.0.0.1:45551_solr 
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) 
[n:127.0.0.1:45551_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1 ] o.a.s.h.IndexFetcher Master's generation: 112
   [junit4]   2> 65358 INFO  
(recoveryExecutor-15-thread-1-processing-n:127.0.0.1:45551_solr 
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) 
[n:127.0.0.1:45551_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1 ] o.a.s.h.IndexFetcher Master's version: 
1578739730857
   [junit4]   2> 65358 INFO  
(recoveryExecutor-15-thread-1-processing-n:127.0.0.1:45551_solr 
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) 
[n:127.0.0.1:45551_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1 ] o.a.s.h.IndexFetcher Slave's generation: 101
   [junit4]   2> 65358 INFO  
(recoveryExecutor-15-thread-1-processing-n:127.0.0.1:45551_solr 
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) 
[n:127.0.0.1:45551_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1 ] o.a.s.h.IndexFetcher Slave's version: 
1578739722982
   [junit4]   2> 65358 INFO  
(recoveryExecutor-15-thread-1-processing-n:127.0.0.1:45551_solr 
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) 
[n:127.0.0.1:45551_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1 ] o.a.s.h.IndexFetcher Starting replication 
process
   [junit4]   2> 65368 WARN  (qtp372802001-109) [n:127.0.0.1:39333_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Could not read checksum from index file: _33.fld
   [junit4]   2>           => org.apache.lucene.index.CorruptIndexException: 
codec footer mismatch (file truncated?): actual footer=808464432 vs expected 
footer=-1071082520 
(resource=MMapIndexInput(path="/home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro-Java11/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_299393594E2568D3-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1/data/index/_33.fld"))
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.validateFooter(CodecUtil.java:502)
   [junit4]   2> org.apache.lucene.index.CorruptIndexException: codec footer 
mismatch (file truncated?): actual footer=808464432 vs expected 
footer=-1071082520 
(resource=MMapIndexInput(path="/home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro-Java11/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_299393594E2568D3-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1/data/index/_33.fld"))
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.validateFooter(CodecUtil.java:502) ~[java/:?]
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.retrieveChecksum(CodecUtil.java:487) 
~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getFileList(ReplicationHandler.java:655)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:275)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:208)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2582) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:799) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:578) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
 ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
 ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) 
~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) 
~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
 ~[jetty-rewrite-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:500) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
 ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
 ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
 ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
 ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 65371 WARN  (qtp372802001-109) [n:127.0.0.1:39333_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Could not read checksum from index file: _33.dat
   [junit4]   2>           => org.apache.lucene.index.CorruptIndexException: 
codec footer mismatch (file truncated?): actual footer=808464432 vs expected 
footer=-1071082520 
(resource=MMapIndexInput(path="/home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro-Java11/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_299393594E2568D3-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1/data/index/_33.dat"))
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.validateFooter(CodecUtil.java:502)
   [junit4]   2> org.apache.lucene.index.CorruptIndexException: codec footer 
mismatch (file truncated?): actual footer=808464432 vs expected 
footer=-1071082520 
(resource=MMapIndexInput(path="/home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro-Java11/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_299393594E2568D3-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1/data/index/_33.dat"))
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.validateFooter(CodecUtil.java:502) ~[java/:?]
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.retrieveChecksum(CodecUtil.java:487) 
~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getFileList(ReplicationHandler.java:655)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:275)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:208)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2582) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:799) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:578) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
 ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
 ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) 
~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) 
~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
 ~[jetty-rewrite-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:500) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
 ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
 ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
 ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
 ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 65371 WARN  (qtp372802001-109) [n:127.0.0.1:39333_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Could not read checksum from index file: _33.dim
   [junit4]   2>           => org.apache.lucene.index.CorruptIndexException: 
codec footer mismatch (file truncated?): actual footer=808464432 vs expected 
footer=-1071082520 
(resource=MMapIndexInput(path="/home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro-Java11/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_299393594E2568D3-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1/data/index/_33.dim"))
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.validateFooter(CodecUtil.java:502)
   [junit4]   2> org.apache.lucene.index.CorruptIndexException: codec footer 
mismatch (file truncated?): actual footer=808464432 vs expected 
footer=-1071082520 
(resource=MMapIndexInput(path="/home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro-Java11/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_299393594E2568D3-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1/data/index/_33.dim"))
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.validateFooter(CodecUtil.java:502) ~[java/:?]
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.retrieveChecksum(CodecUtil.java:487) 
~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getFileList(ReplicationHandler.java:655)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:275)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:208)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2582) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:799) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:578) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
 ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
 ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) 
~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) 
~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
 ~[jetty-rewrite-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:500) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
 ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
 ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
 ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
 ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 65371 WARN  (qtp372802001-109) [n:127.0.0.1:39333_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Could not read checksum from index file: _33.si
   [junit4]   2>           => org.apache.lucene.index.CorruptIndexException: 
codec footer mismatch (file truncated?): actual footer=808464432 vs expected 
footer=-1071082520 
(resource=MMapIndexInput(path="/home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro-Java11/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_299393594E2568D3-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1/data/index/_33.si"))
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.validateFooter(CodecUtil.java:502)
   [junit4]   2> org.apache.lucene.index.CorruptIndexException: codec footer 
mismatch (file truncated?): actual footer=808464432 vs expected 
footer=-1071082520 
(resource=MMapIndexInput(path="/home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro-Java11/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_299393594E2568D3-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1/data/index/_33.si"))
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.validateFooter(CodecUtil.java:502) ~[java/:?]
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.retrieveChecksum(CodecUtil.java:487) 
~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getFileList(ReplicationHandler.java:655)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:275)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:208)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2582) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:799) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:578) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
 ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
 ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) 
~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) 
~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
 ~[jetty-rewrite-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:500) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
 ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
 ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
 ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
 ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 65372 WARN  (qtp372802001-109) [n:127.0.0.1:39333_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Could not read checksum from index file: _33.dii
   [junit4]   2>           => org.apache.lucene.index.CorruptIndexException: 
codec footer mismatch (file truncated?): actual footer=808464432 vs expected 
footer=-1071082520 
(resource=MMapIndexInput(path="/home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro-Java11/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_299393594E2568D3-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1/data/index/_33.dii"))
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.validateFooter(CodecUtil.java:502)
   [junit4]   2> org.apache.lucene.index.CorruptIndexException: codec footer 
mismatch (file truncated?): actual footer=808464432 vs expected 
footer=-1071082520 
(resource=MMapIndexInput(path="/home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro-Java11/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_299393594E2568D3-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1/data/index/_33.dii"))
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.validateFooter(CodecUtil.java:502) ~[java/:?]
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.retrieveChecksum(CodecUtil.java:487) 
~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getFileList(ReplicationHandler.java:655)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:275)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:208)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2582) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:799) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:578) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
 ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
 ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) 
~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) 
~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
 ~[jetty-rewrite-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:500) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
 ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
 ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
 ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
 ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 65372 WARN  (qtp372802001-109) [n:127.0.0.1:39333_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Could not read checksum from index file: _33.len
   [junit4]   2>           => org.apache.lucene.index.CorruptIndexException: 
codec footer mismatch (file truncated?): actual footer=808464432 vs expected 
footer=-1071082520 
(resource=MMapIndexInput(path="/home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro-Java11/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_299393594E2568D3-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1/data/index/_33.len"))
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.validateFooter(CodecUtil.java:502)
   [junit4]   2> org.apache.lucene.index.CorruptIndexException: codec footer 
mismatch (file truncated?): actual footer=808464432 vs expected 
footer=-1071082520 
(resource=MMapIndexInput(path="/home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro-Java11/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_299393594E2568D3-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1/data/index/_33.len"))
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.validateFooter(CodecUtil.java:502) ~[java/:?]
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.retrieveChecksum(CodecUtil.java:487) 
~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getFileList(ReplicationHandler.java:655)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:275)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:208)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2582) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:799) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:578) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
 ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
 ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) 
~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) 
~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
 ~[jetty-rewrite-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:500) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
 ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
 ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
 ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
 ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 65372 WARN  (qtp372802001-109) [n:127.0.0.1:39333_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Could not read checksum from index file: _33.pst
   [junit4]   2>           => org.apache.lucene.index.CorruptIndexException: 
codec footer mismatch (file truncated?): actual footer=808464432 vs expected 
footer=-1071082520 
(resource=MMapIndexInput(path="/home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro-Java11/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_299393594E2568D3-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1/data/index/_33.pst"))
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.validateFooter(CodecUtil.java:502)
   [junit4]   2> org.apache.lucene.index.CorruptIndexException: codec footer 
mismatch (file truncated?): actual footer=808464432 vs expected 
footer=-1071082520 
(resource=MMapIndexInput(path="/home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro-Java11/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_299393594E2568D3-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1/data/index/_33.pst"))
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.validateFooter(CodecUtil.java:502) ~[java/:?]
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.retrieveChecksum(CodecUtil.java:487) 
~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getFileList(ReplicationHandler.java:655)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:275)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:208)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2582) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:799) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:578) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
 ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
 ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) 
~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) 
~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
 ~[jetty-rewrite-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:500) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
 ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
 ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
 ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
 ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 65372 WARN  (qtp372802001-109) [n:127.0.0.1:39333_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Could not read checksum from index file: _33.inf
   [junit4]   2>           => org.apache.lucene.index.CorruptIndexException: 
codec footer mismatch (file truncated?): actual footer=808464432 vs expected 
footer=-1071082520 
(resource=MMapIndexInput(path="/home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro-Java11/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_299393594E2568D3-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1/data/index/_33.inf"))
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.validateFooter(CodecUtil.java:502)
   [junit4]   2> org.apache.lucene.index.CorruptIndexException: codec footer 
mismatch (file truncated?): actual footer=808464432 vs expected 
footer=-1071082520 
(resource=MMapIndexInput(path="/home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro-Java11/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_299393594E2568D3-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1/data/index/_33.inf"))
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.validateFooter(CodecUtil.java:502) ~[java/:?]
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.retrieveChecksum(CodecUtil.java:487) 
~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getFileList(ReplicationHandler.java:655)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:275)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:208)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2582) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:799) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:578) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
 ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
 ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) 
~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) 
~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
 ~[jetty-rewrite-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:500) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
 ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
 ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
 ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
 ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 65372 WARN  (qtp372802001-109) [n:127.0.0.1:39333_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Could not read checksum from index file: _2t.dim
   [junit4]   2>           => org.apache.lucene.index.CorruptIndexException: 
codec footer mismatch (file truncated?): actual footer=808464432 vs expected 
footer=-1071082520 
(resource=MMapIndexInput(path="/home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro-Java11/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_299393594E2568D3-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1/data/index/_2t.dim"))
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.validateFooter(CodecUtil.java:502)
   [junit4]   2> org.apache.lucene.index.CorruptIndexException: codec footer 
mismatch (file truncated?): actual footer=808464432 vs expected 
footer=-1071082520 
(resource=MMapIndexInput(path="/home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro-Java11/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_299393594E2568D3-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1/data/index/_2t.dim"))
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.validateFooter(CodecUtil.java:502) ~[java/:?]
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.retrieveChecksum(CodecUtil.java:487) 
~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getFileList(ReplicationHandler.java:655)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:275)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:208)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2582) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:799) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:578) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
 ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
 ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) 
~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) 
~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
 ~[jetty-rewrite-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:500) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
 ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
 ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
 ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
 ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 65372 WARN  (qtp372802001-109) [n:127.0.0.1:39333_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Could not read checksum from index file: _2t.dat
   [junit4]   2>           => org.apache.lucene.index.CorruptIndexException: 
codec footer mismatch (file truncated?): actual footer=808464432 vs expected 
footer=-1071082520 
(resource=MMapIndexInput(path="/home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro-Java11/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_299393594E2568D3-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1/data/index/_2t.dat"))
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.validateFooter(CodecUtil.java:502)
   [junit4]   2> org.apache.lucene.index.CorruptIndexException: codec footer 
mismatch (file truncated?): actual footer=808464432 vs expected 
footer=-1071082520 
(resource=MMapIndexInput(path="/home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro-Java11/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_299393594E2568D3-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1/data/index/_2t.dat"))
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.validateFooter(CodecUtil.java:502) ~[java/:?]
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.retrieveChecksum(CodecUtil.java:487) 
~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getFileList(ReplicationHandler.java:655)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:275)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:208)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2582) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:799) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:578) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
 ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
 ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) 
~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) 
~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
 ~[jetty-rewrite-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:500) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
 ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
 ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
 ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
 ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 65372 WARN  (qtp372802001-109) [n:127.0.0.1:39333_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Could not read checksum from index file: _2t.si
   [junit4]   2>           => org.apache.lucene.index.CorruptIndexException: 
codec footer mismatch (file truncated?): actual footer=808464432 vs expected 
footer=-1071082520 
(resource=MMapIndexInput(path="/home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro-Java11/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_299393594E2568D3-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1/data/index/_2t.si"))
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.validateFooter(CodecUtil.java:502)
   [junit4]   2> org.apache.lucene.index.CorruptIndexException: codec footer 
mismatch (file truncated?): actual footer=808464432 vs expected 
footer=-1071082520 
(resource=MMapIndexInput(path="/home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro-Java11/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_299393594E2568D3-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1/data/index/_2t.si"))
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.validateFooter(CodecUtil.java:502) ~[java/:?]
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.retrieveChecksum(CodecUtil.java:487) 
~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getFileList(ReplicationHandler.java:655)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:275)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:208)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2582) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:799) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:578) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
 ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
 ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) 
~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) 
~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
 ~[jetty-rewrite-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:500) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
 ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
 ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
 ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
 ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 65372 WARN  (qtp372802001-109) [n:127.0.0.1:39333_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Could not read checksum from index file: _2t.len
   [junit4]   2>           => org.apache.lucene.index.CorruptIndexException: 
codec footer mismatch (file truncated?): actual footer=808464432 vs expected 
footer=-1071082520 
(resource=MMapIndexInput(path="/home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro-Java11/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_299393594E2568D3-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1/data/index/_2t.len"))
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.validateFooter(CodecUtil.java:502)
   [junit4]   2> org.apache.lucene.index.CorruptIndexException: codec footer 
mismatch (file truncated?): actual footer=808464432 vs expected 
footer=-1071082520 
(resource=MMapIndexInput(path="/home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro-Java11/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_299393594E2568D3-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1/data/index/_2t.len"))
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.validateFooter(CodecUtil.java:502) ~[java/:?]
   [junit4]   2>        at 
org.apache.lucene.codecs.CodecUtil.retrieveChecksum(CodecUtil.java:487) 
~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.getFileList(ReplicationHandler.java:655)
 ~[java/:?]
   [junit4]   2>        at org.apache.solr.handler.Rep

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

153@localhost): 2020-01-11T11:03:15, stalled for 66.8s at: 
CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap
   [junit4] HEARTBEAT J2 PID(29152@localhost): 2020-01-11T11:04:27, stalled for 
69.9s at: CdcrBootstrapTest.testBootstrapWithMultipleReplicas
   [junit4] HEARTBEAT J0 PID(29153@localhost): 2020-01-11T11:04:27, stalled for 
69.4s at: CdcrBootstrapTest.testBootstrapWithMultipleReplicas
   [junit4] HEARTBEAT J1 PID(29154@localhost): 2020-01-11T11:04:27, stalled for 
70.5s at: CdcrBootstrapTest.testBootstrapWithMultipleReplicas
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrBootstrapTest
   [junit4] IGNOR/A 0.07s J0 | 
CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled 
(@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028";))
   [junit4] OK      69.5s J0 | 
CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap
   [junit4] OK      78.6s J0 | 
CdcrBootstrapTest.testBootstrapWithMultipleReplicas
   [junit4] OK      43.7s J0 | CdcrBootstrapTest.testBootstrapWithSourceCluster
   [junit4] Completed [1/5] on J0 in 196.37s, 4 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrBootstrapTest
   [junit4] IGNOR/A 0.02s J1 | 
CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled 
(@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028";))
   [junit4] OK      68.2s J1 | 
CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap
   [junit4] OK      81.7s J1 | 
CdcrBootstrapTest.testBootstrapWithMultipleReplicas
   [junit4] OK      43.2s J1 | CdcrBootstrapTest.testBootstrapWithSourceCluster
   [junit4] Completed [2/5] on J1 in 198.03s, 4 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrBootstrapTest
   [junit4] IGNOR/A 0.00s J2 | 
CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled 
(@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028";))
   [junit4] OK      68.6s J2 | 
CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap
   [junit4] OK      81.6s J2 | 
CdcrBootstrapTest.testBootstrapWithMultipleReplicas
   [junit4] OK      42.9s J2 | CdcrBootstrapTest.testBootstrapWithSourceCluster
   [junit4] Completed [3/5] on J2 in 197.94s, 4 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrBootstrapTest
   [junit4] IGNOR/A 0.00s J0 | 
CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled 
(@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028";))
   [junit4] OK      48.2s J0 | 
CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap
   [junit4] OK      42.1s J0 | 
CdcrBootstrapTest.testBootstrapWithMultipleReplicas
   [junit4] OK      40.9s J0 | CdcrBootstrapTest.testBootstrapWithSourceCluster
   [junit4] Completed [4/5] on J0 in 131.66s, 4 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrBootstrapTest
   [junit4] IGNOR/A 0.00s J1 | 
CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled 
(@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028";))
   [junit4] OK      48.4s J1 | 
CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap
   [junit4] OK      42.5s J1 | 
CdcrBootstrapTest.testBootstrapWithMultipleReplicas
   [junit4] OK      40.8s J1 | CdcrBootstrapTest.testBootstrapWithSourceCluster
   [junit4] Completed [5/5] on J1 in 132.80s, 4 tests, 1 skipped
   [junit4] 
   [junit4] JVM J0:     0.71 ..   329.90 =   329.19s
   [junit4] JVM J1:     0.71 ..   333.31 =   332.60s
   [junit4] JVM J2:     0.91 ..   200.08 =   199.16s
   [junit4] Execution time total: 5 minutes 33 seconds
   [junit4] Tests summary: 5 suites, 20 tests, 5 ignored (5 assumptions)
   [junit4] Could not remove temporary path: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro-Java11/solr/build/solr-core/test/J2
 (java.nio.file.DirectoryNotEmptyException: Remaining files: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro-Java11/solr/build/solr-core/test/J2/temp])
   [junit4] Could not remove temporary path: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro-Java11/solr/build/solr-core/test/J1
 (java.nio.file.DirectoryNotEmptyException: Remaining files: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro-Java11/solr/build/solr-core/test/J1/temp])
   [junit4] Could not remove temporary path: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro-Java11/solr/build/solr-core/test/J0
 (java.nio.file.DirectoryNotEmptyException: Remaining files: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-repro-Java11/solr/build/solr-core/test/J0/temp])
     [echo] 5 slowest tests:
[junit4:tophints] 180.38s | org.apache.solr.cloud.cdcr.CdcrBootstrapTest

-check-totals:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
org.codehaus.groovy.reflection.CachedClass 
(file:/home/jenkins/.ivy2/cache/org.codehaus.groovy/groovy-all/jars/groovy-all-2.4.17.jar)
 to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of 
org.codehaus.groovy.reflection.CachedClass
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
WARNING: All illegal access operations will be denied in a future release

test-nocompile:

BUILD SUCCESSFUL
Total time: 5 minutes 35 seconds
[repro] Failures at the tip of master without a seed:
[repro]   0/5 failed: org.apache.solr.cloud.cdcr.CdcrBootstrapTest
[repro] git checkout 0b072ecedb93202a132612e72cd880fdcc51ea25
Note: checking out '0b072ecedb93202a132612e72cd880fdcc51ea25'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at 0b072ecedb9 SOLR-6613: TextField.analyzeMultiTerm does not throw 
an exception when Analyzer returns no terms. (Bruno Roustant)
[repro] Exiting with code 256
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2805)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2684)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2665)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3052)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:957)
                at hudson.FilePath.act(FilePath.java:1072)
                at hudson.FilePath.act(FilePath.java:1061)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2663)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:248)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1840)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3054)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:744)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1074)
        at hudson.FilePath.act(FilePath.java:1061)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2663)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:248)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1840)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to