Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24013/
Java: 64bit/jdk-12 -XX:+UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.update.PeerSyncTest.test

Error Message:
Unexpected exception type, expected SolrException but got 
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: http://127.0.0.1:38149/collection1

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected 
SolrException but got org.apache.solr.client.solrj.SolrServerException: Timeout 
occurred while waiting response from server at: 
http://127.0.0.1:38149/collection1
        at 
__randomizedtesting.SeedInfo.seed([CC33126C4A95821A:44672DB6E469EFE2]:0)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2699)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
        at org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:279)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred 
while waiting response from server at: http://127.0.0.1:38149/collection1
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
        at 
org.apache.solr.BaseDistributedSearchTestCase.add(BaseDistributedSearchTestCase.java:576)
        at 
org.apache.solr.update.PeerSyncTest.lambda$test$0(PeerSyncTest.java:281)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2694)
        ... 42 more
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.base/java.net.SocketInputStream.socketRead0(Native Method)
        at 
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:548)
        ... 49 more


FAILED:  org.apache.solr.update.PeerSyncWithLeaderTest.test

Error Message:
Unexpected exception type, expected SolrException but got 
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: http://127.0.0.1:46323/gcwl/ol/collection1

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected 
SolrException but got org.apache.solr.client.solrj.SolrServerException: Timeout 
occurred while waiting response from server at: 
http://127.0.0.1:46323/gcwl/ol/collection1
        at 
__randomizedtesting.SeedInfo.seed([CC33126C4A95821A:44672DB6E469EFE2]:0)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2699)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
        at org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:279)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred 
while waiting response from server at: 
http://127.0.0.1:46323/gcwl/ol/collection1
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
        at 
org.apache.solr.BaseDistributedSearchTestCase.add(BaseDistributedSearchTestCase.java:576)
        at 
org.apache.solr.update.PeerSyncTest.lambda$test$0(PeerSyncTest.java:281)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2694)
        ... 42 more
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.base/java.net.SocketInputStream.socketRead0(Native Method)
        at 
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:548)
        ... 49 more




Build Log:
[...truncated 13453 lines...]
   [junit4] Suite: org.apache.solr.update.PeerSyncTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_CC33126C4A95821A-001/init-core-data-001
   [junit4]   2> 524742 INFO  
