You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/11/10 10:52:18 UTC

[JENKINS] Lucene-Solr-8.x-Linux (64bit/jdk-12.0.2) - Build # 4960 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/4960/
Java: 64bit/jdk-12.0.2 -XX:+UseCompressedOops -XX:+UseSerialGC

4 tests failed.
FAILED:  org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToPullReplica

Error Message:
Error from server at http://127.0.0.1:33553/solr: Cannot create collection pull_replica_error_handling_test_cant_connect_to_pull_replica. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 1, value of tlogReplicas is 0 and value of pullReplicas is 1. This requires 4 shards to be created (higher than the allowed number)

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:33553/solr: Cannot create collection pull_replica_error_handling_test_cant_connect_to_pull_replica. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 1, value of tlogReplicas is 0 and value of pullReplicas is 1. This requires 4 shards to be created (higher than the allowed number)
	at __randomizedtesting.SeedInfo.seed([42EE83194282BFD5:4AD965D1992CCB5B]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToPullReplica(TestPullReplicaErrorHandling.java:149)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToPullReplica

Error Message:
Error from server at http://127.0.0.1:35087/solr: Cannot create collection pull_replica_error_handling_test_cant_connect_to_pull_replica. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 1, value of tlogReplicas is 0 and value of pullReplicas is 1. This requires 4 shards to be created (higher than the allowed number)

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:35087/solr: Cannot create collection pull_replica_error_handling_test_cant_connect_to_pull_replica. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 1, value of tlogReplicas is 0 and value of pullReplicas is 1. This requires 4 shards to be created (higher than the allowed number)
	at __randomizedtesting.SeedInfo.seed([42EE83194282BFD5:4AD965D1992CCB5B]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToPullReplica(TestPullReplicaErrorHandling.java:149)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToPullReplica

Error Message:
Error from server at http://127.0.0.1:43765/solr: Cannot create collection pull_replica_error_handling_test_cant_connect_to_pull_replica. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 1, value of tlogReplicas is 0 and value of pullReplicas is 1. This requires 4 shards to be created (higher than the allowed number)

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:43765/solr: Cannot create collection pull_replica_error_handling_test_cant_connect_to_pull_replica. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 1, value of tlogReplicas is 0 and value of pullReplicas is 1. This requires 4 shards to be created (higher than the allowed number)
	at __randomizedtesting.SeedInfo.seed([42EE83194282BFD5:4AD965D1992CCB5B]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToPullReplica(TestPullReplicaErrorHandling.java:149)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToPullReplica

Error Message:
Error from server at http://127.0.0.1:34019/solr: Cannot create collection pull_replica_error_handling_test_cant_connect_to_pull_replica. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 1, value of tlogReplicas is 0 and value of pullReplicas is 1. This requires 4 shards to be created (higher than the allowed number)

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:34019/solr: Cannot create collection pull_replica_error_handling_test_cant_connect_to_pull_replica. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 1, value of tlogReplicas is 0 and value of pullReplicas is 1. This requires 4 shards to be created (higher than the allowed number)
	at __randomizedtesting.SeedInfo.seed([42EE83194282BFD5:4AD965D1992CCB5B]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToPullReplica(TestPullReplicaErrorHandling.java:149)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 15342 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 726456 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 726456 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 726456 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplicaErrorHandling_42EE83194282BFD5-001/data-dir-130-001
   [junit4]   2> 726456 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 726457 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 726457 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776")
   [junit4]   2> 726457 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplicaErrorHandling_42EE83194282BFD5-001/tempDir-001
   [junit4]   2> 726458 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 726458 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 726458 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 726459 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 726558 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 44015
   [junit4]   2> 726558 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:44015
   [junit4]   2> 726558 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44015
   [junit4]   2> 726558 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44015
   [junit4]   2> 726559 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 726561 INFO  (zkConnectionManagerCallback-10576-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 726561 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 726562 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 726563 INFO  (zkConnectionManagerCallback-10578-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 726563 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 726564 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 726565 INFO  (zkConnectionManagerCallback-10580-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 726565 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 726667 INFO  (jetty-launcher-10581-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 726667 INFO  (jetty-launcher-10581-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 726667 INFO  (jetty-launcher-10581-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 726667 INFO  (jetty-launcher-10581-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 726668 INFO  (jetty-launcher-10581-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 726668 INFO  (jetty-launcher-10581-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 726668 INFO  (jetty-launcher-10581-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 726668 INFO  (jetty-launcher-10581-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 726668 INFO  (jetty-launcher-10581-thread-2) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 12.0.2+10
   [junit4]   2> 726668 INFO  (jetty-launcher-10581-thread-4) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 12.0.2+10
   [junit4]   2> 726668 INFO  (jetty-launcher-10581-thread-3) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 12.0.2+10
   [junit4]   2> 726668 INFO  (jetty-launcher-10581-thread-1) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 12.0.2+10
   [junit4]   2> 726669 INFO  (jetty-launcher-10581-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 726669 INFO  (jetty-launcher-10581-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 726669 INFO  (jetty-launcher-10581-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 726669 INFO  (jetty-launcher-10581-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 726669 INFO  (jetty-launcher-10581-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 726669 INFO  (jetty-launcher-10581-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 726670 INFO  (jetty-launcher-10581-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@55ac7705{/solr,null,AVAILABLE}
   [junit4]   2> 726670 INFO  (jetty-launcher-10581-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@23cd8597{/solr,null,AVAILABLE}
   [junit4]   2> 726670 INFO  (jetty-launcher-10581-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 726670 INFO  (jetty-launcher-10581-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 726670 INFO  (jetty-launcher-10581-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 726670 INFO  (jetty-launcher-10581-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@492512ca{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42071}
   [junit4]   2> 726670 INFO  (jetty-launcher-10581-thread-3) [     ] o.e.j.s.Server Started @726678ms
   [junit4]   2> 726670 INFO  (jetty-launcher-10581-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42071}
   [junit4]   2> 726670 INFO  (jetty-launcher-10581-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ea11d9b{/solr,null,AVAILABLE}
   [junit4]   2> 726670 ERROR (jetty-launcher-10581-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 726670 INFO  (jetty-launcher-10581-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 726671 INFO  (jetty-launcher-10581-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 726671 INFO  (jetty-launcher-10581-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 726671 INFO  (jetty-launcher-10581-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 726671 INFO  (jetty-launcher-10581-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T10:34:52.355115Z
   [junit4]   2> 726674 INFO  (jetty-launcher-10581-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 726675 INFO  (jetty-launcher-10581-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 726675 INFO  (jetty-launcher-10581-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 726675 INFO  (jetty-launcher-10581-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@54c57535{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42793}
   [junit4]   2> 726675 INFO  (jetty-launcher-10581-thread-2) [     ] o.e.j.s.Server Started @726682ms
   [junit4]   2> 726675 INFO  (jetty-launcher-10581-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42793}
   [junit4]   2> 726675 INFO  (jetty-launcher-10581-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 726675 INFO  (jetty-launcher-10581-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1fd231cb{/solr,null,AVAILABLE}
   [junit4]   2> 726675 ERROR (jetty-launcher-10581-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 726675 INFO  (jetty-launcher-10581-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 726675 INFO  (jetty-launcher-10581-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 726675 INFO  (jetty-launcher-10581-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4e27ca6{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:39817}
   [junit4]   2> 726675 INFO  (jetty-launcher-10581-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 726675 INFO  (jetty-launcher-10581-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 726675 INFO  (jetty-launcher-10581-thread-1) [     ] o.e.j.s.Server Started @726683ms
   [junit4]   2> 726675 INFO  (jetty-launcher-10581-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T10:34:52.359633Z
   [junit4]   2> 726675 INFO  (jetty-launcher-10581-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39817}
   [junit4]   2> 726675 INFO  (jetty-launcher-10581-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@31dfdc2{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42821}
   [junit4]   2> 726675 INFO  (jetty-launcher-10581-thread-4) [     ] o.e.j.s.Server Started @726683ms
   [junit4]   2> 726675 ERROR (jetty-launcher-10581-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 726675 INFO  (jetty-launcher-10581-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42821}
   [junit4]   2> 726675 INFO  (jetty-launcher-10581-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 726675 INFO  (jetty-launcher-10581-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 726675 INFO  (jetty-launcher-10581-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 726675 ERROR (jetty-launcher-10581-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 726675 INFO  (jetty-launcher-10581-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 726676 INFO  (jetty-launcher-10581-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 726676 INFO  (jetty-launcher-10581-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T10:34:52.360018Z
   [junit4]   2> 726676 INFO  (jetty-launcher-10581-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 726676 INFO  (jetty-launcher-10581-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 726676 INFO  (jetty-launcher-10581-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 726676 INFO  (jetty-launcher-10581-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T10:34:52.360140Z
   [junit4]   2> 726679 INFO  (jetty-launcher-10581-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 726681 INFO  (zkConnectionManagerCallback-10583-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 726681 INFO  (jetty-launcher-10581-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 726681 INFO  (jetty-launcher-10581-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 726681 INFO  (jetty-launcher-10581-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 726682 INFO  (jetty-launcher-10581-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 726682 INFO  (zkConnectionManagerCallback-10589-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 726682 INFO  (jetty-launcher-10581-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 726682 INFO  (zkConnectionManagerCallback-10587-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 726682 INFO  (jetty-launcher-10581-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 726683 INFO  (zkConnectionManagerCallback-10585-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 726683 INFO  (jetty-launcher-10581-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 726683 INFO  (jetty-launcher-10581-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 726683 INFO  (jetty-launcher-10581-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 726683 INFO  (jetty-launcher-10581-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 726686 INFO  (jetty-launcher-10581-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 726686 INFO  (jetty-launcher-10581-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 726686 INFO  (jetty-launcher-10581-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 726686 INFO  (jetty-launcher-10581-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 726890 INFO  (jetty-launcher-10581-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 726891 WARN  (jetty-launcher-10581-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4334731[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 726891 WARN  (jetty-launcher-10581-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4334731[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 726908 WARN  (jetty-launcher-10581-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4c179a4c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 726908 WARN  (jetty-launcher-10581-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4c179a4c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 726909 INFO  (jetty-launcher-10581-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44015/solr
   [junit4]   2> 726910 INFO  (jetty-launcher-10581-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 726911 INFO  (zkConnectionManagerCallback-10603-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 726911 INFO  (jetty-launcher-10581-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 726969 INFO  (jetty-launcher-10581-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 726971 WARN  (jetty-launcher-10581-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7dfeaf58[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 726971 WARN  (jetty-launcher-10581-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7dfeaf58[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 726973 WARN  (jetty-launcher-10581-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@75f2f34[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 726973 WARN  (jetty-launcher-10581-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@75f2f34[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 726975 INFO  (jetty-launcher-10581-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44015/solr
   [junit4]   2> 726975 INFO  (jetty-launcher-10581-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 726978 INFO  (zkConnectionManagerCallback-10611-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 726979 INFO  (jetty-launcher-10581-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 727028 INFO  (jetty-launcher-10581-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 727029 WARN  (jetty-launcher-10581-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5c4d864a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 727029 WARN  (jetty-launcher-10581-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5c4d864a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 727039 WARN  (jetty-launcher-10581-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@966abc4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 727039 WARN  (jetty-launcher-10581-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@966abc4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 727040 INFO  (jetty-launcher-10581-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44015/solr
   [junit4]   2> 727043 INFO  (jetty-launcher-10581-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 727046 INFO  (zkConnectionManagerCallback-10622-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 727046 INFO  (jetty-launcher-10581-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 727140 INFO  (jetty-launcher-10581-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 727141 WARN  (jetty-launcher-10581-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@68871c9d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 727141 WARN  (jetty-launcher-10581-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@68871c9d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 727143 WARN  (jetty-launcher-10581-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@390ac060[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 727143 WARN  (jetty-launcher-10581-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@390ac060[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 727144 INFO  (jetty-launcher-10581-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44015/solr
   [junit4]   2> 727145 INFO  (jetty-launcher-10581-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 727146 INFO  (zkConnectionManagerCallback-10633-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 727146 INFO  (jetty-launcher-10581-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 727188 INFO  (jetty-launcher-10581-thread-4) [n:127.0.0.1:42821_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 727189 INFO  (zkConnectionManagerCallback-10635-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 727189 INFO  (jetty-launcher-10581-thread-4) [n:127.0.0.1:42821_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 727244 INFO  (jetty-launcher-10581-thread-4) [n:127.0.0.1:42821_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42821_solr
   [junit4]   2> 727244 INFO  (jetty-launcher-10581-thread-4) [n:127.0.0.1:42821_solr     ] o.a.s.c.Overseer Overseer (id=72067570871173131-127.0.0.1:42821_solr-n_0000000000) starting
   [junit4]   2> 727249 INFO  (OverseerStateUpdate-72067570871173131-127.0.0.1:42821_solr-n_0000000000) [n:127.0.0.1:42821_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42821_solr
   [junit4]   2> 727249 INFO  (jetty-launcher-10581-thread-4) [n:127.0.0.1:42821_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42821_solr
   [junit4]   2> 727249 INFO  (OverseerStateUpdate-72067570871173131-127.0.0.1:42821_solr-n_0000000000) [n:127.0.0.1:42821_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 727251 INFO  (jetty-launcher-10581-thread-4) [n:127.0.0.1:42821_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 727251 WARN  (jetty-launcher-10581-thread-4) [n:127.0.0.1:42821_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 727263 INFO  (jetty-launcher-10581-thread-4) [n:127.0.0.1:42821_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplicaErrorHandling_42EE83194282BFD5-001/tempDir-001/node4
   [junit4]   2> 727289 INFO  (jetty-launcher-10581-thread-3) [n:127.0.0.1:42071_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 727290 INFO  (zkConnectionManagerCallback-10647-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 727290 INFO  (jetty-launcher-10581-thread-3) [n:127.0.0.1:42071_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 727293 INFO  (jetty-launcher-10581-thread-3) [n:127.0.0.1:42071_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 727295 INFO  (jetty-launcher-10581-thread-3) [n:127.0.0.1:42071_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42071_solr as DOWN
   [junit4]   2> 727296 INFO  (jetty-launcher-10581-thread-3) [n:127.0.0.1:42071_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 727296 INFO  (jetty-launcher-10581-thread-3) [n:127.0.0.1:42071_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42071_solr
   [junit4]   2> 727296 INFO  (zkCallback-10634-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 727297 INFO  (jetty-launcher-10581-thread-3) [n:127.0.0.1:42071_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 727298 WARN  (jetty-launcher-10581-thread-3) [n:127.0.0.1:42071_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 727298 INFO  (zkCallback-10646-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 727310 INFO  (jetty-launcher-10581-thread-3) [n:127.0.0.1:42071_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplicaErrorHandling_42EE83194282BFD5-001/tempDir-001/node3
   [junit4]   2> 727389 INFO  (jetty-launcher-10581-thread-1) [n:127.0.0.1:39817_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 727390 INFO  (zkConnectionManagerCallback-10655-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 727390 INFO  (jetty-launcher-10581-thread-1) [n:127.0.0.1:39817_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 727393 INFO  (jetty-launcher-10581-thread-1) [n:127.0.0.1:39817_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 727397 INFO  (jetty-launcher-10581-thread-1) [n:127.0.0.1:39817_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:39817_solr as DOWN
   [junit4]   2> 727397 INFO  (jetty-launcher-10581-thread-1) [n:127.0.0.1:39817_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 727397 INFO  (jetty-launcher-10581-thread-1) [n:127.0.0.1:39817_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39817_solr
   [junit4]   2> 727398 INFO  (zkCallback-10634-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 727398 INFO  (zkCallback-10646-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 727398 INFO  (zkCallback-10654-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 727399 INFO  (jetty-launcher-10581-thread-1) [n:127.0.0.1:39817_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 727400 WARN  (jetty-launcher-10581-thread-1) [n:127.0.0.1:39817_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 727411 INFO  (jetty-launcher-10581-thread-1) [n:127.0.0.1:39817_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplicaErrorHandling_42EE83194282BFD5-001/tempDir-001/node1
   [junit4]   2> 727489 INFO  (jetty-launcher-10581-thread-2) [n:127.0.0.1:42793_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 727490 INFO  (zkConnectionManagerCallback-10663-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 727490 INFO  (jetty-launcher-10581-thread-2) [n:127.0.0.1:42793_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 727492 INFO  (jetty-launcher-10581-thread-2) [n:127.0.0.1:42793_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 727494 INFO  (jetty-launcher-10581-thread-2) [n:127.0.0.1:42793_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42793_solr as DOWN
   [junit4]   2> 727495 INFO  (jetty-launcher-10581-thread-2) [n:127.0.0.1:42793_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 727495 INFO  (jetty-launcher-10581-thread-2) [n:127.0.0.1:42793_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42793_solr
   [junit4]   2> 727496 INFO  (zkCallback-10634-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 727496 INFO  (zkCallback-10646-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 727496 INFO  (zkCallback-10654-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 727496 INFO  (zkCallback-10662-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 727497 INFO  (jetty-launcher-10581-thread-2) [n:127.0.0.1:42793_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 727497 WARN  (jetty-launcher-10581-thread-2) [n:127.0.0.1:42793_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 727518 INFO  (jetty-launcher-10581-thread-2) [n:127.0.0.1:42793_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplicaErrorHandling_42EE83194282BFD5-001/tempDir-001/node2
   [junit4]   2> 727523 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 727523 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 727524 INFO  (zkConnectionManagerCallback-10674-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 727524 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 727525 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 727525 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44015/solr ready
   [junit4]   2> 727527 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1956709918
   [junit4]   2> 727527 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42821_solr
   [junit4]   2> 727528 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 727528 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:42821_solr as DOWN
   [junit4]   2> 727529 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 727529 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 727529 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 727529 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 727529 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 727529 INFO  (closeThreadPool-10679-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72067570871173131-127.0.0.1:42821_solr-n_0000000000) closing
   [junit4]   2> 727530 INFO  (OverseerStateUpdate-72067570871173131-127.0.0.1:42821_solr-n_0000000000) [n:127.0.0.1:42821_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42821_solr
   [junit4]   2> 727530 INFO  (OverseerAutoScalingTriggerThread-72067570871173131-127.0.0.1:42821_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 727531 INFO  (closeThreadPool-10679-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72067570871173131-127.0.0.1:42821_solr-n_0000000000) closing
   [junit4]   2> 727531 INFO  (zkCallback-10654-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 727531 INFO  (zkCallback-10662-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 727532 INFO  (zkCallback-10646-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42071_solr
   [junit4]   2> 727532 INFO  (zkCallback-10646-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 727531 INFO  (zkCallback-10673-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 727532 INFO  (zkCallback-10646-thread-1) [n:127.0.0.1:42071_solr     ] o.a.s.c.Overseer Overseer (id=72067570871173132-127.0.0.1:42071_solr-n_0000000001) starting
   [junit4]   2> 727534 INFO  (OverseerStateUpdate-72067570871173132-127.0.0.1:42071_solr-n_0000000001) [n:127.0.0.1:42071_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42071_solr
   [junit4]   2> 727632 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.Overseer Overseer (id=72067570871173131-127.0.0.1:42821_solr-n_0000000000) closing
   [junit4]   2> 727632 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@31dfdc2{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 727632 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1fd231cb{/solr,null,STOPPED}
   [junit4]   2> 727632 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 727633 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 727633 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 727633 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 12.0.2+10
   [junit4]   2> 727634 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 727634 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 727634 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 727634 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7fdc472{/solr,null,AVAILABLE}
   [junit4]   2> 727634 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2ce03081{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:38989}
   [junit4]   2> 727634 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.s.Server Started @727642ms
   [junit4]   2> 727634 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34019}
   [junit4]   2> 727635 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 727635 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 727635 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 727635 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 727635 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 727635 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T10:34:53.319175Z
   [junit4]   2> 727635 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 727636 INFO  (zkConnectionManagerCallback-10685-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 727636 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 727636 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 727639 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 727777 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 727778 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@da96f75[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 727778 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@da96f75[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 727779 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@29cdc9a4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 727779 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@29cdc9a4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 727780 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44015/solr
   [junit4]   2> 727781 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 727782 INFO  (zkConnectionManagerCallback-10696-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 727782 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 727883 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [n:127.0.0.1:34019_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 727885 INFO  (zkConnectionManagerCallback-10698-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 727885 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [n:127.0.0.1:34019_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 727887 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [n:127.0.0.1:34019_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 727889 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [n:127.0.0.1:34019_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34019_solr as DOWN
   [junit4]   2> 727890 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [n:127.0.0.1:34019_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 727890 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [n:127.0.0.1:34019_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34019_solr
   [junit4]   2> 727891 INFO  (zkCallback-10646-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 727891 INFO  (zkCallback-10662-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 727891 INFO  (zkCallback-10654-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 727891 INFO  (zkCallback-10673-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 727891 INFO  (zkCallback-10697-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 727892 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [n:127.0.0.1:34019_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 727892 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [n:127.0.0.1:34019_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 727904 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [n:127.0.0.1:34019_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplicaErrorHandling_42EE83194282BFD5-001/tempDir-001/node4
   [junit4]   2> 727908 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 727908 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:38989/solr. Proxy: http://127.0.0.1:34019/solr
   [junit4]   2> 727908 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1163838021
   [junit4]   2> 727908 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42071_solr
   [junit4]   2> 727909 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 727909 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:42071_solr as DOWN
   [junit4]   2> 727910 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 727910 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 727910 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 727910 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 727910 INFO  (closeThreadPool-10709-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72067570871173132-127.0.0.1:42071_solr-n_0000000001) closing
   [junit4]   2> 727910 INFO  (OverseerStateUpdate-72067570871173132-127.0.0.1:42071_solr-n_0000000001) [n:127.0.0.1:42071_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42071_solr
   [junit4]   2> 727910 INFO  (OverseerAutoScalingTriggerThread-72067570871173132-127.0.0.1:42071_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 727911 INFO  (closeThreadPool-10709-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72067570871173132-127.0.0.1:42071_solr-n_0000000001) closing
   [junit4]   2> 727912 INFO  (zkCallback-10673-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 727912 INFO  (zkCallback-10654-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39817_solr
   [junit4]   2> 727912 INFO  (zkCallback-10662-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 727912 INFO  (zkCallback-10654-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 727912 INFO  (zkCallback-10697-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 727913 INFO  (zkCallback-10654-thread-1) [n:127.0.0.1:39817_solr     ] o.a.s.c.Overseer Overseer (id=72067570871173133-127.0.0.1:39817_solr-n_0000000002) starting
   [junit4]   2> 727914 INFO  (OverseerStateUpdate-72067570871173133-127.0.0.1:39817_solr-n_0000000002) [n:127.0.0.1:39817_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39817_solr
   [junit4]   2> 728012 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.Overseer Overseer (id=72067570871173132-127.0.0.1:42071_solr-n_0000000001) closing
   [junit4]   2> 728013 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@492512ca{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 728013 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@23cd8597{/solr,null,STOPPED}
   [junit4]   2> 728013 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 728013 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 728014 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 728014 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 12.0.2+10
   [junit4]   2> 728014 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 728014 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 728014 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 728014 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@489acb34{/solr,null,AVAILABLE}
   [junit4]   2> 728015 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@dc1240{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:33575}
   [junit4]   2> 728015 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.s.Server Started @728022ms
   [junit4]   2> 728015 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34855}
   [junit4]   2> 728015 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 728015 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 728015 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 728015 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 728015 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 728015 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T10:34:53.699415Z
   [junit4]   2> 728015 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 728016 INFO  (zkConnectionManagerCallback-10715-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 728016 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 728017 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 728019 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 728189 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 728190 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@59df3cfe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 728190 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@59df3cfe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 728192 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2612b464[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 728193 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2612b464[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 728194 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44015/solr
   [junit4]   2> 728195 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 728195 INFO  (zkConnectionManagerCallback-10726-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 728195 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 728297 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [n:127.0.0.1:34855_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 728298 INFO  (zkConnectionManagerCallback-10728-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 728298 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [n:127.0.0.1:34855_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 728300 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [n:127.0.0.1:34855_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 728302 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [n:127.0.0.1:34855_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34855_solr as DOWN
   [junit4]   2> 728302 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [n:127.0.0.1:34855_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 728302 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [n:127.0.0.1:34855_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34855_solr
   [junit4]   2> 728303 INFO  (zkCallback-10654-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 728303 INFO  (zkCallback-10673-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 728303 INFO  (zkCallback-10662-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 728303 INFO  (zkCallback-10697-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 728303 INFO  (zkCallback-10727-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 728304 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [n:127.0.0.1:34855_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 728304 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [n:127.0.0.1:34855_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 728316 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [n:127.0.0.1:34855_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplicaErrorHandling_42EE83194282BFD5-001/tempDir-001/node3
   [junit4]   2> 728319 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 728320 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:33575/solr. Proxy: http://127.0.0.1:34855/solr
   [junit4]   2> 728320 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1630286982
   [junit4]   2> 728320 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:39817_solr
   [junit4]   2> 728320 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 728320 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:39817_solr as DOWN
   [junit4]   2> 728321 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 728321 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 728321 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 728321 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 728321 INFO  (closeThreadPool-10739-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72067570871173133-127.0.0.1:39817_solr-n_0000000002) closing
   [junit4]   2> 728322 INFO  (OverseerStateUpdate-72067570871173133-127.0.0.1:39817_solr-n_0000000002) [n:127.0.0.1:39817_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:39817_solr
   [junit4]   2> 728322 INFO  (OverseerAutoScalingTriggerThread-72067570871173133-127.0.0.1:39817_solr-n_0000000002) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 728323 INFO  (closeThreadPool-10739-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72067570871173133-127.0.0.1:39817_solr-n_0000000002) closing
   [junit4]   2> 728323 INFO  (zkCallback-10673-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 728323 INFO  (zkCallback-10697-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 728323 INFO  (zkCallback-10662-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 728323 INFO  (zkCallback-10727-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 728324 INFO  (zkCallback-10662-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42793_solr
   [junit4]   2> 728324 INFO  (zkCallback-10662-thread-2) [n:127.0.0.1:42793_solr     ] o.a.s.c.Overseer Overseer (id=72067570871173134-127.0.0.1:42793_solr-n_0000000003) starting
   [junit4]   2> 728325 INFO  (OverseerStateUpdate-72067570871173134-127.0.0.1:42793_solr-n_0000000003) [n:127.0.0.1:42793_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42793_solr
   [junit4]   2> 728423 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.Overseer Overseer (id=72067570871173133-127.0.0.1:39817_solr-n_0000000002) closing
   [junit4]   2> 728424 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@4e27ca6{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 728424 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@55ac7705{/solr,null,STOPPED}
   [junit4]   2> 728424 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 728425 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 728425 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 728425 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 12.0.2+10
   [junit4]   2> 728426 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 728426 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 728426 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.e.j.s.session node0 Scavenging every 6600

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

.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 46955 INFO  (jetty-closer-270-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72067634991923221-127.0.0.1:38891_solr-n_0000000005) closing
   [junit4]   2> 46957 INFO  (jetty-closer-270-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@1d05e0dc{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 46957 INFO  (jetty-closer-270-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7f1dd8bd{/solr,null,STOPPED}
   [junit4]   2> 46957 INFO  (jetty-closer-270-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 47055 INFO  (jetty-closer-270-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72067634991923218-127.0.0.1:35087_solr-n_0000000004) closing
   [junit4]   2> 47057 INFO  (jetty-closer-270-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@77c0fe57{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 47057 INFO  (jetty-closer-270-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1360296c{/solr,null,STOPPED}
   [junit4]   2> 47057 INFO  (jetty-closer-270-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 47156 INFO  (jetty-closer-270-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@66ffb015{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 47157 INFO  (jetty-closer-270-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@54071eed{/solr,null,STOPPED}
   [junit4]   2> 47157 INFO  (jetty-closer-270-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 47257 INFO  (jetty-closer-270-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2402b2df{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 47257 INFO  (jetty-closer-270-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@331e7ea4{/solr,null,STOPPED}
   [junit4]   2> 47257 INFO  (jetty-closer-270-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 47258 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 47463 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	14	/solr/aliases.json
   [junit4]   2> 	13	/solr/security.json
   [junit4]   2> 	11	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/terms/shard1
   [junit4]   2> 	10	/solr/configs/conf
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/packages.json
   [junit4]   2> 	7	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/terms/shard1
   [junit4]   2> 	7	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/terms/shard1
   [junit4]   2> 	6	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2> 	5	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2> 	4	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/state.json
   [junit4]   2> 	2	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	71	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/state.json
   [junit4]   2> 	39	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2> 	26	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2> 	14	/solr/clusterstate.json
   [junit4]   2> 	10	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/autoscaling.json
   [junit4]   2> 	4	/solr/overseer_elect/election/72067634991923227-127.0.0.1:45429_solr-n_0000000007
   [junit4]   2> 	3	/solr/overseer_elect/election/72067634991923221-127.0.0.1:38891_solr-n_0000000005
   [junit4]   2> 	2	/solr/overseer_elect/election/72067634991923214-127.0.0.1:34603_solr-n_0000000002
   [junit4]   2> 	2	/solr/overseer_elect/election/72067634991923212-127.0.0.1:41829_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	107	/solr/live_nodes
   [junit4]   2> 	98	/solr/overseer/queue
   [junit4]   2> 	51	/solr/collections
   [junit4]   2> 	28	/solr/overseer/collection-queue-work
   [junit4]   2> 	4	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	4	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	4	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 47470 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:35161
   [junit4]   2> 47470 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35161
   [junit4]   2> 47470 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[42EE83194282BFD5]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35161
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_42EE83194282BFD5-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {_root_=PostingsFormat(name=Direct), fieldName_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=BlockTreeOrds(blocksize=128)}, docValues:{_version_=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=2032, maxMBSortInHeap=7.436102162249018, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=nn-NO, timezone=Europe/Samara
   [junit4]   2> NOTE: Linux 5.4.0-52-generic amd64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=16,threads=1,free=407897552,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestPullReplicaErrorHandling]
   [junit4] Completed [3/5 (3!)] on J0 in 46.96s, 4 tests, 1 error <<< FAILURES!

[...truncated 29 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/common-build.xml:1599: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/common-build.xml:1126: There were test failures: 5 suites, 20 tests, 3 errors [seed: 42EE83194282BFD5]

Total time: 1 minute 3 seconds

[repro] Setting last failure code to 256

[repro] Failures w/original seeds:
[repro]   3/5 failed: org.apache.solr.cloud.TestPullReplicaErrorHandling
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace: '/home/jenkins/workspace/Lucene-Solr-8.x-Linux')
[Java] Successfully parsed console log
[Java] -> found 112 issues (skipped 103 duplicates)
[Java] Post processing issues on 'Master' with source code encoding 'UTF-8'
[Java] Creating SCM blamer to obtain author and commit information for affected files
[Java] Creating SCM miner to obtain statistics for affected repository files
[Java] Resolving file names for all issues in source directory '/home/jenkins/workspace/Lucene-Solr-8.x-Linux'
[Java] -> resolved paths in source directory (53 found, 0 not found)
[Java] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[Java] -> resolved module names for 112 issues
[Java] Resolving package names (or namespaces) by parsing the affected files
[Java] -> resolved package names of 53 affected files
[Java] No filter has been set, publishing all 112 issues
[Java] Creating fingerprints for all affected code blocks to track issues over different builds
[Java] -> created fingerprints for 112 issues (skipped 0 issues)
[Java] Copying affected files to Jenkins' build folder '/home/jenkins/jobs/Lucene-Solr-8.x-Linux/builds/4960/files-with-issues'
[Java] -> 53 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[Java] Using reference build 'Lucene-Solr-8.x-Linux #4959' to compute new, fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 112, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 112 issues (found 0 new issues, fixed 0 issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-8.x-Linux #4960'.
[Checks API] No suitable checks publisher found.
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[Checks API] No suitable checks publisher found.
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-8.x-Linux (64bit/jdk-13.0.2) - Build # 4961 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/4961/
Java: 64bit/jdk-13.0.2 -XX:-UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test

Error Message:
.responseHeader.status:200!=0

Stack Trace:
junit.framework.AssertionFailedError: .responseHeader.status:200!=0
	at __randomizedtesting.SeedInfo.seed([CB7D47E5EAE250C5:4329783F441E3D3D]:0)
	at junit.framework.Assert.fail(Assert.java:57)
	at org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:1006)
	at org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:1033)
	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:679)
	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:642)
	at org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test(TestDistributedStatsComponentCardinality.java:191)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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:830)


FAILED:  org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test

Error Message:
.responseHeader.status:200!=0

Stack Trace:
junit.framework.AssertionFailedError: .responseHeader.status:200!=0
	at __randomizedtesting.SeedInfo.seed([CB7D47E5EAE250C5:4329783F441E3D3D]:0)
	at junit.framework.Assert.fail(Assert.java:57)
	at org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:1006)
	at org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:1033)
	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:679)
	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:642)
	at org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test(TestDistributedStatsComponentCardinality.java:142)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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:830)




Build Log:
[...truncated 14916 lines...]
   [junit4] Suite: org.apache.solr.handler.component.TestDistributedStatsComponentCardinality
   [junit4]   2> 639416 INFO  (SUITE-TestDistributedStatsComponentCardinality-seed#[CB7D47E5EAE250C5]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 639417 INFO  (SUITE-TestDistributedStatsComponentCardinality-seed#[CB7D47E5EAE250C5]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_CB7D47E5EAE250C5-001/data-dir-67-001
   [junit4]   2> 639417 WARN  (SUITE-TestDistributedStatsComponentCardinality-seed#[CB7D47E5EAE250C5]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 639417 INFO  (SUITE-TestDistributedStatsComponentCardinality-seed#[CB7D47E5EAE250C5]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 639417 INFO  (SUITE-TestDistributedStatsComponentCardinality-seed#[CB7D47E5EAE250C5]-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-9062")
   [junit4]   2> 639417 INFO  (SUITE-TestDistributedStatsComponentCardinality-seed#[CB7D47E5EAE250C5]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 639417 INFO  (SUITE-TestDistributedStatsComponentCardinality-seed#[CB7D47E5EAE250C5]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /z/h
   [junit4]   2> 639528 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_CB7D47E5EAE250C5-001/tempDir-001/control/cores/collection1
   [junit4]   2> 639530 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 639530 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 639530 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 13.0.2+8
   [junit4]   2> 639530 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 639530 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 639530 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 639531 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3efcbd5f{/z/h,null,AVAILABLE}
   [junit4]   2> 639531 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@60c920d5{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:33487}
   [junit4]   2> 639531 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.e.j.s.Server Started @639553ms
   [junit4]   2> 639531 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/z/h, hostPort=33487, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_CB7D47E5EAE250C5-001/tempDir-001/control/cores}
   [junit4]   2> 639531 ERROR (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 639531 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 639531 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.8.0
   [junit4]   2> 639532 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 639532 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 639532 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T12:42:06.929059Z
   [junit4]   2> 639532 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_CB7D47E5EAE250C5-001/tempDir-001/control/solr.xml
   [junit4]   2> 639534 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 639534 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 639535 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2a4e9a76, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 639590 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 639590 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2307396a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 639590 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2307396a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 639592 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7e47c1d7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 639592 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7e47c1d7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 639593 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 639599 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 639599 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 639612 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a4e9a76
   [junit4]   2> 639619 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a4e9a76
   [junit4]   2> 639619 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a4e9a76
   [junit4]   2> 639620 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_CB7D47E5EAE250C5-001/tempDir-001/control/cores
   [junit4]   2> 639620 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 639625 INFO  (coreLoadExecutor-4231-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 639649 INFO  (coreLoadExecutor-4231-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 639728 INFO  (coreLoadExecutor-4231-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 639735 INFO  (coreLoadExecutor-4231-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 639735 INFO  (coreLoadExecutor-4231-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a4e9a76
   [junit4]   2> 639735 INFO  (coreLoadExecutor-4231-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_CB7D47E5EAE250C5-001/tempDir-001/control/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_CB7D47E5EAE250C5-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 639736 INFO  (coreLoadExecutor-4231-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6238102276936331]
   [junit4]   2> 639774 INFO  (coreLoadExecutor-4231-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 639774 INFO  (coreLoadExecutor-4231-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 639775 INFO  (coreLoadExecutor-4231-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 639775 INFO  (coreLoadExecutor-4231-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 639776 INFO  (coreLoadExecutor-4231-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=17.9482421875, floorSegmentMB=2.05078125, forceMergeDeletesPctAllowed=12.655812125677063, segmentsPerTier=12.0, maxCFSSegmentSizeMB=0.4697265625, noCFSRatio=0.0, deletesPctAllowed=28.770690068607593
   [junit4]   2> 639776 INFO  (coreLoadExecutor-4231-thread-1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 639779 INFO  (coreLoadExecutor-4231-thread-1) [    x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 639789 INFO  (coreLoadExecutor-4231-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 639789 INFO  (coreLoadExecutor-4231-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1682977196276187136
   [junit4]   2> 639790 INFO  (searcherExecutor-4233-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 639790 INFO  (searcherExecutor-4233-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 639790 INFO  (searcherExecutor-4233-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 639790 INFO  (searcherExecutor-4233-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 639790 INFO  (searcherExecutor-4233-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 639790 INFO  (searcherExecutor-4233-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 639791 INFO  (searcherExecutor-4233-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 639791 INFO  (searcherExecutor-4233-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 639791 INFO  (searcherExecutor-4233-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 639792 INFO  (searcherExecutor-4233-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 639884 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_CB7D47E5EAE250C5-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 639885 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 639885 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 639885 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 13.0.2+8
   [junit4]   2> 639892 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 639892 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 639892 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 639893 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2cdd9cf2{/z/h,null,AVAILABLE}
   [junit4]   2> 639895 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7421a2d9{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42283}
   [junit4]   2> 639895 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.e.j.s.Server Started @639917ms
   [junit4]   2> 639895 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/z/h, hostPort=42283, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_CB7D47E5EAE250C5-001/tempDir-001/shard0/cores}
   [junit4]   2> 639895 ERROR (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 639895 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 639895 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.8.0
   [junit4]   2> 639895 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 639895 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 639895 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-10T12:42:07.292800Z
   [junit4]   2> 639895 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_CB7D47E5EAE250C5-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 639897 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 639897 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 639898 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2a4e9a76, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 640070 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 640071 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@736637b9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 640071 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@736637b9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 640074 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@590cb5d2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 640074 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@590cb5d2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 640075 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 640081 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 640081 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 640097 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a4e9a76
   [junit4]   2> 640103 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a4e9a76
   [junit4]   2> 640103 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a4e9a76
   [junit4]   2> 640104 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_CB7D47E5EAE250C5-001/tempDir-001/shard0/cores
   [junit4]   2> 640104 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 640110 INFO  (coreLoadExecutor-4250-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 640145 INFO  (coreLoadExecutor-4250-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 640221 INFO  (coreLoadExecutor-4250-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 640225 INFO  (coreLoadExecutor-4250-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 640226 INFO  (coreLoadExecutor-4250-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a4e9a76
   [junit4]   2> 640226 INFO  (coreLoadExecutor-4250-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_CB7D47E5EAE250C5-001/tempDir-001/shard0/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_CB7D47E5EAE250C5-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 640227 INFO  (coreLoadExecutor-4250-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6238102276936331]
   [junit4]   2> 640275 INFO  (coreLoadExecutor-4250-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 640275 INFO  (coreLoadExecutor-4250-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 640276 INFO  (coreLoadExecutor-4250-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 640276 INFO  (coreLoadExecutor-4250-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 640277 INFO  (coreLoadExecutor-4250-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=17.9482421875, floorSegmentMB=2.05078125, forceMergeDeletesPctAllowed=12.655812125677063, segmentsPerTier=12.0, maxCFSSegmentSizeMB=0.4697265625, noCFSRatio=0.0, deletesPctAllowed=28.770690068607593
   [junit4]   2> 640277 INFO  (coreLoadExecutor-4250-thread-1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 640279 INFO  (coreLoadExecutor-4250-thread-1) [    x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 640289 INFO  (coreLoadExecutor-4250-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 640289 INFO  (coreLoadExecutor-4250-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1682977196800475136
   [junit4]   2> 640290 INFO  (searcherExecutor-4252-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 640291 INFO  (searcherExecutor-4252-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 640291 INFO  (searcherExecutor-4252-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 640291 INFO  (searcherExecutor-4252-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 640291 INFO  (searcherExecutor-4252-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 640291 INFO  (searcherExecutor-4252-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 640291 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 640291 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[CB7D47E5EAE250C5]) [     ] o.a.s.h.c.TestDistributedStatsComponentCardinality Building an index of 10176 docs
   [junit4]   2> 640291 INFO  (searcherExecutor-4252-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 640291 INFO  (searcherExecutor-4252-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 640291 INFO  (searcherExecutor-4252-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 640292 INFO  (searcherExecutor-4252-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 640296 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[1 (1682977196807815168)]} 0 1
   [junit4]   2> 640299 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[1 (1682977196809912320)]} 0 1
   [junit4]   2> 640300 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[2 (1682977196810960896)]} 0 0
   [junit4]   2> 640300 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[2 (1682977196812009472)]} 0 0
   [junit4]   2> 640300 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[3 (1682977196812009472)]} 0 0
   [junit4]   2> 640301 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[3 (1682977196813058048)]} 0 0
   [junit4]   2> 640301 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[4 (1682977196813058048)]} 0 0
   [junit4]   2> 640301 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[4 (1682977196813058049)]} 0 0
   [junit4]   2> 640302 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[5 (1682977196814106624)]} 0 0
   [junit4]   2> 640302 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[5 (1682977196814106624)]} 0 0
   [junit4]   2> 640302 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[6 (1682977196814106625)]} 0 0
   [junit4]   2> 640303 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[6 (1682977196815155200)]} 0 0
   [junit4]   2> 640303 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[7 (1682977196815155200)]} 0 0
   [junit4]   2> 640303 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[7 (1682977196815155201)]} 0 0
   [junit4]   2> 640303 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[8 (1682977196815155201)]} 0 0
   [junit4]   2> 640304 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[8 (1682977196816203776)]} 0 0
   [junit4]   2> 640304 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[9 (1682977196816203776)]} 0 0
   [junit4]   2> 640304 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[9 (1682977196816203777)]} 0 0
   [junit4]   2> 640305 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[10 (1682977196817252352)]} 0 0
   [junit4]   2> 640305 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[10 (1682977196817252352)]} 0 0
   [junit4]   2> 640305 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[11 (1682977196817252353)]} 0 0
   [junit4]   2> 640306 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[11 (1682977196817252353)]} 0 0
   [junit4]   2> 640306 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[12 (1682977196818300928)]} 0 0
   [junit4]   2> 640306 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[12 (1682977196818300928)]} 0 0
   [junit4]   2> 640306 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[13 (1682977196818300929)]} 0 0
   [junit4]   2> 640307 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[13 (1682977196819349504)]} 0 0
   [junit4]   2> 640307 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[14 (1682977196819349504)]} 0 0
   [junit4]   2> 640307 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[14 (1682977196819349505)]} 0 0
   [junit4]   2> 640308 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[15 (1682977196819349505)]} 0 0
   [junit4]   2> 640308 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[15 (1682977196820398080)]} 0 0
   [junit4]   2> 640308 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[16 (1682977196820398080)]} 0 0
   [junit4]   2> 640308 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[16 (1682977196820398081)]} 0 0
   [junit4]   2> 640309 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[17 (1682977196821446656)]} 0 0
   [junit4]   2> 640309 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[17 (1682977196821446656)]} 0 0
   [junit4]   2> 640309 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[18 (1682977196821446657)]} 0 0
   [junit4]   2> 640309 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[18 (1682977196821446657)]} 0 0
   [junit4]   2> 640310 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[19 (1682977196822495232)]} 0 0
   [junit4]   2> 640310 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[19 (1682977196822495232)]} 0 0
   [junit4]   2> 640310 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[20 (1682977196822495233)]} 0 0
   [junit4]   2> 640311 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[20 (1682977196823543808)]} 0 0
   [junit4]   2> 640311 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[21 (1682977196823543808)]} 0 0
   [junit4]   2> 640311 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[21 (1682977196823543809)]} 0 0
   [junit4]   2> 640312 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[22 (1682977196824592384)]} 0 0
   [junit4]   2> 640312 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[22 (1682977196824592384)]} 0 0
   [junit4]   2> 640312 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[23 (1682977196824592385)]} 0 0
   [junit4]   2> 640313 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[23 (1682977196825640960)]} 0 0
   [junit4]   2> 640313 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[24 (1682977196825640960)]} 0 0
   [junit4]   2> 640313 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[24 (1682977196825640961)]} 0 0
   [junit4]   2> 640314 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[25 (1682977196826689536)]} 0 0
   [junit4]   2> 640314 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[25 (1682977196826689536)]} 0 0
   [junit4]   2> 640314 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[26 (1682977196826689537)]} 0 0
   [junit4]   2> 640315 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[26 (1682977196827738112)]} 0 0
   [junit4]   2> 640317 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[27 (1682977196828786688)]} 0 0
   [junit4]   2> 640317 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[27 (1682977196829835264)]} 0 0
   [junit4]   2> 640318 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[28 (1682977196830883840)]} 0 0
   [junit4]   2> 640318 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[28 (1682977196830883840)]} 0 0
   [junit4]   2> 640319 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[29 (1682977196831932416)]} 0 0
   [junit4]   2> 640319 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[29 (1682977196831932416)]} 0 0
   [junit4]   2> 640319 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[30 (1682977196831932417)]} 0 0
   [junit4]   2> 640320 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[30 (1682977196832980992)]} 0 0
   [junit4]   2> 640320 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[31 (1682977196832980992)]} 0 0
   [junit4]   2> 640320 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[31 (1682977196832980993)]} 0 0
   [junit4]   2> 640321 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[32 (1682977196832980993)]} 0 0
   [junit4]   2> 640321 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[32 (1682977196834029568)]} 0 0
   [junit4]   2> 640321 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[33 (1682977196834029568)]} 0 0
   [junit4]   2> 640322 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[33 (1682977196834029569)]} 0 0
   [junit4]   2> 640322 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[34 (1682977196835078144)]} 0 0
   [junit4]   2> 640322 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[34 (1682977196835078144)]} 0 0
   [junit4]   2> 640322 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[35 (1682977196835078145)]} 0 0
   [junit4]   2> 640323 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[35 (1682977196836126720)]} 0 0
   [junit4]   2> 640323 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[36 (1682977196836126720)]} 0 0
   [junit4]   2> 640323 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[36 (1682977196836126721)]} 0 0
   [junit4]   2> 640324 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[37 (1682977196837175296)]} 0 0
   [junit4]   2> 640324 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[37 (1682977196837175296)]} 0 0
   [junit4]   2> 640324 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[38 (1682977196837175297)]} 0 0
   [junit4]   2> 640325 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[38 (1682977196838223872)]} 0 0
   [junit4]   2> 640325 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[39 (1682977196838223872)]} 0 0
   [junit4]   2> 640325 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[39 (1682977196838223873)]} 0 0
   [junit4]   2> 640326 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[40 (1682977196839272448)]} 0 0
   [junit4]   2> 640326 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[40 (1682977196839272448)]} 0 0
   [junit4]   2> 640326 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[41 (1682977196839272449)]} 0 0
   [junit4]   2> 640327 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[41 (1682977196840321024)]} 0 0
   [junit4]   2> 640327 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[42 (1682977196840321024)]} 0 0
   [junit4]   2> 640328 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[42 (1682977196840321025)]} 0 0
   [junit4]   2> 640328 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[43 (1682977196841369600)]} 0 0
   [junit4]   2> 640328 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[43 (1682977196841369600)]} 0 0
   [junit4]   2> 640329 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[44 (1682977196841369601)]} 0 0
   [junit4]   2> 640329 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[44 (1682977196842418176)]} 0 0
   [junit4]   2> 640329 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[45 (1682977196842418176)]} 0 0
   [junit4]   2> 640330 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[45 (1682977196843466752)]} 0 0
   [junit4]   2> 640330 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[46 (1682977196843466752)]} 0 0
   [junit4]   2> 640330 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[46 (1682977196843466753)]} 0 0
   [junit4]   2> 640331 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[47 (1682977196844515328)]} 0 0
   [junit4]   2> 640331 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[47 (1682977196844515328)]} 0 0
   [junit4]   2> 640331 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[48 (1682977196844515329)]} 0 0
   [junit4]   2> 640332 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[48 (1682977196845563904)]} 0 0
   [junit4]   2> 640332 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[49 (1682977196845563904)]} 0 0
   [junit4]   2> 640332 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[49 (1682977196845563905)]} 0 0
   [junit4]   2> 640333 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[50 (1682977196846612480)]} 0 0
   [junit4]   2> 640333 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[50 (1682977196846612480)]} 0 0
   [junit4]   2> 640334 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[51 (1682977196846612481)]} 0 0
   [junit4]   2> 640334 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[51 (1682977196847661056)]} 0 0
   [junit4]   2> 640334 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[52 (1682977196847661056)]} 0 0
   [junit4]   2> 640335 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[52 (1682977196847661057)]} 0 0
   [junit4]   2> 640335 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[53 (1682977196848709632)]} 0 0
   [junit4]   2> 640335 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[53 (1682977196848709632)]} 0 0
   [junit4]   2> 640336 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[54 (1682977196848709633)]} 0 0
   [junit4]   2> 640336 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[54 (1682977196849758208)]} 0 0
   [junit4]   2> 640336 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[55 (1682977196849758208)]} 0 0
   [junit4]   2> 640336 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[55 (1682977196849758209)]} 0 0
   [junit4]   2> 640337 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[56 (1682977196850806784)]} 0 0
   [junit4]   2> 640337 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[56 (1682977196850806784)]} 0 0
   [junit4]   2> 640337 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[57 (1682977196850806785)]} 0 0
   [junit4]   2> 640337 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[57 (1682977196850806785)]} 0 0
   [junit4]   2> 640338 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[58 (1682977196851855360)]} 0 0
   [junit4]   2> 640338 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[58 (1682977196851855360)]} 0 0
   [junit4]   2> 640338 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[59 (1682977196851855361)]} 0 0
   [junit4]   2> 640338 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[59 (1682977196851855361)]} 0 0
   [junit4]   2> 640339 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[60 (1682977196852903936)]} 0 0
   [junit4]   2> 640339 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[60 (1682977196852903936)]} 0 0
   [junit4]   2> 640339 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[61 (1682977196852903937)]} 0 0
   [junit4]   2> 640339 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[61 (1682977196852903937)]} 0 0
   [junit4]   2> 640340 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[62 (1682977196853952512)]} 0 0
   [junit4]   2> 640340 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[62 (1682977196853952512)]} 0 0
   [junit4]   2> 640340 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[63 (1682977196853952513)]} 0 0
   [junit4]   2> 640340 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[63 (1682977196853952513)]} 0 0
   [junit4]   2> 640341 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[64 (1682977196855001088)]} 0 0
   [junit4]   2> 640341 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[64 (1682977196855001088)]} 0 0
   [junit4]   2> 640341 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[65 (1682977196855001089)]} 0 0
   [junit4]   2> 640341 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[65 (1682977196855001089)]} 0 0
   [junit4]   2> 640342 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[66 (1682977196856049664)]} 0 0
   [junit4]   2> 640342 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[66 (1682977196856049664)]} 0 0
   [junit4]   2> 640342 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[67 (1682977196856049665)]} 0 0
   [junit4]   2> 640342 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[67 (1682977196856049665)]} 0 0
   [junit4]   2> 640343 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[68 (1682977196857098240)]} 0 0
   [junit4]   2> 640343 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[68 (1682977196857098240)]} 0 0
   [junit4]   2> 640343 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[69 (1682977196857098241)]} 0 0
   [junit4]   2> 640343 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[69 (1682977196857098241)]} 0 0
   [junit4]   2> 640344 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[70 (1682977196858146816)]} 0 0
   [junit4]   2> 640344 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[70 (1682977196858146816)]} 0 0
   [junit4]   2> 640344 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[71 (1682977196858146817)]} 0 0
   [junit4]   2> 640344 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[71 (1682977196858146817)]} 0 0
   [junit4]   2> 640345 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[72 (1682977196859195392)]} 0 0
   [junit4]   2> 640345 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[72 (1682977196859195392)]} 0 0
   [junit4]   2> 640345 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[73 (1682977196859195393)]} 0 0
   [junit4]   2> 640345 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[73 (1682977196859195393)]} 0 0
   [junit4]   2> 640346 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[74 (1682977196860243968)]} 0 0
   [junit4]   2> 640346 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[74 (1682977196860243968)]} 0 0
   [junit4]   2> 640346 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[75 (1682977196860243969)]} 0 0
   [junit4]   2> 640346 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[75 (1682977196860243969)]} 0 0
   [junit4]   2> 640347 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[76 (1682977196861292544)]} 0 0
   [junit4]   2> 640347 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[76 (1682977196861292544)]} 0 0
   [junit4]   2> 640347 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[77 (1682977196861292545)]} 0 0
   [junit4]   2> 640348 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[77 (1682977196861292545)]} 0 0
   [junit4]   2> 640348 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[78 (1682977196862341120)]} 0 0
   [junit4]   2> 640348 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[78 (1682977196862341120)]} 0 0
   [junit4]   2> 640348 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[79 (1682977196862341121)]} 0 0
   [junit4]   2> 640348 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[79 (1682977196862341121)]} 0 0
   [junit4]   2> 640349 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[80 (1682977196863389696)]} 0 0
   [junit4]   2> 640349 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[80 (1682977196863389696)]} 0 0
   [junit4]   2> 640349 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[81 (1682977196863389697)]} 0 0
   [junit4]   2> 640349 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[81 (1682977196863389697)]} 0 0
   [junit4]   2> 640350 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[82 (1682977196864438272)]} 0 0
   [junit4]   2> 640350 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[82 (1682977196864438272)]} 0 0
   [junit4]   2> 640350 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[83 (1682977196864438273)]} 0 0
   [junit4]   2> 640351 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[83 (1682977196864438273)]} 0 0
   [junit4]   2> 640351 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[84 (1682977196865486848)]} 0 0
   [junit4]   2> 640351 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[84 (1682977196865486848)]} 0 0
   [junit4]   2> 640351 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[85 (1682977196865486849)]} 0 0
   [junit4]   2> 640351 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[85 (1682977196865486849)]} 0 0
   [junit4]   2> 640352 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[86 (1682977196866535424)]} 0 0
   [junit4]   2> 640352 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[86 (1682977196866535424)]} 0 0
   [junit4]   2> 640352 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[87 (1682977196866535425)]} 0 0
   [junit4]   2> 640353 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[87 (1682977196867584000)]} 0 0
   [junit4]   2> 640353 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[88 (1682977196867584000)]} 0 0
   [junit4]   2> 640353 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[88 (1682977196867584001)]} 0 0
   [junit4]   2> 640353 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[89 (1682977196867584001)]} 0 0
   [junit4]   2> 640354 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[89 (1682977196868632576)]} 0 0
   [junit4]   2> 640354 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[90 (1682977196868632576)]} 0 0
   [junit4]   2> 640354 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[90 (1682977196868632577)]} 0 0
   [junit4]   2> 640354 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[91 (1682977196868632577)]} 0 0
   [junit4]   2> 640355 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[91 (1682977196869681152)]} 0 0
   [junit4]   2> 640355 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[92 (1682977196869681152)]} 0 0
   [junit4]   2> 640355 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[92 (1682977196869681153)]} 0 0
   [junit4]   2> 640355 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[93 (1682977196869681153)]} 0 0
   [junit4]   2> 640355 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[93 (1682977196869681154)]} 0 0
   [junit4]   2> 640356 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[94 (1682977196870729728)]} 0 0
   [junit4]   2> 640356 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[94 (1682977196870729728)]} 0 0
   [junit4]   2> 640356 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[95 (1682977196870729729)]} 0 0
   [junit4]   2> 640356 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[95 (1682977196870729729)]} 0 0
   [junit4]   2> 640357 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[96 (1682977196871778304)]} 0 0
   [junit4]   2> 640357 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[96 (1682977196871778304)]} 0 0
   [junit4]   2> 640357 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[97 (1682977196871778305)]} 0 0
   [junit4]   2> 640357 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[97 (1682977196871778305)]} 0 0
   [junit4]   2> 640358 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[98 (1682977196872826880)]} 0 0
   [junit4]   2> 640358 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[98 (1682977196872826880)]} 0 0
   [junit4]   2> 640358 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[99 (1682977196872826881)]} 0 0
   [junit4]   2> 640359 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[99 (1682977196872826881)]} 0 0
   [junit4]   2> 640359 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[100 (1682977196873875456)]} 0 0
   [junit4]   2> 640359 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[100 (1682977196873875456)]} 0 0
   [junit4]   2> 640359 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[101 (1682977196873875457)]} 0 0
   [junit4]   2> 640360 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[101 (1682977196874924032)]} 0 0
   [junit4]   2> 640360 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[102 (1682977196874924032)]} 0 0
   [junit4]   2> 640360 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[102 (1682977196874924033)]} 0 0
   [junit4]   2> 640360 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[103 (1682977196874924033)]} 0 0
   [junit4]   2> 640360 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[103 (1682977196874924034)]} 0 0
   [junit4]   2> 640361 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[104 (1682977196875972608)]} 0 0
   [junit4]   2> 640361 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[104 (1682977196875972608)]} 0 0
   [junit4]   2> 640361 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[105 (1682977196875972609)]} 0 0
   [junit4]   2> 640361 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[105 (1682977196875972609)]} 0 0
   [junit4]   2> 640362 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[106 (1682977196877021184)]} 0 0
   [junit4]   2> 640362 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[106 (1682977196877021184)]} 0 0
   [junit4]   2> 640362 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[107 (1682977196877021185)]} 0 0
   [junit4]   2> 640362 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[107 (1682977196877021185)]} 0 0
   [junit4]   2> 640363 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[108 (1682977196878069760)]} 0 0
   [junit4]   2> 640363 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[108 (1682977196878069760)]} 0 0
   [junit4]   2> 640363 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[109 (1682977196878069761)]} 0 0
   [junit4]   2> 640363 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[109 (1682977196878069761)]} 0 0
   [junit4]   2> 640364 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[110 (1682977196879118336)]} 0 0
   [junit4]   2> 640364 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[110 (1682977196879118336)]} 0 0
   [junit4]   2> 640364 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[111 (1682977196879118337)]} 0 0
   [junit4]   2> 640364 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[111 (1682977196879118337)]} 0 0
   [junit4]   2> 640365 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[112 (1682977196880166912)]} 0 0
   [junit4]   2> 640365 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[112 (1682977196880166912)]} 0 0
   [junit4]   2> 640365 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[113 (1682977196880166913)]} 0 0
   [junit4]   2> 640365 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[113 (1682977196880166913)]} 0 0
   [junit4]   2> 640366 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[114 (1682977196881215488)]} 0 0
   [junit4]   2> 640366 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[114 (1682977196881215488)]} 0 0
   [junit4]   2> 640366 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[115 (1682977196881215489)]} 0 0
   [junit4]   2> 640367 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[115 (1682977196881215489)]} 0 0
   [junit4]   2> 640367 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[116 (1682977196882264064)]} 0 0
   [junit4]   2> 640367 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[116 (1682977196882264064)]} 0 0
   [junit4]   2> 640367 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[117 (1682977196882264065)]} 0 0
   [junit4]   2> 640368 INFO  (qtp2031247-9087) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/z/h path=/update params={wt=javabin&version=2}{add=[117 (1682977196883312640)]} 0 0
   [junit4]   2> 640368 INFO  (qtp256950889-9085) [    x:collection1 ] o.a.s.u.p.LogUp

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

ool-42-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4d620f70: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@26887ed
   [junit4]   2> 63136 INFO  (closeThreadPool-42-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@52f88d39: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@15d0f85d
   [junit4]   2> 63137 INFO  (closeThreadPool-42-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 63137 INFO  (closeThreadPool-42-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5cc922f2: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@d0361bf
   [junit4]   2> 63141 INFO  (closeThreadPool-42-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 63141 INFO  (closeThreadPool-42-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@500c7302: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@15d0f85d
   [junit4]   2> 63144 INFO  (closeThreadPool-42-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 63144 INFO  (closeThreadPool-42-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@27b8377f: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@d0361bf
   [junit4]   2> 63146 INFO  (closeThreadPool-42-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@434c6523{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 63146 INFO  (closeThreadPool-42-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6c8e85e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 63148 INFO  (closeThreadPool-42-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@401583b7{/z/h,null,STOPPED}
   [junit4]   2> 63148 INFO  (closeThreadPool-42-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@796be747{/z/h,null,STOPPED}
   [junit4]   2> 63148 INFO  (closeThreadPool-42-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 63148 INFO  (closeThreadPool-42-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDistributedStatsComponentCardinality -Dtests.method=test -Dtests.seed=CB7D47E5EAE250C5 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=kln -Dtests.timezone=Asia/Chita -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 59.9s J2 | TestDistributedStatsComponentCardinality.test <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: .responseHeader.status:200!=0
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CB7D47E5EAE250C5:4329783F441E3D3D]:0)
   [junit4]    > 	at junit.framework.Assert.fail(Assert.java:57)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:1006)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:1033)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:679)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:642)
   [junit4]    > 	at org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test(TestDistributedStatsComponentCardinality.java:191)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TestDistributedStatsComponentCardinality_CB7D47E5EAE250C5-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {multiDefault=Lucene84, _root_=PostingsFormat(name=LuceneVarGapFixedInterval), string_s=BlockTreeOrds(blocksize=128), id=PostingsFormat(name=LuceneFixedGap)}, docValues:{int_i=DocValuesFormat(name=Lucene80), range_facet_l_dv=DocValuesFormat(name=Direct), intDefault=DocValuesFormat(name=Asserting), int_i_prehashed_l=DocValuesFormat(name=Lucene80), range_facet_l=DocValuesFormat(name=Asserting), long_l_prehashed_l=DocValuesFormat(name=Lucene80), long_l=DocValuesFormat(name=Direct), _version_=DocValuesFormat(name=Asserting), string_s_prehashed_l=DocValuesFormat(name=Direct), id_i1=DocValuesFormat(name=Lucene80), range_facet_i_dv=DocValuesFormat(name=Asserting), intDvoDefault=DocValuesFormat(name=Lucene80), timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1821, maxMBSortInHeap=5.072409602869201, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=kln, timezone=Asia/Chita
   [junit4]   2> NOTE: Linux 5.4.0-52-generic amd64/AdoptOpenJDK 13.0.2 (64-bit)/cpus=16,threads=1,free=388111056,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestDistributedStatsComponentCardinality]
   [junit4] Completed [5/5 (1!)] on J2 in 62.18s, 1 test, 1 failure <<< FAILURES!

[...truncated 13 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/common-build.xml:1599: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/common-build.xml:1126: There were test failures: 5 suites, 5 tests, 1 failure [seed: CB7D47E5EAE250C5]

Total time: 1 minute 5 seconds

[repro] Setting last failure code to 256

[repro] Failures w/original seeds:
[repro]   1/5 failed: org.apache.solr.handler.component.TestDistributedStatsComponentCardinality
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace: '/home/jenkins/workspace/Lucene-Solr-8.x-Linux')
[Java] Successfully parsed console log
[Java] -> found 112 issues (skipped 103 duplicates)
[Java] Post processing issues on 'Master' with source code encoding 'UTF-8'
[Java] Creating SCM blamer to obtain author and commit information for affected files
[Java] Creating SCM miner to obtain statistics for affected repository files
[Java] Resolving file names for all issues in source directory '/home/jenkins/workspace/Lucene-Solr-8.x-Linux'
[Java] -> resolved paths in source directory (53 found, 0 not found)
[Java] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[Java] -> resolved module names for 112 issues
[Java] Resolving package names (or namespaces) by parsing the affected files
[Java] -> resolved package names of 53 affected files
[Java] No filter has been set, publishing all 112 issues
[Java] Creating fingerprints for all affected code blocks to track issues over different builds
[Java] -> created fingerprints for 112 issues (skipped 0 issues)
[Java] Copying affected files to Jenkins' build folder '/home/jenkins/jobs/Lucene-Solr-8.x-Linux/builds/4961/files-with-issues'
[Java] -> 53 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[Java] Using reference build 'Lucene-Solr-8.x-Linux #4960' to compute new, fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 112, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 112 issues (found 0 new issues, fixed 0 issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-8.x-Linux #4961'.
[Checks API] No suitable checks publisher found.
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[Checks API] No suitable checks publisher found.
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2