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

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


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




Build Log:
[...truncated 13403 lines...]
   [junit4] Suite: org.apache.solr.update.PeerSyncWithLeaderTest
   [junit4]   2> 1170536 INFO  
(SUITE-PeerSyncWithLeaderTest-seed#[D97C1EB3E45FD153]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncWithLeaderTest_D97C1EB3E45FD153-001\init-core-data-001
   [junit4]   2> 1170536 WARN  
(SUITE-PeerSyncWithLeaderTest-seed#[D97C1EB3E45FD153]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=10 numCloses=10
   [junit4]   2> 1170537 INFO  
(SUITE-PeerSyncWithLeaderTest-seed#[D97C1EB3E45FD153]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1170537 INFO  
(SUITE-PeerSyncWithLeaderTest-seed#[D97C1EB3E45FD153]-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> 1170539 INFO  
(SUITE-PeerSyncWithLeaderTest-seed#[D97C1EB3E45FD153]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1170540 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1170541 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1170556 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1170568 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1170663 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1170994 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1170997 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@2febceef[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1171003 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@3c78eb44[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1171041 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1171041 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 1171066 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3629f458
   [junit4]   2> 1171077 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3629f458
   [junit4]   2> 1171078 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3629f458
   [junit4]   2> 1171080 INFO  (coreLoadExecutor-6224-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1171100 INFO  (coreLoadExecutor-6224-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1171114 INFO  (coreLoadExecutor-6224-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1171206 INFO  (coreLoadExecutor-6224-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1171216 INFO  (coreLoadExecutor-6224-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1,
 trusted=true
   [junit4]   2> 1171216 INFO  (coreLoadExecutor-6224-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@3629f458
   [junit4]   2> 1171217 INFO  (coreLoadExecutor-6224-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncWithLeaderTest_D97C1EB3E45FD153-001\init-core-data-001\]
   [junit4]   2> 1171217 INFO  (coreLoadExecutor-6224-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2030953532306361]
   [junit4]   2> 1171219 WARN  (coreLoadExecutor-6224-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> 1171281 INFO  (coreLoadExecutor-6224-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1171281 INFO  (coreLoadExecutor-6224-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1171282 INFO  (coreLoadExecutor-6224-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1171282 INFO  (coreLoadExecutor-6224-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1171283 INFO  (coreLoadExecutor-6224-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=430442906, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1171283 INFO  (coreLoadExecutor-6224-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@37034abe[collection1] main]
   [junit4]   2> 1171284 WARN  (coreLoadExecutor-6224-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 1171284 INFO  (coreLoadExecutor-6224-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1171284 INFO  (coreLoadExecutor-6224-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632353606446350336
   [junit4]   2> 1171286 INFO  
(searcherExecutor-6225-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@37034abe[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1171286 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1171719 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncWithLeaderTest_D97C1EB3E45FD153-001\tempDir-001\control\cores\collection1
   [junit4]   2> 1171721 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1171722 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1171722 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1171722 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 1171723 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1171723 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1171723 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1171723 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7b1b4cd5{/,null,AVAILABLE}
   [junit4]   2> 1171728 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@de1cb61{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:60937}
   [junit4]   2> 1171728 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.Server Started @1171765ms
   [junit4]   2> 1171728 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=60937, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncWithLeaderTest_D97C1EB3E45FD153-001\tempDir-001\control\cores}
   [junit4]   2> 1171729 ERROR 
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1171729 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1171729 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 1171729 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 1171729 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1171729 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T18:01:50.206688400Z
   [junit4]   2> 1171729 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncWithLeaderTest_D97C1EB3E45FD153-001\tempDir-001\control\solr.xml
   [junit4]   2> 1171733 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1171733 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1171733 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3629f458, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1172102 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1172105 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@55a8f2b8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1172108 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1169b432[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1172137 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1172137 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 1172162 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3629f458
   [junit4]   2> 1172173 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3629f458
   [junit4]   2> 1172173 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3629f458
   [junit4]   2> 1172175 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncWithLeaderTest_D97C1EB3E45FD153-001\tempDir-001\control\cores
   [junit4]   2> 1172175 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1172177 INFO  (coreLoadExecutor-6238-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1172205 INFO  (coreLoadExecutor-6238-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1172240 INFO  (coreLoadExecutor-6238-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1172358 INFO  (coreLoadExecutor-6238-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1172373 INFO  (coreLoadExecutor-6238-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1,
 trusted=true
   [junit4]   2> 1172373 INFO  (coreLoadExecutor-6238-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@3629f458
   [junit4]   2> 1172374 INFO  (coreLoadExecutor-6238-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncWithLeaderTest_D97C1EB3E45FD153-001\tempDir-001\control\cores\collection1\data\]
   [junit4]   2> 1172375 INFO  (coreLoadExecutor-6238-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2030953532306361]
   [junit4]   2> 1172377 WARN  (coreLoadExecutor-6238-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> 1172458 INFO  (coreLoadExecutor-6238-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1172458 INFO  (coreLoadExecutor-6238-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1172461 INFO  (coreLoadExecutor-6238-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1172461 INFO  (coreLoadExecutor-6238-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1172463 INFO  (coreLoadExecutor-6238-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=430442906, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1172463 INFO  (coreLoadExecutor-6238-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@41570848[collection1] main]
   [junit4]   2> 1172464 WARN  (coreLoadExecutor-6238-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 1172464 INFO  (coreLoadExecutor-6238-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1172465 INFO  (coreLoadExecutor-6238-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632353607683670016
   [junit4]   2> 1172466 INFO  
(searcherExecutor-6239-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@41570848[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1173052 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncWithLeaderTest_D97C1EB3E45FD153-001\tempDir-001\shard0\cores\collection1
   [junit4]   2> 1173052 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1173052 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1173052 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1173052 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 1173052 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1173052 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1173052 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1173052 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4e290fa2{/,null,AVAILABLE}
   [junit4]   2> 1173052 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2561d838{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:60945}
   [junit4]   2> 1173052 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.Server Started @1173094ms
   [junit4]   2> 1173052 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=60945, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncWithLeaderTest_D97C1EB3E45FD153-001\tempDir-001\shard0\cores}
   [junit4]   2> 1173052 ERROR 
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1173052 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1173052 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 1173052 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 1173052 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1173052 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T18:01:51.529651100Z
   [junit4]   2> 1173052 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncWithLeaderTest_D97C1EB3E45FD153-001\tempDir-001\shard0\solr.xml
   [junit4]   2> 1173061 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1173061 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1173061 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3629f458, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1173150 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1173151 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@145eea03[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1173152 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@2382b145[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1173178 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1173178 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 1173196 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3629f458
   [junit4]   2> 1173204 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3629f458
   [junit4]   2> 1173204 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3629f458
   [junit4]   2> 1173207 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncWithLeaderTest_D97C1EB3E45FD153-001\tempDir-001\shard0\cores
   [junit4]   2> 1173207 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1173209 INFO  (coreLoadExecutor-6252-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1173231 INFO  (coreLoadExecutor-6252-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1173253 INFO  (coreLoadExecutor-6252-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1173346 INFO  (coreLoadExecutor-6252-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1173358 INFO  (coreLoadExecutor-6252-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1,
 trusted=true
   [junit4]   2> 1173358 INFO  (coreLoadExecutor-6252-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@3629f458
   [junit4]   2> 1173358 INFO  (coreLoadExecutor-6252-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncWithLeaderTest_D97C1EB3E45FD153-001\tempDir-001\shard0\cores\collection1\data\]
   [junit4]   2> 1173359 INFO  (coreLoadExecutor-6252-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2030953532306361]
   [junit4]   2> 1173363 WARN  (coreLoadExecutor-6252-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> 1173419 INFO  (coreLoadExecutor-6252-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1173419 INFO  (coreLoadExecutor-6252-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1173421 INFO  (coreLoadExecutor-6252-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1173421 INFO  (coreLoadExecutor-6252-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1173422 INFO  (coreLoadExecutor-6252-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=430442906, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1173422 INFO  (coreLoadExecutor-6252-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@11aa2ad8[collection1] main]
   [junit4]   2> 1173422 WARN  (coreLoadExecutor-6252-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 1173423 INFO  (coreLoadExecutor-6252-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1173423 INFO  (coreLoadExecutor-6252-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632353608689254400
   [junit4]   2> 1173424 INFO  
(searcherExecutor-6253-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@11aa2ad8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1174319 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncWithLeaderTest_D97C1EB3E45FD153-001\tempDir-001\shard1\cores\collection1
   [junit4]   2> 1174320 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1174320 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1174321 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1174321 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 1174321 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1174321 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1174321 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1174321 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3e34e542{/,null,AVAILABLE}
   [junit4]   2> 1174322 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2cc421ab{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:60952}
   [junit4]   2> 1174322 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.Server Started @1174359ms
   [junit4]   2> 1174322 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=60952, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncWithLeaderTest_D97C1EB3E45FD153-001\tempDir-001\shard1\cores}
   [junit4]   2> 1174322 ERROR 
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1174322 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1174323 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 1174323 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 1174323 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1174323 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T18:01:52.800704600Z
   [junit4]   2> 1174323 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncWithLeaderTest_D97C1EB3E45FD153-001\tempDir-001\shard1\solr.xml
   [junit4]   2> 1174324 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1174324 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1174324 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3629f458, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1174572 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1174573 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@17f35a1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1174577 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@3b84cbb3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1174601 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1174602 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 1174629 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3629f458
   [junit4]   2> 1174637 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3629f458
   [junit4]   2> 1174638 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3629f458
   [junit4]   2> 1174640 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncWithLeaderTest_D97C1EB3E45FD153-001\tempDir-001\shard1\cores
   [junit4]   2> 1174640 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1174642 INFO  (coreLoadExecutor-6266-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1174671 INFO  (coreLoadExecutor-6266-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1174692 INFO  (coreLoadExecutor-6266-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1174801 INFO  (coreLoadExecutor-6266-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1174814 INFO  (coreLoadExecutor-6266-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1,
 trusted=true
   [junit4]   2> 1174816 INFO  (coreLoadExecutor-6266-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@3629f458
   [junit4]   2> 1174816 INFO  (coreLoadExecutor-6266-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncWithLeaderTest_D97C1EB3E45FD153-001\tempDir-001\shard1\cores\collection1\data\]
   [junit4]   2> 1174816 INFO  (coreLoadExecutor-6266-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2030953532306361]
   [junit4]   2> 1174819 WARN  (coreLoadExecutor-6266-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> 1174885 INFO  (coreLoadExecutor-6266-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1174885 INFO  (coreLoadExecutor-6266-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1174887 INFO  (coreLoadExecutor-6266-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1174887 INFO  (coreLoadExecutor-6266-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1174888 INFO  (coreLoadExecutor-6266-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=430442906, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1174891 INFO  (coreLoadExecutor-6266-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@304ac03b[collection1] main]
   [junit4]   2> 1174892 WARN  (coreLoadExecutor-6266-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 1174892 INFO  (coreLoadExecutor-6266-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1174892 INFO  (coreLoadExecutor-6266-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632353610229612544
   [junit4]   2> 1174894 INFO  
(searcherExecutor-6267-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@304ac03b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1176102 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncWithLeaderTest_D97C1EB3E45FD153-001\tempDir-001\shard2\cores\collection1
   [junit4]   2> 1176104 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1176104 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1176104 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1176104 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 1176104 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1176104 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1176104 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1176104 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6cb17ea2{/,null,AVAILABLE}
   [junit4]   2> 1176107 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@15cc6fa4{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:60959}
   [junit4]   2> 1176107 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.s.Server Started @1176143ms
   [junit4]   2> 1176107 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=60959, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncWithLeaderTest_D97C1EB3E45FD153-001\tempDir-001\shard2\cores}
   [junit4]   2> 1176107 ERROR 
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1176107 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1176107 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 1176107 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 1176107 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1176107 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T18:01:54.584124Z
   [junit4]   2> 1176107 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncWithLeaderTest_D97C1EB3E45FD153-001\tempDir-001\shard2\solr.xml
   [junit4]   2> 1176107 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1176107 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1176112 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3629f458, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1176483 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1176485 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@4f78d817[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1176491 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1edadd6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1176521 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1176521 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 1176543 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3629f458
   [junit4]   2> 1176554 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3629f458
   [junit4]   2> 1176555 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3629f458
   [junit4]   2> 1176557 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncWithLeaderTest_D97C1EB3E45FD153-001\tempDir-001\shard2\cores
   [junit4]   2> 1176557 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1176557 INFO  (coreLoadExecutor-6280-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1176595 INFO  (coreLoadExecutor-6280-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1176610 INFO  (coreLoadExecutor-6280-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1176720 INFO  (coreLoadExecutor-6280-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1176733 INFO  (coreLoadExecutor-6280-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1,
 trusted=true
   [junit4]   2> 1176733 INFO  (coreLoadExecutor-6280-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@3629f458
   [junit4]   2> 1176733 INFO  (coreLoadExecutor-6280-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.PeerSyncWithLeaderTest_D97C1EB3E45FD153-001\tempDir-001\shard2\cores\collection1\data\]
   [junit4]   2> 1176733 INFO  (coreLoadExecutor-6280-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2030953532306361]
   [junit4]   2> 1176737 WARN  (coreLoadExecutor-6280-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> 1176804 INFO  (coreLoadExecutor-6280-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1176804 INFO  (coreLoadExecutor-6280-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1176808 INFO  (coreLoadExecutor-6280-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1176808 INFO  (coreLoadExecutor-6280-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1176809 INFO  (coreLoadExecutor-6280-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=430442906, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1176813 INFO  (coreLoadExecutor-6280-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6df28100[collection1] main]
   [junit4]   2> 1176813 WARN  (coreLoadExecutor-6280-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 1176813 INFO  (coreLoadExecutor-6280-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1176814 INFO  (coreLoadExecutor-6280-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632353612244975616
   [junit4]   2> 1176815 INFO  
(searcherExecutor-6281-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6df28100[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1177319 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[D97C1EB3E45FD153]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1177322 INFO  (qtp604311900-21805) [    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> 1177325 WARN  (qtp1034554545-21826) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader no frame of reference to tell if we've missed updates
   [junit4]   2> 1177325 INFO  (qtp1034554545-21826) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={syncWithLeader=http://127.0.0.1:60945/collection1&qt=/get&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1177326 INFO  (qtp1034554545-21827) [    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> 1177327 INFO  (qtp1034554545-21827) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url= START 
leader=http://127.0.0.1:60945/collection1 nUpdates=100
   [junit4]   2> 1177331 INFO  (qtp604311900-21806) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2fd76c4d[collection1] realtime]
   [junit4]   2> 1177331 INFO  (qtp604311900-21806) [    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> 1177331 INFO  (qtp604311900-21806) [    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> 1177335 INFO  (qtp1034554545-21827) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@119143ab[collection1] realtime]
   [junit4]   2> 1177335 INFO  (qtp1034554545-21827) [    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> 1177335 INFO  (qtp1034554545-21827) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader Fingerprint comparison result: 0
   [junit4]   2> 1177335 INFO  (qtp1034554545-21827) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={syncWithLeader=http://127.0.0.1:60945/collection1&qt=/get&getVersions=100&wt=javabin&version=2}
 status=0 QTime=8
   [junit4]   2> 1177336 INFO  (qtp604311900-21808) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1632353612792332288,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1177336 INFO  (qtp604311900-21808) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@5953caaf 
commitCommandVersion:1632353612792332288
   [junit4]   2> 1177336 INFO  (qtp604311900-21808) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6bb4e97c[collection1] main]
   [junit4]   2> 1177336 INFO  (qtp604311900-21808) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1177336 INFO  
(searcherExecutor-6253-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6bb4e97c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={timestamp=1556733715806,
 java.vendor=Oracle Corporation, os=Windows 10, os.version=10.0, 
java.runtime.version=12+33, os.arch=amd64, source=flush, lucene.version=9.0.0, 
java.vm.version=12+33, 
java.version=12}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1177336 INFO  (qtp604311900-21808) [    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> 1177341 INFO  (qtp1034554545-21828) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1632353612797575168,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1177341 INFO  (qtp1034554545-21828) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@659dba3c 
commitCommandVersion:1632353612797575168
   [junit4]   2> 1177342 INFO  (qtp1034554545-21828) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@523ca773[collection1] main]
   [junit4]   2> 1177342 INFO  (qtp1034554545-21828) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1177344 INFO  
(searcherExecutor-6267-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@523ca773[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={timestamp=1556733715810,
 java.vendor=Oracle Corporation, os=Windows 10, os.version=10.0, 
java.runtime.version=12+33, os.arch=amd64, source=flush, lucene.version=9.0.0, 
java.vm.version=12+33, 
java.version=12}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1177344 INFO  (qtp1034554545-21828) [    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> 1177345 INFO  (qtp604311900-21809) [    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> 1177345 INFO  (qtp1034554545-21829) [    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> 1177348 INFO  (qtp604311900-21804) [    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> 1177350 INFO  (qtp1034554545-21830) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url= START 
leader=http://127.0.0.1:60945/collection1 nUpdates=100
   [junit4]   2> 1177353 INFO  (qtp604311900-21805) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5ac55b56[collection1] realtime]
   [junit4]   2> 1177353 INFO  (qtp604311900-21805) [    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> 1177353 INFO  (qtp604311900-21805) [    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> 1177353 INFO  (qtp1034554545-21830) [    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> 1177353 INFO  (qtp1034554545-21830) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader Fingerprint comparison result: 1
   [junit4]   2> 1177353 INFO  (qtp1034554545-21830) [    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> 1177354 INFO  (qtp604311900-21807) [    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> 1177355 INFO  (qtp604311900-21807) [    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> 1177355 INFO  (qtp1034554545-21830) [    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> 1177355 INFO  (qtp1034554545-21830) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url=  Received 2 versions 
from http://127.0.0.1:60945/collection1
   [junit4]   2> 1177355 INFO  (qtp604311900-21806) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={distrib=false&qt=/get&checkCanHandleVersionRanges=false&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1177356 INFO  (qtp1034554545-21830) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url= Requesting updates 
from http://127.0.0.1:60945/collection1 n=1 versions=2...2
   [junit4]   2> 1177357 INFO  (qtp604311900-21808) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={getUpdates=2...2&distrib=false&qt=/get&onlyIfActive=false&skipDbq=true&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1177360 INFO  (qtp1034554545-21830) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 (2)]} 0 2
   [junit4]   2> 1177362 INFO  (qtp1034554545-21830) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2b1c9264[collection1] realtime]
   [junit4]   2> 1177364 INFO  (qtp1034554545-21830) [    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> 1177364 INFO  (qtp1034554545-21830) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader Fingerprint comparison result: 0
   [junit4]   2> 1177364 INFO  (qtp1034554545-21830) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url= DONE. sync succeeded
   [junit4]   2> 1177364 INFO  (qtp1034554545-21830) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={syncWithLeader=http://127.0.0.1:60945/collection1&qt=/get&getVersions=100&wt=javabin&version=2}
 status=0 QTime=14
   [junit4]   2> 1177364 INFO  (qtp604311900-21809) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1632353612821692416,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1177366 INFO  (qtp604311900-21809) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@5953caaf 
commitCommandVersion:1632353612821692416
   [junit4]   2> 1177366 INFO  (qtp604311900-21809) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@11a959e[collection1] main]
   [junit4]   2> 1177367 INFO  (qtp604311900-21809) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1177369 INFO  
(searcherExecutor-6253-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@11a959e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={timestamp=1556733715806,
 java.vendor=Oracle Corporation, os=Windows 10, os.version=10.0, 
java.runtime.version=12+33, os.arch=amd64, source=flush, lucene.version=9.0.0, 
java.vm.version=12+33, 
java.version=12}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]) 
Uninverting(_1(9.0.0):C1:[diagnostics={timestamp=1556733715829, 
java.vendor=Oracle Corporation, os=Windows 10, os.version=10.0, 
java.runtime.version=12+33, os.arch=amd64, source=flush, lucene.version=9.0.0, 
java.vm.version=12+33, 
java.version=12}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1177369 INFO  (qtp604311900-21809) [    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 5
   [junit4]   2> 1177370 INFO  (qtp1034554545-21825) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1632353612827983872,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1177371 INFO  (qtp1034554545-21825) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@659dba3c 
commitCommandVersion:1632353612827983872
   [junit4]   2> 1177371 INFO  (qtp1034554545-21825) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@756ea415[collection1] main]
   [junit4]   2> 1177372 INFO  (qtp1034554545-21825) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1177372 INFO  
(searcherExecutor-6267-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@756ea415[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={timestamp=1556733715810,
 java.vendor=Oracle Corporation, os=Windows 10, os.version=10.0, 
java.runtime.version=12+33, os.arch=amd64, source=flush, lucene.version=9.0.0, 
java.vm.version=12+33, 
java.version=12}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]) 
Uninverting(_1(9.0.0):C1:[diagnostics={timestamp=1556733715839, 
java.vendor=Oracle Corporation, os=Windows 10, os.version=10.0, 
java.runtime.version=12+33, os.arch=amd64, source=flush, lucene.version=9.0.0, 
java.vm.version=12+33, 
java.version=12}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1177374 INFO  (qtp1034554545-21825) [    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> 1177374 INFO  (qtp604311900-21804) [    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> 1177376 INFO  (qtp1034554545-21826) [    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> 1177381 INFO  (qtp604311900-21805) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[3 (3)]} 0 3
   [junit4]   2> 1177383 INFO  (qtp604311900-21805) [    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> 1177385 INFO  (qtp604311900-21805) [    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> 1177386 INFO  (qtp604311900-21805) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[6 (6)]} 0 1
   [junit4]   2> 1177386 INFO  (qtp604311900-21805) [    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> 1177389 INFO  (qtp604311900-21805) [    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> 1177395 INFO  (qtp604311900-21805) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[9 (9)]} 0 4
   [junit4]   2> 1177396 INFO  (qtp604311900-21805) [    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> 1177397 INFO  (qtp1034554545-21827) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url= START 
leader=http://127.0.0.1:60945/collection1 nUpdates=100
   [junit4]   2> 1177403 INFO  (qtp604311900-21807) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@13130b57[collection1] realtime]
   [junit4]   2> 1177403 INFO  (qtp604311900-21807) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:6.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=10, 
maxInHash=10, versionsHash=-5671163287542876028, numVersions=10, numDocs=10, 
maxDoc=8}
   [junit4]   2> 1177403 INFO  (qtp604311900-21807) [    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=7
   [junit4]   2> 1177406 INFO  (qtp1034554545-21827) [    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> 1177406 INFO  (qtp1034554545-21827) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader Fingerprint comparison result: 1
   [junit4]   2> 1177406 INFO  (qtp1034554545-21827) [    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> 1177407 INFO  (qtp604311900-21806) [    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> 1177407 INFO  (qtp604311900-21806) [    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> 1177409 INFO  (qtp1034554545-21827) [    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> 1177409 INFO  (qtp1034554545-21827) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url=  Received 10 
versions from http://127.0.0.1:60945/collection1
   [junit4]   2> 1177409 INFO  (qtp604311900-21806) [    x:collection1] o

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

, ZookeeperStatusHandlerTest, DocValuesMissingTest, TestFiltering, 
TestCharFilters, SolrCloudReportersTest, SuggestComponentTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, BasicFunctionalityTest, 
TestFieldSortValues, SolrLogAuditLoggerPluginTest, TestJettySolrRunner, 
TestRandomRequestDistribution, LeaderElectionIntegrationTest, TestFacetMethods, 
MergeStrategyTest, TestSolrQueryParser, FieldAnalysisRequestHandlerTest, 
OpenExchangeRatesOrgProviderTest, UninvertDocValuesMergePolicyTest, 
SolrMetricReporterTest, SuggesterTSTTest, RecoveryZkTest, 
MultiSolrCloudTestCaseTest, TestExactStatsCache, RootFieldTest, 
XmlUpdateRequestHandlerTest, CloneFieldUpdateProcessorFactoryTest, 
SpellCheckCollatorWithCollapseTest, ScheduledTriggerIntegrationTest, 
PeerSyncWithLeaderAndIndexFingerprintCachingTest, TestAtomicUpdateErrorCases, 
SolrGraphiteReporterTest, ReplicaListTransformerTest, TestCryptoKeys, 
TestSolrDeletionPolicy2, TermVectorComponentTest, DirectUpdateHandlerTest, 
TestCloudSchemaless, BaseCdcrDistributedZkTest, JvmMetricsTest, ZkFailoverTest, 
TestBadConfig, TestShardHandlerFactory, MissingSegmentRecoveryTest, 
TestConfigSets, RequestHandlersTest, ZkShardTermsTest, TestIntervalFaceting, 
SolrIndexMetricsTest, TestRandomDVFaceting, URLClassifyProcessorTest, 
TestSubQueryTransformerCrossCore, LeaderFailoverAfterPartitionTest, 
TestTolerantSearch, TestMiniSolrCloudClusterSSL, TestLegacyTerms, 
TestOverriddenPrefixQueryForCustomFieldType, TestPushWriter, 
TestStressInPlaceUpdates, QueryResultKeyTest, AssignTest, 
CoreMergeIndexesAdminHandlerTest, V2ApiIntegrationTest, TestSolrCLIRunExample, 
PhrasesIdentificationComponentTest, ClusterStateTest, SolrJmxReporterTest, 
TestPhraseSuggestions, TestDynamicFieldResource, TestRTimerTree, 
AnalysisAfterCoreReloadTest, ConvertedLegacyTest, CursorPagingTest, 
DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, MinimalSchemaTest, 
SampleTest, SolrInfoBeanTest, SolrTestCaseJ4Test, 
TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, 
TestDistributedMissingSort, TestDistributedSearch, TestDocumentBuilder, 
TestGroupingSearch, TestJoin, TestSolrCoreProperties, 
ProtectedTermFilterFactoryTest, TestLuceneMatchVersion, 
TestReversedWildcardFilterFactory, TestWordDelimiterFilterFactory, 
TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerSchemaAPI, 
ConnectionReuseTest, ChaosMonkeyNothingIsSafeTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, CloudExitableDirectoryReaderTest, 
CollectionPropsTest, ConcurrentCreateRoutedAliasTest, ConnectionManagerTest, 
CreateCollectionCleanupTest, CreateRoutedAliasTest, DeleteNodeTest, 
DeleteReplicaTest, DistribJoinFromCollectionTest, DocValuesNotIndexedTest, 
ForceLeaderTest, FullSolrCloudDistribCmdsTest, HealthCheckHandlerTest, 
HttpPartitionTest, MetricsHistoryIntegrationTest, MoveReplicaTest, 
NodeMutatorTest, OverriddenZkACLAndCredentialsProvidersTest, 
PeerSyncReplicationTest, TestAuthenticationFramework, 
TestConfigSetsAPIExclusivity, TestDownShardTolerantSearch, 
TestLeaderElectionWithEmptyReplica, TestPrepRecovery, TestRebalanceLeaders, 
TestSolrCloudWithSecureImpersonation, TestStressLiveNodes, 
TestTolerantUpdateProcessorRandomCloud, TestWithCollection, ZkControllerTest, 
ZkSolrClientTest, TestLocalFSCloudBackupRestore, 
AutoAddReplicasIntegrationTest, NodeLostTriggerIntegrationTest, 
NodeMarkersRegistrationTest, RestoreTriggerStateTest, SystemLogListenerTest, 
TriggerCooldownIntegrationTest, TriggerSetPropertiesIntegrationTest, 
TestSimDistribStateManager, TestSimDistributedQueue, TestSimExtremeIndexing, 
TestSimNodeAddedTrigger, TestSimNodeLostTrigger, TestSimTriggerIntegration, 
CdcrBidirectionalTest, CdcrBootstrapTest, BlobRepositoryCloudTest, 
ExitableDirectoryReaderTest, SOLR749Test, TestBackupRepositoryFactory, 
TestCodecSupport, TestConfigOverlay, TestCoreDiscovery, TestDirectoryFactory, 
TestDynamicLoading, TestSolrIndexConfig, TestSolrXml, TestXIncludeConfig, 
TestSolrCloudSnapshots, SearchHandlerTest, TestCSVLoader, TestConfigReload, 
TestReplicationHandlerDiskOverFlow, TestSQLHandlerNonCloud, 
TestSolrConfigHandlerConcurrent, LoggingHandlerTest, 
PropertiesRequestHandlerTest, SecurityConfHandlerTest, 
SegmentsInfoRequestHandlerTest, TestConfigsApi, CustomTermsComponentTest, 
DistributedMLTComponentTest, DistributedQueryComponentOptimizationTest, 
DistributedTermsComponentTest, StatsComponentTest, 
TestDistributedStatsComponentCardinality, TestPivotHelperCode, 
TestTrackingShardHandlerFactory, TaggerTest, FastVectorHighlighterTest, 
WrapperMergePolicyFactoryTest, CheckHdfsIndexTest, TestLegacyNumericUtils, 
TestNumericRangeQuery64, RegexBytesRefFilterTest, SimpleFacetsTest, 
TestRemoteStreaming, TestStreamBody, TestUnInvertedFieldException, 
TestWriterPerf, TestMacros, SmileWriterTest, TestBinaryResponseWriter, 
TestCSVResponseWriter, TestGeoJSONResponseWriter, TestJavabinTupleStreamParser, 
TestRawResponseWriter, TestChildDocTransformer, TestSubQueryTransformer, 
TestManagedResource, TestManagedResourceStorage, TestSchemaNameResource, 
TestSchemaVersionResource, TestManagedSynonymFilterFactory, BadCopyFieldTest, 
BooleanFieldTest, CopyFieldTest, DateFieldTest, DateRangeFieldTest, 
DocValuesTest, PolyFieldTest, SchemaApiFailureTest, SynonymTokenizerTest, 
TestBinaryField, TestBulkSchemaConcurrent, TestManagedSchemaThreadSafety, 
TestOmitPositions, TestSchemaManager, TestSchemalessBufferedUpdates, 
TestSortableTextField, TestUseDocValuesAsStored, UUIDFieldTest, 
AnalyticsQueryTest, CurrencyRangeFacetCloudTest, QueryEqualityTest, 
QueryParsingTest, RankQueryTest, ReturnFieldsTest, 
SignificantTermsQParserPluginTest, SortSpecParsingTest, 
TestComplexPhraseLeadingWildcard, TestComplexPhraseQParserPlugin, TestDocSet, 
TestFilteredDocIdSet, TestHashQParserPlugin, TestPayloadCheckQParserPlugin, 
TestRandomCollapseQParserPlugin, TestRecoveryHdfs, TestSmileRequest, 
TestSolr4Spatial, TestSolrFieldCacheBean, TestSolrJ, TestSort, 
TestStandardQParsers, TestStressLucene, TestStressRecovery, TestStressReorder, 
TestStressUserVersions, TestSurroundQueryParser, TestTrieFacet, 
TestValueSourceCache, RangeFacetCloudTest, SpatialHeatmapFacetsTest, 
SortByFunctionTest, TestMinMaxOnMultiValuedField, DistanceFunctionTest, 
BlockJoinFacetRandomTest, BlockJoinFacetSimpleTest, TestCloudNestedDocsSort, 
TestScoreJoinQPScore, TestJsonRequest, TestDFISimilarityFactory, 
TestIBSimilarityFactory, TestLegacyBM25SimilarityFactory, 
TestPerFieldSimilarity, TestExactSharedStatsCache, BasicAuthIntegrationTest, 
JWTAuthPluginIntegrationTest, MultiDestinationAuditLoggerTest, 
PKIAuthenticationIntegrationTest, TestSha256AuthenticationProvider, 
TestImpersonationWithHadoopAuth, TestSolrCloudWithHadoopAuthPlugin, 
DirectSolrConnectionTest, HttpSolrCallGetCoreTest, NoCacheHeaderTest, 
SolrRequestParserTest, ConjunctionSolrSpellCheckerTest, 
DirectSolrSpellCheckerTest, FileBasedSpellCheckerTest, 
IndexBasedSpellCheckerTest, TestSuggestSpellingConverter, SuggesterFSTTest, 
TestAnalyzeInfixSuggestions, TestFreeTextSuggestions, 
TestFuzzyAnalyzedSuggestions, BufferStoreTest, HdfsDirectoryTest, 
TestDocTermOrds, TestFieldCache, TestFieldCacheReopen, 
TestFieldCacheVsDocValues, TestLegacyFieldCache, TestNumericTerms32, 
AddBlockUpdateTest, AnalysisErrorHandlingTest, DataDrivenBlockJoinTest, 
DocumentBuilderTest, MaxSizeAutoCommitTest, PeerSyncTest]
   [junit4] Completed [815/855 (2!)] on J1 in 145.47s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 20018 lines...]
-check-forbidden-all:
[forbidden-apis] Reading bundled API signatures: jdk-unsafe-11
[forbidden-apis] Reading bundled API signatures: jdk-deprecated-11
[forbidden-apis] Reading bundled API signatures: jdk-non-portable
[forbidden-apis] Reading bundled API signatures: jdk-reflection
[forbidden-apis] Reading API signatures: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\tools\forbiddenApis\base.txt
[forbidden-apis] Reading API signatures: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\tools\forbiddenApis\lucene.txt
[forbidden-apis] Loading classes to check...
[forbidden-apis] Scanning classes for violations...
[forbidden-apis] Forbidden method invocation: 
java.lang.String#format(java.lang.String,java.lang.Object[]) [Uses default 
locale]
[forbidden-apis]   in org.apache.lucene.queries.mlt.TestMoreLikeThis 
(TestMoreLikeThis.java:497)
[forbidden-apis] Scanned 239 class file(s) for forbidden API invocations (in 
0.34s), 1 error(s).

BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:634: The 
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:117: The 
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build.xml:119: The 
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:2180:
 The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:2355:
 Check for forbidden API calls failed, see log.

Total time: 108 minutes 56 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting 
ANT_1_8_2_HOME=C:\Users\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=C:\Users\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=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to