(SUITE-PeerSyncTest-seed#[CC33126C4A95821A]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 524743 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from 
paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 524751 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 524765 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 524840 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 524868 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 524870 WARN  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@10bb164b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 524871 WARN  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@1eb02ef3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 524878 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 524878 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 524887 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10a062bd
   [junit4]   2> 524892 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10a062bd
   [junit4]   2> 524892 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10a062bd
   [junit4]   2> 524893 INFO  (coreLoadExecutor-2676-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 524903 INFO  (coreLoadExecutor-2676-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 524913 INFO  (coreLoadExecutor-2676-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 524975 INFO  (coreLoadExecutor-2676-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 524980 INFO  (coreLoadExecutor-2676-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 524980 INFO  (coreLoadExecutor-2676-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@10a062bd
   [junit4]   2> 524980 INFO  (coreLoadExecutor-2676-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_CC33126C4A95821A-001/init-core-data-001/]
   [junit4]   2> 524981 INFO  (coreLoadExecutor-2676-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8878646428050142]
   [junit4]   2> 524982 WARN  (coreLoadExecutor-2676-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 525001 INFO  (coreLoadExecutor-2676-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 525001 INFO  (coreLoadExecutor-2676-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 525001 INFO  (coreLoadExecutor-2676-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 525001 INFO  (coreLoadExecutor-2676-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 525002 INFO  (coreLoadExecutor-2676-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.30220161019185304]
   [junit4]   2> 525002 INFO  (coreLoadExecutor-2676-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@622280c8[collection1] main]
   [junit4]   2> 525002 WARN  (coreLoadExecutor-2676-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 525002 INFO  (coreLoadExecutor-2676-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 525003 INFO  (coreLoadExecutor-2676-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632293968967368704
   [junit4]   2> 525004 INFO  
(searcherExecutor-2677-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@622280c8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 525096 WARN  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 525096 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 525096 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 
...
   [junit4]   2> 525096 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; 
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 525097 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 525097 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 525097 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 525099 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@bfa2eea{/,null,AVAILABLE}
   [junit4]   2> 525100 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.AbstractConnector Started 
ServerConnector@cb62c86{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42585}
   [junit4]   2> 525100 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.Server Started @525111ms
   [junit4]   2> 525100 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=42585, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_CC33126C4A95821A-001/tempDir-001/control/cores}
   [junit4]   2> 525100 ERROR (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 525100 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 525100 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 9.0.0
   [junit4]   2> 525100 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode 
on port null
   [junit4]   2> 525100 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 525100 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T02:13:55.126665Z
   [junit4]   2> 525100 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_CC33126C4A95821A-001/tempDir-001/control/solr.xml
   [junit4]   2> 525102 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 525102 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 525103 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@10a062bd, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 525216 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 525218 WARN  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@5e7e7c47[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 525226 WARN  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@4bf48052[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 525241 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 525241 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 525254 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10a062bd
   [junit4]   2> 525262 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10a062bd
   [junit4]   2> 525262 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10a062bd
   [junit4]   2> 525263 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_CC33126C4A95821A-001/tempDir-001/control/cores
   [junit4]   2> 525263 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 525266 INFO  (coreLoadExecutor-2690-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 525280 INFO  (coreLoadExecutor-2690-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 525303 INFO  (coreLoadExecutor-2690-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 525385 INFO  (coreLoadExecutor-2690-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 525393 INFO  (coreLoadExecutor-2690-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 525393 INFO  (coreLoadExecutor-2690-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@10a062bd
   [junit4]   2> 525393 INFO  (coreLoadExecutor-2690-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_CC33126C4A95821A-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 525395 INFO  (coreLoadExecutor-2690-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8878646428050142]
   [junit4]   2> 525396 WARN  (coreLoadExecutor-2690-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 525425 INFO  (coreLoadExecutor-2690-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 525425 INFO  (coreLoadExecutor-2690-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 525426 INFO  (coreLoadExecutor-2690-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 525426 INFO  (coreLoadExecutor-2690-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 525427 INFO  (coreLoadExecutor-2690-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.30220161019185304]
   [junit4]   2> 525427 INFO  (coreLoadExecutor-2690-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6e2d513e[collection1] main]
   [junit4]   2> 525427 WARN  (coreLoadExecutor-2690-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 525427 INFO  (coreLoadExecutor-2690-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 525428 INFO  (coreLoadExecutor-2690-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632293969413013504
   [junit4]   2> 525430 INFO  
(searcherExecutor-2691-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6e2d513e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 525539 WARN  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 525539 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 525539 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 
...
   [junit4]   2> 525539 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; 
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 525559 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 525559 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 525559 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 525559 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7c1a8861{/,null,AVAILABLE}
   [junit4]   2> 525560 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.AbstractConnector Started 
ServerConnector@1ff34782{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:38149}
   [junit4]   2> 525560 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.Server Started @525571ms
   [junit4]   2> 525560 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=38149, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_CC33126C4A95821A-001/tempDir-001/shard0/cores}
   [junit4]   2> 525560 ERROR (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 525560 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 525560 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 9.0.0
   [junit4]   2> 525560 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode 
on port null
   [junit4]   2> 525560 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 525560 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T02:13:55.586674Z
   [junit4]   2> 525560 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_CC33126C4A95821A-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 525574 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 525574 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 525575 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@10a062bd, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 525641 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 525642 WARN  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@539a1a0d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 525715 WARN  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@2a687481[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 525736 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 525736 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 525754 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10a062bd
   [junit4]   2> 525765 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10a062bd
   [junit4]   2> 525765 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10a062bd
   [junit4]   2> 525767 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_CC33126C4A95821A-001/tempDir-001/shard0/cores
   [junit4]   2> 525767 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 525767 INFO  (coreLoadExecutor-2704-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 525780 INFO  (coreLoadExecutor-2704-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 525795 INFO  (coreLoadExecutor-2704-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 525861 INFO  (coreLoadExecutor-2704-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 525867 INFO  (coreLoadExecutor-2704-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 525868 INFO  (coreLoadExecutor-2704-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@10a062bd
   [junit4]   2> 525868 INFO  (coreLoadExecutor-2704-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_CC33126C4A95821A-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 525870 INFO  (coreLoadExecutor-2704-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8878646428050142]
   [junit4]   2> 525871 WARN  (coreLoadExecutor-2704-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 525893 INFO  (coreLoadExecutor-2704-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 525893 INFO  (coreLoadExecutor-2704-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 525893 INFO  (coreLoadExecutor-2704-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 525893 INFO  (coreLoadExecutor-2704-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 525894 INFO  (coreLoadExecutor-2704-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.30220161019185304]
   [junit4]   2> 525894 INFO  (coreLoadExecutor-2704-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5b7f0eec[collection1] main]
   [junit4]   2> 525894 WARN  (coreLoadExecutor-2704-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 525895 INFO  (coreLoadExecutor-2704-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 525895 INFO  (coreLoadExecutor-2704-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632293969902698496
   [junit4]   2> 525897 INFO  
(searcherExecutor-2705-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5b7f0eec[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 525977 WARN  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 525978 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 525978 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 
...
   [junit4]   2> 525978 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; 
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 525979 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 525979 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 525979 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 525979 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7aea16e4{/,null,AVAILABLE}
   [junit4]   2> 525979 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.AbstractConnector Started 
ServerConnector@4d0b3b35{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:35797}
   [junit4]   2> 525979 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.Server Started @525990ms
   [junit4]   2> 525979 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=35797, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_CC33126C4A95821A-001/tempDir-001/shard1/cores}
   [junit4]   2> 525979 ERROR (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 525979 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 525979 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 9.0.0
   [junit4]   2> 525979 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode 
on port null
   [junit4]   2> 525979 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 525979 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T02:13:56.005774Z
   [junit4]   2> 525979 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_CC33126C4A95821A-001/tempDir-001/shard1/solr.xml
   [junit4]   2> 525981 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 525981 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 525982 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@10a062bd, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 526028 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 526028 WARN  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@1e1f56f7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 526030 WARN  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@3519dc83[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 526038 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 526038 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 526049 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10a062bd
   [junit4]   2> 526057 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10a062bd
   [junit4]   2> 526057 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10a062bd
   [junit4]   2> 526058 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_CC33126C4A95821A-001/tempDir-001/shard1/cores
   [junit4]   2> 526058 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 526059 INFO  (coreLoadExecutor-2718-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 526068 INFO  (coreLoadExecutor-2718-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 526090 INFO  (coreLoadExecutor-2718-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 526159 INFO  (coreLoadExecutor-2718-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 526164 INFO  (coreLoadExecutor-2718-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 526164 INFO  (coreLoadExecutor-2718-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@10a062bd
   [junit4]   2> 526164 INFO  (coreLoadExecutor-2718-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_CC33126C4A95821A-001/tempDir-001/shard1/cores/collection1/data/]
   [junit4]   2> 526165 INFO  (coreLoadExecutor-2718-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8878646428050142]
   [junit4]   2> 526166 WARN  (coreLoadExecutor-2718-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 526187 INFO  (coreLoadExecutor-2718-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 526187 INFO  (coreLoadExecutor-2718-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 526188 INFO  (coreLoadExecutor-2718-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 526188 INFO  (coreLoadExecutor-2718-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 526188 INFO  (coreLoadExecutor-2718-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.30220161019185304]
   [junit4]   2> 526188 INFO  (coreLoadExecutor-2718-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7e39f820[collection1] main]
   [junit4]   2> 526188 WARN  (coreLoadExecutor-2718-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 526189 INFO  (coreLoadExecutor-2718-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 526189 INFO  (coreLoadExecutor-2718-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632293970210979840
   [junit4]   2> 526191 INFO  
(searcherExecutor-2719-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7e39f820[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 526260 WARN  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 526261 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 526261 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 
...
   [junit4]   2> 526261 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; 
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 526261 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 526261 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 526261 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 526262 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1284d7d4{/,null,AVAILABLE}
   [junit4]   2> 526262 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.AbstractConnector Started 
ServerConnector@69aa8d8f{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:35423}
   [junit4]   2> 526262 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.s.Server Started @526273ms
   [junit4]   2> 526262 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=35423, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_CC33126C4A95821A-001/tempDir-001/shard2/cores}
   [junit4]   2> 526262 ERROR (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 526262 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 526262 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 9.0.0
   [junit4]   2> 526262 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode 
on port null
   [junit4]   2> 526262 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 526262 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T02:13:56.288701Z
   [junit4]   2> 526262 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_CC33126C4A95821A-001/tempDir-001/shard2/solr.xml
   [junit4]   2> 526264 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 526264 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 526265 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@10a062bd, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 526317 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 526318 WARN  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@7d246c76[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 526321 WARN  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@445d3d48[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 526333 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 526333 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 526348 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10a062bd
   [junit4]   2> 526356 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10a062bd
   [junit4]   2> 526356 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10a062bd
   [junit4]   2> 526357 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_CC33126C4A95821A-001/tempDir-001/shard2/cores
   [junit4]   2> 526357 INFO  (TEST-PeerSyncTest.test-seed#[CC33126C4A95821A]) 
[    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 526358 INFO  (coreLoadExecutor-2732-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 526367 INFO  (coreLoadExecutor-2732-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 526376 INFO  (coreLoadExecutor-2732-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 526446 INFO  (coreLoadExecutor-2732-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 526450 INFO  (coreLoadExecutor-2732-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 526450 INFO  (coreLoadExecutor-2732-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@10a062bd
   [junit4]   2> 526450 INFO  (coreLoadExecutor-2732-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_CC33126C4A95821A-001/tempDir-001/shard2/cores/collection1/data/]
   [junit4]   2> 526451 INFO  (coreLoadExecutor-2732-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8878646428050142]
   [junit4]   2> 526452 WARN  (coreLoadExecutor-2732-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 526473 INFO  (coreLoadExecutor-2732-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 526474 INFO  (coreLoadExecutor-2732-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 526474 INFO  (coreLoadExecutor-2732-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 526474 INFO  (coreLoadExecutor-2732-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 526475 INFO  (coreLoadExecutor-2732-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.30220161019185304]
   [junit4]   2> 526475 INFO  (coreLoadExecutor-2732-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3c6781ef[collection1] main]
   [junit4]   2> 526475 WARN  (coreLoadExecutor-2732-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 526476 INFO  (coreLoadExecutor-2732-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 526476 INFO  (coreLoadExecutor-2732-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632293970511921152
   [junit4]   2> 526478 INFO  
(searcherExecutor-2733-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3c6781ef[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 526481 INFO  (qtp722290897-8479) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[1 (1)]} 0 2
   [junit4]   2> 526483 INFO  (qtp1592462250-8500) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= START 
replicas=[http://127.0.0.1:38149/collection1] nUpdates=100
   [junit4]   2> 526488 INFO  (qtp722290897-8478) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@416d0948[collection1] realtime]
   [junit4]   2> 526488 INFO  (qtp722290897-8478) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:3.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, 
maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, 
maxDoc=1}
   [junit4]   2> 526488 INFO  (qtp722290897-8478) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=4
   [junit4]   2> 526489 INFO  (qtp1592462250-8500) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, 
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 526489 INFO  (qtp1592462250-8500) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= DONE.  We have no versions.  
sync failed.
   [junit4]   2> 526490 INFO  (qtp722290897-8479) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, 
maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, 
maxDoc=1}
   [junit4]   2> 526490 INFO  (qtp722290897-8479) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={distrib=false&qt=/get&fingerprint=true&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 526490 INFO  (qtp1592462250-8500) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={qt=/get&getVersions=100&sync=http://127.0.0.1:38149/collection1&wt=javabin&version=2}
 status=0 QTime=7
   [junit4]   2> 526491 INFO  (qtp1592462250-8501) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[1 (1)]} 0 1
   [junit4]   2> 526492 INFO  (qtp1592462250-8499) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= START 
replicas=[http://127.0.0.1:38149/collection1] nUpdates=100
   [junit4]   2> 526493 INFO  (qtp722290897-8480) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, 
maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, 
maxDoc=1}
   [junit4]   2> 526493 INFO  (qtp722290897-8480) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 526496 INFO  (qtp1592462250-8499) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6dab1662[collection1] realtime]
   [junit4]   2> 526496 INFO  (qtp1592462250-8499) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:3.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, 
maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, 
maxDoc=1}
   [junit4]   2> 526496 INFO  (qtp1592462250-8499) [    x:collection1] 
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 526496 INFO  (qtp1592462250-8499) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={qt=/get&getVersions=100&sync=http://127.0.0.1:38149/collection1&wt=javabin&version=2}
 status=0 QTime=4
   [junit4]   2> 526497 INFO  (qtp722290897-8478) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1632293970533941248,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 526497 INFO  (qtp722290897-8478) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@4490256b 
commitCommandVersion:1632293970533941248
   [junit4]   2> 526497 INFO  (qtp722290897-8478) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@74cb1c5[collection1] main]
   [junit4]   2> 526498 INFO  (qtp722290897-8478) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 526499 INFO  
(searcherExecutor-2705-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@74cb1c5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={source=flush,
 os.arch=amd64, java.runtime.version=12+33, os.version=4.18.0-17-generic, 
os=Linux, java.vendor=Oracle Corporation, timestamp=1556676836512, 
java.version=12, java.vm.version=12+33, 
lucene.version=9.0.0}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 526499 INFO  (qtp722290897-8478) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 2
   [junit4]   2> 526499 INFO  (qtp1592462250-8500) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1632293970536038400,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 526499 INFO  (qtp1592462250-8500) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@19ea3d42 
commitCommandVersion:1632293970536038400
   [junit4]   2> 526500 INFO  (qtp1592462250-8500) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6bc3b5b2[collection1] main]
   [junit4]   2> 526501 INFO  (qtp1592462250-8500) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 526502 INFO  
(searcherExecutor-2719-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6bc3b5b2[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={source=flush,
 os.arch=amd64, java.runtime.version=12+33, os.version=4.18.0-17-generic, 
os=Linux, java.vendor=Oracle Corporation, timestamp=1556676836520, 
java.version=12, java.vm.version=12+33, 
lucene.version=9.0.0}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 526502 INFO  (qtp1592462250-8500) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 3
   [junit4]   2> 526503 INFO  (qtp722290897-8479) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 526504 INFO  (qtp1592462250-8501) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 526507 INFO  (qtp722290897-8480) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[2 (2)]} 0 2
   [junit4]   2> 526508 INFO  (qtp1592462250-8499) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= START 
replicas=[http://127.0.0.1:38149/collection1] nUpdates=100
   [junit4]   2> 526512 INFO  (qtp722290897-8478) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4ff4ccec[collection1] realtime]
   [junit4]   2> 526512 INFO  (qtp722290897-8478) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:3.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, 
maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, 
maxDoc=1}
   [junit4]   2> 526512 INFO  (qtp722290897-8478) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=3
   [junit4]   2> 526512 INFO  (qtp1592462250-8499) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, 
maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, 
maxDoc=1}
   [junit4]   2> 526513 INFO  (qtp722290897-8479) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, 
maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, 
maxDoc=1}
   [junit4]   2> 526513 INFO  (qtp722290897-8479) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={distrib=false&qt=/get&fingerprint=true&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 526513 INFO  (qtp1592462250-8499) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url=  Received 2 versions from 
http://127.0.0.1:38149/collection1 
fingerprint:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, 
maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, 
maxDoc=1}
   [junit4]   2> 526514 INFO  (qtp1592462250-8499) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= Requesting updates from 
http://127.0.0.1:38149/collection1n=1 versions=2
   [junit4]   2> 526515 INFO  (qtp722290897-8480) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=2, maxVersionEncountered=2, maxInHash=2, 
versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 526515 INFO  (qtp722290897-8480) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={getUpdates=2&distrib=false&qt=/get&fingerprint=true&onlyIfActive=false&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 526516 INFO  (qtp1592462250-8499) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 (2)]} 0 1
   [junit4]   2> 526533 INFO  (qtp1592462250-8499) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6bdaba1[collection1] realtime]
   [junit4]   2> 526533 INFO  (qtp1592462250-8499) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:16.0 
result:{maxVersionSpecified=2, maxVersionEncountered=2, maxInHash=2, 
versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 526533 INFO  (qtp1592462250-8499) [    x:collection1] 
o.a.s.u.PeerSync Fingerprint comparison: 0
   [junit4]   2> 526533 INFO  (qtp1592462250-8499) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= DONE. sync succeeded
   [junit4]   2> 526533 INFO  (qtp1592462250-8499) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={qt=/get&getVersions=100&sync=http://127.0.0.1:38149/collection1&wt=javabin&version=2}
 status=0 QTime=25
   [junit4]   2> 526534 INFO  (qtp722290897-8478) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1632293970572738560,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 526534 INFO  (qtp722290897-8478) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@4490256b 
commitCommandVersion:1632293970572738560
   [junit4]   2> 526534 INFO  (qtp722290897-8478) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4c1df6c3[collection1] main]
   [junit4]   2> 526535 INFO  (qtp722290897-8478) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 526536 INFO  
(searcherExecutor-2705-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4c1df6c3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={source=flush,
 os.arch=amd64, java.runtime.version=12+33, os.version=4.18.0-17-generic, 
os=Linux, java.vendor=Oracle Corporation, timestamp=1556676836512, 
java.version=12, java.vm.version=12+33, 
lucene.version=9.0.0}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_1(9.0.0):C1:[diagnostics={source=flush, os.arch=amd64, 
java.runtime.version=12+33, os.version=4.18.0-17-generic, os=Linux, 
java.vendor=Oracle Corporation, timestamp=1556676836536, java.version=12, 
java.vm.version=12+33, 
lucene.version=9.0.0}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 526536 INFO  (qtp722290897-8478) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 2
   [junit4]   2> 526537 INFO  (qtp1592462250-8500) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1632293970575884288,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 526537 INFO  (qtp1592462250-8500) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@19ea3d42 
commitCommandVersion:1632293970575884288
   [junit4]   2> 526537 INFO  (qtp1592462250-8500) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5c46a8fb[collection1] main]
   [junit4]   2> 526538 INFO  (qtp1592462250-8500) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 526540 INFO  
(searcherExecutor-2719-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5c46a8fb[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={source=flush,
 os.arch=amd64, java.runtime.version=12+33, os.version=4.18.0-17-generic, 
os=Linux, java.vendor=Oracle Corporation, timestamp=1556676836520, 
java.version=12, java.vm.version=12+33, 
lucene.version=9.0.0}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_1(9.0.0):C1:[diagnostics={source=flush, os.arch=amd64, 
java.runtime.version=12+33, os.version=4.18.0-17-generic, os=Linux, 
java.vendor=Oracle Corporation, timestamp=1556676836558, java.version=12, 
java.vm.version=12+33, 
lucene.version=9.0.0}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 526540 INFO  (qtp1592462250-8500) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 3
   [junit4]   2> 526540 INFO  (qtp722290897-8479) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=0
   [junit4]   2> 526541 INFO  (qtp1592462250-8501) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=0
   [junit4]   2> 526544 INFO  (qtp722290897-8480) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[3 (3)]} 0 1
   [junit4]   2> 526545 INFO  (qtp722290897-8478) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[4 (4)]} 0 0
   [junit4]   2> 526546 INFO  (qtp722290897-8479) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[5 (5)]} 0 0
   [junit4]   2> 526547 INFO  (qtp722290897-8480) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[6 (6)]} 0 0
   [junit4]   2> 526548 INFO  (qtp722290897-8478) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[7 (7)]} 0 0
   [junit4]   2> 526549 INFO  (qtp722290897-8479) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[8 (8)]} 0 0
   [junit4]   2> 526550 INFO  (qtp722290897-8480) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[9 (9)]} 0 0
   [junit4]   2> 526551 INFO  (qtp722290897-8478) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[10 (10)]} 0 0
   [junit4]   2> 526552 INFO  (qtp1592462250-8499) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= START 
replicas=[http://127.0.0.1:38149/collection1] nUpdates=100
   [junit4]   2> 526557 INFO  (qtp722290897-8479) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7a117f8d[collection1] realtime]
   [junit4]   2> 526558 INFO  (qtp722290897-8479) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:5.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=10, 
maxInHash=10, versionsHash=-5671163287542876028, numVersions=10, numDocs=10, 
maxDoc=8}
   [junit4]   2> 526558 INFO  (qtp722290897-8479) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=5
   [junit4]   2> 526558 INFO  (qtp1592462250-8499) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, 
maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, 
maxDoc=1}
   [junit4]   2> 526559 INFO  (qtp722290897-8480) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=10, 
maxInHash=10, versionsHash=-5671163287542876028, numVersions=10, numDocs=10, 
maxDoc=8}
   [junit4]   2> 526559 INFO  (qtp722290897-8480) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={distrib=false&qt=/get&fingerprint=true&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 526559 INFO  (qtp1592462250-8499) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url=  Received 10 versions from 
http://127.0.0.1:38149/collection1 
fingerprint:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=10, 
maxInHash=10, versionsHash=-5671163287542876028, numVersions=10, numDocs=10, 
maxDoc=8}
   [junit4]   2> 526559 INFO  (qtp1592462250-8499) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= Requesting updates from 
http://127.0.0.1:38149/collection1n=8 versions=10,9,8,7,6,5,4,3
   [junit4]   2> 526560 INFO  (qtp722290897-8478) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=10, maxVersionEncountered=10, maxInHash=10, 
versionsHash=-5671163287542876028, numVersions=10, numDocs=10, maxDoc=8}
   [junit4]   2> 526560 INFO  (qtp722290897-8478) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={getUpdates=10,9,8,7,6,5,4,3&distrib=false&qt=/get&fingerprint=true&onlyIfActive=false&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 526564 INFO  (qtp1592462250-8499) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 (3), 4 (4), 5 (5), 6 
(6), 7 (7), 8 (8), 9 (9), 10 (10)]} 0 3
   [junit4]   2> 526568 INFO  (qtp1592462250-8499) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3afd95a8[collection1] realtime]
   [junit4]   2> 526569 INFO  (qtp1592462250-8499) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:5.0 
result:{maxVersionSpecified=10, maxVersionEncountered=10, maxInHash=10, 
versionsHash=-5671163287542876028, numVersions=10, numDocs=10, maxDoc=8}
   [junit4]   2> 526569 INFO  (qtp1592462250-8499) [    x:collection1] 
o.a.s.u.PeerSync Fingerprint comparison: 0
   [junit4]   2> 526569 INFO  (qtp1592462250-8499) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= DONE. sync succeeded
   [junit4]   2> 526569 INFO  (qtp1592462250-8499) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={qt=/get&getVersions=100&sync=http://127.0.0.1:38149/collection1&wt=javabin&version=2}
 status=0 QTime=17
   [junit4]   2> 526570 INFO  (qtp722290897-8479) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1632293970610487296,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 526570 INFO  (qtp722290897-8479) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@4490256b 
commitCommandVersion:1632293970610487296
   [junit4]   2> 526571 INFO  (qtp722290897-8479) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@18a3b35d[collection1] main]
   [junit4]   2> 526571 INFO  (qtp722290897-8479) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 526572 INFO  
(searcherExecutor-2705-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@18a3b35d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={source=flush,
 os.arch=amd64, java.runtime.version=12+33, os.version=4.18.0-17-generic, 
os=Linux, java.vendor=Oracle Corporation, timestamp=1556676836512, 
java.version=12, java.vm.version=12+33, 
lucene.version=9.0.0}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_1(9.0.0):C1:[diagnostics={source=flush, os.arch=amd64, 
java.runtime.version=12+33, os.version=4.18.0-17-generic, os=Linux, 
java.vendor=Oracle Corporation, timestamp=1556676836536, java.version=12, 
java.vm.version=12+33, 
lucene.version=9.0.0}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_2(9.0.0):C8:[diagnostics={source=flush, os.arch=amd64, 
java.runtime.version=12+33, os.version=4.18.0-17-generic, os=Linux, 
java.vendor=Oracle Corporation, timestamp=1556676836581, java.version=12, 
java.vm.version=12+33, 
lucene.version=9.0.0}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 526572 INFO  (qtp722290897-8479) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 2
   [junit4]   2> 526573 INFO  (qtp1592462250-8500) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1632293970613633024,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 526573 INFO  (qtp1592462250-8500) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@19ea3d42 
commitCommandVersion:1632293970613633024
   [junit4]   2> 526573 INFO  (qtp1592462250-8500) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7a37b8d6[collection1] main]
   [junit4]   2> 526574 INFO  (qtp1592462250-8500) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 526575 INFO  
(searcherExecutor-2719-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7a37b8d6[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={sou

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

[    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@18255b05: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@15ba9aca
   [junit4]   2> 2156867 INFO  
(SUITE-PeerSyncWithLeaderTest-seed#[CC33126C4A95821A]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2156867 INFO  
(SUITE-PeerSyncWithLeaderTest-seed#[CC33126C4A95821A]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6390f0e0: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@1c916c35
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncWithLeaderTest_CC33126C4A95821A-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{title_stringNoNorms=PostingsFormat(name=MockRandom), title_stemmed=FSTOrd50, 
multiDefault=PostingsFormat(name=MockRandom), _root_=FSTOrd50, 
id=PostingsFormat(name=LuceneFixedGap), text=Lucene50(blocksize=128), 
title=FSTOrd50, title_lettertok=PostingsFormat(name=LuceneFixedGap)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), 
_version_=DocValuesFormat(name=Lucene80), 
val_i_dvo=DocValuesFormat(name=Direct), 
range_facet_i_dv=DocValuesFormat(name=Lucene80), 
intDvoDefault=DocValuesFormat(name=Asserting), 
timestamp=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1087, 
maxMBSortInHeap=6.558879053086272, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@25a52730),
 locale=sr-Latn-BA, timezone=America/Panama
   [junit4]   2> NOTE: Linux 4.18.0-17-generic amd64/Oracle Corporation 12 
(64-bit)/cpus=8,threads=1,free=153234920,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [ComputePlanActionTest, 
HdfsChaosMonkeySafeLeaderTest, TestRandomFlRTGCloud, ZkSolrClientTest, 
AddBlockUpdateTest, SolrMetricManagerTest, TestComplexPhraseLeadingWildcard, 
XsltUpdateRequestHandlerTest, TestEmbeddedSolrServerAdminHandler, 
DeleteShardTest, ChaosMonkeyNothingIsSafeTest, TestNumericRangeQuery64, 
ClassificationUpdateProcessorTest, TestCrossCoreJoin, TestLegacyField, 
TestImpersonationWithHadoopAuth, AnalyticsMergeStrategyTest, 
TestShortCircuitedRequests, TestConfigOverlay, TestSweetSpotSimilarityFactory, 
TestReplicationHandlerBackup, SolrXmlInZkTest, TestLegacyTerms, 
BaseCdcrDistributedZkTest, TestSolrXml, MoveReplicaHDFSFailoverTest, 
TestInPlaceUpdatesStandalone, TestTrieFacet, 
TimeRoutedAliasUpdateProcessorTest, TestSearchPerf, NumberUtilsTest, 
CoreAdminCreateDiscoverTest, SpatialFilterTest, AuthToolTest, 
TestSolrCoreParser, SuggestComponentTest, TestFieldTypeResource, 
TestLRUStatsCache, DirectoryFactoryTest, SolrSlf4jReporterTest, 
TestSimDistributedQueue, TestUseDocValuesAsStored, EnumFieldTest, 
BasicAuthIntegrationTest, TestInitQParser, FacetPivotSmallTest, 
DeleteLastCustomShardedReplicaTest, CurrencyFieldTypeTest, 
AnalysisAfterCoreReloadTest, TestSchemaSimilarityResource, TestCollectionAPI, 
HdfsWriteToMultipleCollectionsTest, TestPostingsSolrHighlighter, 
TestSolrQueryParser, ZkStateReaderTest, SimpleMLTQParserTest, 
ReindexCollectionTest, TestDocTermOrds, HttpPartitionOnCommitTest, 
CloudExitableDirectoryReaderTest, SuggesterTest, IndexSchemaTest, 
BooleanFieldTest, TestFieldCacheReopen, TestSimGenericDistributedQueue, 
TestCloudRecovery2, TestManagedSynonymGraphFilterFactory, 
CachingDirectoryFactoryTest, CursorMarkTest, TestXmlQParserPlugin, 
InfoHandlerTest, LeaderFailoverAfterPartitionTest, TestUniqueKeyFieldResource, 
TestPHPSerializedResponseWriter, TestDeprecatedFilters, 
TestQuerySenderListener, TestGeoJSONResponseWriter, TestFieldCacheVsDocValues, 
MaxSizeAutoCommitTest, HdfsCollectionsAPIDistributedZkTest, 
PropertiesRequestHandlerTest, MultiSolrCloudTestCaseTest, 
TestSolrCloudSnapshots, TestRuleBasedAuthorizationPlugin, 
TestSolrCloudWithDelegationTokens, TestFilteredDocIdSet, HighlighterConfigTest, 
IndexBasedSpellCheckerTest, RandomizedTaggerTest, 
PathHierarchyTokenizerFactoryTest, ShowFileRequestHandlerTest, 
TestDistributedMap, TestSchemaManager, TestLazyCores, TestJsonFacetRefinement, 
TestLegacyNumericRangeQueryBuilder, TestRecoveryHdfs, 
TestGraphTermsQParserPlugin, ScheduledTriggerTest, HdfsRecoveryZkTest, 
SearchHandlerTest, WordBreakSolrSpellCheckerTest, TestRTGBase, 
TestCopyFieldCollectionResource, SolrRrdBackendFactoryTest, 
TestStressCloudBlindAtomicUpdates, NumericFieldsTest, TestBlobHandler, 
TestCorePropertiesReload, TestJettySolrRunner, 
ParsingFieldUpdateProcessorsTest, TestExportWriter, 
AutoAddReplicasIntegrationTest, CategoryRoutedAliasUpdateProcessorTest, 
TestNumericTerms32, CollectionReloadTest, TermsComponentTest, 
TestRequestForwarding, TestRawTransformer, CursorPagingTest, 
TestDFISimilarityFactory, BufferStoreTest, V2ApiIntegrationTest, 
TestPrepRecovery, SpellCheckComponentTest, JWTAuthPluginTest, 
ForceLeaderWithTlogReplicasTest, RootFieldTest, RequestHandlersTest, 
TestCloudSchemaless, TestCoreAdminApis, TestTlogReplica, SampleTest, 
ZkFailoverTest, ShardRoutingCustomTest, TestHttpShardHandlerFactory, 
CdcrOpsAndBoundariesTest, JsonLoaderTest, BasicZkTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, ConcurrentCreateRoutedAliasTest, 
ConfigSetsAPITest, ConnectionManagerTest, CreateCollectionCleanupTest, 
CreateRoutedAliasTest, DeleteInactiveReplicaTest, 
DistribDocExpirationUpdateProcessorTest, DistributedVersionInfoTest, 
LeaderElectionTest, LegacyCloudClusterPropTest, MetricsHistoryIntegrationTest, 
MetricsHistoryWithAuthIntegrationTest, MigrateRouteKeyTest, 
PeerSyncReplicationTest, SystemCollectionCompatTest, 
TestAuthenticationFramework, TestCloudInspectUtil, 
TestCloudPhrasesIdentificationComponent, TestCloudPseudoReturnFields, 
TestCloudRecovery, TestConfigSetsAPIZkFailure, TestDeleteCollectionOnDownNodes, 
TestDistribDocBasedVersion, TestLockTree, TestMiniSolrCloudClusterSSL, 
TestOnReconnectListenerSupport, TestWithCollection, 
TestLocalFSCloudBackupRestore, TestReplicaProperties, HttpTriggerListenerTest, 
IndexSizeTriggerTest, NodeAddedTriggerIntegrationTest, NodeLostTriggerTest, 
SystemLogListenerTest, TriggerEventQueueTest, TriggerIntegrationTest, 
SolrCoreTest, TestDynamicLoading, TestRestoreCore, TestSQLHandler, 
TestSolrConfigHandlerConcurrent, CoreAdminRequestStatusTest, MBeansHandlerTest, 
DistributedFacetPivotLargeTest, DistributedFacetPivotSmallTest, 
DistributedQueryComponentOptimizationTest, DistributedTermsComponentTest, 
ReplicaListTransformerTest, ResponseLogComponentTest, TaggingAttributeTest, 
XmlInterpolationTest, FastVectorHighlighterTest, JvmMetricsTest, 
SolrCoreMetricManagerTest, SolrJmxReporterCloudTest, SolrJmxReporterTest, 
TestRemoteStreaming, TestStreamBody, TestUnInvertedFieldException, 
TestWriterPerf, TestMacroExpander, TestMacros, JSONWriterTest, SmileWriterTest, 
TestBinaryResponseWriter, TestCSVResponseWriter, TestCustomDocTransformer, 
TestChildDocTransformer, TestChildDocTransformerHierarchy, 
TestSubQueryTransformer, TestSubQueryTransformerCrossCore, 
TestSubQueryTransformerDistrib, TestManagedResource, 
TestManagedResourceStorage, TestRestManager, TestBulkSchemaAPI, 
TestFieldCollectionResource, TestFieldTypeCollectionResource, 
DocValuesMultiTest, DocValuesTest, SchemaVersionSpecificBehaviorTest, 
TestCloudManagedSchema, TestHalfAndHalfDocValues, TestManagedSchema, 
QueryParsingTest, ReturnFieldsTest, SortSpecParsingTest, 
TestElisionMultitermQuery, TestFastLRUCache, TestFieldSortValues, 
TestMissingGroups, TestOverriddenPrefixQueryForCustomFieldType, 
TestPayloadScoreQParserPlugin, TestQueryTypes, TestReRankQParserPlugin, 
TestRealTimeGet, TestSmileRequest, TestSolr4Spatial2, TestStressLucene, 
TestStressUserVersions, TestSurroundQueryParser, SpatialHeatmapFacetsTest, 
TestJsonFacetsWithNestedObjects, SortByFunctionTest, TestFunctionQuery, 
TestMinMaxOnMultiValuedField, TestOrdValues, TestSortByMinMaxFunction, 
DistanceFunctionTest, BJQParserTest, BlockJoinFacetDistribTest, 
TestNestedDocsSort, TestScoreJoinQPNoScore, TestLMDirichletSimilarityFactory, 
TestLMJelinekMercerSimilarityFactory, TestLegacyBM25SimilarityFactory, 
TestNonDefinedSimilarityFactory, TestPerFieldSimilarity, 
TestPerFieldSimilarityWithDefaultOverride, TestDistribIDF, 
TestExactSharedStatsCache, SolrLogAuditLoggerPluginTest, 
TestAuthorizationFramework, SpellPossibilityIteratorTest, 
SpellingQueryConverterTest, TestAnalyzedSuggestions, 
TestFuzzyAnalyzedSuggestions, BlockCacheTest, DirectUpdateHandlerTest, 
PeerSyncWithLeaderTest]
   [junit4] Completed [855/855 (2!)] on J0 in 139.05s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 8971 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:634: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:128: Found 1 
violations in source files (File uses Mockito but has no assumeWorkingMockito() 
call).

Total time: 78 minutes 46 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to