Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.3-Linux/163/
Java: 64bit/jdk-11-ea+5 -XX:+UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.TestDistributedSearch.test

Error Message:
IOException occured when talking to server at: 
http://127.0.0.1:42583//collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: http://127.0.0.1:42583//collection1
        at 
__randomizedtesting.SeedInfo.seed([35FADDAD4CD3D3AD:BDAEE277E22FBE55]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:895)
        at 
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:858)
        at 
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:873)
        at 
org.apache.solr.BaseDistributedSearchTestCase.del(BaseDistributedSearchTestCase.java:542)
        at 
org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:1034)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1019)
        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 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:841)
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:42583 failed to 
respond
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
        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)
        ... 48 more


FAILED:  org.apache.solr.TestDistributedSearch.test

Error Message:
Error from server at http://127.0.0.1:43963//collection1: 
java.lang.NullPointerException  at 
org.apache.solr.search.grouping.distributed.responseprocessor.StoredFieldsShardResponseProcessor.process(StoredFieldsShardResponseProcessor.java:38)
  at 
org.apache.solr.handler.component.QueryComponent.handleGroupedResponses(QueryComponent.java:579)
  at 
org.apache.solr.handler.component.QueryComponent.handleResponses(QueryComponent.java:562)
  at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:423)
  at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:195)
  at org.apache.solr.core.SolrCore.execute(SolrCore.java:2503)  at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:711)  at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:517)  at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:384)
  at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:330)
  at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
  at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
  at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533) 
 at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
  at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
  at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
  at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
  at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)  
at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
  at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
  at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
  at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  
at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:527)  
at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) 
 at org.eclipse.jetty.server.Server.handle(Server.java:530)  at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)  at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)  at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)  at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)  at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
  at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
  at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
  at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382)
  at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
  at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) 
 at java.base/java.lang.Thread.run(Thread.java:841) 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:43963//collection1: 
java.lang.NullPointerException
        at 
org.apache.solr.search.grouping.distributed.responseprocessor.StoredFieldsShardResponseProcessor.process(StoredFieldsShardResponseProcessor.java:38)
        at 
org.apache.solr.handler.component.QueryComponent.handleGroupedResponses(QueryComponent.java:579)
        at 
org.apache.solr.handler.component.QueryComponent.handleResponses(QueryComponent.java:562)
        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:423)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:195)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:2503)
        at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:711)
        at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:517)
        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:384)
        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:330)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:527)
        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
        at org.eclipse.jetty.server.Server.handle(Server.java:530)
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
        at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.base/java.lang.Thread.run(Thread.java:841)

        at 
__randomizedtesting.SeedInfo.seed([35FADDAD4CD3D3AD:BDAEE277E22FBE55]: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.SolrRequest.process(SolrRequest.java:194)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
        at 
org.apache.solr.TestDistributedSearch.queryRandomUpServer(TestDistributedSearch.java:1168)
        at 
org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:1130)
        at 
org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:992)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1019)
        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 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:841)




Build Log:
[...truncated 13555 lines...]
   [junit4] Suite: org.apache.solr.TestDistributedSearch
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_35FADDAD4CD3D3AD-001/init-core-data-001
   [junit4]   2> 979356 WARN  
