Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.2-Linux/51/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud

Error Message:
Error from server at http://127.0.0.1:36423/solr: create the collection time 
out:180s

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:36423/solr: create the collection time out:180s
        at __randomizedtesting.SeedInfo.seed([EDEAA8BC2CAEE27D]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        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.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.createMiniSolrCloudCluster(TestTolerantUpdateProcessorRandomCloud.java:111)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:874)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.HttpPartitionTest.test

Error Message:
Timeout occured while waiting response from server at: 
http://127.0.0.1:38165/collMinRf_1x3

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:38165/collMinRf_1x3
        at 
__randomizedtesting.SeedInfo.seed([EDEAA8BC2CAEE27D:65BE976682528F85]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
        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.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.HttpPartitionTest.realTimeGetDocId(HttpPartitionTest.java:617)
        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:602)
        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:559)
        at 
org.apache.solr.cloud.HttpPartitionTest.testMinRf(HttpPartitionTest.java:250)
        at 
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:126)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        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:111)
        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:542)
        ... 49 more




Build Log:
[...truncated 12294 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_EDEAA8BC2CAEE27D-001/init-core-data-001
   [junit4]   2> 476726 WARN  
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[EDEAA8BC2CAEE27D]-worker) [ 
   ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 476726 INFO  
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[EDEAA8BC2CAEE27D]-worker) [ 
   ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 476727 INFO  
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[EDEAA8BC2CAEE27D]-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-9182
 - causes OOM)
   [junit4]   2> 476727 INFO  
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[EDEAA8BC2CAEE27D]-worker) [ 
   ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 476727 INFO  
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[EDEAA8BC2CAEE27D]-worker) [ 
   ] o.a.s.c.TestTolerantUpdateProcessorRandomCloud Configuring cluster: 
