You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2017/11/24 08:55:08 UTC

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-9.0.1) - Build # 20985 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20985/
Java: 64bit/jdk-9.0.1 -XX:+UseCompressedOops -XX:+UseSerialGC

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:32941/_/collection1
	at __randomizedtesting.SeedInfo.seed([54E815B26D177163:DCBC2A68C3EB1C9B]: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:844)
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:32941 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.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Error from server at http://127.0.0.1:45247/solr/awhollynewcollection_0_shard3_replica_n4: ClusterState says we are the leader (http://127.0.0.1:45247/solr/awhollynewcollection_0_shard3_replica_n4), but locally we don't think so. Request came from null

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:45247/solr/awhollynewcollection_0_shard3_replica_n4: ClusterState says we are the leader (http://127.0.0.1:45247/solr/awhollynewcollection_0_shard3_replica_n4), but locally we don't think so. Request came from null
	at __randomizedtesting.SeedInfo.seed([54E815B26D177163:1C9D61066B245EF6]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:549)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1012)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:945)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:945)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:945)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:945)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:945)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:460)
	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 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:844)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:45247/solr/awhollynewcollection_0_shard3_replica_n4: ClusterState says we are the leader (http://127.0.0.1:45247/solr/awhollynewcollection_0_shard3_replica_n4), but locally we don't think so. Request came from null
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:526)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
	... 1 more


FAILED:  org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:44173/solr: create the collection time out:180s
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.MissingSegmentRecoveryTest.setup(MissingSegmentRecoveryTest.java:61)
	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$9.evaluate(RandomizedRunner.java:968)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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:844)


FAILED:  org.apache.solr.cloud.OverseerModifyCollectionTest.testModifyColl

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:36191/solr: create the collection time out:180s
	at __randomizedtesting.SeedInfo.seed([54E815B26D177163:FD703FC761DBB565]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.OverseerModifyCollectionTest.testModifyColl(OverseerModifyCollectionTest.java:50)
	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 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:844)


FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication

Error Message:
Index 0 out-of-bounds for length 0

Stack Trace:
java.lang.IndexOutOfBoundsException: Index 0 out-of-bounds for length 0
	at __randomizedtesting.SeedInfo.seed([54E815B26D177163:40A04EE74E10CC7D]:0)
	at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
	at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
	at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:248)
	at java.base/java.util.Objects.checkIndex(Objects.java:372)
	at java.base/java.util.ArrayList.get(ArrayList.java:440)
	at org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:561)
	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 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:844)