(SUITE-TestDistributedSearch-seed#[35FADDAD4CD3D3AD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2367 numCloses=2367
   [junit4]   2> 979356 INFO  
(SUITE-TestDistributedSearch-seed#[35FADDAD4CD3D3AD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 979357 INFO  
(SUITE-TestDistributedSearch-seed#[35FADDAD4CD3D3AD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-9061";)
   [junit4]   2> 979357 INFO  
(SUITE-TestDistributedSearch-seed#[35FADDAD4CD3D3AD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 979357 INFO  
(SUITE-TestDistributedSearch-seed#[35FADDAD4CD3D3AD]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 979444 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_35FADDAD4CD3D3AD-001/tempDir-001/control/cores/collection1
   [junit4]   2> 979444 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] o.e.j.s.Server 
jetty-9.4.8.v20171121, build timestamp: 2017-11-22T01:27:37+04:00, git hash: 
82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 979445 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 979445 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 979445 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 979445 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@577ba4ca{/,null,AVAILABLE}
   [junit4]   2> 979446 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@71a48869{HTTP/1.1,[http/1.1]}{127.0.0.1:40871}
   [junit4]   2> 979446 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] o.e.j.s.Server 
Started @981126ms
   [junit4]   2> 979446 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=40871, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_35FADDAD4CD3D3AD-001/tempDir-001/control/cores}
   [junit4]   2> 979446 ERROR 
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 979446 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.1
   [junit4]   2> 979446 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 979446 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 979446 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-02T21:35:52.690831Z
   [junit4]   2> 979447 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_35FADDAD4CD3D3AD-001/tempDir-001/control/solr.xml
   [junit4]   2> 979448 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 979448 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 979448 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@65147439, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 979483 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@65147439
   [junit4]   2> 979494 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@65147439
   [junit4]   2> 979494 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@65147439
   [junit4]   2> 979496 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_35FADDAD4CD3D3AD-001/tempDir-001/control/cores
   [junit4]   2> 979496 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 979496 INFO  (coreLoadExecutor-4483-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 979496 INFO  (coreLoadExecutor-4483-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 979509 INFO  (coreLoadExecutor-4483-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.1
   [junit4]   2> 979521 INFO  (coreLoadExecutor-4483-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 979564 INFO  (coreLoadExecutor-4483-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 979569 INFO  (coreLoadExecutor-4483-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 979569 INFO  (coreLoadExecutor-4483-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@65147439
   [junit4]   2> 979569 INFO  (coreLoadExecutor-4483-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 979569 INFO  (coreLoadExecutor-4483-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_35FADDAD4CD3D3AD-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 979570 INFO  (coreLoadExecutor-4483-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=10, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=17.2333984375, 
floorSegmentMB=1.1826171875, forceMergeDeletesPctAllowed=11.246761430356926, 
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7326376713777923
   [junit4]   2> 979605 INFO  (coreLoadExecutor-4483-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 979605 INFO  (coreLoadExecutor-4483-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 979605 INFO  (coreLoadExecutor-4483-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 979606 INFO  (coreLoadExecutor-4483-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 979606 INFO  (coreLoadExecutor-4483-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 979606 INFO  (coreLoadExecutor-4483-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@9379db7[collection1] 
main]
   [junit4]   2> 979607 INFO  (coreLoadExecutor-4483-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 979624 INFO  (coreLoadExecutor-4483-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 979713 INFO  (coreLoadExecutor-4483-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 979713 INFO  
(searcherExecutor-4484-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 979713 INFO  (coreLoadExecutor-4483-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1599389777743839232
   [junit4]   2> 979713 INFO  
(searcherExecutor-4484-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 979713 INFO  
(searcherExecutor-4484-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 979713 INFO  
(searcherExecutor-4484-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 979713 INFO  
(searcherExecutor-4484-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 979713 INFO  
(searcherExecutor-4484-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 979714 INFO  
(searcherExecutor-4484-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 979714 INFO  
(searcherExecutor-4484-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 979714 INFO  
(searcherExecutor-4484-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 979714 INFO  
(searcherExecutor-4484-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@9379db7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 979799 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_35FADDAD4CD3D3AD-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 979800 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] o.e.j.s.Server 
jetty-9.4.8.v20171121, build timestamp: 2017-11-22T01:27:37+04:00, git hash: 
82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 979800 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 979800 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 979800 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 979801 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5f7763e6{/,null,AVAILABLE}
   [junit4]   2> 979801 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7b1e922{HTTP/1.1,[http/1.1]}{127.0.0.1:43141}
   [junit4]   2> 979801 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] o.e.j.s.Server 
Started @981481ms
   [junit4]   2> 979801 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=43141, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_35FADDAD4CD3D3AD-001/tempDir-001/shard0/cores}
   [junit4]   2> 979801 ERROR 
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 979801 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.1
   [junit4]   2> 979801 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 979801 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 979801 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-02T21:35:53.045741Z
   [junit4]   2> 979801 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_35FADDAD4CD3D3AD-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 979803 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 979803 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 979803 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@65147439, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 979821 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@65147439
   [junit4]   2> 979828 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@65147439
   [junit4]   2> 979828 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@65147439
   [junit4]   2> 979829 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_35FADDAD4CD3D3AD-001/tempDir-001/shard0/cores
   [junit4]   2> 979829 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 979829 INFO  (coreLoadExecutor-4494-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 979830 INFO  (coreLoadExecutor-4494-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 979852 INFO  (coreLoadExecutor-4494-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.1
   [junit4]   2> 979867 INFO  (coreLoadExecutor-4494-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 979941 INFO  (coreLoadExecutor-4494-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 979957 INFO  (coreLoadExecutor-4494-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 979957 INFO  (coreLoadExecutor-4494-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@65147439
   [junit4]   2> 979957 INFO  (coreLoadExecutor-4494-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 979958 INFO  (coreLoadExecutor-4494-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_35FADDAD4CD3D3AD-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 979959 INFO  (coreLoadExecutor-4494-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=10, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=17.2333984375, 
floorSegmentMB=1.1826171875, forceMergeDeletesPctAllowed=11.246761430356926, 
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7326376713777923
   [junit4]   2> 979990 INFO  (coreLoadExecutor-4494-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 979990 INFO  (coreLoadExecutor-4494-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 979991 INFO  (coreLoadExecutor-4494-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 979991 INFO  (coreLoadExecutor-4494-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 979992 INFO  (coreLoadExecutor-4494-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 979992 INFO  (coreLoadExecutor-4494-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7ca5d68f[collection1] main]
   [junit4]   2> 979993 INFO  (coreLoadExecutor-4494-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 980010 INFO  (coreLoadExecutor-4494-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 980134 INFO  (coreLoadExecutor-4494-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 980135 INFO  
(searcherExecutor-4495-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 980135 INFO  (coreLoadExecutor-4494-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1599389778186338304
   [junit4]   2> 980135 INFO  
(searcherExecutor-4495-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 980135 INFO  
(searcherExecutor-4495-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 980135 INFO  
(searcherExecutor-4495-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 980135 INFO  
(searcherExecutor-4495-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 980135 INFO  
(searcherExecutor-4495-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 980136 INFO  
(searcherExecutor-4495-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 980136 INFO  
(searcherExecutor-4495-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 980136 INFO  
(searcherExecutor-4495-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 980137 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 980137 INFO  
(searcherExecutor-4495-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7ca5d68f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 980140 INFO  (qtp1076348170-17641) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1599389778189484032)} 0 1
   [junit4]   2> 980142 INFO  (qtp1927884486-17658) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1599389778192629760)} 0 0
   [junit4]   2> 980144 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1 (1599389778194726912)]} 0 1
   [junit4]   2> 980145 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1 (1599389778196824064)]} 0 0
   [junit4]   2> 980146 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[2 (1599389778197872640)]} 0 0
   [junit4]   2> 980147 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[2 (1599389778198921216)]} 0 0
   [junit4]   2> 980147 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[3 (1599389778198921216)]} 0 0
   [junit4]   2> 980148 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[3 (1599389778199969792)]} 0 0
   [junit4]   2> 980148 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[4 (1599389778199969792)]} 0 0
   [junit4]   2> 980149 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[4 (1599389778201018368)]} 0 0
   [junit4]   2> 980150 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[5 (1599389778201018368)]} 0 0
   [junit4]   2> 980150 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[5 (1599389778202066944)]} 0 0
   [junit4]   2> 980151 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[6 (1599389778203115520)]} 0 0
   [junit4]   2> 980151 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[6 (1599389778203115520)]} 0 0
   [junit4]   2> 980152 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[7 (1599389778203115521)]} 0 0
   [junit4]   2> 980152 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[7 (1599389778204164096)]} 0 0
   [junit4]   2> 980153 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[8 (1599389778205212672)]} 0 0
   [junit4]   2> 980153 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[8 (1599389778205212672)]} 0 0
   [junit4]   2> 980154 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[9 (1599389778206261248)]} 0 0
   [junit4]   2> 980154 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[9 (1599389778206261248)]} 0 0
   [junit4]   2> 980155 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1599389778207309824,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 980155 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7606c91f 
commitCommandVersion:1599389778207309824
   [junit4]   2> 980160 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1b76f3b5[collection1] main]
   [junit4]   2> 980160 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 980161 INFO  
(searcherExecutor-4484-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1b76f3b5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.1):C9)))}
   [junit4]   2> 980161 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 6
   [junit4]   2> 980161 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1599389778213601280,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 980161 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@6f6fe502 
commitCommandVersion:1599389778213601280
   [junit4]   2> 980165 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@364fcf4b[collection1] main]
   [junit4]   2> 980166 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 980167 INFO  
(searcherExecutor-4495-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@364fcf4b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.1):C9)))}
   [junit4]   2> 980167 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 5
   [junit4]   2> 980168 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[10 (1599389778219892736)]} 0 1
   [junit4]   2> 980169 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[10 (1599389778221989888)]} 0 0
   [junit4]   2> 980170 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[11 (1599389778223038464)]} 0 0
   [junit4]   2> 980171 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[11 (1599389778223038464)]} 0 0
   [junit4]   2> 980171 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[12 (1599389778224087040)]} 0 0
   [junit4]   2> 980172 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[12 (1599389778225135616)]} 0 0
   [junit4]   2> 980172 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[13 (1599389778225135616)]} 0 0
   [junit4]   2> 980173 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[13 (1599389778226184192)]} 0 0
   [junit4]   2> 980174 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1001 (1599389778226184192)]} 0 0
   [junit4]   2> 980175 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1001 (1599389778227232768)]} 0 0
   [junit4]   2> 980175 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[14 (1599389778228281344)]} 0 0
   [junit4]   2> 980175 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[14 (1599389778228281344)]} 0 0
   [junit4]   2> 980176 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[15 (1599389778229329920)]} 0 0
   [junit4]   2> 980176 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[15 (1599389778229329920)]} 0 0
   [junit4]   2> 980176 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[16 (1599389778229329921)]} 0 0
   [junit4]   2> 980177 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[16 (1599389778230378496)]} 0 0
   [junit4]   2> 980177 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[17 (1599389778230378496)]} 0 0
   [junit4]   2> 980178 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[17 (1599389778231427072)]} 0 0
   [junit4]   2> 980179 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[100 (1599389778231427072)]} 0 0
   [junit4]   2> 980179 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[100 (1599389778232475648)]} 0 0
   [junit4]   2> 980179 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[101 (1599389778232475648)]} 0 0
   [junit4]   2> 980180 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[101 (1599389778233524224)]} 0 0
   [junit4]   2> 980180 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[102 (1599389778233524224)]} 0 0
   [junit4]   2> 980180 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[102 (1599389778233524225)]} 0 0
   [junit4]   2> 980181 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[103 (1599389778234572800)]} 0 0
   [junit4]   2> 980181 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[103 (1599389778234572800)]} 0 0
   [junit4]   2> 980181 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[104 (1599389778234572801)]} 0 0
   [junit4]   2> 980182 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[104 (1599389778235621376)]} 0 0
   [junit4]   2> 980182 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[105 (1599389778235621376)]} 0 0
   [junit4]   2> 980183 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[105 (1599389778236669952)]} 0 0
   [junit4]   2> 980183 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[106 (1599389778236669952)]} 0 0
   [junit4]   2> 980184 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[106 (1599389778237718528)]} 0 0
   [junit4]   2> 980184 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[107 (1599389778237718528)]} 0 0
   [junit4]   2> 980184 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[107 (1599389778237718529)]} 0 0
   [junit4]   2> 980185 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[108 (1599389778238767104)]} 0 0
   [junit4]   2> 980185 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[108 (1599389778238767104)]} 0 0
   [junit4]   2> 980186 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[109 (1599389778238767105)]} 0 0
   [junit4]   2> 980186 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[109 (1599389778239815680)]} 0 0
   [junit4]   2> 980186 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[110 (1599389778239815680)]} 0 0
   [junit4]   2> 980187 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[110 (1599389778239815681)]} 0 0
   [junit4]   2> 980187 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[111 (1599389778240864256)]} 0 0
   [junit4]   2> 980187 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[111 (1599389778240864256)]} 0 0
   [junit4]   2> 980188 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[112 (1599389778241912832)]} 0 0
   [junit4]   2> 980188 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[112 (1599389778241912832)]} 0 0
   [junit4]   2> 980189 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[113 (1599389778242961408)]} 0 0
   [junit4]   2> 980189 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[113 (1599389778242961408)]} 0 0
   [junit4]   2> 980190 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[114 (1599389778244009984)]} 0 0
   [junit4]   2> 980190 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[114 (1599389778244009984)]} 0 0
   [junit4]   2> 980190 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[115 (1599389778244009985)]} 0 0
   [junit4]   2> 980191 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[115 (1599389778245058560)]} 0 0
   [junit4]   2> 980191 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[116 (1599389778245058560)]} 0 0
   [junit4]   2> 980192 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[116 (1599389778245058561)]} 0 0
   [junit4]   2> 980192 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[117 (1599389778246107136)]} 0 0
   [junit4]   2> 980193 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[117 (1599389778246107136)]} 0 0
   [junit4]   2> 980193 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[118 (1599389778247155712)]} 0 0
   [junit4]   2> 980193 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[118 (1599389778247155712)]} 0 0
   [junit4]   2> 980194 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[119 (1599389778248204288)]} 0 0
   [junit4]   2> 980194 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[119 (1599389778248204288)]} 0 0
   [junit4]   2> 980194 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[120 (1599389778248204289)]} 0 0
   [junit4]   2> 980194 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[120 (1599389778248204289)]} 0 0
   [junit4]   2> 980195 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[121 (1599389778249252864)]} 0 0
   [junit4]   2> 980195 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[121 (1599389778249252864)]} 0 0
   [junit4]   2> 980196 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[122 (1599389778249252865)]} 0 0
   [junit4]   2> 980196 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[122 (1599389778250301440)]} 0 0
   [junit4]   2> 980196 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[123 (1599389778250301440)]} 0 0
   [junit4]   2> 980197 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[123 (1599389778251350016)]} 0 0
   [junit4]   2> 980197 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[124 (1599389778251350016)]} 0 0
   [junit4]   2> 980198 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[124 (1599389778251350017)]} 0 0
   [junit4]   2> 980198 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[125 (1599389778252398592)]} 0 0
   [junit4]   2> 980199 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[125 (1599389778252398592)]} 0 0
   [junit4]   2> 980199 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[126 (1599389778253447168)]} 0 0
   [junit4]   2> 980199 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[126 (1599389778253447168)]} 0 0
   [junit4]   2> 980200 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[127 (1599389778254495744)]} 0 0
   [junit4]   2> 980200 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[127 (1599389778254495744)]} 0 0
   [junit4]   2> 980201 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[128 (1599389778255544320)]} 0 0
   [junit4]   2> 980201 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[128 (1599389778255544320)]} 0 0
   [junit4]   2> 980202 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[129 (1599389778256592896)]} 0 0
   [junit4]   2> 980202 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[129 (1599389778256592896)]} 0 0
   [junit4]   2> 980203 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[130 (1599389778257641472)]} 0 0
   [junit4]   2> 980203 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[130 (1599389778257641472)]} 0 0
   [junit4]   2> 980203 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[131 (1599389778257641473)]} 0 0
   [junit4]   2> 980204 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[131 (1599389778258690048)]} 0 0
   [junit4]   2> 980204 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[132 (1599389778258690048)]} 0 0
   [junit4]   2> 980204 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[132 (1599389778258690049)]} 0 0
   [junit4]   2> 980205 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[133 (1599389778259738624)]} 0 0
   [junit4]   2> 980205 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[133 (1599389778259738624)]} 0 0
   [junit4]   2> 980205 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[134 (1599389778259738625)]} 0 0
   [junit4]   2> 980206 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[134 (1599389778260787200)]} 0 0
   [junit4]   2> 980206 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[135 (1599389778260787200)]} 0 0
   [junit4]   2> 980206 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[135 (1599389778260787201)]} 0 0
   [junit4]   2> 980207 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[136 (1599389778261835776)]} 0 0
   [junit4]   2> 980207 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[136 (1599389778261835776)]} 0 0
   [junit4]   2> 980207 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[137 (1599389778261835777)]} 0 0
   [junit4]   2> 980208 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[137 (1599389778262884352)]} 0 0
   [junit4]   2> 980208 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[138 (1599389778262884352)]} 0 0
   [junit4]   2> 980209 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[138 (1599389778262884353)]} 0 0
   [junit4]   2> 980209 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[139 (1599389778263932928)]} 0 0
   [junit4]   2> 980209 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[139 (1599389778263932928)]} 0 0
   [junit4]   2> 980210 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[140 (1599389778264981504)]} 0 0
   [junit4]   2> 980210 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[140 (1599389778264981504)]} 0 0
   [junit4]   2> 980210 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[141 (1599389778264981505)]} 0 0
   [junit4]   2> 980211 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[141 (1599389778266030080)]} 0 0
   [junit4]   2> 980211 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[142 (1599389778266030080)]} 0 0
   [junit4]   2> 980212 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[142 (1599389778266030081)]} 0 0
   [junit4]   2> 980212 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[143 (1599389778267078656)]} 0 0
   [junit4]   2> 980212 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[143 (1599389778267078656)]} 0 0
   [junit4]   2> 980213 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[144 (1599389778267078657)]} 0 0
   [junit4]   2> 980213 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[144 (1599389778268127232)]} 0 0
   [junit4]   2> 980213 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[145 (1599389778268127232)]} 0 0
   [junit4]   2> 980213 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[145 (1599389778268127233)]} 0 0
   [junit4]   2> 980214 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[146 (1599389778269175808)]} 0 0
   [junit4]   2> 980214 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[146 (1599389778269175808)]} 0 0
   [junit4]   2> 980214 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[147 (1599389778269175809)]} 0 0
   [junit4]   2> 980215 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[147 (1599389778269175809)]} 0 0
   [junit4]   2> 980215 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[148 (1599389778270224384)]} 0 0
   [junit4]   2> 980215 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[148 (1599389778270224384)]} 0 0
   [junit4]   2> 980215 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[149 (1599389778270224385)]} 0 0
   [junit4]   2> 980216 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[149 (1599389778271272960)]} 0 0
   [junit4]   2> 980216 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1599389778271272960,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 980216 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7606c91f 
