Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.2-Linux/28/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.cloud.TestCollectionAPI.test

Error Message:
Timeout occured while waiting response from server at: 
https://127.0.0.1:43451/eo/gc

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: https://127.0.0.1:43451/eo/gc
        at 
__randomizedtesting.SeedInfo.seed([E99EC0F5751D6FB6:61CAFF2FDBE1024E]: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.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.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:314)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
        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 sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
        at sun.security.ssl.InputRecord.read(InputRecord.java:503)
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:983)
        at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:940)
        at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
        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)
        ... 43 more


FAILED:  org.apache.solr.handler.component.SearchHandlerTest.testZkConnected

Error Message:
Error from server at http://127.0.0.1:43937/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:43937/solr: create the collection time out:180s
        at 
__randomizedtesting.SeedInfo.seed([E99EC0F5751D6FB6:2B865D49EEAD1F97]: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.handler.component.SearchHandlerTest.testZkConnected(SearchHandlerTest.java:128)
        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 
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)




Build Log:
[...truncated 13211 lines...]
   [junit4] Suite: org.apache.solr.handler.component.SearchHandlerTest
   [junit4]   2> 1724908 INFO  
(SUITE-SearchHandlerTest-seed#[E99EC0F5751D6FB6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/init-core-data-001
   [junit4]   2> 1724909 WARN  
(SUITE-SearchHandlerTest-seed#[E99EC0F5751D6FB6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1724909 INFO  
(SUITE-SearchHandlerTest-seed#[E99EC0F5751D6FB6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1724910 INFO  
(SUITE-SearchHandlerTest-seed#[E99EC0F5751D6FB6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1724910 INFO  
(SUITE-SearchHandlerTest-seed#[E99EC0F5751D6FB6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1724911 INFO  
(SUITE-SearchHandlerTest-seed#[E99EC0F5751D6FB6]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1724945 INFO  
(SUITE-SearchHandlerTest-seed#[E99EC0F5751D6FB6]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1724974 INFO  
(SUITE-SearchHandlerTest-seed#[E99EC0F5751D6FB6]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1725105 INFO  
(SUITE-SearchHandlerTest-seed#[E99EC0F5751D6FB6]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1725139 INFO  
(SUITE-SearchHandlerTest-seed#[E99EC0F5751D6FB6]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1725148 INFO  
(SUITE-SearchHandlerTest-seed#[E99EC0F5751D6FB6]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1725148 INFO  
(SUITE-SearchHandlerTest-seed#[E99EC0F5751D6FB6]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1725149 INFO  (coreLoadExecutor-7734-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1725150 INFO  (coreLoadExecutor-7734-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1725179 INFO  (coreLoadExecutor-7734-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1725197 INFO  (coreLoadExecutor-7734-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1725291 INFO  (coreLoadExecutor-7734-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1725299 INFO  (coreLoadExecutor-7734-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 1725299 INFO  (coreLoadExecutor-7734-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1725299 INFO  (coreLoadExecutor-7734-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1725299 INFO  (coreLoadExecutor-7734-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/init-core-data-001/]
   [junit4]   2> 1725301 INFO  (coreLoadExecutor-7734-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=90.07421875, 
floorSegmentMB=0.490234375, forceMergeDeletesPctAllowed=3.613924027781975, 
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6489207220783946
   [junit4]   2> 1725342 INFO  (coreLoadExecutor-7734-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1725342 INFO  (coreLoadExecutor-7734-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1725343 INFO  (coreLoadExecutor-7734-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1725343 INFO  (coreLoadExecutor-7734-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1725344 INFO  (coreLoadExecutor-7734-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1001320131, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1725344 INFO  (coreLoadExecutor-7734-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1fd23f[collection1] 
main]
   [junit4]   2> 1725345 INFO  (coreLoadExecutor-7734-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1725363 INFO  (coreLoadExecutor-7734-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1725453 INFO  (coreLoadExecutor-7734-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1725453 INFO  
(searcherExecutor-7735-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1725453 INFO  (coreLoadExecutor-7734-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1586189467186626560
   [junit4]   2> 1725453 INFO  
(searcherExecutor-7735-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1725453 INFO  
(searcherExecutor-7735-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1725453 INFO  
(searcherExecutor-7735-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1725453 INFO  
(searcherExecutor-7735-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1725453 INFO  
(searcherExecutor-7735-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1725453 INFO  
(searcherExecutor-7735-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1725454 INFO  
(searcherExecutor-7735-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1725454 INFO  
(searcherExecutor-7735-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1725455 INFO  
(searcherExecutor-7735-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1fd23f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1725455 INFO  
(SUITE-SearchHandlerTest-seed#[E99EC0F5751D6FB6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1725458 INFO  
(TEST-SearchHandlerTest.testZkConnected-seed#[E99EC0F5751D6FB6]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testZkConnected
   [junit4]   2> 1725458 INFO  
(TEST-SearchHandlerTest.testZkConnected-seed#[E99EC0F5751D6FB6]) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/tempDir-001
   [junit4]   2> 1725458 INFO  
(TEST-SearchHandlerTest.testZkConnected-seed#[E99EC0F5751D6FB6]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1725459 INFO  (Thread-3420) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1725459 INFO  (Thread-3420) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1725460 ERROR (Thread-3420) [    ] 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> 1725559 INFO  
(TEST-SearchHandlerTest.testZkConnected-seed#[E99EC0F5751D6FB6]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:42167
   [junit4]   2> 1725562 INFO  (zkConnectionManagerCallback-3009-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725566 INFO  (jetty-launcher-3006-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1725566 INFO  (jetty-launcher-3006-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1725566 INFO  (jetty-launcher-3006-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1725566 INFO  (jetty-launcher-3006-thread-5) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1725567 INFO  (jetty-launcher-3006-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@75930c{/solr,null,AVAILABLE}
   [junit4]   2> 1725567 INFO  (jetty-launcher-3006-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1153d91{/solr,null,AVAILABLE}
   [junit4]   2> 1725567 INFO  (jetty-launcher-3006-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@548020{/solr,null,AVAILABLE}
   [junit4]   2> 1725567 INFO  (jetty-launcher-3006-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1bba355{HTTP/1.1,[http/1.1]}{127.0.0.1:43937}
   [junit4]   2> 1725567 INFO  (jetty-launcher-3006-thread-5) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@23607f{HTTP/1.1,[http/1.1]}{127.0.0.1:43141}
   [junit4]   2> 1725567 INFO  (jetty-launcher-3006-thread-2) [    ] 
o.e.j.s.Server Started @1726644ms
   [junit4]   2> 1725567 INFO  (jetty-launcher-3006-thread-5) [    ] 
o.e.j.s.Server Started @1726644ms
   [junit4]   2> 1725567 INFO  (jetty-launcher-3006-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43937}
   [junit4]   2> 1725567 INFO  (jetty-launcher-3006-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@173f6aa{HTTP/1.1,[http/1.1]}{127.0.0.1:34675}
   [junit4]   2> 1725567 INFO  (jetty-launcher-3006-thread-1) [    ] 
o.e.j.s.Server Started @1726644ms
   [junit4]   2> 1725567 INFO  (jetty-launcher-3006-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34675}
   [junit4]   2> 1725568 ERROR (jetty-launcher-3006-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1725568 INFO  (jetty-launcher-3006-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@369f42{/solr,null,AVAILABLE}
   [junit4]   2> 1725568 INFO  (jetty-launcher-3006-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 1725568 INFO  (jetty-launcher-3006-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43141}
   [junit4]   2> 1725568 INFO  (jetty-launcher-3006-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1725568 INFO  (jetty-launcher-3006-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@64d9d4{HTTP/1.1,[http/1.1]}{127.0.0.1:45105}
   [junit4]   2> 1725568 INFO  (jetty-launcher-3006-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1725568 ERROR (jetty-launcher-3006-thread-5) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1725568 INFO  (jetty-launcher-3006-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-08T04:42:35.925Z
   [junit4]   2> 1725568 INFO  (jetty-launcher-3006-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 1725568 INFO  (jetty-launcher-3006-thread-3) [    ] 
o.e.j.s.Server Started @1726645ms
   [junit4]   2> 1725568 INFO  (jetty-launcher-3006-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1725568 INFO  (jetty-launcher-3006-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45105}
   [junit4]   2> 1725568 ERROR (jetty-launcher-3006-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1725568 INFO  (jetty-launcher-3006-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1725568 INFO  (jetty-launcher-3006-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 1725569 INFO  (jetty-launcher-3006-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1725569 INFO  (jetty-launcher-3006-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1725569 INFO  (jetty-launcher-3006-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1725569 INFO  (jetty-launcher-3006-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-08T04:42:35.926Z
   [junit4]   2> 1725569 INFO  (zkConnectionManagerCallback-3011-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725569 ERROR (jetty-launcher-3006-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1725570 INFO  (jetty-launcher-3006-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 1725570 INFO  (jetty-launcher-3006-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1725570 INFO  (jetty-launcher-3006-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1725570 INFO  (jetty-launcher-3006-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-08T04:42:35.927Z
   [junit4]   2> 1725569 INFO  (jetty-launcher-3006-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-08T04:42:35.925Z
   [junit4]   2> 1725570 INFO  (zkConnectionManagerCallback-3013-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725570 INFO  (jetty-launcher-3006-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1725571 INFO  (jetty-launcher-3006-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1725571 INFO  (jetty-launcher-3006-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3c831a{/solr,null,AVAILABLE}
   [junit4]   2> 1725572 INFO  (jetty-launcher-3006-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@156fe1a{HTTP/1.1,[http/1.1]}{127.0.0.1:46545}
   [junit4]   2> 1725572 INFO  (jetty-launcher-3006-thread-4) [    ] 
o.e.j.s.Server Started @1726649ms
   [junit4]   2> 1725572 INFO  (jetty-launcher-3006-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46545}
   [junit4]   2> 1725572 ERROR (jetty-launcher-3006-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1725572 INFO  (zkConnectionManagerCallback-3015-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725572 INFO  (jetty-launcher-3006-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 1725572 INFO  (jetty-launcher-3006-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1725572 INFO  (jetty-launcher-3006-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1725572 INFO  (jetty-launcher-3006-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-08T04:42:35.929Z
   [junit4]   2> 1725573 INFO  (jetty-launcher-3006-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1725576 INFO  (zkConnectionManagerCallback-3017-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725589 INFO  (zkConnectionManagerCallback-3019-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725591 INFO  (jetty-launcher-3006-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1725591 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x160346ea9a80004, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1725591 INFO  (jetty-launcher-3006-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1725593 INFO  (jetty-launcher-3006-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42167/solr
   [junit4]   2> 1725593 INFO  (jetty-launcher-3006-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42167/solr
   [junit4]   2> 1725595 INFO  (jetty-launcher-3006-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42167/solr
   [junit4]   2> 1725597 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x160346ea9a80005, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1725598 INFO  (zkConnectionManagerCallback-3026-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725598 INFO  (zkConnectionManagerCallback-3028-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725598 INFO  (zkConnectionManagerCallback-3031-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725600 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x160346ea9a80008, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1725600 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x160346ea9a80007, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1725600 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x160346ea9a80006, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1725601 INFO  (jetty-launcher-3006-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42167/solr
   [junit4]   2> 1725602 INFO  
(zkConnectionManagerCallback-3036-thread-1-processing-n:127.0.0.1:45105_solr) 
[n:127.0.0.1:45105_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725602 INFO  
(zkConnectionManagerCallback-3034-thread-1-processing-n:127.0.0.1:43937_solr) 
[n:127.0.0.1:43937_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725602 INFO  (zkConnectionManagerCallback-3041-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725603 INFO  
(zkConnectionManagerCallback-3039-thread-1-processing-n:127.0.0.1:34675_solr) 
[n:127.0.0.1:34675_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725603 INFO  (jetty-launcher-3006-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42167/solr
   [junit4]   2> 1725604 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x160346ea9a8000b, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1725605 INFO  (zkConnectionManagerCallback-3045-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725605 INFO  
(zkConnectionManagerCallback-3047-thread-1-processing-n:127.0.0.1:46545_solr) 
[n:127.0.0.1:46545_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725608 INFO  
(zkConnectionManagerCallback-3049-thread-1-processing-n:127.0.0.1:43141_solr) 
[n:127.0.0.1:43141_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1725698 INFO  (jetty-launcher-3006-thread-5) 
[n:127.0.0.1:43141_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1725698 INFO  (jetty-launcher-3006-thread-2) 
[n:127.0.0.1:43937_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1725698 INFO  (jetty-launcher-3006-thread-5) 
[n:127.0.0.1:43141_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:43141_solr
   [junit4]   2> 1725699 INFO  (jetty-launcher-3006-thread-1) 
[n:127.0.0.1:34675_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1725699 INFO  (jetty-launcher-3006-thread-2) 
[n:127.0.0.1:43937_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43937_solr
   [junit4]   2> 1725699 INFO  (jetty-launcher-3006-thread-5) 
[n:127.0.0.1:43141_solr    ] o.a.s.c.Overseer Overseer 
(id=99136841699557391-127.0.0.1:43141_solr-n_0000000000) starting
   [junit4]   2> 1725700 INFO  (jetty-launcher-3006-thread-1) 
[n:127.0.0.1:34675_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34675_solr
   [junit4]   2> 1725700 INFO  (jetty-launcher-3006-thread-4) 
[n:127.0.0.1:46545_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1725702 INFO  (jetty-launcher-3006-thread-3) 
[n:127.0.0.1:45105_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1725703 INFO  (jetty-launcher-3006-thread-4) 
[n:127.0.0.1:46545_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1725704 INFO  (jetty-launcher-3006-thread-3) 
[n:127.0.0.1:45105_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1725705 INFO  (jetty-launcher-3006-thread-4) 
[n:127.0.0.1:46545_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46545_solr
   [junit4]   2> 1725705 INFO  (jetty-launcher-3006-thread-3) 
[n:127.0.0.1:45105_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45105_solr
   [junit4]   2> 1725722 INFO  
(zkCallback-3035-thread-1-processing-n:127.0.0.1:45105_solr) 
[n:127.0.0.1:45105_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (4)
   [junit4]   2> 1725722 INFO  
(zkCallback-3038-thread-1-processing-n:127.0.0.1:34675_solr) 
[n:127.0.0.1:34675_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1725722 INFO  
(zkCallback-3033-thread-1-processing-n:127.0.0.1:43937_solr) 
[n:127.0.0.1:43937_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1725722 INFO  
(zkCallback-3048-thread-1-processing-n:127.0.0.1:43141_solr) 
[n:127.0.0.1:43141_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1725727 INFO  
(zkCallback-3046-thread-1-processing-n:127.0.0.1:46545_solr) 
[n:127.0.0.1:46545_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (4)
   [junit4]   2> 1725727 INFO  
(zkCallback-3038-thread-2-processing-n:127.0.0.1:34675_solr) 
[n:127.0.0.1:34675_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (4)
   [junit4]   2> 1725740 INFO  (jetty-launcher-3006-thread-5) 
[n:127.0.0.1:43141_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43141_solr
   [junit4]   2> 1725743 INFO  
(zkCallback-3046-thread-1-processing-n:127.0.0.1:46545_solr) 
[n:127.0.0.1:46545_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1725743 INFO  
(zkCallback-3033-thread-1-processing-n:127.0.0.1:43937_solr) 
[n:127.0.0.1:43937_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1725743 INFO  
(zkCallback-3038-thread-2-processing-n:127.0.0.1:34675_solr) 
[n:127.0.0.1:34675_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1725743 INFO  
(zkCallback-3048-thread-1-processing-n:127.0.0.1:43141_solr) 
[n:127.0.0.1:43141_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1725743 INFO  
(zkCallback-3035-thread-1-processing-n:127.0.0.1:45105_solr) 
[n:127.0.0.1:45105_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1725881 INFO  (jetty-launcher-3006-thread-4) 
[n:127.0.0.1:46545_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46545.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1725885 INFO  (jetty-launcher-3006-thread-5) 
[n:127.0.0.1:43141_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43141.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1725898 INFO  (jetty-launcher-3006-thread-4) 
[n:127.0.0.1:46545_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46545.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1725898 INFO  (jetty-launcher-3006-thread-4) 
[n:127.0.0.1:46545_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46545.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1725900 INFO  (jetty-launcher-3006-thread-4) 
[n:127.0.0.1:46545_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/tempDir-001/node4/.
   [junit4]   2> 1725900 INFO  (jetty-launcher-3006-thread-5) 
[n:127.0.0.1:43141_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43141.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1725900 INFO  (jetty-launcher-3006-thread-5) 
[n:127.0.0.1:43141_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43141.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1725902 INFO  (jetty-launcher-3006-thread-5) 
[n:127.0.0.1:43141_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/tempDir-001/node5/.
   [junit4]   2> 1726021 INFO  (jetty-launcher-3006-thread-2) 
[n:127.0.0.1:43937_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43937.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1726021 INFO  (jetty-launcher-3006-thread-1) 
[n:127.0.0.1:34675_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34675.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1726030 INFO  (jetty-launcher-3006-thread-1) 
[n:127.0.0.1:34675_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34675.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1726030 INFO  (jetty-launcher-3006-thread-2) 
[n:127.0.0.1:43937_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43937.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1726031 INFO  (jetty-launcher-3006-thread-1) 
[n:127.0.0.1:34675_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34675.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1726031 INFO  (jetty-launcher-3006-thread-2) 
[n:127.0.0.1:43937_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43937.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1726032 INFO  (jetty-launcher-3006-thread-2) 
[n:127.0.0.1:43937_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/tempDir-001/node2/.
   [junit4]   2> 1726032 INFO  (jetty-launcher-3006-thread-1) 
[n:127.0.0.1:34675_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/tempDir-001/node1/.
   [junit4]   2> 1726204 INFO  (jetty-launcher-3006-thread-3) 
[n:127.0.0.1:45105_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45105.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1726212 INFO  (jetty-launcher-3006-thread-3) 
[n:127.0.0.1:45105_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45105.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1726213 INFO  (jetty-launcher-3006-thread-3) 
[n:127.0.0.1:45105_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45105.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1726214 INFO  (jetty-launcher-3006-thread-3) 
[n:127.0.0.1:45105_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/tempDir-001/node3/.
   [junit4]   2> 1726281 INFO  (zkConnectionManagerCallback-3057-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1726284 INFO  (zkConnectionManagerCallback-3060-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1726450 INFO  (zkConnectionManagerCallback-3063-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1726451 INFO  
(TEST-SearchHandlerTest.testZkConnected-seed#[E99EC0F5751D6FB6]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1726452 INFO  
(TEST-SearchHandlerTest.testZkConnected-seed#[E99EC0F5751D6FB6]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42167/solr ready
   [junit4]   2> 1726454 INFO  (qtp16174224-14818) [n:127.0.0.1:43937_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=solrCloudCollectionConfig&name=testSolrCloudCollection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1726457 INFO  
(OverseerThreadFactory-7763-thread-1-processing-n:127.0.0.1:43141_solr) 
[n:127.0.0.1:43141_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testSolrCloudCollection
   [junit4]   2> 1726566 INFO  
(OverseerStateUpdate-99136841699557391-127.0.0.1:43141_solr-n_0000000000) 
[n:127.0.0.1:43141_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSolrCloudCollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSolrCloudCollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43141/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1726567 INFO  
(OverseerStateUpdate-99136841699557391-127.0.0.1:43141_solr-n_0000000000) 
[n:127.0.0.1:43141_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSolrCloudCollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSolrCloudCollection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45105/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1726568 INFO  
(OverseerStateUpdate-99136841699557391-127.0.0.1:43141_solr-n_0000000000) 
[n:127.0.0.1:43141_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSolrCloudCollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSolrCloudCollection_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43937/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1726569 INFO  
(OverseerStateUpdate-99136841699557391-127.0.0.1:43141_solr-n_0000000000) 
[n:127.0.0.1:43141_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSolrCloudCollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSolrCloudCollection_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46545/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1726776 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testSolrCloudCollection_shard1_replica_n2&action=CREATE&numShards=2&collection=testSolrCloudCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1726776 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testSolrCloudCollection_shard2_replica_n4&action=CREATE&numShards=2&collection=testSolrCloudCollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1726776 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testSolrCloudCollection_shard1_replica_n1&action=CREATE&numShards=2&collection=testSolrCloudCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1726776 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1726776 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1726776 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testSolrCloudCollection_shard2_replica_n6&action=CREATE&numShards=2&collection=testSolrCloudCollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1726776 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1726776 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1726881 INFO  
(zkCallback-3033-thread-1-processing-n:127.0.0.1:43937_solr) 
[n:127.0.0.1:43937_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSolrCloudCollection/state.json] for collection 
[testSolrCloudCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1726881 INFO  
(zkCallback-3048-thread-1-processing-n:127.0.0.1:43141_solr) 
[n:127.0.0.1:43141_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSolrCloudCollection/state.json] for collection 
[testSolrCloudCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1726881 INFO  
(zkCallback-3035-thread-1-processing-n:127.0.0.1:45105_solr) 
[n:127.0.0.1:45105_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSolrCloudCollection/state.json] for collection 
[testSolrCloudCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1726881 INFO  
(zkCallback-3046-thread-1-processing-n:127.0.0.1:46545_solr) 
[n:127.0.0.1:46545_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSolrCloudCollection/state.json] for collection 
[testSolrCloudCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1726881 INFO  
(zkCallback-3033-thread-2-processing-n:127.0.0.1:43937_solr) 
[n:127.0.0.1:43937_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSolrCloudCollection/state.json] for collection 
[testSolrCloudCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1726882 INFO  
(zkCallback-3048-thread-2-processing-n:127.0.0.1:43141_solr) 
[n:127.0.0.1:43141_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSolrCloudCollection/state.json] for collection 
[testSolrCloudCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1726882 INFO  
(zkCallback-3035-thread-2-processing-n:127.0.0.1:45105_solr) 
[n:127.0.0.1:45105_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSolrCloudCollection/state.json] for collection 
[testSolrCloudCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1726882 INFO  
(zkCallback-3046-thread-2-processing-n:127.0.0.1:46545_solr) 
[n:127.0.0.1:46545_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSolrCloudCollection/state.json] for collection 
[testSolrCloudCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1727808 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr 
c:testSolrCloudCollection s:shard2 r:core_node8 
x:testSolrCloudCollection_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.2.0
   [junit4]   2> 1727820 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr 
c:testSolrCloudCollection s:shard1 r:core_node5 
x:testSolrCloudCollection_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.2.0
   [junit4]   2> 1727829 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr 
c:testSolrCloudCollection s:shard1 r:core_node3 
x:testSolrCloudCollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.2.0
   [junit4]   2> 1727829 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr 
c:testSolrCloudCollection s:shard2 r:core_node7 
x:testSolrCloudCollection_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.2.0
   [junit4]   2> 1727844 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr 
c:testSolrCloudCollection s:shard2 r:core_node8 
x:testSolrCloudCollection_shard2_replica_n6] o.a.s.s.IndexSchema 
[testSolrCloudCollection_shard2_replica_n6] Schema name=test
   [junit4]   2> 1727845 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr 
c:testSolrCloudCollection s:shard1 r:core_node5 
x:testSolrCloudCollection_shard1_replica_n2] o.a.s.s.IndexSchema 
[testSolrCloudCollection_shard1_replica_n2] Schema name=test
   [junit4]   2> 1727866 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr 
c:testSolrCloudCollection s:shard2 r:core_node7 
x:testSolrCloudCollection_shard2_replica_n4] o.a.s.s.IndexSchema 
[testSolrCloudCollection_shard2_replica_n4] Schema name=test
   [junit4]   2> 1727869 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr 
c:testSolrCloudCollection s:shard1 r:core_node3 
x:testSolrCloudCollection_shard1_replica_n1] o.a.s.s.IndexSchema 
[testSolrCloudCollection_shard1_replica_n1] Schema name=test
   [junit4]   2> 1727985 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr 
c:testSolrCloudCollection s:shard1 r:core_node5 
x:testSolrCloudCollection_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema 
test/1.0 with uniqueid field id
   [junit4]   2> 1727994 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr 
c:testSolrCloudCollection s:shard2 r:core_node8 
x:testSolrCloudCollection_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema 
test/1.0 with uniqueid field id
   [junit4]   2> 1728010 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr 
c:testSolrCloudCollection s:shard1 r:core_node3 
x:testSolrCloudCollection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
test/1.0 with uniqueid field id
   [junit4]   2> 1728019 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr 
c:testSolrCloudCollection s:shard2 r:core_node8 
x:testSolrCloudCollection_shard2_replica_n6] o.a.s.c.CoreContainer Creating 
SolrCore 'testSolrCloudCollection_shard2_replica_n6' using configuration from 
collection testSolrCloudCollection, trusted=true
   [junit4]   2> 1728020 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr 
c:testSolrCloudCollection s:shard2 r:core_node8 
x:testSolrCloudCollection_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_46545.solr.core.testSolrCloudCollection.shard2.replica_n6' 
(registry 'solr.core.testSolrCloudCollection.shard2.replica_n6') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1728021 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr 
c:testSolrCloudCollection s:shard2 r:core_node8 
x:testSolrCloudCollection_shard2_replica_n6] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1728021 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr 
c:testSolrCloudCollection s:shard2 r:core_node8 
x:testSolrCloudCollection_shard2_replica_n6] o.a.s.c.SolrCore 
[[testSolrCloudCollection_shard2_replica_n6] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/tempDir-001/node4/testSolrCloudCollection_shard2_replica_n6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/tempDir-001/node4/./testSolrCloudCollection_shard2_replica_n6/data/]
   [junit4]   2> 1728024 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr 
c:testSolrCloudCollection s:shard2 r:core_node7 
x:testSolrCloudCollection_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema 
test/1.0 with uniqueid field id
   [junit4]   2> 1728025 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr 
c:testSolrCloudCollection s:shard2 r:core_node8 
x:testSolrCloudCollection_shard2_replica_n6] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=34, 
maxMergedSegmentMB=90.07421875, floorSegmentMB=0.490234375, 
forceMergeDeletesPctAllowed=3.613924027781975, segmentsPerTier=19.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6489207220783946
   [junit4]   2> 1728027 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr 
c:testSolrCloudCollection s:shard1 r:core_node3 
x:testSolrCloudCollection_shard1_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'testSolrCloudCollection_shard1_replica_n1' using configuration from 
collection testSolrCloudCollection, trusted=true
   [junit4]   2> 1728027 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr 
c:testSolrCloudCollection s:shard1 r:core_node5 
x:testSolrCloudCollection_shard1_replica_n2] o.a.s.c.CoreContainer Creating 
SolrCore 'testSolrCloudCollection_shard1_replica_n2' using configuration from 
collection testSolrCloudCollection, trusted=true
   [junit4]   2> 1728027 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr 
c:testSolrCloudCollection s:shard1 r:core_node3 
x:testSolrCloudCollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_43141.solr.core.testSolrCloudCollection.shard1.replica_n1' 
(registry 'solr.core.testSolrCloudCollection.shard1.replica_n1') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1728027 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr 
c:testSolrCloudCollection s:shard1 r:core_node3 
x:testSolrCloudCollection_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1728027 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr 
c:testSolrCloudCollection s:shard1 r:core_node3 
x:testSolrCloudCollection_shard1_replica_n1] o.a.s.c.SolrCore 
[[testSolrCloudCollection_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/tempDir-001/node5/testSolrCloudCollection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/tempDir-001/node5/./testSolrCloudCollection_shard1_replica_n1/data/]
   [junit4]   2> 1728028 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr 
c:testSolrCloudCollection s:shard1 r:core_node5 
x:testSolrCloudCollection_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_45105.solr.core.testSolrCloudCollection.shard1.replica_n2' 
(registry 'solr.core.testSolrCloudCollection.shard1.replica_n2') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1728028 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr 
c:testSolrCloudCollection s:shard1 r:core_node5 
x:testSolrCloudCollection_shard1_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1728028 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr 
c:testSolrCloudCollection s:shard1 r:core_node5 
x:testSolrCloudCollection_shard1_replica_n2] o.a.s.c.SolrCore 
[[testSolrCloudCollection_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/tempDir-001/node3/testSolrCloudCollection_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/tempDir-001/node3/./testSolrCloudCollection_shard1_replica_n2/data/]
   [junit4]   2> 1728032 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr 
c:testSolrCloudCollection s:shard1 r:core_node3 
x:testSolrCloudCollection_shard1_replica_n1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=34, 
maxMergedSegmentMB=90.07421875, floorSegmentMB=0.490234375, 
forceMergeDeletesPctAllowed=3.613924027781975, segmentsPerTier=19.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6489207220783946
   [junit4]   2> 1728032 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr 
c:testSolrCloudCollection s:shard1 r:core_node5 
x:testSolrCloudCollection_shard1_replica_n2] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=34, 
maxMergedSegmentMB=90.07421875, floorSegmentMB=0.490234375, 
forceMergeDeletesPctAllowed=3.613924027781975, segmentsPerTier=19.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6489207220783946
   [junit4]   2> 1728043 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr 
c:testSolrCloudCollection s:shard2 r:core_node7 
x:testSolrCloudCollection_shard2_replica_n4] o.a.s.c.CoreContainer Creating 
SolrCore 'testSolrCloudCollection_shard2_replica_n4' using configuration from 
collection testSolrCloudCollection, trusted=true
   [junit4]   2> 1728044 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr 
c:testSolrCloudCollection s:shard2 r:core_node7 
x:testSolrCloudCollection_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_43937.solr.core.testSolrCloudCollection.shard2.replica_n4' 
(registry 'solr.core.testSolrCloudCollection.shard2.replica_n4') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f349b
   [junit4]   2> 1728044 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr 
c:testSolrCloudCollection s:shard2 r:core_node7 
x:testSolrCloudCollection_shard2_replica_n4] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1728044 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr 
c:testSolrCloudCollection s:shard2 r:core_node7 
x:testSolrCloudCollection_shard2_replica_n4] o.a.s.c.SolrCore 
[[testSolrCloudCollection_shard2_replica_n4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/tempDir-001/node2/testSolrCloudCollection_shard2_replica_n4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_E99EC0F5751D6FB6-001/tempDir-001/node2/./testSolrCloudCollection_shard2_replica_n4/data/]
   [junit4]   2> 1728048 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr 
c:testSolrCloudCollection s:shard2 r:core_node7 
x:testSolrCloudCollection_shard2_replica_n4] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=34, 
maxMergedSegmentMB=90.07421875, floorSegmentMB=0.490234375, 
forceMergeDeletesPctAllowed=3.613924027781975, segmentsPerTier=19.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6489207220783946
   [junit4]   2> 1728116 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr 
c:testSolrCloudCollection s:shard1 r:core_node3 
x:testSolrCloudCollection_shard1_replica_n1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1728116 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr 
c:testSolrCloudCollection s:shard1 r:core_node3 
x:testSolrCloudCollection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1728117 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr 
c:testSolrCloudCollection s:shard2 r:core_node8 
x:testSolrCloudCollection_shard2_replica_n6] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1728117 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr 
c:testSolrCloudCollection s:shard1 r:core_node3 
x:testSolrCloudCollection_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1728117 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr 
c:testSolrCloudCollection s:shard2 r:core_node8 
x:testSolrCloudCollection_shard2_replica_n6] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1728118 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr 
c:testSolrCloudCollection s:shard1 r:core_node3 
x:testSolrCloudCollection_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1728119 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr 
c:testSolrCloudCollection s:shard2 r:core_node8 
x:testSolrCloudCollection_shard2_replica_n6] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1728119 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr 
c:testSolrCloudCollection s:shard2 r:core_node8 
x:testSolrCloudCollection_shard2_replica_n6] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1728120 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr 
c:testSolrCloudCollection s:shard1 r:core_node3 
x:testSolrCloudCollection_shard1_replica_n1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1001320131, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1728120 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr 
c:testSolrCloudCollection s:shard1 r:core_node3 
x:testSolrCloudCollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@17ac79c[testSolrCloudCollection_shard1_replica_n1] main]
   [junit4]   2> 1728123 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr 
c:testSolrCloudCollection s:shard1 r:core_node3 
x:testSolrCloudCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent 
Initializing spell checkers
   [junit4]   2> 1728124 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr 
c:testSolrCloudCollection s:shard2 r:core_node8 
x:testSolrCloudCollection_shard2_replica_n6] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1001320131, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1728124 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr 
c:testSolrCloudCollection s:shard2 r:core_node8 
x:testSolrCloudCollection_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1163336[testSolrCloudCollection_shard2_replica_n6] main]
   [junit4]   2> 1728127 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr 
c:testSolrCloudCollection s:shard2 r:core_node8 
x:testSolrCloudCollection_shard2_replica_n6] o.a.s.h.c.SpellCheckComponent 
Initializing spell checkers
   [junit4]   2> 1728129 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr 
c:testSolrCloudCollection s:shard1 r:core_node5 
x:testSolrCloudCollection_shard1_replica_n2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1728129 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr 
c:testSolrCloudCollection s:shard1 r:core_node5 
x:testSolrCloudCollection_shard1_replica_n2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1728130 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr 
c:testSolrCloudCollection s:shard1 r:core_node5 
x:testSolrCloudCollection_shard1_replica_n2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1728130 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr 
c:testSolrCloudCollection s:shard1 r:core_node5 
x:testSolrCloudCollection_shard1_replica_n2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1728131 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr 
c:testSolrCloudCollection s:shard1 r:core_node5 
x:testSolrCloudCollection_shard1_replica_n2] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1001320131, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1728132 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr 
c:testSolrCloudCollection s:shard1 r:core_node5 
x:testSolrCloudCollection_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@10e7894[testSolrCloudCollection_shard1_replica_n2] main]
   [junit4]   2> 1728133 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr 
c:testSolrCloudCollection s:shard1 r:core_node5 
x:testSolrCloudCollection_shard1_replica_n2] o.a.s.h.c.SpellCheckComponent 
Initializing spell checkers
   [junit4]   2> 1728139 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr 
c:testSolrCloudCollection s:shard2 r:core_node7 
x:testSolrCloudCollection_shard2_replica_n4] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1728139 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr 
c:testSolrCloudCollection s:shard2 r:core_node7 
x:testSolrCloudCollection_shard2_replica_n4] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1728141 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr 
c:testSolrCloudCollection s:shard2 r:core_node7 
x:testSolrCloudCollection_shard2_replica_n4] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1728141 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr 
c:testSolrCloudCollection s:shard2 r:core_node7 
x:testSolrCloudCollection_shard2_replica_n4] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1728143 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr 
c:testSolrCloudCollection s:shard2 r:core_node7 
x:testSolrCloudCollection_shard2_replica_n4] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1001320131, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1728143 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr 
c:testSolrCloudCollection s:shard2 r:core_node7 
x:testSolrCloudCollection_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1f332d5[testSolrCloudCollection_shard2_replica_n4] main]
   [junit4]   2> 1728145 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr 
c:testSolrCloudCollection s:shard2 r:core_node7 
x:testSolrCloudCollection_shard2_replica_n4] o.a.s.h.c.SpellCheckComponent 
Initializing spell checkers
   [junit4]   2> 1728156 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr 
c:testSolrCloudCollection s:shard1 r:core_node3 
x:testSolrCloudCollection_shard1_replica_n1] o.a.s.s.DirectSolrSpellChecker 
init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1728161 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr 
c:testSolrCloudCollection s:shard2 r:core_node8 
x:testSolrCloudCollection_shard2_replica_n6] o.a.s.s.DirectSolrSpellChecker 
init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1728165 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr 
c:testSolrCloudCollection s:shard1 r:core_node5 
x:testSolrCloudCollection_shard1_replica_n2] o.a.s.s.DirectSolrSpellChecker 
init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1728174 INFO  (qtp16174224-14799) [n:127.0.0.1:43937_solr 
c:testSolrCloudCollection s:shard2 r:core_node7 
x:testSolrCloudCollection_shard2_replica_n4] o.a.s.s.DirectSolrSpellChecker 
init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1728309 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr 
c:testSolrCloudCollection s:shard1 r:core_node3 
x:testSolrCloudCollection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 1728309 INFO  
(searcherExecutor-7775-thread-1-processing-n:127.0.0.1:43141_solr 
x:testSolrCloudCollection_shard1_replica_n1 s:shard1 c:testSolrCloudCollection 
r:core_node3) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 
r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1728309 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr 
c:testSolrCloudCollection s:shard1 r:core_node3 
x:testSolrCloudCollection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find 
max version in index or recent updates, using new clock 1586189470181359616
   [junit4]   2> 1728309 INFO  
(searcherExecutor-7775-thread-1-processing-n:127.0.0.1:43141_solr 
x:testSolrCloudCollection_shard1_replica_n1 s:shard1 c:testSolrCloudCollection 
r:core_node3) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 
r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1728309 INFO  
(searcherExecutor-7775-thread-1-processing-n:127.0.0.1:43141_solr 
x:testSolrCloudCollection_shard1_replica_n1 s:shard1 c:testSolrCloudCollection 
r:core_node3) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 
r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1728309 INFO  
(searcherExecutor-7775-thread-1-processing-n:127.0.0.1:43141_solr 
x:testSolrCloudCollection_shard1_replica_n1 s:shard1 c:testSolrCloudCollection 
r:core_node3) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 
r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1728309 INFO  
(searcherExecutor-7775-thread-1-processing-n:127.0.0.1:43141_solr 
x:testSolrCloudCollection_shard1_replica_n1 s:shard1 c:testSolrCloudCollection 
r:core_node3) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 
r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1728310 INFO  
(searcherExecutor-7775-thread-1-processing-n:127.0.0.1:43141_solr 
x:testSolrCloudCollection_shard1_replica_n1 s:shard1 c:testSolrCloudCollection 
r:core_node3) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 
r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1728310 INFO  
(searcherExecutor-7775-thread-1-processing-n:127.0.0.1:43141_solr 
x:testSolrCloudCollection_shard1_replica_n1 s:shard1 c:testSolrCloudCollection 
r:core_node3) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 
r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1728310 INFO  
(searcherExecutor-7775-thread-1-processing-n:127.0.0.1:43141_solr 
x:testSolrCloudCollection_shard1_replica_n1 s:shard1 c:testSolrCloudCollection 
r:core_node3) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 
r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1728310 INFO  
(searcherExecutor-7775-thread-1-processing-n:127.0.0.1:43141_solr 
x:testSolrCloudCollection_shard1_replica_n1 s:shard1 c:testSolrCloudCollection 
r:core_node3) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 
r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1728312 INFO  
(searcherExecutor-7775-thread-1-processing-n:127.0.0.1:43141_solr 
x:testSolrCloudCollection_shard1_replica_n1 s:shard1 c:testSolrCloudCollection 
r:core_node3) [n:127.0.0.1:43141_solr c:testSolrCloudCollection s:shard1 
r:core_node3 x:testSolrCloudCollection_shard1_replica_n1] o.a.s.c.SolrCore 
[testSolrCloudCollection_shard1_replica_n1] Registered new searcher 
Searcher@17ac79c[testSolrCloudCollection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1728313 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr 
c:testSolrCloudCollection s:shard2 r:core_node8 
x:testSolrCloudCollection_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 1728314 INFO  
(searcherExecutor-7774-thread-1-processing-n:127.0.0.1:46545_solr 
x:testSolrCloudCollection_shard2_replica_n6 s:shard2 c:testSolrCloudCollection 
r:core_node8) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 
r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1728314 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr 
c:testSolrCloudCollection s:shard2 r:core_node8 
x:testSolrCloudCollection_shard2_replica_n6] o.a.s.u.UpdateLog Could not find 
max version in index or recent updates, using new clock 1586189470186602496
   [junit4]   2> 1728314 INFO  
(searcherExecutor-7774-thread-1-processing-n:127.0.0.1:46545_solr 
x:testSolrCloudCollection_shard2_replica_n6 s:shard2 c:testSolrCloudCollection 
r:core_node8) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 
r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1728314 INFO  
(searcherExecutor-7774-thread-1-processing-n:127.0.0.1:46545_solr 
x:testSolrCloudCollection_shard2_replica_n6 s:shard2 c:testSolrCloudCollection 
r:core_node8) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 
r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1728314 INFO  
(searcherExecutor-7774-thread-1-processing-n:127.0.0.1:46545_solr 
x:testSolrCloudCollection_shard2_replica_n6 s:shard2 c:testSolrCloudCollection 
r:core_node8) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 
r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1728314 INFO  
(searcherExecutor-7774-thread-1-processing-n:127.0.0.1:46545_solr 
x:testSolrCloudCollection_shard2_replica_n6 s:shard2 c:testSolrCloudCollection 
r:core_node8) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 
r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1728314 INFO  
(searcherExecutor-7774-thread-1-processing-n:127.0.0.1:46545_solr 
x:testSolrCloudCollection_shard2_replica_n6 s:shard2 c:testSolrCloudCollection 
r:core_node8) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 
r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1728315 INFO  
(searcherExecutor-7774-thread-1-processing-n:127.0.0.1:46545_solr 
x:testSolrCloudCollection_shard2_replica_n6 s:shard2 c:testSolrCloudCollection 
r:core_node8) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 
r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1728315 INFO  
(searcherExecutor-7774-thread-1-processing-n:127.0.0.1:46545_solr 
x:testSolrCloudCollection_shard2_replica_n6 s:shard2 c:testSolrCloudCollection 
r:core_node8) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 
r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1728315 INFO  
(searcherExecutor-7774-thread-1-processing-n:127.0.0.1:46545_solr 
x:testSolrCloudCollection_shard2_replica_n6 s:shard2 c:testSolrCloudCollection 
r:core_node8) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 
r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1728315 INFO  (qtp33083659-14815) [n:127.0.0.1:43141_solr 
c:testSolrCloudCollection s:shard1 r:core_node3 
x:testSolrCloudCollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Waiting until we see more replicas up for shard shard1: total=2 found=1 
timeoutin=9999ms
   [junit4]   2> 1728317 INFO  
(searcherExecutor-7774-thread-1-processing-n:127.0.0.1:46545_solr 
x:testSolrCloudCollection_shard2_replica_n6 s:shard2 c:testSolrCloudCollection 
r:core_node8) [n:127.0.0.1:46545_solr c:testSolrCloudCollection s:shard2 
r:core_node8 x:testSolrCloudCollection_shard2_replica_n6] o.a.s.c.SolrCore 
[testSolrCloudCollection_shard2_replica_n6] Registered new searcher 
Searcher@1163336[testSolrCloudCollection_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1728318 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr 
c:testSolrCloudCollection s:shard1 r:core_node5 
x:testSolrCloudCollection_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 1728318 INFO  (qtp17088762-14842) [n:127.0.0.1:46545_solr 
c:testSolrCloudCollection s:shard2 r:core_node8 
x:testSolrCloudCollection_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> 1728318 INFO  
(searcherExecutor-7776-thread-1-processing-n:127.0.0.1:45105_solr 
x:testSolrCloudCollection_shard1_replica_n2 s:shard1 c:testSolrCloudCollection 
r:core_node5) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 
r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1728318 INFO  (qtp12637135-14820) [n:127.0.0.1:45105_solr 
c:testSolrCloudCollection s:shard1 r:core_node5 
x:testSolrCloudCollection_shard1_replica_n2] o.a.s.u.UpdateLog Could not find 
max version in index or recent updates, using new clock 1586189470190796800
   [junit4]   2> 1728318 INFO  
(searcherExecutor-7776-thread-1-processing-n:127.0.0.1:45105_solr 
x:testSolrCloudCollection_shard1_replica_n2 s:shard1 c:testSolrCloudCollection 
r:core_node5) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 
r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1728318 INFO  
(searcherExecutor-7776-thread-1-processing-n:127.0.0.1:45105_solr 
x:testSolrCloudCollection_shard1_replica_n2 s:shard1 c:testSolrCloudCollection 
r:core_node5) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 
r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1728318 INFO  
(searcherExecutor-7776-thread-1-processing-n:127.0.0.1:45105_solr 
x:testSolrCloudCollection_shard1_replica_n2 s:shard1 c:testSolrCloudCollection 
r:core_node5) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 
r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1728319 INFO  
(searcherExecutor-7776-thread-1-processing-n:127.0.0.1:45105_solr 
x:testSolrCloudCollection_shard1_replica_n2 s:shard1 c:testSolrCloudCollection 
r:core_node5) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 
r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1728319 INFO  
(searcherExecutor-7776-thread-1-processing-n:127.0.0.1:45105_solr 
x:testSolrCloudCollection_shard1_replica_n2 s:shard1 c:testSolrCloudCollection 
r:core_node5) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 
r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1728319 INFO  
(searcherExecutor-7776-thread-1-processing-n:127.0.0.1:45105_solr 
x:testSolrCloudCollection_shard1_replica_n2 s:shard1 c:testSolrCloudCollection 
r:core_node5) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 
r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1728319 INFO  
(searcherExecutor-7776-thread-1-processing-n:127.0.0.1:45105_solr 
x:testSolrCloudCollection_shard1_replica_n2 s:shard1 c:testSolrCloudCollection 
r:core_node5) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 
r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1728319 INFO  
(searcherExecutor-7776-thread-1-processing-n:127.0.0.1:45105_solr 
x:testSolrCloudCollection_shard1_replica_n2 s:shard1 c:testSolrCloudCollection 
r:core_node5) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 
r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1728321 INFO  
(searcherExecutor-7776-thread-1-processing-n:127.0.0.1:45105_solr 
x:testSolrCloudCollection_shard1_replica_n2 s:shard1 c:testSolrCloudCollection 
r:core_node5) [n:127.0.0.1:45105_solr c:testSolrCloudCollection s:shard1 
r:core_node5 x:testSolrCloudCollection_shard1_replica_n2] o.a.s.c.SolrCore 
[testSolrCloudCollection_shard1_replica_n2] Registered new searcher 
Searcher@10e7894[testSolrCloudCollection_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirect

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

| TestCollectionAPI.test <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: https://127.0.0.1:43451/eo/gc
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([E99EC0F5751D6FB6:61CAFF2FDBE1024E]: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.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:314)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
   [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 
sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
   [junit4]    >        at 
sun.security.ssl.InputRecord.read(InputRecord.java:503)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:983)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:940)
   [junit4]    >        at 
sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
   [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]    >        ... 43 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCollectionAPI_E99EC0F5751D6FB6-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1353, maxMBSortInHeap=5.777450749648666, 
sim=RandomSimilarity(queryNorm=false): {}, locale=hu-HU, 
timezone=Canada/Mountain
   [junit4]   2> NOTE: Linux 4.10.0-40-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=1,free=227157784,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestTestInjection, 
DistribJoinFromCollectionTest, DistributedDebugComponentTest, 
TestTolerantUpdateProcessorRandomCloud, TestConfigSetsAPIZkFailure, 
TestExportWriter, TestQuerySenderListener, PluginInfoTest, 
LeaderInitiatedRecoveryOnCommitTest, V2StandaloneTest, 
TestDistributedMissingSort, ClusterStateTest, TestShardHandlerFactory, 
DistanceUnitsTest, CurrencyFieldTypeTest, TestConfigOverlay, ReturnFieldsTest, 
TestCloudManagedSchema, DistanceFunctionTest, ChaosMonkeyNothingIsSafeTest, 
TestCloudDeleteByQuery, UninvertDocValuesMergePolicyTest, ResponseHeaderTest, 
TestHashQParserPlugin, DefaultValueUpdateProcessorTest, 
TestChildDocTransformer, TestLegacyTerms, TimeRoutedAliasUpdateProcessorTest, 
SolrCoreCheckLockOnStartupTest, ReplicationFactorTest, 
FullSolrCloudDistribCmdsTest, LeaderElectionContextKeyTest, 
HighlighterMaxOffsetTest, TestAnalyzeInfixSuggestions, RequestLoggingTest, 
TestSha256AuthenticationProvider, TestRestManager, TestLRUCache, 
TestRealTimeGet, TestInPlaceUpdatesDistrib, AtomicUpdatesTest, 
OverseerStatusTest, DistributedFacetPivotLargeTest, DocValuesNotIndexedTest, 
InfixSuggestersTest, TestSQLHandler, HdfsThreadLeakTest, AliasIntegrationTest, 
TestDynamicLoading, TestLegacyField, SortByFunctionTest, 
TestAuthorizationFramework, TestSubQueryTransformerDistrib, GraphQueryTest, 
TestJavabinTupleStreamParser, CollectionsAPIAsyncDistributedZkTest, 
TestFieldCacheReopen, ZkStateReaderTest, TestSolrXml, HdfsRecoveryZkTest, 
SharedFSAutoReplicaFailoverTest, TestHashPartitioner, TestFieldSortValues, 
EchoParamsTest, BasicDistributedZk2Test, ConfigSetsAPITest, 
TestManagedSchemaThreadSafety, TestConfigReload, CdcrRequestHandlerTest, 
TestPivotHelperCode, DistributedQueryComponentOptimizationTest, 
TestValueSourceCache, TestCollectionsAPIViaSolrCloudCluster, TestIndexSearcher, 
QueryElevationComponentTest, AnalyticsMergeStrategyTest, 
TestSchemaVersionResource, TestTrie, TestMaxScoreQueryParser, 
TestCloudSearcherWarming, LargeFieldTest, TestInitParams, TestQueryTypes, 
TriLevelCompositeIdRoutingTest, TestSkipOverseerOperations, 
XsltUpdateRequestHandlerTest, SuggesterTest, TestRandomRequestDistribution, 
TestDynamicFieldCollectionResource, HdfsCollectionsAPIDistributedZkTest, 
VersionInfoTest, TestExactSharedStatsCache, UUIDFieldTest, 
ComputePlanActionTest, DirectSolrSpellCheckerTest, SolrJmxReporterTest, 
SolrShardReporterTest, WordBreakSolrSpellCheckerTest, LeaderElectionTest, 
TestCollectionAPIs, TestReloadDeadlock, MoveReplicaHDFSTest, 
HttpTriggerListenerTest, SimplePostToolTest, TestFieldCacheVsDocValues, 
TestLeaderInitiatedRecoveryThread, TestStressLiveNodes, TestCSVResponseWriter, 
BasicAuthIntegrationTest, OverseerCollectionConfigSetProcessorTest, 
SortSpecParsingTest, TestManagedStopFilterFactory, TestTolerantSearch, 
TestHalfAndHalfDocValues, TestJsonFacetRefinement, 
AutoAddReplicasIntegrationTest, HdfsDirectoryFactoryTest, 
TestEmbeddedSolrServerConstructors, BadComponentTest, 
SegmentsInfoRequestHandlerTest, OverseerTest, TestRandomDVFaceting, 
TestDistributedGrouping, TestRecovery, TestStressReorder, TestJoin, 
SimpleFacetsTest, StatsComponentTest, TestGroupingSearch, TestFunctionQuery, 
BasicFunctionalityTest, DirectUpdateHandlerTest, TestBadConfig, 
HighlighterTest, SoftAutoCommitTest, TestLFUCache, HighlighterConfigTest, 
UpdateParamsTest, AlternateDirectoryTest, TestQuerySenderNoQuery, 
CopyFieldTest, ResponseLogComponentTest, SolrIndexConfigTest, 
TestStressRecovery, TestMergePolicyConfig, TestSolrDeletionPolicy2, TestDocSet, 
TestSearchPerf, TestElisionMultitermQuery, TestConfig, OutputWriterTest, 
TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, DirectSolrConnectionTest, 
TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestCharFilters, 
TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, 
TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, 
TestBM25SimilarityFactory, TimeZoneUtilsTest, ScriptEngineTest, 
URLClassifyProcessorTest, DateMathParserTest, TestSystemIdResolver, 
TestSuggestSpellingConverter, DateFieldTest, DOMUtilTest, TestSolrJ, 
ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, CursorPagingTest, 
DistributedIntervalFacetingTest, SolrTestCaseJ4Test, 
TestSimpleTrackingShardHandler, TestEmbeddedSolrServerAdminHandler, 
ConnectionReuseTest, AddReplicaTest, AssignTest, 
AsyncCallRequestStatusResponseTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, DeleteNodeTest, 
DeleteReplicaTest, DistribDocExpirationUpdateProcessorTest, 
LeaderFailoverAfterPartitionTest, LeaderFailureAfterFreshStartTest, 
MoveReplicaTest, NodeMutatorTest, OverriddenZkACLAndCredentialsProvidersTest, 
RecoveryAfterSoftCommitTest, TestCloudPivotFacet, TestCollectionAPI]
   [junit4] Completed [606/751 (2!)] on J2 in 631.74s, 1 test, 1 error <<< 
FAILURES!

[...truncated 43626 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to