servers=5, shards=2, repfactor=2
   [junit4]   2> 476727 INFO  
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[EDEAA8BC2CAEE27D]-worker) [ 
   ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_EDEAA8BC2CAEE27D-001/tempDir-001
   [junit4]   2> 476727 INFO  
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[EDEAA8BC2CAEE27D]-worker) [ 
   ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 476727 INFO  (Thread-810) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 476727 INFO  (Thread-810) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 476728 ERROR (Thread-810) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 476827 INFO  
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[EDEAA8BC2CAEE27D]-worker) [ 
   ] o.a.s.c.ZkTestServer start zk server on port:34663
   [junit4]   2> 476829 INFO  (zkConnectionManagerCallback-1064-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 476832 INFO  (jetty-launcher-1061-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 476832 INFO  (jetty-launcher-1061-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 476832 INFO  (jetty-launcher-1061-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 476832 INFO  (jetty-launcher-1061-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 476832 INFO  (jetty-launcher-1061-thread-5) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 476838 INFO  (jetty-launcher-1061-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@23c73008{/solr,null,AVAILABLE}
   [junit4]   2> 476838 INFO  (jetty-launcher-1061-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@78ccbca9{/solr,null,AVAILABLE}
   [junit4]   2> 476839 INFO  (jetty-launcher-1061-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@688cb102{/solr,null,AVAILABLE}
   [junit4]   2> 476839 INFO  (jetty-launcher-1061-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6fe64ed{/solr,null,AVAILABLE}
   [junit4]   2> 476839 INFO  (jetty-launcher-1061-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3a5b812d{/solr,null,AVAILABLE}
   [junit4]   2> 476845 INFO  (jetty-launcher-1061-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7ff5ebe5{HTTP/1.1,[http/1.1]}{127.0.0.1:38069}
   [junit4]   2> 476845 INFO  (jetty-launcher-1061-thread-3) [    ] 
o.e.j.s.Server Started @478605ms
   [junit4]   2> 476845 INFO  (jetty-launcher-1061-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38069}
   [junit4]   2> 476845 INFO  (jetty-launcher-1061-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@33497ccf{HTTP/1.1,[http/1.1]}{127.0.0.1:42643}
   [junit4]   2> 476845 INFO  (jetty-launcher-1061-thread-1) [    ] 
o.e.j.s.Server Started @478605ms
   [junit4]   2> 476845 INFO  (jetty-launcher-1061-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42643}
   [junit4]   2> 476846 ERROR (jetty-launcher-1061-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 476846 ERROR (jetty-launcher-1061-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 476846 INFO  (jetty-launcher-1061-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 476846 INFO  (jetty-launcher-1061-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 476846 INFO  (jetty-launcher-1061-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 476846 INFO  (jetty-launcher-1061-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 476846 INFO  (jetty-launcher-1061-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 476846 INFO  (jetty-launcher-1061-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 476846 INFO  (jetty-launcher-1061-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-12T14:18:12.482Z
   [junit4]   2> 476846 INFO  (jetty-launcher-1061-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-12T14:18:12.482Z
   [junit4]   2> 476847 INFO  (jetty-launcher-1061-thread-5) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@38e289dd{HTTP/1.1,[http/1.1]}{127.0.0.1:36423}
   [junit4]   2> 476847 INFO  (jetty-launcher-1061-thread-5) [    ] 
o.e.j.s.Server Started @478607ms
   [junit4]   2> 476847 INFO  (jetty-launcher-1061-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36423}
   [junit4]   2> 476847 INFO  (jetty-launcher-1061-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@39698755{HTTP/1.1,[http/1.1]}{127.0.0.1:38039}
   [junit4]   2> 476847 INFO  (jetty-launcher-1061-thread-2) [    ] 
o.e.j.s.Server Started @478607ms
   [junit4]   2> 476847 INFO  (jetty-launcher-1061-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38039}
   [junit4]   2> 476847 ERROR (jetty-launcher-1061-thread-5) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 476847 ERROR (jetty-launcher-1061-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 476847 INFO  (jetty-launcher-1061-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 476847 INFO  (jetty-launcher-1061-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 476847 INFO  (jetty-launcher-1061-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 476847 INFO  (jetty-launcher-1061-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 476847 INFO  (jetty-launcher-1061-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 476847 INFO  (jetty-launcher-1061-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 476847 INFO  (jetty-launcher-1061-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@396f738{HTTP/1.1,[http/1.1]}{127.0.0.1:33545}
   [junit4]   2> 476847 INFO  (jetty-launcher-1061-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-12T14:18:12.483Z
   [junit4]   2> 476847 INFO  (jetty-launcher-1061-thread-4) [    ] 
o.e.j.s.Server Started @478607ms
   [junit4]   2> 476847 INFO  (jetty-launcher-1061-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-12T14:18:12.483Z
   [junit4]   2> 476847 INFO  (jetty-launcher-1061-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33545}
   [junit4]   2> 476847 ERROR (jetty-launcher-1061-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 476848 INFO  (jetty-launcher-1061-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 476848 INFO  (jetty-launcher-1061-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 476848 INFO  (jetty-launcher-1061-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 476848 INFO  (jetty-launcher-1061-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-12T14:18:12.484Z
   [junit4]   2> 476851 INFO  (zkConnectionManagerCallback-1068-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 476852 INFO  (jetty-launcher-1061-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 476853 INFO  (zkConnectionManagerCallback-1067-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 476854 INFO  (zkConnectionManagerCallback-1070-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 476854 INFO  (jetty-launcher-1061-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 476854 INFO  (zkConnectionManagerCallback-1074-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 476855 INFO  (jetty-launcher-1061-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 476856 INFO  (zkConnectionManagerCallback-1072-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 476856 INFO  (jetty-launcher-1061-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 476859 INFO  (jetty-launcher-1061-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34663/solr
   [junit4]   2> 476859 INFO  (jetty-launcher-1061-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 476861 INFO  (jetty-launcher-1061-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34663/solr
   [junit4]   2> 476861 INFO  (jetty-launcher-1061-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34663/solr
   [junit4]   2> 476868 INFO  (jetty-launcher-1061-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34663/solr
   [junit4]   2> 476869 INFO  (zkConnectionManagerCallback-1078-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 476872 INFO  (zkConnectionManagerCallback-1084-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 476872 INFO  (zkConnectionManagerCallback-1087-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 476878 INFO  (zkConnectionManagerCallback-1090-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 476879 INFO  (jetty-launcher-1061-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34663/solr
   [junit4]   2> 476884 INFO  
(zkConnectionManagerCallback-1092-thread-1-processing-n:127.0.0.1:42643_solr) 
[n:127.0.0.1:42643_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 476884 INFO  
(zkConnectionManagerCallback-1094-thread-1-processing-n:127.0.0.1:38069_solr) 
[n:127.0.0.1:38069_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 476884 INFO  
(zkConnectionManagerCallback-1096-thread-1-processing-n:127.0.0.1:33545_solr) 
[n:127.0.0.1:33545_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 476888 INFO  (zkConnectionManagerCallback-1100-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 476892 INFO  
(zkConnectionManagerCallback-1102-thread-1-processing-n:127.0.0.1:38039_solr) 
[n:127.0.0.1:38039_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 476896 INFO  (jetty-launcher-1061-thread-2) 
[n:127.0.0.1:38039_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 476897 INFO  (jetty-launcher-1061-thread-2) 
[n:127.0.0.1:38039_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:38039_solr
   [junit4]   2> 476897 INFO  (jetty-launcher-1061-thread-2) 
[n:127.0.0.1:38039_solr    ] o.a.s.c.Overseer Overseer 
(id=99161754328367118-127.0.0.1:38039_solr-n_0000000000) starting
   [junit4]   2> 476912 INFO  
(zkConnectionManagerCallback-1107-thread-1-processing-n:127.0.0.1:36423_solr) 
[n:127.0.0.1:36423_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 476912 INFO  (jetty-launcher-1061-thread-2) 
[n:127.0.0.1:38039_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38039_solr
   [junit4]   2> 476915 INFO  (jetty-launcher-1061-thread-5) 
[n:127.0.0.1:36423_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 476915 INFO  (jetty-launcher-1061-thread-5) 
[n:127.0.0.1:36423_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 476916 INFO  
(zkCallback-1101-thread-1-processing-n:127.0.0.1:38039_solr) 
[n:127.0.0.1:38039_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 476920 INFO  (jetty-launcher-1061-thread-5) 
[n:127.0.0.1:36423_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36423_solr
   [junit4]   2> 476924 INFO  (jetty-launcher-1061-thread-4) 
[n:127.0.0.1:33545_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 476925 INFO  (jetty-launcher-1061-thread-3) 
[n:127.0.0.1:38069_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 476925 INFO  (jetty-launcher-1061-thread-4) 
[n:127.0.0.1:33545_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 476926 INFO  (jetty-launcher-1061-thread-3) 
[n:127.0.0.1:38069_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 476926 INFO  (jetty-launcher-1061-thread-4) 
[n:127.0.0.1:33545_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33545_solr
   [junit4]   2> 476928 INFO  
(zkCallback-1106-thread-1-processing-n:127.0.0.1:36423_solr) 
[n:127.0.0.1:36423_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (3)
   [junit4]   2> 476928 INFO  
(zkCallback-1095-thread-1-processing-n:127.0.0.1:33545_solr) 
[n:127.0.0.1:33545_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 476928 INFO  
(zkCallback-1093-thread-1-processing-n:127.0.0.1:38069_solr) 
[n:127.0.0.1:38069_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 476929 INFO  (jetty-launcher-1061-thread-3) 
[n:127.0.0.1:38069_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38069_solr
   [junit4]   2> 476932 INFO  
(zkCallback-1101-thread-2-processing-n:127.0.0.1:38039_solr) 
[n:127.0.0.1:38039_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (4)
   [junit4]   2> 476933 INFO  
(zkCallback-1106-thread-1-processing-n:127.0.0.1:36423_solr) 
[n:127.0.0.1:36423_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 476933 INFO  
(zkCallback-1095-thread-1-processing-n:127.0.0.1:33545_solr) 
[n:127.0.0.1:33545_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 476933 INFO  
(zkCallback-1093-thread-1-processing-n:127.0.0.1:38069_solr) 
[n:127.0.0.1:38069_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 476934 INFO  (jetty-launcher-1061-thread-1) 
[n:127.0.0.1:42643_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 476935 INFO  (jetty-launcher-1061-thread-1) 
[n:127.0.0.1:42643_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 476939 INFO  (jetty-launcher-1061-thread-1) 
[n:127.0.0.1:42643_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42643_solr
   [junit4]   2> 476944 INFO  
(zkCallback-1093-thread-1-processing-n:127.0.0.1:38069_solr) 
[n:127.0.0.1:38069_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 476944 INFO  
(zkCallback-1106-thread-1-processing-n:127.0.0.1:36423_solr) 
[n:127.0.0.1:36423_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 476944 INFO  
(zkCallback-1095-thread-1-processing-n:127.0.0.1:33545_solr) 
[n:127.0.0.1:33545_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 476944 INFO  
(zkCallback-1101-thread-1-processing-n:127.0.0.1:38039_solr) 
[n:127.0.0.1:38039_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 476951 INFO  
(zkCallback-1091-thread-1-processing-n:127.0.0.1:42643_solr) 
[n:127.0.0.1:42643_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 476955 INFO  (jetty-launcher-1061-thread-2) 
[n:127.0.0.1:38039_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38039.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@206881a2
   [junit4]   2> 476962 INFO  (jetty-launcher-1061-thread-2) 
[n:127.0.0.1:38039_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38039.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@206881a2
   [junit4]   2> 476962 INFO  (jetty-launcher-1061-thread-2) 
[n:127.0.0.1:38039_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38039.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@206881a2
   [junit4]   2> 476963 INFO  (jetty-launcher-1061-thread-5) 
[n:127.0.0.1:36423_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36423.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@206881a2
   [junit4]   2> 476963 INFO  (jetty-launcher-1061-thread-2) 
[n:127.0.0.1:38039_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_EDEAA8BC2CAEE27D-001/tempDir-001/node2/.
   [junit4]   2> 476970 INFO  (jetty-launcher-1061-thread-5) 
[n:127.0.0.1:36423_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36423.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@206881a2
   [junit4]   2> 476971 INFO  (jetty-launcher-1061-thread-5) 
[n:127.0.0.1:36423_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36423.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@206881a2
   [junit4]   2> 476972 INFO  (jetty-launcher-1061-thread-5) 
[n:127.0.0.1:36423_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_EDEAA8BC2CAEE27D-001/tempDir-001/node5/.
   [junit4]   2> 476976 INFO  (jetty-launcher-1061-thread-3) 
[n:127.0.0.1:38069_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38069.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@206881a2
   [junit4]   2> 476980 INFO  (jetty-launcher-1061-thread-4) 
[n:127.0.0.1:33545_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33545.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@206881a2
   [junit4]   2> 476984 INFO  (jetty-launcher-1061-thread-3) 
[n:127.0.0.1:38069_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38069.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@206881a2
   [junit4]   2> 476984 INFO  (jetty-launcher-1061-thread-3) 
[n:127.0.0.1:38069_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38069.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@206881a2
   [junit4]   2> 476985 INFO  (jetty-launcher-1061-thread-4) 
[n:127.0.0.1:33545_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33545.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@206881a2
   [junit4]   2> 476985 INFO  (jetty-launcher-1061-thread-3) 
[n:127.0.0.1:38069_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_EDEAA8BC2CAEE27D-001/tempDir-001/node3/.
   [junit4]   2> 476985 INFO  (jetty-launcher-1061-thread-4) 
[n:127.0.0.1:33545_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33545.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@206881a2
   [junit4]   2> 476986 INFO  (jetty-launcher-1061-thread-4) 
[n:127.0.0.1:33545_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_EDEAA8BC2CAEE27D-001/tempDir-001/node4/.
   [junit4]   2> 477085 INFO  (jetty-launcher-1061-thread-1) 
[n:127.0.0.1:42643_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42643.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@206881a2
   [junit4]   2> 477089 INFO  (jetty-launcher-1061-thread-1) 
[n:127.0.0.1:42643_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42643.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@206881a2
   [junit4]   2> 477090 INFO  (jetty-launcher-1061-thread-1) 
[n:127.0.0.1:42643_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42643.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@206881a2
   [junit4]   2> 477090 INFO  (jetty-launcher-1061-thread-1) 
[n:127.0.0.1:42643_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_EDEAA8BC2CAEE27D-001/tempDir-001/node1/.
   [junit4]   2> 477115 INFO  (zkConnectionManagerCallback-1112-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 477118 INFO  (zkConnectionManagerCallback-1116-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 477118 INFO  
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[EDEAA8BC2CAEE27D]-worker) [ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 477119 INFO  
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[EDEAA8BC2CAEE27D]-worker) [ 
   ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34663/solr 
ready
   [junit4]   2> 477229 INFO  (qtp903397547-4253) [n:127.0.0.1:36423_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&property.config=solrconfig-distrib-update-processor-chains.xml&property.schema=schema15.xml&collection.configName=solrCloudCollectionConfig&name=test_col&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 477231 INFO  
(OverseerThreadFactory-1973-thread-1-processing-n:127.0.0.1:38039_solr) 
[n:127.0.0.1:38039_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
test_col
   [junit4]   2> 477334 INFO  
(OverseerStateUpdate-99161754328367118-127.0.0.1:38039_solr-n_0000000000) 
[n:127.0.0.1:38039_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_col_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42643/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 477335 INFO  
(OverseerStateUpdate-99161754328367118-127.0.0.1:38039_solr-n_0000000000) 
[n:127.0.0.1:38039_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_col_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33545/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 477335 INFO  
(OverseerStateUpdate-99161754328367118-127.0.0.1:38039_solr-n_0000000000) 
[n:127.0.0.1:38039_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_col_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36423/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 477336 INFO  
(OverseerStateUpdate-99161754328367118-127.0.0.1:38039_solr-n_0000000000) 
[n:127.0.0.1:38039_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_col_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38039/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 477540 INFO  (qtp903397547-4260) [n:127.0.0.1:36423_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-distrib-update-processor-chains.xml&property.schema=schema15.xml&coreNodeName=core_node7&name=test_col_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 477540 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-distrib-update-processor-chains.xml&property.schema=schema15.xml&coreNodeName=core_node8&name=test_col_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 477541 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 477541 INFO  (qtp903397547-4260) [n:127.0.0.1:36423_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 477542 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-distrib-update-processor-chains.xml&property.schema=schema15.xml&coreNodeName=core_node5&name=test_col_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 477542 INFO  (qtp1098386416-4259) [n:127.0.0.1:42643_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-distrib-update-processor-chains.xml&property.schema=schema15.xml&coreNodeName=core_node3&name=test_col_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 477543 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 477543 INFO  (qtp1098386416-4259) [n:127.0.0.1:42643_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 477651 INFO  
(zkCallback-1095-thread-1-processing-n:127.0.0.1:33545_solr) 
[n:127.0.0.1:33545_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [5])
   [junit4]   2> 477651 INFO  
(zkCallback-1106-thread-1-processing-n:127.0.0.1:36423_solr) 
[n:127.0.0.1:36423_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [5])
   [junit4]   2> 477651 INFO  
(zkCallback-1101-thread-2-processing-n:127.0.0.1:38039_solr) 
[n:127.0.0.1:38039_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [5])
   [junit4]   2> 477651 INFO  
(zkCallback-1101-thread-1-processing-n:127.0.0.1:38039_solr) 
[n:127.0.0.1:38039_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [5])
   [junit4]   2> 477652 INFO  
(zkCallback-1091-thread-1-processing-n:127.0.0.1:42643_solr) 
[n:127.0.0.1:42643_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [5])
   [junit4]   2> 477652 INFO  
(zkCallback-1106-thread-2-processing-n:127.0.0.1:36423_solr) 
[n:127.0.0.1:36423_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [5])
   [junit4]   2> 477652 INFO  
(zkCallback-1095-thread-2-processing-n:127.0.0.1:33545_solr) 
[n:127.0.0.1:33545_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [5])
   [junit4]   2> 477652 INFO  
(zkCallback-1091-thread-2-processing-n:127.0.0.1:42643_solr) 
[n:127.0.0.1:42643_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [5])
   [junit4]   2> 478567 INFO  (qtp903397547-4260) [n:127.0.0.1:36423_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 478568 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 478570 INFO  (qtp1098386416-4259) [n:127.0.0.1:42643_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 478582 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 478583 INFO  (qtp903397547-4260) [n:127.0.0.1:36423_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but 
managed schema resource managed-schema not found - loading non-managed schema 
schema15.xml instead
   [junit4]   2> 478585 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but 
managed schema resource managed-schema not found - loading non-managed schema 
schema15.xml instead
   [junit4]   2> 478587 INFO  (qtp903397547-4260) [n:127.0.0.1:36423_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.s.IndexSchema [test_col_shard2_replica_n4] Schema name=test
   [junit4]   2> 478587 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but 
managed schema resource managed-schema not found - loading non-managed schema 
schema15.xml instead
   [junit4]   2> 478588 INFO  (qtp1098386416-4259) [n:127.0.0.1:42643_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but 
managed schema resource managed-schema not found - loading non-managed schema 
schema15.xml instead
   [junit4]   2> 478588 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.s.IndexSchema [test_col_shard2_replica_n6] Schema name=test
   [junit4]   2> 478592 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.s.IndexSchema [test_col_shard1_replica_n2] Schema name=test
   [junit4]   2> 478592 INFO  (qtp1098386416-4259) [n:127.0.0.1:42643_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.s.IndexSchema [test_col_shard1_replica_n1] Schema name=test
   [junit4]   2> 478680 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 478688 INFO  (qtp903397547-4260) [n:127.0.0.1:36423_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 478690 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/solrCloudCollectionConfig/managed-schema
   [junit4]   2> 478691 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in 
ZooKeeper, renamed the non-managed schema 
/configs/solrCloudCollectionConfig/schema15.xml to 
/configs/solrCloudCollectionConfig/schema15.xml.bak
   [junit4]   2> 478691 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard2_replica_n6' using 
configuration from collection test_col, trusted=true
   [junit4]   2> 478692 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38039.solr.core.test_col.shard2.replica_n6' (registry 
'solr.core.test_col.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@206881a2
   [junit4]   2> 478692 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 478692 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.SolrCore 
[[test_col_shard2_replica_n6] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_EDEAA8BC2CAEE27D-001/tempDir-001/node2/test_col_shard2_replica_n6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_EDEAA8BC2CAEE27D-001/tempDir-001/node2/./test_col_shard2_replica_n6/data/]
   [junit4]   2> 478714 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=74.7197265625, 
floorSegmentMB=0.3134765625, forceMergeDeletesPctAllowed=1.192042373331269, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 478718 INFO  (qtp903397547-4260) [n:127.0.0.1:36423_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.s.ManagedIndexSchema Managed schema znode at 
/configs/solrCloudCollectionConfig/managed-schema already exists - no need to 
create it
   [junit4]   2> 478719 INFO  (qtp903397547-4260) [n:127.0.0.1:36423_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in 
ZooKeeper, the non-managed schema 
/configs/solrCloudCollectionConfig/schema15.xml no longer exists.
   [junit4]   2> 478719 INFO  (qtp903397547-4260) [n:127.0.0.1:36423_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard2_replica_n4' using 
configuration from collection test_col, trusted=true
   [junit4]   2> 478719 INFO  (qtp903397547-4260) [n:127.0.0.1:36423_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36423.solr.core.test_col.shard2.replica_n4' (registry 
'solr.core.test_col.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@206881a2
   [junit4]   2> 478719 INFO  (qtp903397547-4260) [n:127.0.0.1:36423_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 478719 INFO  (qtp903397547-4260) [n:127.0.0.1:36423_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.SolrCore 
[[test_col_shard2_replica_n4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_EDEAA8BC2CAEE27D-001/tempDir-001/node5/test_col_shard2_replica_n4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_EDEAA8BC2CAEE27D-001/tempDir-001/node5/./test_col_shard2_replica_n4/data/]
   [junit4]   2> 478720 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 478721 INFO  (qtp903397547-4260) [n:127.0.0.1:36423_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=74.7197265625, 
floorSegmentMB=0.3134765625, forceMergeDeletesPctAllowed=1.192042373331269, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 478731 INFO  (qtp1098386416-4259) [n:127.0.0.1:42643_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 478731 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.s.ManagedIndexSchema Managed schema znode at 
/configs/solrCloudCollectionConfig/managed-schema already exists - no need to 
create it
   [junit4]   2> 478731 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in 
ZooKeeper, the non-managed schema 
/configs/solrCloudCollectionConfig/schema15.xml no longer exists.
   [junit4]   2> 478731 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard1_replica_n2' using 
configuration from collection test_col, trusted=true
   [junit4]   2> 478732 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33545.solr.core.test_col.shard1.replica_n2' (registry 
'solr.core.test_col.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@206881a2
   [junit4]   2> 478732 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 478732 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SolrCore 
[[test_col_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_EDEAA8BC2CAEE27D-001/tempDir-001/node4/test_col_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_EDEAA8BC2CAEE27D-001/tempDir-001/node4/./test_col_shard1_replica_n2/data/]
   [junit4]   2> 478734 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=74.7197265625, 
floorSegmentMB=0.3134765625, forceMergeDeletesPctAllowed=1.192042373331269, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 478745 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 478745 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 478746 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 478746 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 478748 INFO  (qtp1098386416-4259) [n:127.0.0.1:42643_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchema Managed schema znode at 
/configs/solrCloudCollectionConfig/managed-schema already exists - no need to 
create it
   [junit4]   2> 478748 INFO  (qtp1098386416-4259) [n:127.0.0.1:42643_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in 
ZooKeeper, the non-managed schema 
/configs/solrCloudCollectionConfig/schema15.xml no longer exists.
   [junit4]   2> 478748 INFO  (qtp1098386416-4259) [n:127.0.0.1:42643_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard1_replica_n1' using 
configuration from collection test_col, trusted=true
   [junit4]   2> 478749 INFO  (qtp1098386416-4259) [n:127.0.0.1:42643_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42643.solr.core.test_col.shard1.replica_n1' (registry 
'solr.core.test_col.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@206881a2
   [junit4]   2> 478749 INFO  (qtp1098386416-4259) [n:127.0.0.1:42643_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 478749 INFO  (qtp1098386416-4259) [n:127.0.0.1:42643_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SolrCore 
[[test_col_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_EDEAA8BC2CAEE27D-001/tempDir-001/node1/test_col_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_EDEAA8BC2CAEE27D-001/tempDir-001/node1/./test_col_shard1_replica_n1/data/]
   [junit4]   2> 478751 INFO  (qtp1098386416-4259) [n:127.0.0.1:42643_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=74.7197265625, 
floorSegmentMB=0.3134765625, forceMergeDeletesPctAllowed=1.192042373331269, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 478754 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 478756 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5a0676f8[test_col_shard2_replica_n6] main]
   [junit4]   2> 478756 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/solrCloudCollectionConfig
   [junit4]   2> 478756 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 478756 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/solrCloudCollectionConfig/managed-schema
   [junit4]   2> 478757 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 478757 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1586588071381434368
   [junit4]   2> 478758 INFO  (qtp903397547-4260) [n:127.0.0.1:36423_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 478758 INFO  (qtp903397547-4260) [n:127.0.0.1:36423_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 478759 INFO  
(searcherExecutor-1984-thread-1-processing-n:127.0.0.1:38039_solr 
x:test_col_shard2_replica_n6 s:shard2 c:test_col r:core_node8) 
[n:127.0.0.1:38039_solr c:test_col s:shard2 r:core_node8 
x:test_col_shard2_replica_n6] o.a.s.c.SolrCore [test_col_shard2_replica_n6] 
Registered new searcher Searcher@5a0676f8[test_col_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 478759 INFO  (qtp903397547-4260) [n:127.0.0.1:36423_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 478759 INFO  (qtp903397547-4260) [n:127.0.0.1:36423_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 478760 INFO  (qtp903397547-4260) [n:127.0.0.1:36423_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 478761 INFO  (qtp903397547-4260) [n:127.0.0.1:36423_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@21938a61[test_col_shard2_replica_n4] main]
   [junit4]   2> 478761 INFO  (qtp903397547-4260) [n:127.0.0.1:36423_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/solrCloudCollectionConfig
   [junit4]   2> 478762 INFO  (qtp903397547-4260) [n:127.0.0.1:36423_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 478762 INFO  (qtp903397547-4260) [n:127.0.0.1:36423_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/solrCloudCollectionConfig/managed-schema
   [junit4]   2> 478762 INFO  (qtp903397547-4260) [n:127.0.0.1:36423_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.s.ZkIndexSchemaReader Retrieved schema version 0 from ZooKeeper
   [junit4]   2> 478763 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 478766 INFO  (qtp903397547-4260) [n:127.0.0.1:36423_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.s.IndexSchema [test_col_shard2_replica_n4] Schema name=test
   [junit4]   2> 478769 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 478769 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 478770 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 478770 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 478772 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 478772 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@73200dbd[test_col_shard1_replica_n2] main]
   [junit4]   2> 478772 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/solrCloudCollectionConfig
   [junit4]   2> 478773 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 478773 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/solrCloudCollectionConfig/managed-schema
   [junit4]   2> 478773 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.s.ZkIndexSchemaReader Retrieved schema version 0 from ZooKeeper
   [junit4]   2> 478786 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.s.IndexSchema [test_col_shard1_replica_n2] Schema name=test
   [junit4]   2> 478796 INFO  (qtp1098386416-4259) [n:127.0.0.1:42643_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 478796 INFO  (qtp1098386416-4259) [n:127.0.0.1:42643_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 478797 INFO  (qtp1098386416-4259) [n:127.0.0.1:42643_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 478797 INFO  (qtp1098386416-4259) [n:127.0.0.1:42643_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 478798 INFO  (qtp1098386416-4259) [n:127.0.0.1:42643_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 478798 INFO  (qtp1098386416-4259) [n:127.0.0.1:42643_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@587f1f18[test_col_shard1_replica_n1] main]
   [junit4]   2> 478860 INFO  (qtp1098386416-4259) [n:127.0.0.1:42643_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/solrCloudCollectionConfig
   [junit4]   2> 478860 INFO  (qtp1098386416-4259) [n:127.0.0.1:42643_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 478860 INFO  (qtp1098386416-4259) [n:127.0.0.1:42643_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/solrCloudCollectionConfig/managed-schema
   [junit4]   2> 478861 INFO  (qtp1098386416-4259) [n:127.0.0.1:42643_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Retrieved schema version 0 from ZooKeeper
   [junit4]   2> 478864 INFO  (qtp1098386416-4259) [n:127.0.0.1:42643_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.s.IndexSchema [test_col_shard1_replica_n1] Schema name=test
   [junit4]   2> 478883 INFO  (qtp903397547-4260) [n:127.0.0.1:36423_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 478932 INFO  (qtp903397547-4260) [n:127.0.0.1:36423_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 169 ms
   [junit4]   2> 478932 INFO  (qtp903397547-4260) [n:127.0.0.1:36423_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1586588071564935168
   [junit4]   2> 478933 INFO  
(searcherExecutor-1985-thread-1-processing-n:127.0.0.1:36423_solr 
x:test_col_shard2_replica_n4 s:shard2 c:test_col r:core_node7) 
[n:127.0.0.1:36423_solr c:test_col s:shard2 r:core_node7 
x:test_col_shard2_replica_n4] o.a.s.c.SolrCore [test_col_shard2_replica_n4] 
Registered new searcher Searcher@21938a61[test_col_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 478941 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 478956 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 172 ms
   [junit4]   2> 478957 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1586588071591149568
   [junit4]   2> 478957 INFO  
(searcherExecutor-1986-thread-1-processing-n:127.0.0.1:33545_solr 
x:test_col_shard1_replica_n2 s:shard1 c:test_col r:core_node5) 
[n:127.0.0.1:33545_solr c:test_col s:shard1 r:core_node5 
x:test_col_shard1_replica_n2] o.a.s.c.SolrCore [test_col_shard1_replica_n2] 
Registered new searcher Searcher@73200dbd[test_col_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 478962 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 478966 INFO  (qtp1098386416-4259) [n:127.0.0.1:42643_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 478974 INFO  (qtp1098386416-4259) [n:127.0.0.1:42643_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 113 ms
   [junit4]   2> 478975 INFO  (qtp1098386416-4259) [n:127.0.0.1:42643_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1586588071610023936
   [junit4]   2> 478976 INFO  
(searcherExecutor-1990-thread-1-processing-n:127.0.0.1:42643_solr 
x:test_col_shard1_replica_n1 s:shard1 c:test_col r:core_node3) 
[n:127.0.0.1:42643_solr c:test_col s:shard1 r:core_node3 
x:test_col_shard1_replica_n1] o.a.s.c.SolrCore [test_col_shard1_replica_n1] 
Registered new searcher Searcher@587f1f18[test_col_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 479263 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 479263 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 479263 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:38039/solr/test_col_shard2_replica_n6/
   [junit4]   2> 479263 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.PeerSync 
PeerSync: core=test_col_shard2_replica_n6 url=http://127.0.0.1:38039/solr START 
replicas=[http://127.0.0.1:36423/solr/test_col_shard2_replica_n4/] nUpdates=100
   [junit4]   2> 479265 INFO  (qtp903397547-4239) [n:127.0.0.1:36423_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.c.S.Request [test_col_shard2_replica_n4]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 479463 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 479463 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 479463 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:33545/solr/test_col_shard1_replica_n2/
   [junit4]   2> 479463 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.PeerSync 
PeerSync: core=test_col_shard1_replica_n2 url=http://127.0.0.1:33545/solr START 
replicas=[http://127.0.0.1:42643/solr/test_col_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 479465 INFO  (qtp1098386416-4270) [n:127.0.0.1:42643_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.c.S.Request [test_col_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 479564 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.PeerSync 
PeerSync: core=test_col_shard2_replica_n6 url=http://127.0.0.1:38039/solr DONE. 
 We have no versions.  sync failed.
   [junit4]   2> 479564 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 479564 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 479564 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 479566 INFO  (qtp2029765818-4263) [n:127.0.0.1:38039_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38039/solr/test_col_shard2_replica_n6/ shard2
   [junit4]   2> 479763 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.PeerSync 
PeerSync: core=test_col_shard1_replica_n2 url=http://127.0.0.1:33545/solr DONE. 
 We have no versions.  sync failed.
   [junit4]   2> 479763 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 479764 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 479764 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 479765 INFO  (qtp796156726-4265) [n:127.0.0.1:33545_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:33545/solr/test_col_shard1_replica_n2/ shard1
   [junit4]   2> 657232 ERROR (qtp903397547-4253) [n:127.0.0.1:36423_solr    ] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: create the 
collection time out:180s
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:314)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:246)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:224)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 657232 INFO  (qtp903397547-4253) [n:127.0.0.1:36423_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&property.config=solrconfig-distrib-update-processor-chains.xml&property.schema=schema15.xml&collection.configName=solrCloudCollectionConfig&name=test_col&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2}
 status=500 QTime=180003
   [junit4]   2> 657232 ERROR (qtp903397547-4253) [n:127.0.0.1:36423_solr    ] 
o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException: create the 
collection time out:180s
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:314)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:246)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:224)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 657234 INFO  (jetty-closer-1062-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@7ff5ebe5{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 657234 INFO  (jetty-closer-1062-thread-4) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@396f738{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 657234 INFO  (jetty-closer-1062-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@39698755{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 657234 INFO  (jetty-closer-1062-thread-3) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@38e289dd{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 657234 INFO  (jetty-closer-1062-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=52956919
   [junit4]   2> 657234 INFO  (jetty-closer-1062-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1999411555
   [junit4]   2> 657235 INFO  (jetty-closer-1062-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 657234 INFO  (jetty-closer-1062-thread-4) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1826125009
   [junit4]   2> 657235 INFO  (jetty-closer-1062-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 657235 INFO  (jetty-closer-1062-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4706855f: rootName = 
solr_38039, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@536b0d4e
   [junit4]   2> 657235 INFO  (jetty-closer-1062-thread-4) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 657235 INFO  (jetty-closer-1062-thread-4) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@64d97fbf: rootName = 
solr_33545, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@213f4508
   [junit4]   2> 657234 ERROR 
(OverseerThreadFactory-1973-thread-1-processing-n:127.0.0.1:38039_solr) 
[n:127.0.0.1:38039_solr    ] o.a.s.c.OverseerCollectionMessageHandler Error 
from shard: http://127.0.0.1:36423/solr
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: IOException 
occured when talking to server at: http://127.0.0.1:36423/solr
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2>        at 
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.http.NoHttpResponseException: 
127.0.0.1:36423 failed to respond
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]   2>        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]   2>        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]   2>        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]   2>        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]   2>        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]   2>        at 
org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:118)
   [ju

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

DEAA8BC2CAEE27D]) [    ] o.a.s.c.SocketProxy Closing 5 connections to: 
http://127.0.0.1:38165/, target: http://127.0.0.1:45397/
   [junit4]   2> 2854743 WARN  
(TEST-HttpPartitionTest.test-seed#[EDEAA8BC2CAEE27D]) [    ] 
o.a.s.c.SocketProxy Closing 3 connections to: http://127.0.0.1:45335/, target: 
http://127.0.0.1:42539/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionTest 
-Dtests.method=test -Dtests.seed=EDEAA8BC2CAEE27D -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=ar-SA -Dtests.timezone=Indian/Comoro 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR    660s J1 | HttpPartitionTest.test <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:38165/collMinRf_1x3
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([EDEAA8BC2CAEE27D:65BE976682528F85]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.realTimeGetDocId(HttpPartitionTest.java:617)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:602)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:559)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.testMinRf(HttpPartitionTest.java:250)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:126)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    >        at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    >        at 
java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    >        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    >        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    >        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]    >        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    >        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]    >        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
   [junit4]    >        ... 49 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_EDEAA8BC2CAEE27D-001
   [junit4]   2> NOTE: test params are: 
codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=8, maxDocsPerChunk=518, blockSize=772), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=8, blockSize=772)), sim=RandomSimilarity(queryNorm=true): {}, 
locale=ar-SA, timezone=Indian/Comoro
   [junit4]   2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=8,threads=1,free=192743216,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: 
[LeaderFailureAfterFreshStartTest, TestAtomicUpdateErrorCases, 
DistributedVersionInfoTest, TestBlobHandler, SuggesterFSTTest, 
TestPerFieldSimilarity, NodeLostTriggerTest, TestFieldTypeResource, 
ReplaceNodeTest, TestManagedSchemaAPI, TestLegacyFieldCache, 
TestCollationField, TestPrepRecovery, TestStressReorder, UpdateLogTest, 
TestTolerantUpdateProcessorCloud, TestCoreAdminApis, TestLuceneMatchVersion, 
TestFieldCacheSortRandom, NotRequiredUniqueKeyTest, AssignTest, 
ClusterStateUpdateTest, TestImpersonationWithHadoopAuth, RankQueryTest, 
SolrCLIZkUtilsTest, TestLockTree, ConvertedLegacyTest, HttpSolrCallGetCoreTest, 
SolrIndexSplitterTest, DistributedIntervalFacetingTest, TestRangeQuery, 
TestRandomFlRTGCloud, QueryEqualityTest, TestApiFramework, 
AutoScalingHandlerTest, PeerSyncReplicationTest, TestManagedResourceStorage, 
TestAnalyzedSuggestions, PreAnalyzedUpdateProcessorTest, 
TestExclusionRuleCollectionAccess, BlockJoinFacetSimpleTest, CdcrUpdateLogTest, 
TestRemoteStreaming, TestRuleBasedAuthorizationPlugin, 
DistributedFacetExistsSmallTest, CdcrBidirectionalTest, TestSSLRandomization, 
TestXmlQParserPlugin, PreAnalyzedFieldTest, OverseerRolesTest, 
ShowFileRequestHandlerTest, OutputWriterTest, TestRecoveryHdfs, 
V2ApiIntegrationTest, PrimUtilsTest, PKIAuthenticationIntegrationTest, 
ShardSplitTest, JavabinLoaderTest, TestFastLRUCache, TestSolr4Spatial, 
TestSolrConfigHandler, HdfsChaosMonkeySafeLeaderTest, SOLR749Test, 
TestQuerySenderNoQuery, BlobRepositoryCloudTest, 
SignatureUpdateProcessorFactoryTest, ShufflingReplicaListTransformerTest, 
TestCustomSort, RollingRestartTest, TestSchemaSimilarityResource, 
TestSurroundQueryParser, UUIDUpdateProcessorFallbackTest, 
CloudExitableDirectoryReaderTest, RegexBoostProcessorTest, 
HdfsRecoverLeaseTest, SampleTest, ImplicitSnitchTest, TestRestoreCore, 
TestCopyFieldCollectionResource, TestSimpleTrackingShardHandler, 
InfoHandlerTest, SuggesterTSTTest, BlockCacheTest, TestJsonRequest, 
TestCursorMarkWithoutUniqueKey, PathHierarchyTokenizerFactoryTest, 
TestHdfsUpdateLog, DebugComponentTest, HighlighterConfigTest, 
TestSubQueryTransformerCrossCore, TestWriterPerf, HdfsUnloadDistributedZkTest, 
TestNumericRangeQuery32, TestReloadAndDeleteDocs, CreateCollectionCleanupTest, 
AtomicUpdateProcessorFactoryTest, ConcurrentDeleteAndCreateCollectionTest, 
TestGraphMLResponseWriter, ConfigureRecoveryStrategyTest, ShardRoutingTest, 
CollectionTooManyReplicasTest, DirectUpdateHandlerTest, TestDistribIDF, 
HdfsAutoAddReplicasIntegrationTest, AddReplicaTest, 
TestDeleteCollectionOnDownNodes, DistribDocExpirationUpdateProcessorTest, 
TestLRUStatsCache, TestEmbeddedSolrServerAdminHandler, 
TestUseDocValuesAsStored2, TestSolrCLIRunExample, TestGraphTermsQParserPlugin, 
TestCloudJSONFacetJoinDomain, SpellingQueryConverterTest, SuggestComponentTest, 
TestPerFieldSimilarityWithDefaultOverride, TestSolrCloudWithKerberosAlt, 
DocValuesMissingTest, SpellCheckCollatorWithCollapseTest, 
TestFileDictionaryLookup, TestUninvertingReader, CircularListTest, 
TestXIncludeConfig, TestSolrQueryParser, TestNamedUpdateProcessors, 
TestRandomFaceting, ZkSolrClientTest, ZkCLITest, TestGroupingSearch, 
BadIndexSchemaTest, TestBadConfig, TestIndexSearcher, HighlighterTest, 
DistributedQueryElevationComponentTest, SolrRequestParserTest, 
TestStressLucene, TestTrie, TestCSVLoader, PolyFieldTest, 
WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, 
TestPseudoReturnFields, StatelessScriptUpdateProcessorFactoryTest, 
DistanceFunctionTest, IndexBasedSpellCheckerTest, DisMaxRequestHandlerTest, 
TestQueryUtils, DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, 
TermsComponentTest, MoreLikeThisHandlerTest, FastVectorHighlighterTest, 
IndexSchemaTest, ReturnFieldsTest, MBeansHandlerTest, AlternateDirectoryTest, 
TestSolrIndexConfig, CopyFieldTest, ResponseLogComponentTest, 
SolrIndexConfigTest, TestStressRecovery, TestMergePolicyConfig, TestDocSet, 
TestBinaryField, NumericFieldsTest, TestFuzzyAnalyzedSuggestions, 
ExternalFileFieldSortTest, TestPostingsSolrHighlighter, 
DirectSolrConnectionTest, SpellPossibilityIteratorTest, TestCodecSupport, 
SynonymTokenizerTest, EchoParamsTest, TestDFRSimilarityFactory, 
TestBM25SimilarityFactory, TestFastWriter, TimeZoneUtilsTest, 
ResourceLoaderTest, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, 
PluginInfoTest, ChaosMonkeyNothingIsSafeTest, CollectionStateFormat2Test, 
CollectionsAPIAsyncDistributedZkTest, DeleteLastCustomShardedReplicaTest, 
DeleteNodeTest, DeleteReplicaTest, DistributedQueueTest, HttpPartitionTest]
   [junit4] Completed [537/751 (2!)] on J1 in 660.18s, 1 test, 1 error <<< 
FAILURES!

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

Reply via email to