commitCommandVersion:1599389778271272960
   [junit4]   2> 980220 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6071fdcb[collection1] main]
   [junit4]   2> 980220 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 980221 INFO  
(searcherExecutor-4484-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6071fdcb[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.1):C9)
 Uninverting(_1(7.3.1):C59)))}
   [junit4]   2> 980222 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 5
   [junit4]   2> 980222 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1599389778277564416,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 980222 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@6f6fe502 
commitCommandVersion:1599389778277564416
   [junit4]   2> 980226 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3a4bd244[collection1] main]
   [junit4]   2> 980226 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 980227 INFO  
(searcherExecutor-4495-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3a4bd244[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.1):C9)
 Uninverting(_1(7.3.1):C59)))}
   [junit4]   2> 980227 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 5
   [junit4]   2> 980228 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.h.RequestHandlerBase Ignoring exception matching parameter cannot be 
negative
   [junit4]   2> 980228 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*&distrib=false&start=-1&wt=javabin&version=2} status=400 QTime=0
   [junit4]   2> 980228 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.h.RequestHandlerBase Ignoring exception matching parameter cannot be 
negative
   [junit4]   2> 980229 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*&distrib=false&start=0&rows=-1&wt=javabin&version=2} status=400 
QTime=0
   [junit4]   2> 980229 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=n_ti1+desc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 980235 INFO  (qtp1927884486-17663) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_ti1+desc&shard.url=[ff01::114]:33332/|[ff01::083]:33332/|http://127.0.0.1:43141//collection1&rows=10&version=2&q=*:*&NOW=1525296953474&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 980236 INFO  (qtp1927884486-17659) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1525296953474&ids=111,122,123,14,146,102,15,115,106,142&isShard=true&shard.url=[ff01::114]:33332/|[ff01::083]:33332/|http://127.0.0.1:43141//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 980237 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=[ff01::114]:33332/|[ff01::083]:33332/|http://127.0.0.1:43141//collection1&sort=n_ti1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=7
   [junit4]   2> 980238 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=n_ti1+asc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 980239 INFO  (qtp1927884486-17658) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_ti1+asc&shard.url=[ff01::083]:33332/|http://127.0.0.1:43141//collection1&rows=10&version=2&q=*:*&NOW=1525296953482&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 980240 INFO  (qtp1927884486-17659) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1525296953482&ids=143,101,125,126,127,117,139,108,109,120&isShard=true&shard.url=[ff01::083]:33332/|http://127.0.0.1:43141//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 980240 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=[ff01::083]:33332/|http://127.0.0.1:43141//collection1&sort=n_ti1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=1
   [junit4]   2> 980241 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=n_f1+desc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 980242 INFO  (qtp1927884486-17658) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_f1+desc&shard.url=http://127.0.0.1:43141//collection1|[ff01::213]:33332/&rows=10&version=2&q=*:*&NOW=1525296953486&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 980243 INFO  (qtp1927884486-17659) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1525296953486&ids=100,122,136,115,6,17,9,119,109,131&isShard=true&shard.url=http://127.0.0.1:43141//collection1|[ff01::213]:33332/&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 980244 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:43141//collection1|[ff01::213]:33332/&sort=n_f1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 980244 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=n_f1+asc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 980246 INFO  (qtp1927884486-17658) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_f1+asc&shard.url=http://127.0.0.1:43141//collection1&rows=10&version=2&q=*:*&NOW=1525296953489&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 980246 INFO  (qtp1927884486-17659) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1525296953489&ids=110,111,1,124,3,125,15,107,108,120&isShard=true&shard.url=http://127.0.0.1:43141//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 980247 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:43141//collection1&sort=n_f1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=1
   [junit4]   2> 980247 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=n_tf1+desc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 980250 INFO  (qtp1927884486-17658) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_tf1+desc&shard.url=[ff01::213]:33332/|[ff01::083]:33332/|[ff01::114]:33332/|http://127.0.0.1:43141//collection1&rows=10&version=2&q=*:*&NOW=1525296953492&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 980251 INFO  (qtp1927884486-17659) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1525296953492&ids=145,103,4,147,5,116,1001,7,120,131&isShard=true&shard.url=[ff01::213]:33332/|[ff01::083]:33332/|[ff01::114]:33332/|http://127.0.0.1:43141//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 980252 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=[ff01::213]:33332/|[ff01::083]:33332/|[ff01::114]:33332/|http://127.0.0.1:43141//collection1&sort=n_tf1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=3
   [junit4]   2> 980252 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=n_tf1+asc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 980254 INFO  (qtp1927884486-17658) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_tf1+asc&shard.url=http://127.0.0.1:43141//collection1&rows=10&version=2&q=*:*&NOW=1525296953497&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 980255 INFO  (qtp1927884486-17659) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1525296953497&ids=110,133,134,124,3,118,8,107,141,10&isShard=true&shard.url=http://127.0.0.1:43141//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 980255 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:43141//collection1&sort=n_tf1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 980256 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=n_d1+desc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 980257 INFO  (qtp1927884486-17658) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_d1+desc&shard.url=[ff01::083]:33332/|http://127.0.0.1:43141//collection1&rows=10&version=2&q=*:*&NOW=1525296953501&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 980258 INFO  (qtp1927884486-17659) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1525296953501&ids=11,144,134,145,113,15,126,149,118,119&isShard=true&shard.url=[ff01::083]:33332/|http://127.0.0.1:43141//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 980259 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=[ff01::083]:33332/|http://127.0.0.1:43141//collection1&sort=n_d1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=1
   [junit4]   2> 980260 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=n_d1+asc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 980261 INFO  (qtp1927884486-17658) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_d1+asc&shard.url=http://127.0.0.1:43141//collection1&rows=10&version=2&q=*:*&NOW=1525296953505&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 980262 INFO  (qtp1927884486-17659) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1525296953505&ids=122,2,112,146,114,4,139,140,141,131&isShard=true&shard.url=http://127.0.0.1:43141//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 980263 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:43141//collection1&sort=n_d1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 980263 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=n_td1+desc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 980265 INFO  (qtp1927884486-17658) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_td1+desc&shard.url=http://127.0.0.1:43141//collection1&rows=10&version=2&q=*:*&NOW=1525296953508&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 980265 INFO  (qtp1927884486-17659) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1525296953508&ids=11,122,144,134,103,114,148,16,9,140&isShard=true&shard.url=http://127.0.0.1:43141//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 980266 INFO  (qtp1927884486-17664) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=http://127.0.0.1:43141//collection1&sort=n_td1+desc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 980267 INFO  (qtp1076348170-17645) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=n_td1+asc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 980268 INFO  (qtp1927884486-17658) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_td1+asc&shard.url=[ff01::213]:33332/|http://127.0.0.1:43141//collection1&rows=10&version=2&q=*:*&NOW=1525296953512&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 980269 INFO  (qtp1927884486-17659) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1525296953512&ids=132,12,146,102,3,5,126,107,108,130&isShard=true&shard.url=[ff01::213]:33332/|http://127.0.0.1:43141//collection1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 980270 INFO  (qtp1927884486-17662) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&shards=[ff01::213]:33332/|http://127.0.0.1:43141//collection1&sort=n_td1+asc&wt=javabin&version=2}
 hits=68 status=0 QTime=2
   [junit4]   2> 980271 INFO  (qtp1076348170-17647) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&distrib=false&sort=n_l1+desc&wt=javabin&version=2} hits=68 