Build Log:
[...truncated 11584 lines...]
   [junit4] Suite: org.apache.solr.TestDistributedSearch
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_54E815B26D177163-001/init-core-data-001
   [junit4]   2> 7657 WARN  (SUITE-TestDistributedSearch-seed#[54E815B26D177163]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=13 numCloses=13
   [junit4]   2> 7657 INFO  (SUITE-TestDistributedSearch-seed#[54E815B26D177163]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 7658 INFO  (SUITE-TestDistributedSearch-seed#[54E815B26D177163]-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> 7658 INFO  (SUITE-TestDistributedSearch-seed#[54E815B26D177163]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 7658 INFO  (SUITE-TestDistributedSearch-seed#[54E815B26D177163]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_/
   [junit4]   2> 7808 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_54E815B26D177163-001/tempDir-001/control/cores/collection1
   [junit4]   2> 7920 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 7952 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6d1cf326{/_,null,AVAILABLE}
   [junit4]   2> 7965 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2c4d8d08{HTTP/1.1,[http/1.1]}{127.0.0.1:38085}
   [junit4]   2> 7965 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.e.j.s.Server Started @9340ms
   [junit4]   2> 7966 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_, hostPort=38085, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_54E815B26D177163-001/tempDir-001/control/cores}
   [junit4]   2> 7977 ERROR (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 7977 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 7978 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 7978 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 7981 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-24T07:50:59.654245Z
   [junit4]   2> 7982 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 7984 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_54E815B26D177163-001/tempDir-001/control/solr.xml
   [junit4]   2> 7988 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 7989 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 8044 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_54E815B26D177163-001/tempDir-001/control/cores
   [junit4]   2> 8045 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 8045 INFO  (coreLoadExecutor-32-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 8050 INFO  (coreLoadExecutor-32-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 8107 INFO  (coreLoadExecutor-32-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 8153 INFO  (coreLoadExecutor-32-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 8317 INFO  (coreLoadExecutor-32-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 8375 INFO  (coreLoadExecutor-32-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 8375 INFO  (coreLoadExecutor-32-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 8375 INFO  (coreLoadExecutor-32-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_54E815B26D177163-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 8377 INFO  (coreLoadExecutor-32-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=24.3037109375, floorSegmentMB=1.607421875, forceMergeDeletesPctAllowed=12.18226597272185, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 8445 INFO  (coreLoadExecutor-32-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 8446 INFO  (coreLoadExecutor-32-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 8447 INFO  (coreLoadExecutor-32-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 8447 INFO  (coreLoadExecutor-32-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 8448 INFO  (coreLoadExecutor-32-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=28.8125, floorSegmentMB=0.7275390625, forceMergeDeletesPctAllowed=3.9649203390932017, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5174949844225029
   [junit4]   2> 8450 INFO  (coreLoadExecutor-32-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3072a389[collection1] main]
   [junit4]   2> 8451 INFO  (coreLoadExecutor-32-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 8477 INFO  (coreLoadExecutor-32-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 8549 INFO  (coreLoadExecutor-32-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 8549 INFO  (searcherExecutor-33-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 8549 INFO  (coreLoadExecutor-32-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584932963194241024
   [junit4]   2> 8550 INFO  (searcherExecutor-33-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 8550 INFO  (searcherExecutor-33-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 8550 INFO  (searcherExecutor-33-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 8550 INFO  (searcherExecutor-33-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 8550 INFO  (searcherExecutor-33-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 8551 INFO  (searcherExecutor-33-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 8551 INFO  (searcherExecutor-33-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 8551 INFO  (searcherExecutor-33-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 8556 INFO  (searcherExecutor-33-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3072a389[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 8697 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_54E815B26D177163-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 8698 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 8731 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@748dc0aa{/_,null,AVAILABLE}
   [junit4]   2> 8732 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@36da2985{HTTP/1.1,[http/1.1]}{127.0.0.1:35439}
   [junit4]   2> 8732 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.e.j.s.Server Started @10106ms
   [junit4]   2> 8732 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_, hostPort=35439, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_54E815B26D177163-001/tempDir-001/shard0/cores}
   [junit4]   2> 8732 ERROR (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 8732 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 8732 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 8732 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 8733 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-24T07:51:00.407939Z
   [junit4]   2> 8733 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_54E815B26D177163-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 8737 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 8737 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 8769 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_54E815B26D177163-001/tempDir-001/shard0/cores
   [junit4]   2> 8769 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 8798 INFO  (coreLoadExecutor-43-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 8799 INFO  (coreLoadExecutor-43-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 8841 INFO  (coreLoadExecutor-43-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 8870 INFO  (coreLoadExecutor-43-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 9014 INFO  (coreLoadExecutor-43-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 9044 INFO  (coreLoadExecutor-43-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 9044 INFO  (coreLoadExecutor-43-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 9044 INFO  (coreLoadExecutor-43-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_54E815B26D177163-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 9046 INFO  (coreLoadExecutor-43-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=24.3037109375, floorSegmentMB=1.607421875, forceMergeDeletesPctAllowed=12.18226597272185, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 9084 INFO  (coreLoadExecutor-43-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 9084 INFO  (coreLoadExecutor-43-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 9085 INFO  (coreLoadExecutor-43-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 9085 INFO  (coreLoadExecutor-43-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 9086 INFO  (coreLoadExecutor-43-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=28.8125, floorSegmentMB=0.7275390625, forceMergeDeletesPctAllowed=3.9649203390932017, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5174949844225029
   [junit4]   2> 9086 INFO  (coreLoadExecutor-43-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7b7731bf[collection1] main]
   [junit4]   2> 9087 INFO  (coreLoadExecutor-43-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 9111 INFO  (coreLoadExecutor-43-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 9244 INFO  (coreLoadExecutor-43-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 9245 INFO  (searcherExecutor-44-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 9245 INFO  (coreLoadExecutor-43-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584932963924049920
   [junit4]   2> 9245 INFO  (searcherExecutor-44-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 9245 INFO  (searcherExecutor-44-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 9245 INFO  (searcherExecutor-44-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 9246 INFO  (searcherExecutor-44-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 9246 INFO  (searcherExecutor-44-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 9247 INFO  (searcherExecutor-44-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 9248 INFO  (searcherExecutor-44-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 9248 INFO  (searcherExecutor-44-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 9254 INFO  (searcherExecutor-44-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7b7731bf[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 9255 INFO  (TEST-TestDistributedSearch.test-seed#[54E815B26D177163]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 9451 INFO  (qtp384436538-44) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1584932964134813696)} 0 15
   [junit4]   2> 9473 INFO  (qtp1401540463-61) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1584932964161028096)} 0 2
   [junit4]   2> 9494 INFO  (qtp384436538-45) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[1 (1584932964167319552)]} 0 18
   [junit4]   2> 9500 INFO  (qtp1401540463-62) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[1 (1584932964188291072)]} 0 3
   [junit4]   2> 9513 INFO  (qtp384436538-45) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[2 (1584932964200873984)]} 0 4
   [junit4]   2> 9519 INFO  (qtp1401540463-63) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[2 (1584932964209262592)]} 0 3
   [junit4]   2> 9524 INFO  (qtp384436538-46) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[3 (1584932964214505472)]} 0 2
   [junit4]   2> 9528 INFO  (qtp1401540463-56) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[3 (1584932964218699776)]} 0 2
   [junit4]   2> 9532 INFO  (qtp384436538-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[4 (1584932964222894080)]} 0 1
   [junit4]   2> 9535 INFO  (qtp1401540463-61) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[4 (1584932964226039808)]} 0 1
   [junit4]   2> 9540 INFO  (qtp384436538-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[5 (1584932964230234112)]} 0 2
   [junit4]   2> 9543 INFO  (qtp1401540463-62) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[5 (1584932964235476992)]} 0 2
   [junit4]   2> 9549 INFO  (qtp384436538-45) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[6 (1584932964241768448)]} 0 4
   [junit4]   2> 9557 INFO  (qtp1401540463-63) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[6 (1584932964249108480)]} 0 1
   [junit4]   2> 9560 INFO  (qtp384436538-46) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[7 (1584932964253302784)]} 0 2
   [junit4]   2> 9564 INFO  (qtp1401540463-56) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[7 (1584932964257497088)]} 0 2
   [junit4]   2> 9567 INFO  (qtp384436538-44) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[8 (1584932964260642816)]} 0 2
   [junit4]   2> 9570 INFO  (qtp1401540463-61) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[8 (1584932964263788544)]} 0 1
   [junit4]   2> 9574 INFO  (qtp384436538-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[9 (1584932964267982848)]} 0 1
   [junit4]   2> 9577 INFO  (qtp1401540463-62) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[9 (1584932964271128576)]} 0 1
   [junit4]   2> 9580 INFO  (qtp384436538-45) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1584932964275322880,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 9580 INFO  (qtp384436538-45) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@15cf611c commitCommandVersion:1584932964275322880
   [junit4]   2> 9608 INFO  (qtp384436538-45) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@70558be6[collection1] main]
   [junit4]   2> 9609 INFO  (qtp384436538-45) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 9609 INFO  (searcherExecutor-33-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@70558be6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c9)))}
   [junit4]   2> 9610 INFO  (qtp384436538-45) [    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 29
   [junit4]   2> 9611 INFO  (qtp1401540463-63) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1584932964307828736,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 9611 INFO  (qtp1401540463-63) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@45fbc116 commitCommandVersion:1584932964307828736
   [junit4]   2> 9627 INFO  (qtp1401540463-63) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@61fb256d[collection1] main]
   [junit4]   2> 9628 INFO  (qtp1401540463-63) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 9629 INFO  (searcherExecutor-44-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@61fb256d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c9)))}
   [junit4]   2> 9629 INFO  (qtp1401540463-63) [    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 18
   [junit4]   2> 9640 INFO  (qtp384436538-46) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[10 (1584932964330897408)]} 0 8
   [junit4]   2> 9647 INFO  (qtp1401540463-56) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[10 (1584932964341383168)]} 0 4
   [junit4]   2> 9653 INFO  (qtp384436538-44) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[11 (1584932964348723200)]} 0 3
   [junit4]   2> 9664 INFO  (qtp1401540463-61) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[11 (1584932964360257536)]} 0 3
   [junit4]   2> 9669 INFO  (qtp384436538-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[12 (1584932964366548992)]} 0 2
   [junit4]   2> 9674 INFO  (qtp1401540463-62) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[12 (1584932964370743296)]} 0 3
   [junit4]   2> 9678 INFO  (qtp384436538-45) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[13 (1584932964377034752)]} 0 1
   [junit4]   2> 9682 INFO  (qtp1401540463-63) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[13 (1584932964380180480)]} 0 2
   [junit4]   2> 9686 INFO  (qtp384436538-46) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[1001 (1584932964385423360)]} 0 1
   [junit4]   2> 9691 INFO  (qtp1401540463-56) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[1001 (1584932964389617664)]} 0 2
   [junit4]   2> 9698 INFO  (qtp384436538-44) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[14 (1584932964396957696)]} 0 1
   [junit4]   2> 9701 INFO  (qtp1401540463-61) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[14 (1584932964401152000)]} 0 1
   [junit4]   2> 9704 INFO  (qtp384436538-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[15 (1584932964404297728)]} 0 1
   [junit4]   2> 9708 INFO  (qtp1401540463-62) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[15 (1584932964407443456)]} 0 1
   [junit4]   2> 9711 INFO  (qtp384436538-45) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[16 (1584932964411637760)]} 0 1
   [junit4]   2> 9715 INFO  (qtp1401540463-63) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[16 (1584932964414783488)]} 0 1
   [junit4]   2> 9719 INFO  (qtp384436538-46) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[17 (1584932964418977792)]} 0 2
   [junit4]   2> 9723 INFO  (qtp1401540463-56) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[17 (1584932964423172096)]} 0 2
   [junit4]   2> 9729 INFO  (qtp384436538-44) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[100 (1584932964430512128)]} 0 1
   [junit4]   2> 9731 INFO  (qtp1401540463-61) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[100 (1584932964432609280)]} 0 1
   [junit4]   2> 9736 INFO  (qtp384436538-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[101 (1584932964437852160)]} 0 1
   [junit4]   2> 9738 INFO  (qtp1401540463-62) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[101 (1584932964439949312)]} 0 1
   [junit4]   2> 9741 INFO  (qtp384436538-45) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[102 (1584932964443095040)]} 0 1
   [junit4]   2> 9743 INFO  (qtp1401540463-63) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[102 (1584932964445192192)]} 0 1
   [junit4]   2> 9746 INFO  (qtp384436538-46) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[103 (1584932964448337920)]} 0 1
   [junit4]   2> 9748 INFO  (qtp1401540463-56) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[103 (1584932964450435072)]} 0 1
   [junit4]   2> 9751 INFO  (qtp384436538-46) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[104 (1584932964453580800)]} 0 1
   [junit4]   2> 9753 INFO  (qtp1401540463-61) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[104 (1584932964455677952)]} 0 1
   [junit4]   2> 9757 INFO  (qtp384436538-46) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[105 (1584932964459872256)]} 0 1
   [junit4]   2> 9761 INFO  (qtp1401540463-62) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[105 (1584932964464066560)]} 0 1
   [junit4]   2> 9765 INFO  (qtp384436538-45) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[106 (1584932964469309440)]} 0 1
   [junit4]   2> 9772 INFO  (qtp1401540463-63) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[106 (1584932964474552320)]} 0 4
   [junit4]   2> 9778 INFO  (qtp384436538-44) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[107 (1584932964481892352)]} 0 1
   [junit4]   2> 9781 INFO  (qtp1401540463-56) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[107 (1584932964485038080)]} 0 1
   [junit4]   2> 9784 INFO  (qtp384436538-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[108 (1584932964488183808)]} 0 1
   [junit4]   2> 9787 INFO  (qtp1401540463-61) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[108 (1584932964491329536)]} 0 1
   [junit4]   2> 9791 INFO  (qtp384436538-46) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[109 (1584932964495523840)]} 0 1
   [junit4]   2> 9793 INFO  (qtp1401540463-62) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[109 (1584932964497620992)]} 0 0
   [junit4]   2> 9795 INFO  (qtp384436538-45) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[110 (1584932964499718144)]} 0 0
   [junit4]   2> 9797 INFO  (qtp1401540463-63) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[110 (1584932964501815296)]} 0 0
   [junit4]   2> 9799 INFO  (qtp384436538-44) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[111 (1584932964503912448)]} 0 0
   [junit4]   2> 9801 INFO  (qtp1401540463-56) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[111 (1584932964506009600)]} 0 0
   [junit4]   2> 9803 INFO  (qtp384436538-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[112 (1584932964508106752)]} 0 0
   [junit4]   2> 9805 INFO  (qtp1401540463-61) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[112 (1584932964510203904)]} 0 1
   [junit4]   2> 9807 INFO  (qtp384436538-46) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[113 (1584932964513349632)]} 0 0
   [junit4]   2> 9809 INFO  (qtp1401540463-62) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[113 (1584932964515446784)]} 0 1
   [junit4]   2> 9812 INFO  (qtp384436538-45) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[114 (1584932964517543936)]} 0 1
   [junit4]   2> 9816 INFO  (qtp1401540463-63) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[114 (1584932964521738240)]} 0 1
   [junit4]   2> 9819 INFO  (qtp384436538-44) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[115 (1584932964524883968)]} 0 1
   [junit4]   2> 9822 INFO  (qtp1401540463-56) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[115 (1584932964528029696)]} 0 1
   [junit4]   2> 9825 INFO  (qtp384436538-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[116 (1584932964531175424)]} 0 1
   [junit4]   2> 9827 INFO  (qtp1401540463-61) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[116 (1584932964533272576)]} 0 1
   [junit4]   2> 9829 INFO  (qtp384436538-46) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[117 (1584932964536418304)]} 0 1
   [junit4]   2> 9832 INFO  (qtp1401540463-61) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[117 (1584932964538515456)]} 0 0
   [junit4]   2> 9834 INFO  (qtp384436538-45) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[118 (1584932964540612608)]} 0 0
   [junit4]   2> 9836 INFO  (qtp1401540463-63) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[118 (1584932964542709760)]} 0 1
   [junit4]   2> 9839 INFO  (qtp384436538-44) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[119 (1584932964545855488)]} 0 1
   [junit4]   2> 9842 INFO  (qtp1401540463-56) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[119 (1584932964549001216)]} 0 1
   [junit4]   2> 9844 INFO  (qtp384436538-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[120 (1584932964551098368)]} 0 1
   [junit4]   2> 9848 INFO  (qtp1401540463-62) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[120 (1584932964554244096)]} 0 1
   [junit4]   2> 9851 INFO  (qtp384436538-46) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[121 (1584932964557389824)]} 0 1
   [junit4]   2> 9853 INFO  (qtp1401540463-61) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[121 (1584932964560535552)]} 0 1
   [junit4]   2> 9855 INFO  (qtp384436538-45) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[122 (1584932964563681280)]} 0 0
   [junit4]   2> 9857 INFO  (qtp1401540463-63) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[122 (1584932964565778432)]} 0 0
   [junit4]   2> 9860 INFO  (qtp384436538-44) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[123 (1584932964567875584)]} 0 1
   [junit4]   2> 9862 INFO  (qtp1401540463-56) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[123 (1584932964569972736)]} 0 1
   [junit4]   2> 9864 INFO  (qtp384436538-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[124 (1584932964573118464)]} 0 0
   [junit4]   2> 9867 INFO  (qtp1401540463-62) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[124 (1584932964575215616)]} 0 0
   [junit4]   2> 9869 INFO  (qtp384436538-46) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[125 (1584932964577312768)]} 0 0
   [junit4]   2> 9871 INFO  (qtp1401540463-61) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[125 (1584932964579409920)]} 0 1
   [junit4]   2> 9875 INFO  (qtp384436538-45) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[126 (1584932964583604224)]} 0 2
   [junit4]   2> 9877 INFO  (qtp1401540463-63) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[126 (1584932964586749952)]} 0 0
   [junit4]   2> 9880 INFO  (qtp384436538-44) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[127 (1584932964589895680)]} 0 1
   [junit4]   2> 9883 INFO  (qtp1401540463-56) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[127 (1584932964591992832)]} 0 1
   [junit4]   2> 9886 INFO  (qtp384436538-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[128 (1584932964595138560)]} 0 1
   [junit4]   2> 9888 INFO  (qtp1401540463-62) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[128 (1584932964598284288)]} 0 1
   [junit4]   2> 9891 INFO  (qtp384436538-46) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[129 (1584932964600381440)]} 0 1
   [junit4]   2> 9894 INFO  (qtp1401540463-61) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[129 (1584932964603527168)]} 0 1
   [junit4]   2> 9896 INFO  (qtp384436538-45) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[130 (1584932964605624320)]} 0 0
   [junit4]   2> 9898 INFO  (qtp1401540463-63) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[130 (1584932964608770048)]} 0 0
   [junit4]   2> 9901 INFO  (qtp384436538-44) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[131 (1584932964610867200)]} 0 0
   [junit4]   2> 9904 INFO  (qtp1401540463-56) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[131 (1584932964614012928)]} 0 1
   [junit4]   2> 9907 INFO  (qtp384436538-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[132 (1584932964617158656)]} 0 1
   [junit4]   2> 9909 INFO  (qtp1401540463-62) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[132 (1584932964619255808)]} 0 1
   [junit4]   2> 9912 INFO  (qtp384436538-46) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[133 (1584932964622401536)]} 0 1
   [junit4]   2> 9914 INFO  (qtp1401540463-61) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[133 (1584932964624498688)]} 0 1
   [junit4]   2> 9917 INFO  (qtp384436538-45) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[134 (1584932964627644416)]} 0 1
   [junit4]   2> 9920 INFO  (qtp1401540463-63) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[134 (1584932964630790144)]} 0 1
   [junit4]   2> 9923 INFO  (qtp384436538-44) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[135 (1584932964633935872)]} 0 1
   [junit4]   2> 9926 INFO  (qtp1401540463-56) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[135 (1584932964637081600)]} 0 1
   [junit4]   2> 9928 INFO  (qtp384436538-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[136 (1584932964640227328)]} 0 0
   [junit4]   2> 9938 INFO  (qtp1401540463-62) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[136 (1584932964649664512)]} 0 0
   [junit4]   2> 9941 INFO  (qtp384436538-46) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[137 (1584932964652810240)]} 0 1
   [junit4]   2> 9944 INFO  (qtp1401540463-61) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[137 (1584932964655955968)]} 0 1
   [junit4]   2> 9946 INFO  (qtp384436538-45) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[138 (1584932964658053120)]} 0 1
   [junit4]   2> 9948 INFO  (qtp1401540463-63) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[138 (1584932964661198848)]} 0 1
   [junit4]   2> 9951 INFO  (qtp384436538-44) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[139 (1584932964663296000)]} 0 1
   [junit4]   2> 9954 INFO  (qtp1401540463-56) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[139 (1584932964666441728)]} 0 1
   [junit4]   2> 9957 INFO  (qtp384436538-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[140 (1584932964669587456)]} 0 1
   [junit4]   2> 9959 INFO  (qtp1401540463-62) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[140 (1584932964671684608)]} 0 1
   [junit4]   2> 9962 INFO  (qtp384436538-46) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[141 (1584932964674830336)]} 0 1
   [junit4]   2> 9964 INFO  (qtp1401540463-61) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[141 (1584932964676927488)]} 0 0
   [junit4]   2> 9966 INFO  (qtp384436538-45) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[142 (1584932964679024640)]} 0 1
   [junit4]   2> 9968 INFO  (qtp1401540463-63) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[142 (1584932964681121792)]} 0 0
   [junit4]   2> 9970 INFO  (qtp384436538-44) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[143 (1584932964683218944)]} 0 0
   [junit4]   2> 9973 INFO  (qtp1401540463-56) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[143 (1584932964686364672)]} 0 1
   [junit4]   2> 9975 INFO  (qtp384436538-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[144 (1584932964689510400)]} 0 0
   [junit4]   2> 9977 INFO  (qtp1401540463-62) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[144 (1584932964691607552)]} 0 0
   [junit4]   2> 9979 INFO  (qtp384436538-46) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[145 (1584932964693704704)]} 0 0
   [junit4]   2> 9981 INFO  (qtp1401540463-61) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[145 (1584932964694753280)]} 0 0
   [junit4]   2> 9983 INFO  (qtp384436538-45) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[146 (1584932964696850432)]} 0 0
   [junit4]   2> 9985 INFO  (qtp1401540463-63) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[146 (1584932964698947584)]} 0 1
   [junit4]   2> 9987 INFO  (qtp384436538-44) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[147 (1584932964702093312)]} 0 0
   [junit4]   2> 9989 INFO  (qtp1401540463-56) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[147 (1584932964703141888)]} 0 0
   [junit4]   2> 9991 INFO  (qtp384436538-39) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[148 (1584932964706287616)]} 0 1
   [junit4]   2> 9994 INFO  (qtp1401540463-62) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[148 (1584932964708384768)]} 0 1
   [junit4]   2> 9996 INFO  (qtp384436538-46) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[149 (1584932964710481920)]} 0 0
   [junit4]   2> 9998 INFO  (qtp1401540463-61) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update params={wt=javabin&version=2}{add=[149 (1584932964713627648)]} 0 1
   [junit4]   2> 10000 INFO  (qtp384436538-45) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1584932964715724800,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 10000 INFO  (qtp384436538-45) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@15cf611c commitCommandVersion:1584932964715724800
   [junit4]   2> 10024 INFO  (qtp384436538-45) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@296bd22c[collection1] main]
   [junit4]   2> 10025 INFO  (searcherExecutor-33-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@296bd22c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c9) Uninverting(_1(8.0.0):c59)))}
   [junit4]   2> 10025 INFO  (qtp384436538-45) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 10025 INFO  (qtp384436538-45) [    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 25
   [junit4]   2> 10027 INFO  (qtp1401540463-63) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1584932964744036352,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 10027 INFO  (qtp1401540463-63) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@45fbc116 commitCommandVersion:1584932964744036352
   [junit4]   2> 10055 INFO  (qtp1401540463-63) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6439363[collection1] main]
   [junit4]   2> 10057 INFO  (qtp1401540463-63) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 10057 INFO  (searcherExecutor-44-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6439363[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c9) Uninverting(_1(8.0.0):c59)))}
   [junit4]   2> 10057 INFO  (qtp1401540463-63) [    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 30
   [junit4]   2> 10065 INFO  (qtp384436538-44) [    x:collection1] o.a.s.h.RequestHandlerBase Ignoring exception matching parameter cannot be negative
   [junit4]   2> 10066 INFO  (qtp384436538-44) [    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=5
   [junit4]   2> 10069 INFO  (qtp384436538-39) [    x:collection1] o.a.s.h.RequestHandlerBase Ignoring exception matching parameter cannot be negative
   [junit4]   2> 10069 INFO  (qtp384436538-39) [    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> 10083 INFO  (qtp384436538-46) [    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=12
   [junit4]   2> 10107 INFO  (qtp1401540463-61) [    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/_|http://127.0.0.1:35439/_/collection1|[ff01::083]:33332/_&rows=10&version=2&q=*:*&NOW=1511509861765&isShard=true&wt=javabin} hits=68 status=0 QTime=1
   [junit4]   2> 10116 INFO  (qtp1401540463-63) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_ path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1511509861765&ids=1,144,2,101,112,102,103,117,129,8&isShard=true&shard.url=[ff01::114]:33332/_|http://127.0.0.1:35439/_/collection1|[ff01::083]:33332/_&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 10121 INFO  (qtp1401540463-56) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_ path=/select params={q=*:*&shards=[ff01::114]:33332/_|http://127.0.0.1:35439/_/collection1|[ff01::083]:33332/_&sort=n_ti1+desc&wt=javabin&version=2} hits=68 status=0 QTime=30
   [junit4]   2> 10125 INFO  (qtp384436538-45) [    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> 10148 INFO  (qtp1401540463-57) [    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::213]:33332/_|[ff01::083]:33332/_|[ff01::114]:33332/_|http://127.0.0.1:35439/_/collection1&rows=10&version=2&q=*:*&NOW=1511509861805&isShard=true&wt=javabin} hits=68 status=0 QTime=1
   [junit4]   2> 10153 INFO  (qtp1401540463-63) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_ path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1511509861805&ids=132,13,134,123,146,3,116,139,108,142&isShard=true&shard.url=[ff01::213]:33332/_|[ff01::083]:33332/_|[ff01::114]:33332/_|http://127.0.0.1:35439/_/collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 10156 INFO  (qtp1401540463-62) [    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:35439/_/collection1&sort=n_ti1+asc&wt=javabin&version=2} hits=68 status=0 QTime=26
   [junit4]   2> 10159 INFO  (qtp384436538-44) [    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> 10164 INFO  (qtp1401540463-56) [    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=[ff01::114]:33332/_|http://127.0.0.1:35439/_/collection1|[ff01::213]:33332/_&rows=10&version=2&q=*:*&NOW=1511509861836&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 10167 INFO  (qtp1401540463-63) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_ path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1511509861836&ids=112,135,15,125,4,104,127,17,139,140&isShard=true&shard.url=[ff01::114]:33332/_|http://127.0.0.1:35439/_/collection1|[ff01::213]:33332/_&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 10170 INFO  (qtp1401540463-61) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_ path=/select params={q=*:*&shards=[ff01::114]:33332/_|http://127.0.0.1:35439/_/collection1|[ff01::213]:33332/_&sort=n_f1+desc&wt=javabin&version=2} hits=68 status=0 QTime=8
   [junit4]   2> 10172 INFO  (qtp384436538-39) [    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> 10177 INFO  (qtp1401540463-62) [    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:35439/_/collection1|[ff01::213]:33332/_&rows=10&version=2&q=*:*&NOW=1511509861850&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 10180 INFO  (qtp1401540463-63) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_ path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1511509861850&ids=100,12,146,3,117,9,119,141,130,131&isShard=true&shard.url=http://127.0.0.1:35439/_/collection1|[ff01::213]:33332/_&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 10184 INFO  (qtp1401540463-57) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_ path=/select params={q=*:*&shards=http://127.0.0.1:35439/_/collection1|[ff01::213]:33332/_&sort=n_f1+asc&wt=javabin&version=2} hits=68 status=0 QTime=8
   [junit4]   2> 10186 INFO  (qtp384436538-46) [    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> 10190 INFO  (qtp1401540463-61) [    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::114]:33332/_|http://127.0.0.1:35439/_/collection1|[ff01::083]:33332/_&rows=10&version=2&q=*:*&NOW=1511509861863&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 10193 INFO  (qtp1401540463-61) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_ path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1511509861863&ids=143,145,13,136,16,116,17,127,108,131&isShard=true&shard.url=[ff01::114]:33332/_|http://127.0.0.1:35439/_/collection1|[ff01::083]:33332/_&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 10196 INFO  (qtp1401540463-56) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_ path=/select params={q=*:*&shards=[ff01::114]:33332/_|http://127.0.0.1:35439/_/collection1|[ff01::083]:33332/_&sort=n_tf1+desc&wt=javabin&version=2} hits=68 status=0 QTime=7
   [junit4]   2> 10198 INFO  (qtp384436538-45) [    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> 10202 INFO  (qtp1401540463-57) [    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:35439/_/collection1&rows=10&version=2&q=*:*&NOW=1511509861875&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 10206 INFO  (qtp1401540463-61) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_ path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1511509861875&ids=11,101,113,3,114,105,138,117,107,9&isShard=true&shard.url=http://127.0.0.1:35439/_/collection1&wt=ja

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

arams={_trace=assertVersions&qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 2233846 INFO  (qtp1176462401-21744) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=assertVersions&qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 2233846 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[54E815B26D177163]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testEmptyCommits
   [junit4]   2> 2233846 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[54E815B26D177163]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@10624dfa{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2233846 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[54E815B26D177163]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=790949568
   [junit4]   2> 2233846 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[54E815B26D177163]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2233847 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[54E815B26D177163]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1528cef5: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4a2d6dc3
   [junit4]   2> 2233851 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[54E815B26D177163]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2233852 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[54E815B26D177163]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@22b2350a: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@52556f01
   [junit4]   2> 2233855 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[54E815B26D177163]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2233855 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[54E815B26D177163]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@144266b9: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@344db7c3
   [junit4]   2> 2233856 INFO  (coreCloseExecutor-4908-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5838a99a
   [junit4]   2> 2233856 INFO  (coreCloseExecutor-4908-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1480108442
   [junit4]   2> 2233856 INFO  (coreCloseExecutor-4908-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5d061eb3: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@3cca63c2
   [junit4]   2> 2233862 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[54E815B26D177163]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7945d1f7{/solr,null,UNAVAILABLE}
   [junit4]   2> 2233863 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[54E815B26D177163]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@7c3531cb{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2233863 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[54E815B26D177163]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2108135820
   [junit4]   2> 2233863 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[54E815B26D177163]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2233863 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[54E815B26D177163]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@c52efcb: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@287efe91
   [junit4]   2> 2233870 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[54E815B26D177163]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2233870 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[54E815B26D177163]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1cb04034: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@52556f01
   [junit4]   2> 2233876 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[54E815B26D177163]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2233876 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[54E815B26D177163]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5db9248b: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@344db7c3
   [junit4]   2> 2233876 INFO  (coreCloseExecutor-4910-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@13bf5d99
   [junit4]   2> 2233876 INFO  (coreCloseExecutor-4910-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=331308441
   [junit4]   2> 2233876 INFO  (coreCloseExecutor-4910-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6299ead6: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@2e503bf9
   [junit4]   2> 2233882 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[54E815B26D177163]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7bb93b6{/solr,null,UNAVAILABLE}
   [junit4] IGNOR/A 0.00s J0 | TestReplicationHandler.doTestIndexFetchOnMasterRestart
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled (@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-9036"))
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_54E815B26D177163-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {name=FST50, id=FST50, newname=FST50}, docValues:{}, maxPointsInLeafNode=1019, maxMBSortInHeap=7.890222074740736, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@274b1522), locale=fr-BJ, timezone=HST
   [junit4]   2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 9.0.1 (64-bit)/cpus=8,threads=1,free=358880832,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [CoreSorterTest, DocumentBuilderTest, TestComplexPhraseQParserPlugin, TestDistributedSearch, TestExpandComponent, TolerantUpdateProcessorTest, TestExactStatsCache, AddSchemaFieldsUpdateProcessorFactoryTest, TestSolrDeletionPolicy1, TestCloudSchemaless, QueryParsingTest, TestSuggestSpellingConverter, TestStressLiveNodes, TestDynamicLoading, SpellCheckComponentTest, DeleteInactiveReplicaTest, FullHLLTest, TestIndexingPerformance, MergeStrategyTest, TestSchemaResource, UpdateParamsTest, DistributedFacetPivotLongTailTest, TestFieldTypeCollectionResource, TestInPlaceUpdatesStandalone, BasicAuthStandaloneTest, CacheHeaderTest, TestReRankQParserPlugin, BasicDistributedZkTest, TestLuceneIndexBackCompat, TestTolerantUpdateProcessorRandomCloud, AnalysisAfterCoreReloadTest, SearchHandlerTest, FileUtilsTest, AutoscalingHistoryHandlerTest, CloneFieldUpdateProcessorFactoryTest, ManagedSchemaRoundRobinCloudTest, SyncSliceTest, MultiTermTest, BufferStoreTest, StatsReloadRaceTest, TermVectorComponentTest, TestStandardQParsers, TestSQLHandlerNonCloud, ReplicaListTransformerTest, DeleteReplicaTest, TestSerializedLuceneMatchVersion, IndexSchemaRuntimeFieldTest, TestOverriddenPrefixQueryForCustomFieldType, TestInitQParser, TestQueryUtils, HdfsRecoveryZkTest, TestDFRSimilarityFactory, SuggestComponentContextFilterQueryTest, TestMultiValuedNumericRangeQuery, TestReqParamsAPI, TestLegacyFieldReuse, TestCodecSupport, TestZkAclsWithHadoopAuth, CoreMergeIndexesAdminHandlerTest, TestRandomDVFaceting, TestXmlQParser, ConnectionManagerTest, LeaderInitiatedRecoveryOnCommitTest, TestHighFrequencyDictionaryFactory, NodeMutatorTest, TestLeaderInitiatedRecoveryThread, TestReversedWildcardFilterFactory, TestBinaryResponseWriter, TestSolrXml, LeaderElectionIntegrationTest, TestScoreJoinQPScore, MinimalSchemaTest, TestCloudDeleteByQuery, TestInitParams, TestCloudNestedDocsSort, TestDelegationWithHadoopAuth, TestPKIAuthenticationPlugin, SparseHLLTest, TestSort, DistributedMLTComponentTest, TestEmbeddedSolrServerSchemaAPI, TestWordDelimiterFilterFactory, JsonLoaderTest, AnalyticsQueryTest, TriLevelCompositeIdRoutingTest, ClassificationUpdateProcessorFactoryTest, TestSearcherReuse, SoftAutoCommitTest, TestSubQueryTransformer, TestCSVLoader, TestNonDefinedSimilarityFactory, TestPostingsSolrHighlighter, HttpTriggerListenerTest, TestShardHandlerFactory, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestNumericTokenStream, TestPushWriter, URLClassifyProcessorTest, TestBadConfig, TestHighlightDedupGrouping, UtilsToolTest, CleanupOldIndexTest, TestReplicationHandler]
   [junit4] Completed [503/751 (5!)] on J0 in 85.43s, 16 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 40947 lines...]