Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/492/
Java: 64bit/jdk-11.0.2 -XX:+UseCompressedOops -XX:+UseParallelGC

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:34407/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:34407/collection1
        at 
__randomizedtesting.SeedInfo.seed([E446D046CCCB005A:6C12EF9C62376DA2]:0)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2700)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2689)
        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:566)
        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:834)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred 
while waiting response from server at: http://127.0.0.1:34407/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:2695)
        ... 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:33523/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:33523/collection1
        at 
__randomizedtesting.SeedInfo.seed([E446D046CCCB005A:6C12EF9C62376DA2]:0)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2700)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2689)
        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:566)
        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:834)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred 
while waiting response from server at: http://127.0.0.1:33523/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:2695)
        ... 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 13747 lines...]
   [junit4] Suite: org.apache.solr.update.PeerSyncWithLeaderTest
   [junit4]   2> 658337 INFO  
(SUITE-PeerSyncWithLeaderTest-seed#[E446D046CCCB005A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_E446D046CCCB005A-001/init-core-data-001
   [junit4]   2> 658338 INFO  
(SUITE-PeerSyncWithLeaderTest-seed#[E446D046CCCB005A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 658338 INFO  
(SUITE-PeerSyncWithLeaderTest-seed#[E446D046CCCB005A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776";)
   [junit4]   2> 658338 INFO  
(SUITE-PeerSyncWithLeaderTest-seed#[E446D046CCCB005A]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 658339 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 658339 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 658353 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 658367 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 658452 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 658558 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 658559 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@513f728f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 658560 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@3ae62d73[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 658568 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 658568 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 658576 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70107543
   [junit4]   2> 658581 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70107543
   [junit4]   2> 658581 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70107543
   [junit4]   2> 658582 INFO  (coreLoadExecutor-5049-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 658591 INFO  (coreLoadExecutor-5049-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 658600 INFO  (coreLoadExecutor-5049-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 658655 INFO  (coreLoadExecutor-5049-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 658660 INFO  (coreLoadExecutor-5049-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 658660 INFO  (coreLoadExecutor-5049-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@70107543
   [junit4]   2> 658660 INFO  (coreLoadExecutor-5049-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_E446D046CCCB005A-001/init-core-data-001/]
   [junit4]   2> 658661 INFO  (coreLoadExecutor-5049-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=31.5751953125, 
floorSegmentMB=1.1064453125, forceMergeDeletesPctAllowed=13.91285964350402, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=40.81036890757292
   [junit4]   2> 658661 WARN  (coreLoadExecutor-5049-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> 658681 INFO  (coreLoadExecutor-5049-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 658681 INFO  (coreLoadExecutor-5049-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 658682 INFO  (coreLoadExecutor-5049-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 658682 INFO  (coreLoadExecutor-5049-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 658682 INFO  (coreLoadExecutor-5049-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=13, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 658682 INFO  (coreLoadExecutor-5049-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5b5ad3a6[collection1] main]
   [junit4]   2> 658682 WARN  (coreLoadExecutor-5049-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 658683 INFO  (coreLoadExecutor-5049-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 658683 INFO  (coreLoadExecutor-5049-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632288190155980800
   [junit4]   2> 658684 INFO  
(searcherExecutor-5050-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5b5ad3a6[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 658685 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 658819 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_E446D046CCCB005A-001/tempDir-001/control/cores/collection1
   [junit4]   2> 658820 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 658820 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 658820 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 658820 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 658821 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 658821 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 658821 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 658821 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1fa9d94a{/,null,AVAILABLE}
   [junit4]   2> 658821 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2f82f2ae{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:42233}
   [junit4]   2> 658821 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.Server Started @658855ms
   [junit4]   2> 658821 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=42233, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_E446D046CCCB005A-001/tempDir-001/control/cores}
   [junit4]   2> 658822 ERROR 
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 658822 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 658822 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.1.0
   [junit4]   2> 658822 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 658822 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 658822 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T00:42:04.064271Z
   [junit4]   2> 658822 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_E446D046CCCB005A-001/tempDir-001/control/solr.xml
   [junit4]   2> 658824 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 658824 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 658825 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@70107543, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 658920 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 658921 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@4e49a0cd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 658923 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@2003638d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 658932 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 658932 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 658944 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70107543
   [junit4]   2> 658952 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70107543
   [junit4]   2> 658952 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70107543
   [junit4]   2> 658953 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_E446D046CCCB005A-001/tempDir-001/control/cores
   [junit4]   2> 658953 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 658954 INFO  (coreLoadExecutor-5063-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 658970 INFO  (coreLoadExecutor-5063-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 658984 INFO  (coreLoadExecutor-5063-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 659077 INFO  (coreLoadExecutor-5063-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 659086 INFO  (coreLoadExecutor-5063-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 659086 INFO  (coreLoadExecutor-5063-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@70107543
   [junit4]   2> 659086 INFO  (coreLoadExecutor-5063-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_E446D046CCCB005A-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 659088 INFO  (coreLoadExecutor-5063-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=31.5751953125, 
floorSegmentMB=1.1064453125, forceMergeDeletesPctAllowed=13.91285964350402, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=40.81036890757292
   [junit4]   2> 659092 WARN  (coreLoadExecutor-5063-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> 659122 INFO  (coreLoadExecutor-5063-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 659122 INFO  (coreLoadExecutor-5063-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 659123 INFO  (coreLoadExecutor-5063-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 659123 INFO  (coreLoadExecutor-5063-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 659124 INFO  (coreLoadExecutor-5063-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=13, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 659124 INFO  (coreLoadExecutor-5063-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@43363f62[collection1] main]
   [junit4]   2> 659124 WARN  (coreLoadExecutor-5063-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 659125 INFO  (coreLoadExecutor-5063-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 659125 INFO  (coreLoadExecutor-5063-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632288190619451392
   [junit4]   2> 659175 INFO  
(searcherExecutor-5064-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@43363f62[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 659758 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_E446D046CCCB005A-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 659758 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 659759 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 659759 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 659759 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 659759 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 659759 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 659759 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 659759 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@33c07908{/,null,AVAILABLE}
   [junit4]   2> 659760 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@707d26d7{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:33523}
   [junit4]   2> 659760 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.Server Started @659793ms
   [junit4]   2> 659760 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=33523, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_E446D046CCCB005A-001/tempDir-001/shard0/cores}
   [junit4]   2> 659760 ERROR 
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 659760 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 659760 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.1.0
   [junit4]   2> 659760 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 659760 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 659760 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T00:42:05.002500Z
   [junit4]   2> 659760 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_E446D046CCCB005A-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 659762 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 659762 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 659763 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@70107543, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 659864 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 659865 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@866dcc5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 659867 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@334b2ae3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 659875 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 659875 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 659885 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70107543
   [junit4]   2> 659892 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70107543
   [junit4]   2> 659892 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70107543
   [junit4]   2> 659893 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_E446D046CCCB005A-001/tempDir-001/shard0/cores
   [junit4]   2> 659893 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 659894 INFO  (coreLoadExecutor-5077-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 659907 INFO  (coreLoadExecutor-5077-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 659923 INFO  (coreLoadExecutor-5077-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 659982 INFO  (coreLoadExecutor-5077-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 659987 INFO  (coreLoadExecutor-5077-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 659987 INFO  (coreLoadExecutor-5077-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@70107543
   [junit4]   2> 659987 INFO  (coreLoadExecutor-5077-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_E446D046CCCB005A-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 659988 INFO  (coreLoadExecutor-5077-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=31.5751953125, 
floorSegmentMB=1.1064453125, forceMergeDeletesPctAllowed=13.91285964350402, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=40.81036890757292
   [junit4]   2> 659989 WARN  (coreLoadExecutor-5077-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> 660009 INFO  (coreLoadExecutor-5077-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 660009 INFO  (coreLoadExecutor-5077-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 660010 INFO  (coreLoadExecutor-5077-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 660010 INFO  (coreLoadExecutor-5077-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 660010 INFO  (coreLoadExecutor-5077-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=13, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 660011 INFO  (coreLoadExecutor-5077-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@48a84d0[collection1] 
main]
   [junit4]   2> 660011 WARN  (coreLoadExecutor-5077-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 660011 INFO  (coreLoadExecutor-5077-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 660011 INFO  (coreLoadExecutor-5077-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632288191548489728
   [junit4]   2> 660013 INFO  
(searcherExecutor-5078-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@48a84d0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 660128 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_E446D046CCCB005A-001/tempDir-001/shard1/cores/collection1
   [junit4]   2> 660129 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 660129 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 660129 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 660129 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 660129 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 660129 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 660129 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 660129 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1f4ce7a7{/,null,AVAILABLE}
   [junit4]   2> 660130 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@42ab4f8e{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:39957}
   [junit4]   2> 660130 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.Server Started @660163ms
   [junit4]   2> 660130 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=39957, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_E446D046CCCB005A-001/tempDir-001/shard1/cores}
   [junit4]   2> 660130 ERROR 
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 660130 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 660130 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.1.0
   [junit4]   2> 660130 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 660130 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 660130 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T00:42:05.372363Z
   [junit4]   2> 660130 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_E446D046CCCB005A-001/tempDir-001/shard1/solr.xml
   [junit4]   2> 660131 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 660131 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 660132 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@70107543, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 660238 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 660239 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@175d49a7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 660241 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@2b105656[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 660253 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 660253 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 660268 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70107543
   [junit4]   2> 660281 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70107543
   [junit4]   2> 660281 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70107543
   [junit4]   2> 660283 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_E446D046CCCB005A-001/tempDir-001/shard1/cores
   [junit4]   2> 660283 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 660283 INFO  (coreLoadExecutor-5091-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 660293 INFO  (coreLoadExecutor-5091-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 660307 INFO  (coreLoadExecutor-5091-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 660382 INFO  (coreLoadExecutor-5091-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 660388 INFO  (coreLoadExecutor-5091-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 660389 INFO  (coreLoadExecutor-5091-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@70107543
   [junit4]   2> 660389 INFO  (coreLoadExecutor-5091-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_E446D046CCCB005A-001/tempDir-001/shard1/cores/collection1/data/]
   [junit4]   2> 660390 INFO  (coreLoadExecutor-5091-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=31.5751953125, 
floorSegmentMB=1.1064453125, forceMergeDeletesPctAllowed=13.91285964350402, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=40.81036890757292
   [junit4]   2> 660391 WARN  (coreLoadExecutor-5091-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> 660417 INFO  (coreLoadExecutor-5091-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 660417 INFO  (coreLoadExecutor-5091-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 660418 INFO  (coreLoadExecutor-5091-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 660418 INFO  (coreLoadExecutor-5091-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 660418 INFO  (coreLoadExecutor-5091-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=13, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 660419 INFO  (coreLoadExecutor-5091-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7a48c1ab[collection1] main]
   [junit4]   2> 660419 WARN  (coreLoadExecutor-5091-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 660419 INFO  (coreLoadExecutor-5091-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 660419 INFO  (coreLoadExecutor-5091-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632288191976308736
   [junit4]   2> 660421 INFO  
(searcherExecutor-5092-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7a48c1ab[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 660547 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_E446D046CCCB005A-001/tempDir-001/shard2/cores/collection1
   [junit4]   2> 660547 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 660547 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 660547 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 660547 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 660548 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 660548 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 660548 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 660549 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4d2b67a6{/,null,AVAILABLE}
   [junit4]   2> 660549 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@519970bf{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:41163}
   [junit4]   2> 660549 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.s.Server Started @660582ms
   [junit4]   2> 660549 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=41163, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_E446D046CCCB005A-001/tempDir-001/shard2/cores}
   [junit4]   2> 660549 ERROR 
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 660549 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 660549 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.1.0
   [junit4]   2> 660549 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 660549 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 660549 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T00:42:05.791579Z
   [junit4]   2> 660549 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_E446D046CCCB005A-001/tempDir-001/shard2/solr.xml
   [junit4]   2> 660551 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 660551 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 660552 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@70107543, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 660710 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 660711 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@5e8c89e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 660713 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@69302494[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 660726 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 660726 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 660742 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70107543
   [junit4]   2> 660753 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70107543
   [junit4]   2> 660753 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70107543
   [junit4]   2> 660754 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_E446D046CCCB005A-001/tempDir-001/shard2/cores
   [junit4]   2> 660754 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 660755 INFO  (coreLoadExecutor-5105-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 660766 INFO  (coreLoadExecutor-5105-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 660776 INFO  (coreLoadExecutor-5105-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 660870 INFO  (coreLoadExecutor-5105-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 660876 INFO  (coreLoadExecutor-5105-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 660876 INFO  (coreLoadExecutor-5105-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@70107543
   [junit4]   2> 660877 INFO  (coreLoadExecutor-5105-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_E446D046CCCB005A-001/tempDir-001/shard2/cores/collection1/data/]
   [junit4]   2> 660878 INFO  (coreLoadExecutor-5105-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=31.5751953125, 
floorSegmentMB=1.1064453125, forceMergeDeletesPctAllowed=13.91285964350402, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=40.81036890757292
   [junit4]   2> 660879 WARN  (coreLoadExecutor-5105-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> 660915 INFO  (coreLoadExecutor-5105-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 660915 INFO  (coreLoadExecutor-5105-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 660916 INFO  (coreLoadExecutor-5105-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 660916 INFO  (coreLoadExecutor-5105-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 660917 INFO  (coreLoadExecutor-5105-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=13, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 660917 INFO  (coreLoadExecutor-5105-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4d1f3376[collection1] main]
   [junit4]   2> 660917 WARN  (coreLoadExecutor-5105-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 660917 INFO  (coreLoadExecutor-5105-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 660918 INFO  (coreLoadExecutor-5105-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632288192499548160
   [junit4]   2> 660920 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[E446D046CCCB005A]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 660920 INFO  
(searcherExecutor-5106-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4d1f3376[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 660923 INFO  (qtp2080425309-15027) [    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> 660925 WARN  (qtp856559210-15048) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader no frame of reference to tell if we've missed updates
   [junit4]   2> 660925 INFO  (qtp856559210-15048) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={syncWithLeader=http://127.0.0.1:33523/collection1&qt=/get&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 660926 INFO  (qtp856559210-15049) [    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> 660927 INFO  (qtp856559210-15047) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url= START 
leader=http://127.0.0.1:33523/collection1 nUpdates=100
   [junit4]   2> 660931 INFO  (qtp2080425309-15026) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6dd28f9e[collection1] realtime]
   [junit4]   2> 660931 INFO  (qtp2080425309-15026) [    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> 660932 INFO  (qtp2080425309-15026) [    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> 660935 INFO  (qtp856559210-15047) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1530b8ff[collection1] realtime]
   [junit4]   2> 660935 INFO  (qtp856559210-15047) [    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> 660935 INFO  (qtp856559210-15047) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader Fingerprint comparison result: 0
   [junit4]   2> 660935 INFO  (qtp856559210-15047) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={syncWithLeader=http://127.0.0.1:33523/collection1&qt=/get&getVersions=100&wt=javabin&version=2}
 status=0 QTime=8
   [junit4]   2> 660936 INFO  (qtp2080425309-15027) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1632288192518422528,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 660936 INFO  (qtp2080425309-15027) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1b184a1b 
commitCommandVersion:1632288192518422528
   [junit4]   2> 660936 INFO  (qtp2080425309-15027) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@23787552[collection1] main]
   [junit4]   2> 660937 INFO  (qtp2080425309-15027) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 660938 INFO  
(searcherExecutor-5078-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@23787552[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):c1:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=11.0.2, java.vm.version=11.0.2+9, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=11.0.2+9, 
source=flush, os.version=4.18.0-17-generic, 
timestamp=1556671326172}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 660938 INFO  (qtp2080425309-15027) [    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> 660939 INFO  (qtp856559210-15048) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1632288192521568256,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 660939 INFO  (qtp856559210-15048) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@113d9e02 
commitCommandVersion:1632288192521568256
   [junit4]   2> 660940 INFO  (qtp856559210-15048) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@531639b3[collection1] main]
   [junit4]   2> 660940 INFO  (qtp856559210-15048) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 660942 INFO  
(searcherExecutor-5092-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@531639b3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):c1:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=11.0.2, java.vm.version=11.0.2+9, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=11.0.2+9, 
source=flush, os.version=4.18.0-17-generic, 
timestamp=1556671326175}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 660942 INFO  (qtp856559210-15048) [    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> 660943 INFO  (qtp2080425309-15028) [    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> 660943 INFO  (qtp856559210-15049) [    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> 660948 INFO  (qtp2080425309-15026) [    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> 660948 INFO  (qtp856559210-15047) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url= START 
leader=http://127.0.0.1:33523/collection1 nUpdates=100
   [junit4]   2> 660952 INFO  (qtp2080425309-15027) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5dd0f70f[collection1] realtime]
   [junit4]   2> 660952 INFO  (qtp2080425309-15027) [    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> 660952 INFO  (qtp2080425309-15027) [    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> 660953 INFO  (qtp856559210-15047) [    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> 660953 INFO  (qtp856559210-15047) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader Fingerprint comparison result: 1
   [junit4]   2> 660953 INFO  (qtp856559210-15047) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader Leader fingerprint: 
{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, maxInHash=2, 
versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}, Our 
fingerprint: {maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, 
maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, 
maxDoc=1}
   [junit4]   2> 660954 INFO  (qtp2080425309-15028) [    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> 660954 INFO  (qtp2080425309-15028) [    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> 660954 INFO  (qtp856559210-15047) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader Leader fingerprint 
{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, maxInHash=2, 
versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 660955 INFO  (qtp856559210-15047) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url=  Received 2 versions 
from http://127.0.0.1:33523/collection1
   [junit4]   2> 660955 INFO  (qtp856559210-15047) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url= Requesting updates 
from http://127.0.0.1:33523/collection1 n=1 versions=2
   [junit4]   2> 660957 INFO  (qtp2080425309-15026) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={getUpdates=2&distrib=false&qt=/get&onlyIfActive=false&skipDbq=true&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 660959 INFO  (qtp856559210-15047) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 (2)]} 0 1
   [junit4]   2> 660962 INFO  (qtp856559210-15047) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@27283076[collection1] realtime]
   [junit4]   2> 660963 INFO  (qtp856559210-15047) [    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> 660963 INFO  (qtp856559210-15047) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader Fingerprint comparison result: 0
   [junit4]   2> 660963 INFO  (qtp856559210-15047) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url= DONE. sync succeeded
   [junit4]   2> 660963 INFO  (qtp856559210-15047) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={syncWithLeader=http://127.0.0.1:33523/collection1&qt=/get&getVersions=100&wt=javabin&version=2}
 status=0 QTime=14
   [junit4]   2> 660964 INFO  (qtp2080425309-15027) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1632288192547782656,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 660964 INFO  (qtp2080425309-15027) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1b184a1b 
commitCommandVersion:1632288192547782656
   [junit4]   2> 660964 INFO  (qtp2080425309-15027) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3d527ec5[collection1] main]
   [junit4]   2> 660964 INFO  (qtp2080425309-15027) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 660966 INFO  
(searcherExecutor-5078-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3d527ec5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):c1:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=11.0.2, java.vm.version=11.0.2+9, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=11.0.2+9, 
source=flush, os.version=4.18.0-17-generic, 
timestamp=1556671326172}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_1(8.1.0):c1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=11.0.2, java.vm.version=11.0.2+9, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=11.0.2+9, 
source=flush, os.version=4.18.0-17-generic, 
timestamp=1556671326192}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 660966 INFO  (qtp2080425309-15027) [    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> 660967 INFO  (qtp856559210-15048) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1632288192550928384,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 660967 INFO  (qtp856559210-15048) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@113d9e02 
commitCommandVersion:1632288192550928384
   [junit4]   2> 660967 INFO  (qtp856559210-15048) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7cc0de5d[collection1] main]
   [junit4]   2> 660968 INFO  (qtp856559210-15048) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 660970 INFO  
(searcherExecutor-5092-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7cc0de5d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):c1:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=11.0.2, java.vm.version=11.0.2+9, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=11.0.2+9, 
source=flush, os.version=4.18.0-17-generic, 
timestamp=1556671326175}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_1(8.1.0):c1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=11.0.2, java.vm.version=11.0.2+9, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=11.0.2+9, 
source=flush, os.version=4.18.0-17-generic, 
timestamp=1556671326203}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 660970 INFO  (qtp856559210-15048) [    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> 660970 INFO  (qtp2080425309-15028) [    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> 660971 INFO  (qtp856559210-15049) [    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> 660984 INFO  (qtp2080425309-15026) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[3 (3)]} 0 12
   [junit4]   2> 660985 INFO  (qtp2080425309-15027) [    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> 660986 INFO  (qtp2080425309-15028) [    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> 660987 INFO  (qtp2080425309-15026) [    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> 660987 INFO  (qtp2080425309-15028) [    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> 660988 INFO  (qtp2080425309-15027) [    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> 660989 INFO  (qtp2080425309-15026) [    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> 660990 INFO  (qtp2080425309-15028) [    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> 660990 INFO  (qtp856559210-15047) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url= START 
leader=http://127.0.0.1:33523/collection1 nUpdates=100
   [junit4]   2> 660994 INFO  (qtp2080425309-15027) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@167de782[collection1] realtime]
   [junit4]   2> 660994 INFO  (qtp2080425309-15027) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:3.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=10, 
maxInHash=10, versionsHash=-5671163287542876028, numVersions=10, numDocs=10, 
maxDoc=8}
   [junit4]   2> 660994 INFO  (qtp2080425309-15027) [    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> 660995 INFO  (qtp856559210-15047) [    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> 660995 INFO  (qtp856559210-15047) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader Fingerprint comparison result: 1
   [junit4]   2> 660995 INFO  (qtp856559210-15047) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader Leader fingerprint: 
{maxVersionSpecified=9223372036854775807, maxVersionEncountered=10, 
maxInHash=10, versionsHash=-5671163287542876028, numVersions=10, numDocs=10, 
maxDoc=8}, Our fingerprint: {maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, 
numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 660995 INFO  (qtp2080425309-15026) [    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> 660995 INFO  (qtp2080425309-15026) [    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> 660996 INFO  (qtp856559210-15047) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader Leader fingerprint 
{maxVersionSpecified=9223372036854775807, maxVersionEncountered=10, 
maxInHash=10, versionsHash=-5671163287542876028, numVersions=10, numDocs=10, 
maxDoc=8}
   [junit4]   2> 660996 INFO  (qtp856559210-15047) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url=  Received 10 
versions from http://127.0.0.1:33523/collection1
   [junit4]   2> 660996 INFO  (qtp856559210-15047) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url= Requesting updates 
from http://127.0.0.1:33523/collection1 n=8 versions=10,9,8,7,6,5,4,3
   [junit4]   2> 660996 INFO  (qtp2080425309-15028) [    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&onlyIfActive=false&skipDbq=true&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 660998 INFO  (qtp856559210-15047) [    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 1
   [junit4]   2> 661002 INFO  (qtp856559210-15047) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@785b0f0c[collection1] realtime]
   [junit4]   2> 661002 INFO  (qtp856559210-15047) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:3.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=10, 
maxInHash=10, versionsHash=-5671163287542876028, numVersions=10, numDocs=10, 
maxDoc=8}
   [junit4]   2> 661002 INFO  (qtp856559210-15047) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader Fingerprint comparison result: 0
   [junit4]   2> 661002 INFO  (qtp856559210-15047) [    x:collection1]

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

lrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase.add(BaseDistributedSearchTestCase.java:576)
   [junit4]    >        at 
org.apache.solr.update.PeerSyncTest.lambda$test$0(PeerSyncTest.java:281)
   [junit4]    >        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2695)
   [junit4]    >        ... 42 more
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    >        at 
java.base/java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    >        at 
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
   [junit4]    >        at 
java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
   [junit4]    >        at 
java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    >        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    >        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    >        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]    >        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    >        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    >        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:548)
   [junit4]    >        ... 49 more
   [junit4]   2> 1246999 INFO  
(SUITE-PeerSyncTest-seed#[E446D046CCCB005A]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1280893879
   [junit4]   2> 1247000 INFO  (coreCloseExecutor-6201-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5a0d179d
   [junit4]   2> 1247000 INFO  (coreCloseExecutor-6201-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=5a0d179d
   [junit4]   2> 1247000 INFO  (coreCloseExecutor-6201-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@507060da: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@6eb040b4
   [junit4]   2> 1247002 INFO  
(SUITE-PeerSyncTest-seed#[E446D046CCCB005A]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1247002 INFO  
(SUITE-PeerSyncTest-seed#[E446D046CCCB005A]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@141c179a: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@ce2a5dd
   [junit4]   2> 1247003 INFO  
(SUITE-PeerSyncTest-seed#[E446D046CCCB005A]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1247003 INFO  
(SUITE-PeerSyncTest-seed#[E446D046CCCB005A]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@45acc441: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@468f7129
   [junit4]   2> 1247003 INFO  
(SUITE-PeerSyncTest-seed#[E446D046CCCB005A]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1247004 INFO  
(SUITE-PeerSyncTest-seed#[E446D046CCCB005A]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5dc5213c: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@47b21fb9
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_E446D046CCCB005A-001
   [junit4]   2> NOTE: test params are: 
codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=8, maxDocsPerChunk=699, blockSize=4), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=8, blockSize=4)), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@37947c99),
 locale=ak-GH, timezone=America/Cambridge_Bay
   [junit4]   2> NOTE: Linux 4.18.0-17-generic amd64/Oracle Corporation 11.0.2 
(64-bit)/cpus=8,threads=1,free=232540848,total=509083648
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestDynamicFieldCollectionResource, TestPerFieldSimilarity, 
TestUnifiedSolrHighlighter, TestRandomCollapseQParserPlugin, ZkCLITest, 
QueryResultKeyTest, NodeAddedTriggerIntegrationTest, ConfigSetsAPITest, 
TestRestManager, SSLMigrationTest, TestFieldCacheWithThreads, TestFacetMethods, 
HdfsRestartWhileUpdatingTest, TestSolrFieldCacheBean, AssignTest, 
TestSchemaVersionResource, TestPayloadCheckQParserPlugin, SoftAutoCommitTest, 
TestDeleteCollectionOnDownNodes, TestQuerySenderNoQuery, 
TestExactSharedStatsCache, TestSimLargeCluster, TestCSVLoader, 
TestInPlaceUpdatesDistrib, TestSimComputePlanAction, TestUseDocValuesAsStored2, 
SchemaApiFailureTest, TestPolicyCloud, TestNamedUpdateProcessors, 
ExitableDirectoryReaderTest, TestJsonFacets, TestFieldResource, 
DistributedFacetPivotLongTailTest, LoggingHandlerTest, TestMaxScoreQueryParser, 
ShardSplitTest, TestDistributedSearch, LeaderElectionIntegrationTest, 
TestSha256AuthenticationProvider, ConfigureRecoveryStrategyTest, 
DisMaxRequestHandlerTest, SolrMetricReporterTest, SolrCoreTest, 
XmlInterpolationTest, ChangedSchemaMergeTest, DocValuesMultiTest, 
CustomTermsComponentTest, TestOmitPositions, FullSolrCloudDistribCmdsTest, 
TestFiltering, TestSolrConfigHandlerConcurrent, TestMiniSolrCloudClusterSSL, 
TestExceedMaxTermLength, TestCloudPseudoReturnFields, InfixSuggestersTest, 
TestPushWriter, TokenizerChainTest, TestRandomFaceting, TestXIncludeConfig, 
TestDistributedStatsComponentCardinality, DateFieldTest, BlockCacheTest, 
TestNumericTokenStream, TestTolerantSearch, TestAuthenticationFramework, 
TestIndexingPerformance, TestSolrCoreSnapshots, TestSchemaNameResource, 
AtomicUpdateRemovalJavabinTest, TestDynamicURP, TestObjectReleaseTracker, 
CollectionTooManyReplicasTest, CollectionStateFormat2Test, 
SignificantTermsQParserPluginTest, TestSimExecutePlanAction, TestRealTimeGet, 
TestAddFieldRealTimeGet, TolerantUpdateProcessorTest, 
PeerSyncWithLeaderAndIndexFingerprintCachingTest, HttpPartitionTest, 
TestComplexPhraseQParserPlugin, TestWithCollection, JavabinLoaderTest, 
TestLuceneMatchVersion, TestSimPolicyCloud, AutoAddReplicasPlanActionTest, 
TestQueryTypes, MoveReplicaHDFSTest, TestPullReplica, TestOrdValues, 
TestCloudJSONFacetJoinDomain, ZkStateWriterTest, HdfsDirectoryTest, 
RegexBytesRefFilterTest, SolrCLIZkUtilsTest, TestFieldCacheSort, 
TestHashQParserPlugin, StatsComponentTest, HdfsNNFailoverTest, 
TestCSVResponseWriter, MultiThreadedOCPTest, PeerSyncTest]
   [junit4] Completed [409/855 (2!)] on J1 in 137.82s, 1 test, 1 failure <<< 
FAILURES!

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

Total time: 77 minutes 19 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to