status=0 QTime=0
   [junit4]   2> 980272 INFO  (qtp1927884486-17658) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_l1+desc&shard.url=[ff01::114]:33332/|http://127.0.0.1:43141//collection1&rows=10&version=2&q=*:*&NOW=1525296953515&isShard=true&wt=javabin}
 hits=68 status=0 QTime=0
   [junit4]   2> 980273 INFO  (qtp1927884486-17659) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1525296953515&ids=11,112,135,16,1

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

nit4]   2> 97775 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 97775 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@236e598d{HTTP/1.1,[http/1.1]}{127.0.0.1:42583}
   [junit4]   2> 97775 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1875843918
   [junit4]   2> 97775 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 97775 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 97775 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 97776 INFO  (coreCloseExecutor-260-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@13264fb0
   [junit4]   2> 97776 INFO  (coreCloseExecutor-260-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=321277872
   [junit4]   2> 97778 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@430ad259{/,null,UNAVAILABLE}
   [junit4]   2> 97778 INFO  
(TEST-TestDistributedSearch.test-seed#[35FADDAD4CD3D3AD]) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestDistributedSearch -Dtests.method=test 
-Dtests.seed=35FADDAD4CD3D3AD -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=zgh -Dtests.timezone=MST 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   29.0s J2 | TestDistributedSearch.test <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: http://127.0.0.1:42583//collection1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([35FADDAD4CD3D3AD:BDAEE277E22FBE55]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
   [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.SolrRequest.process(SolrRequest.java:194)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:895)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:858)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:873)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase.del(BaseDistributedSearchTestCase.java:542)
   [junit4]    >        at 
org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:1034)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1019)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:841)
   [junit4]    > Caused by: org.apache.http.NoHttpResponseException: 
127.0.0.1:42583 failed to respond
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
   [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]    >        ... 48 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.3-Linux/solr/build/solr-core/test/J2/temp/solr.TestDistributedSearch_35FADDAD4CD3D3AD-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{severity=PostingsFormat(name=Memory), 
foo_sev_enum=PostingsFormat(name=LuceneVarGapFixedInterval), 
SubjectTerms_mfacet=PostingsFormat(name=LuceneFixedGap), 
multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
rnd_b=PostingsFormat(name=LuceneVarGapFixedInterval), 
a_s=PostingsFormat(name=Memory), oddField_s=PostingsFormat(name=Memory), 
lowerfilt1and2=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
a_t=PostingsFormat(name=LuceneFixedGap), foo_b=PostingsFormat(name=Memory), 
lowerfilt=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
id=PostingsFormat(name=LuceneVarGapFixedInterval), 
text=PostingsFormat(name=Memory)}, 
docValues:{other_tl1=DocValuesFormat(name=Direct), 
range_facet_l_dv=DocValuesFormat(name=Lucene70), 
n_l1=DocValuesFormat(name=Direct), a_n_tdt=DocValuesFormat(name=Lucene70), 
intDefault=DocValuesFormat(name=Direct), n_td1=DocValuesFormat(name=Asserting), 
n_d1=DocValuesFormat(name=Direct), range_facet_l=DocValuesFormat(name=Direct), 
n_f1=DocValuesFormat(name=Asserting), n_tl1=DocValuesFormat(name=Asserting), 
n_tf1=DocValuesFormat(name=Direct), intDvoDefault=DocValuesFormat(name=Memory), 
timestamp=DocValuesFormat(name=Direct), severity=DocValuesFormat(name=Memory), 
foo_sev_enum=DocValuesFormat(name=Lucene70), 
n_dt1=DocValuesFormat(name=Asserting), b_n_tdt=DocValuesFormat(name=Direct), 
n_ti1=DocValuesFormat(name=Lucene70), _version_=DocValuesFormat(name=Direct), 
n_tdt1=DocValuesFormat(name=Direct), id_i1=DocValuesFormat(name=Asserting), 
foo_d=DocValuesFormat(name=Lucene70), 
range_facet_i_dv=DocValuesFormat(name=Direct), 
foo_f=DocValuesFormat(name=Memory), a_i_ni_p=DocValuesFormat(name=Asserting)}, 
maxPointsInLeafNode=911, maxMBSortInHeap=7.651461249239784, 
sim=RandomSimilarity(queryNorm=true): {}, locale=zgh, timezone=MST
   [junit4]   2> NOTE: Linux 4.13.0-39-generic amd64/Oracle Corporation 11-ea 
(64-bit)/cpus=8,threads=1,free=263414552,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestDistributedSearch, 
TestDistributedSearch]
   [junit4] Completed [5/5 (1!)] on J2 in 29.02s, 1 test, 1 error <<< FAILURES!

[...truncated 11 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-7.3-Linux/lucene/common-build.xml:1567: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.3-Linux/lucene/common-build.xml:1091: 
There were test failures: 5 suites, 5 tests, 1 error [seed: 35FADDAD4CD3D3AD]

Total time: 1 minute 43 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   1/5 failed: org.apache.solr.TestDistributedSearch
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=7b74345edb3969ffc523284b116a0437a275102a, 
workspace=/var/lib/jenkins/workspace/Lucene-Solr-7.3-Linux
[WARNINGS] Computing warning deltas based on reference build #162
Recording test results
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to