You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2018/05/04 05:52:25 UTC

[JENKINS] Lucene-Solr-BadApples-7.x-Linux (64bit/jdk-10) - Build # 31 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-7.x-Linux/31/
Java: 64bit/jdk-10 -XX:+UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete

Error Message:
Error from server at http://127.0.0.1:34303/solr/testcollection_shard1_replica_n2: Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> <title>Error 404 Can not find: /solr/testcollection_shard1_replica_n2/update</title> </head> <body><h2>HTTP ERROR 404</h2> <p>Problem accessing /solr/testcollection_shard1_replica_n2/update. Reason: <pre>    Can not find: /solr/testcollection_shard1_replica_n2/update</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.8.v20171121</a><hr/>  </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:34303/solr/testcollection_shard1_replica_n2: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Can not find: /solr/testcollection_shard1_replica_n2/update</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /solr/testcollection_shard1_replica_n2/update. Reason:
<pre>    Can not find: /solr/testcollection_shard1_replica_n2/update</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.8.v20171121</a><hr/>

</body>
</html>

	at __randomizedtesting.SeedInfo.seed([848D4F40F5C06FE:ABB27A5188B4EC5B]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:551)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1015)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:948)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:948)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:948)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:948)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:948)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
	at org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete(TestCollectionsAPIViaSolrCloudCluster.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:34303/solr/testcollection_shard1_replica_n2: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Can not find: /solr/testcollection_shard1_replica_n2/update</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /solr/testcollection_shard1_replica_n2/update. Reason:
<pre>    Can not find: /solr/testcollection_shard1_replica_n2/update</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.8.v20171121</a><hr/>

</body>
</html>

	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:607)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:528)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:192)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	... 1 more




Build Log:
[...truncated 14457 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster
   [junit4]   2> 2558857 INFO  (SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[848D4F40F5C06FE]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-BadApples-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_848D4F40F5C06FE-001/init-core-data-001
   [junit4]   2> 2558858 WARN  (SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[848D4F40F5C06FE]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=25 numCloses=25
   [junit4]   2> 2558858 INFO  (SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[848D4F40F5C06FE]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2558858 INFO  (SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[848D4F40F5C06FE]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 2558859 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[848D4F40F5C06FE]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /home/jenkins/workspace/Lucene-Solr-BadApples-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_848D4F40F5C06FE-001/tempDir-001
   [junit4]   2> 2558859 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[848D4F40F5C06FE]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2558860 INFO  (Thread-8243) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2558860 INFO  (Thread-8243) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2558861 ERROR (Thread-8243) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2558960 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[848D4F40F5C06FE]) [    ] o.a.s.c.ZkTestServer start zk server on port:45643
   [junit4]   2> 2558961 INFO  (zkConnectionManagerCallback-10200-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2558962 INFO  (jetty-launcher-10197-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2558962 INFO  (jetty-launcher-10197-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2558962 INFO  (jetty-launcher-10197-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2558962 INFO  (jetty-launcher-10197-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2558963 INFO  (jetty-launcher-10197-thread-5) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2558967 INFO  (jetty-launcher-10197-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2558967 INFO  (jetty-launcher-10197-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2558967 INFO  (jetty-launcher-10197-thread-4) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2558969 INFO  (jetty-launcher-10197-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@57da3c3c{/solr,null,AVAILABLE}
   [junit4]   2> 2558970 INFO  (jetty-launcher-10197-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@49bf1549{HTTP/1.1,[http/1.1]}{127.0.0.1:36323}
   [junit4]   2> 2558970 INFO  (jetty-launcher-10197-thread-4) [    ] o.e.j.s.Server Started @2558999ms
   [junit4]   2> 2558970 INFO  (jetty-launcher-10197-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36323}
   [junit4]   2> 2558970 ERROR (jetty-launcher-10197-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2558970 INFO  (jetty-launcher-10197-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2558970 INFO  (jetty-launcher-10197-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.4.0
   [junit4]   2> 2558970 INFO  (jetty-launcher-10197-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2558970 INFO  (jetty-launcher-10197-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2558970 INFO  (jetty-launcher-10197-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-05-04T05:31:13.049965Z
   [junit4]   2> 2558971 INFO  (jetty-launcher-10197-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2558971 INFO  (jetty-launcher-10197-thread-5) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2558971 INFO  (jetty-launcher-10197-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2558971 INFO  (jetty-launcher-10197-thread-5) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2558971 INFO  (jetty-launcher-10197-thread-5) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2558971 INFO  (jetty-launcher-10197-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2558971 INFO  (jetty-launcher-10197-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17203aff{/solr,null,AVAILABLE}
   [junit4]   2> 2558972 INFO  (jetty-launcher-10197-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@f9e5f43{HTTP/1.1,[http/1.1]}{127.0.0.1:33673}
   [junit4]   2> 2558972 INFO  (jetty-launcher-10197-thread-5) [    ] o.e.j.s.Server Started @2559001ms
   [junit4]   2> 2558972 INFO  (jetty-launcher-10197-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33673}
   [junit4]   2> 2558972 ERROR (jetty-launcher-10197-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2558972 INFO  (jetty-launcher-10197-thread-5) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2558972 INFO  (jetty-launcher-10197-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.4.0
   [junit4]   2> 2558972 INFO  (jetty-launcher-10197-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2558972 INFO  (jetty-launcher-10197-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2558972 INFO  (jetty-launcher-10197-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2558972 INFO  (jetty-launcher-10197-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2558972 INFO  (jetty-launcher-10197-thread-3) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2558972 INFO  (jetty-launcher-10197-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-05-04T05:31:13.051983Z
   [junit4]   2> 2558973 INFO  (jetty-launcher-10197-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3b2347d3{/solr,null,AVAILABLE}
   [junit4]   2> 2558973 INFO  (jetty-launcher-10197-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@491a5a69{HTTP/1.1,[http/1.1]}{127.0.0.1:42889}
   [junit4]   2> 2558973 INFO  (jetty-launcher-10197-thread-3) [    ] o.e.j.s.Server Started @2559002ms
   [junit4]   2> 2558973 INFO  (jetty-launcher-10197-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42889}
   [junit4]   2> 2558973 ERROR (jetty-launcher-10197-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2558973 INFO  (jetty-launcher-10197-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2558973 INFO  (jetty-launcher-10197-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.4.0
   [junit4]   2> 2558973 INFO  (jetty-launcher-10197-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2558973 INFO  (jetty-launcher-10197-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2558973 INFO  (jetty-launcher-10197-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-05-04T05:31:13.052933Z
   [junit4]   2> 2558974 INFO  (zkConnectionManagerCallback-10206-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2558974 INFO  (jetty-launcher-10197-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2558977 INFO  (zkConnectionManagerCallback-10202-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2558977 INFO  (jetty-launcher-10197-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3a5a6ce9{/solr,null,AVAILABLE}
   [junit4]   2> 2558977 INFO  (jetty-launcher-10197-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2558977 INFO  (jetty-launcher-10197-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@58c5e874{HTTP/1.1,[http/1.1]}{127.0.0.1:39169}
   [junit4]   2> 2558977 INFO  (jetty-launcher-10197-thread-1) [    ] o.e.j.s.Server Started @2559006ms
   [junit4]   2> 2558977 INFO  (jetty-launcher-10197-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39169}
   [junit4]   2> 2558977 INFO  (jetty-launcher-10197-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2558977 ERROR (jetty-launcher-10197-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2558977 INFO  (jetty-launcher-10197-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2558977 INFO  (jetty-launcher-10197-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2558978 INFO  (jetty-launcher-10197-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2558978 INFO  (jetty-launcher-10197-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.4.0
   [junit4]   2> 2558978 INFO  (jetty-launcher-10197-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2558978 INFO  (jetty-launcher-10197-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2558978 INFO  (jetty-launcher-10197-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-05-04T05:31:13.057128Z
   [junit4]   2> 2558978 INFO  (jetty-launcher-10197-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6281380f{/solr,null,AVAILABLE}
   [junit4]   2> 2558978 INFO  (jetty-launcher-10197-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@9479f39{HTTP/1.1,[http/1.1]}{127.0.0.1:41731}
   [junit4]   2> 2558978 INFO  (jetty-launcher-10197-thread-2) [    ] o.e.j.s.Server Started @2559007ms
   [junit4]   2> 2558978 INFO  (jetty-launcher-10197-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41731}
   [junit4]   2> 2558978 ERROR (jetty-launcher-10197-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2558978 INFO  (jetty-launcher-10197-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2558978 INFO  (jetty-launcher-10197-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.4.0
   [junit4]   2> 2558978 INFO  (jetty-launcher-10197-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2558978 INFO  (jetty-launcher-10197-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2558978 INFO  (jetty-launcher-10197-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-05-04T05:31:13.057773Z
   [junit4]   2> 2558980 INFO  (zkConnectionManagerCallback-10210-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2558980 INFO  (zkConnectionManagerCallback-10204-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2558980 INFO  (jetty-launcher-10197-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2558980 INFO  (jetty-launcher-10197-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2558981 INFO  (jetty-launcher-10197-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45643/solr
   [junit4]   2> 2558981 INFO  (zkConnectionManagerCallback-10208-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2558981 INFO  (jetty-launcher-10197-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45643/solr
   [junit4]   2> 2558981 INFO  (jetty-launcher-10197-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2558982 INFO  (zkConnectionManagerCallback-10216-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2558982 INFO  (zkConnectionManagerCallback-10218-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2558983 INFO  (zkConnectionManagerCallback-10220-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2558985 INFO  (jetty-launcher-10197-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45643/solr
   [junit4]   2> 2558985 INFO  (jetty-launcher-10197-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45643/solr
   [junit4]   2> 2558986 INFO  (zkConnectionManagerCallback-10228-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2558986 INFO  (zkConnectionManagerCallback-10231-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2558986 INFO  (jetty-launcher-10197-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45643/solr
   [junit4]   2> 2558986 INFO  (zkConnectionManagerCallback-10222-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2558986 INFO  (zkConnectionManagerCallback-10234-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2558987 INFO  (zkConnectionManagerCallback-10236-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2558987 INFO  (zkConnectionManagerCallback-10238-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2558987 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10028676997000c, likely client has closed socket
   [junit4]   2> 2558987 INFO  (zkConnectionManagerCallback-10240-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2559033 INFO  (jetty-launcher-10197-thread-3) [n:127.0.0.1:42889_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2559033 INFO  (jetty-launcher-10197-thread-2) [n:127.0.0.1:41731_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2559033 INFO  (jetty-launcher-10197-thread-4) [n:127.0.0.1:36323_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2559033 INFO  (jetty-launcher-10197-thread-2) [n:127.0.0.1:41731_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41731_solr
   [junit4]   2> 2559033 INFO  (jetty-launcher-10197-thread-3) [n:127.0.0.1:42889_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42889_solr
   [junit4]   2> 2559034 INFO  (jetty-launcher-10197-thread-4) [n:127.0.0.1:36323_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36323_solr
   [junit4]   2> 2559034 INFO  (jetty-launcher-10197-thread-2) [n:127.0.0.1:41731_solr    ] o.a.s.c.Overseer Overseer (id=72102018656174094-127.0.0.1:41731_solr-n_0000000000) starting
   [junit4]   2> 2559040 INFO  (zkCallback-10237-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2559040 INFO  (zkCallback-10219-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2559040 INFO  (zkCallback-10221-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2559043 INFO  (jetty-launcher-10197-thread-1) [n:127.0.0.1:39169_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2559043 INFO  (jetty-launcher-10197-thread-5) [n:127.0.0.1:33673_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2559044 INFO  (jetty-launcher-10197-thread-1) [n:127.0.0.1:39169_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2559044 INFO  (jetty-launcher-10197-thread-5) [n:127.0.0.1:33673_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2559045 INFO  (jetty-launcher-10197-thread-5) [n:127.0.0.1:33673_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2559045 INFO  (jetty-launcher-10197-thread-5) [n:127.0.0.1:33673_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33673_solr
   [junit4]   2> 2559049 INFO  (jetty-launcher-10197-thread-1) [n:127.0.0.1:39169_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2559049 INFO  (jetty-launcher-10197-thread-1) [n:127.0.0.1:39169_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39169_solr
   [junit4]   2> 2559049 INFO  (zkCallback-10219-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2559049 INFO  (zkCallback-10221-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2559049 INFO  (zkCallback-10237-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2559049 INFO  (zkCallback-10221-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2559049 INFO  (zkCallback-10219-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2559049 INFO  (zkCallback-10237-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2559066 INFO  (zkCallback-10239-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 2559071 INFO  (zkCallback-10235-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 2559071 INFO  (zkConnectionManagerCallback-10255-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2559072 INFO  (jetty-launcher-10197-thread-2) [n:127.0.0.1:41731_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2559073 INFO  (jetty-launcher-10197-thread-2) [n:127.0.0.1:41731_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45643/solr ready
   [junit4]   2> 2559076 INFO  (jetty-launcher-10197-thread-2) [n:127.0.0.1:41731_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2559076 INFO  (jetty-launcher-10197-thread-2) [n:127.0.0.1:41731_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41731_solr
   [junit4]   2> 2559077 INFO  (zkCallback-10221-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2559077 INFO  (zkCallback-10219-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2559077 INFO  (zkCallback-10235-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2559077 INFO  (zkCallback-10239-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2559081 INFO  (zkCallback-10254-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2559083 INFO  (zkCallback-10237-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2559107 INFO  (jetty-launcher-10197-thread-3) [n:127.0.0.1:42889_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42889.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@232badc3
   [junit4]   2> 2559115 INFO  (jetty-launcher-10197-thread-3) [n:127.0.0.1:42889_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42889.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@232badc3
   [junit4]   2> 2559115 INFO  (jetty-launcher-10197-thread-3) [n:127.0.0.1:42889_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42889.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@232badc3
   [junit4]   2> 2559116 INFO  (jetty-launcher-10197-thread-3) [n:127.0.0.1:42889_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-BadApples-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_848D4F40F5C06FE-001/tempDir-001/node3/.
   [junit4]   2> 2559161 INFO  (zkConnectionManagerCallback-10260-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2559161 INFO  (jetty-launcher-10197-thread-3) [n:127.0.0.1:42889_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2559161 INFO  (jetty-launcher-10197-thread-3) [n:127.0.0.1:42889_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45643/solr ready
   [junit4]   2> 2559177 INFO  (jetty-launcher-10197-thread-4) [n:127.0.0.1:36323_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36323.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@232badc3
   [junit4]   2> 2559184 INFO  (jetty-launcher-10197-thread-4) [n:127.0.0.1:36323_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36323.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@232badc3
   [junit4]   2> 2559184 INFO  (jetty-launcher-10197-thread-4) [n:127.0.0.1:36323_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36323.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@232badc3
   [junit4]   2> 2559185 INFO  (jetty-launcher-10197-thread-4) [n:127.0.0.1:36323_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-BadApples-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_848D4F40F5C06FE-001/tempDir-001/node4/.
   [junit4]   2> 2559188 INFO  (jetty-launcher-10197-thread-2) [n:127.0.0.1:41731_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41731.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@232badc3
   [junit4]   2> 2559195 INFO  (jetty-launcher-10197-thread-2) [n:127.0.0.1:41731_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41731.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@232badc3
   [junit4]   2> 2559195 INFO  (jetty-launcher-10197-thread-2) [n:127.0.0.1:41731_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41731.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@232badc3
   [junit4]   2> 2559196 INFO  (jetty-launcher-10197-thread-2) [n:127.0.0.1:41731_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-BadApples-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_848D4F40F5C06FE-001/tempDir-001/node2/.
   [junit4]   2> 2559244 INFO  (zkConnectionManagerCallback-10265-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2559245 INFO  (jetty-launcher-10197-thread-4) [n:127.0.0.1:36323_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2559246 INFO  (jetty-launcher-10197-thread-4) [n:127.0.0.1:36323_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45643/solr ready
   [junit4]   2> 2559249 INFO  (jetty-launcher-10197-thread-5) [n:127.0.0.1:33673_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33673.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@232badc3
   [junit4]   2> 2559257 INFO  (jetty-launcher-10197-thread-5) [n:127.0.0.1:33673_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33673.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@232badc3
   [junit4]   2> 2559257 INFO  (jetty-launcher-10197-thread-5) [n:127.0.0.1:33673_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33673.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@232badc3
   [junit4]   2> 2559258 INFO  (jetty-launcher-10197-thread-5) [n:127.0.0.1:33673_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-BadApples-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_848D4F40F5C06FE-001/tempDir-001/node5/.
   [junit4]   2> 2559262 INFO  (zkConnectionManagerCallback-10270-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2559263 INFO  (jetty-launcher-10197-thread-5) [n:127.0.0.1:33673_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2559265 INFO  (jetty-launcher-10197-thread-5) [n:127.0.0.1:33673_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45643/solr ready
   [junit4]   2> 2559292 INFO  (jetty-launcher-10197-thread-1) [n:127.0.0.1:39169_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39169.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@232badc3
   [junit4]   2> 2559296 INFO  (jetty-launcher-10197-thread-1) [n:127.0.0.1:39169_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39169.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@232badc3
   [junit4]   2> 2559297 INFO  (jetty-launcher-10197-thread-1) [n:127.0.0.1:39169_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39169.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@232badc3
   [junit4]   2> 2559297 INFO  (jetty-launcher-10197-thread-1) [n:127.0.0.1:39169_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-BadApples-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_848D4F40F5C06FE-001/tempDir-001/node1/.
   [junit4]   2> 2559299 INFO  (zkConnectionManagerCallback-10275-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2559299 INFO  (jetty-launcher-10197-thread-1) [n:127.0.0.1:39169_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2559299 INFO  (jetty-launcher-10197-thread-1) [n:127.0.0.1:39169_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45643/solr ready
   [junit4]   2> 2559341 INFO  (zkConnectionManagerCallback-10277-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2559342 INFO  (zkConnectionManagerCallback-10282-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2559343 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[848D4F40F5C06FE]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2559343 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[848D4F40F5C06FE]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45643/solr ready
   [junit4]   2> 2559344 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[848D4F40F5C06FE]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionCreateWithoutCoresThenDelete
   [junit4]   2> 2559346 INFO  (qtp1087168095-34144) [n:127.0.0.1:42889_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=1&name=testSolrCloudCollectionWithoutCores&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=EMPTY&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2559346 INFO  (OverseerThreadFactory-8994-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSolrCloudCollectionWithoutCores
   [junit4]   2> 2559347 WARN  (OverseerThreadFactory-8994-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (testSolrCloudCollectionWithoutCores) without cores.
   [junit4]   2> 2559449 INFO  (qtp1087168095-34144) [n:127.0.0.1:42889_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2559450 INFO  (qtp1087168095-34144) [n:127.0.0.1:42889_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=1&name=testSolrCloudCollectionWithoutCores&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=EMPTY&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=104
   [junit4]   2> 2559450 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[848D4F40F5C06FE]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: testSolrCloudCollectionWithoutCores failOnTimeout:true timeout (sec):330
   [junit4]   1> -
   [junit4]   1> no one is recoverying
   [junit4]   2> 2559450 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[848D4F40F5C06FE]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: testSolrCloudCollectionWithoutCores
   [junit4]   2> 2559450 INFO  (qtp1087168095-34170) [n:127.0.0.1:42889_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=testSolrCloudCollectionWithoutCores&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2559451 INFO  (OverseerCollectionConfigSetProcessor-72102018656174094-127.0.0.1:41731_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2559451 INFO  (OverseerThreadFactory-8994-thread-2) [    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true, asyncId=null
   [junit4]   2> 2560154 INFO  (qtp1087168095-34170) [n:127.0.0.1:42889_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=testSolrCloudCollectionWithoutCores&action=DELETE&wt=javabin&version=2} status=0 QTime=703
   [junit4]   2> 2560154 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[848D4F40F5C06FE]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for collection to disappear - collection: testSolrCloudCollectionWithoutCores failOnTimeout:true timeout (sec):330
   [junit4]   1> -
   [junit4]   2> 2560154 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[848D4F40F5C06FE]) [    ] o.a.s.c.AbstractDistribZkTestBase Collection has disappeared - collection: testSolrCloudCollectionWithoutCores
   [junit4]   2> 2560155 INFO  (jetty-closer-10198-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@491a5a69{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2560155 INFO  (jetty-closer-10198-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@9479f39{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2560156 INFO  (jetty-closer-10198-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1233301889
   [junit4]   2> 2560156 INFO  (jetty-closer-10198-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2052504476
   [junit4]   2> 2560156 INFO  (jetty-closer-10198-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2560157 INFO  (jetty-closer-10198-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2cb7f510: rootName = solr_42889, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@623b4be8
   [junit4]   2> 2560157 INFO  (jetty-closer-10198-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2560157 INFO  (jetty-closer-10198-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6e1a1fa9: rootName = solr_41731, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@79c53039
   [junit4]   2> 2560157 INFO  (jetty-closer-10198-thread-5) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@58c5e874{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2560157 INFO  (jetty-closer-10198-thread-4) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@f9e5f43{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2560158 INFO  (jetty-closer-10198-thread-3) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@49bf1549{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2560158 INFO  (jetty-closer-10198-thread-4) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=731968972
   [junit4]   2> 2560158 INFO  (jetty-closer-10198-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2560158 INFO  (jetty-closer-10198-thread-4) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7317b063: rootName = solr_33673, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@706c4e27
   [junit4]   2> 2560158 INFO  (jetty-closer-10198-thread-5) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1766012759
   [junit4]   2> 2560158 INFO  (jetty-closer-10198-thread-5) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2560158 INFO  (jetty-closer-10198-thread-5) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7366b953: rootName = solr_39169, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@6a42df
   [junit4]   2> 2560159 INFO  (jetty-closer-10198-thread-3) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=987127987
   [junit4]   2> 2560159 INFO  (jetty-closer-10198-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2560159 INFO  (jetty-closer-10198-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3ee965c0: rootName = solr_36323, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@2798dc59
   [junit4]   2> 2560166 INFO  (jetty-closer-10198-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2560166 INFO  (jetty-closer-10198-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2f7d6de9: rootName = solr_42889, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7db85c1f
   [junit4]   2> 2560167 INFO  (jetty-closer-10198-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2560167 INFO  (jetty-closer-10198-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4f9bcd3f: rootName = solr_41731, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7db85c1f
   [junit4]   2> 2560168 INFO  (jetty-closer-10198-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2560168 INFO  (jetty-closer-10198-thread-4) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@784cb184: rootName = solr_33673, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7db85c1f
   [junit4]   2> 2560168 INFO  (jetty-closer-10198-thread-5) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2560168 INFO  (jetty-closer-10198-thread-5) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@99981a3: rootName = solr_39169, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7db85c1f
   [junit4]   2> 2560170 INFO  (jetty-closer-10198-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2560170 INFO  (jetty-closer-10198-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4a94d6fc: rootName = solr_36323, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7db85c1f
   [junit4]   2> 2560173 INFO  (jetty-closer-10198-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2560173 INFO  (jetty-closer-10198-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@14cda4eb: rootName = solr_42889, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@13c27384
   [junit4]   2> 2560173 INFO  (jetty-closer-10198-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2560174 INFO  (jetty-closer-10198-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6e3caa28: rootName = solr_41731, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@13c27384
   [junit4]   2> 2560174 INFO  (jetty-closer-10198-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42889_solr
   [junit4]   2> 2560174 INFO  (zkCallback-10235-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 2560174 INFO  (zkCallback-10239-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 2560174 INFO  (zkCallback-10254-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 2560174 INFO  (zkCallback-10221-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 2560175 INFO  (zkCallback-10269-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 2560175 INFO  (zkCallback-10274-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 2560175 INFO  (zkCallback-10264-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 2560175 INFO  (zkCallback-10259-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 2560175 INFO  (zkCallback-10237-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 2560175 INFO  (jetty-closer-10198-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2560175 INFO  (zkCallback-10219-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 2560175 INFO  (jetty-closer-10198-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2560175 INFO  (jetty-closer-10198-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:41731_solr
   [junit4]   2> 2560176 INFO  (jetty-closer-10198-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2560176 INFO  (jetty-closer-10198-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72102018656174094-127.0.0.1:41731_solr-n_0000000000) closing
   [junit4]   2> 2560176 INFO  (zkCallback-10221-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2560176 INFO  (zkCallback-10254-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2560176 INFO  (zkCallback-10269-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2560176 INFO  (zkCallback-10274-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2560176 INFO  (zkCallback-10264-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2560176 INFO  (OverseerStateUpdate-72102018656174094-127.0.0.1:41731_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41731_solr
   [junit4]   2> 2560176 INFO  (zkCallback-10235-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2560177 INFO  (zkCallback-10219-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2560177 INFO  (zkCallback-10237-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2560177 WARN  (OverseerAutoScalingTriggerThread-72102018656174094-127.0.0.1:41731_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2560176 INFO  (jetty-closer-10198-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2560176 INFO  (zkCallback-10239-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2560178 INFO  (jetty-closer-10198-thread-5) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2560178 INFO  (jetty-closer-10198-thread-5) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4b010920: rootName = solr_39169, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@13c27384
   [junit4]   2> 2560182 INFO  (jetty-closer-10198-thread-4) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7dad9069: rootName = solr_33673, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@13c27384
   [junit4]   2> 2560182 INFO  (jetty-closer-10198-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3b2347d3{/solr,null,UNAVAILABLE}
   [junit4]   2> 2560183 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100286769970010, likely client has closed socket
   [junit4]   2> 2560183 INFO  (jetty-closer-10198-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2560183 INFO  (jetty-closer-10198-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1aef0e4c: rootName = solr_36323, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@13c27384
   [junit4]   2> 2560183 INFO  (zkCallback-10221-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36323_solr
   [junit4]   2> 2560183 INFO  (jetty-closer-10198-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2560184 INFO  (jetty-closer-10198-thread-4) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:33673_solr
   [junit4]   2> 2560184 INFO  (jetty-closer-10198-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6281380f{/solr,null,UNAVAILABLE}
   [junit4]   2> 2560185 INFO  (jetty-closer-10198-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2560185 INFO  (jetty-closer-10198-thread-5) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:39169_solr
   [junit4]   2> 2560185 INFO  (jetty-closer-10198-thread-3) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:36323_solr
   [junit4]   2> 2560185 INFO  (jetty-closer-10198-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2560186 INFO  (jetty-closer-10198-thread-5) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2560186 INFO  (zkCallback-10269-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
   [junit4]   2> 2560186 INFO  (zkCallback-10235-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
   [junit4]   2> 2560186 INFO  (zkCallback-10274-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
   [junit4]   2> 2560186 INFO  (zkCallback-10221-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (0)
   [junit4]   2> 2560186 INFO  (zkCallback-10269-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 2560186 INFO  (zkCallback-10239-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (0)
   [junit4]   2> 2560186 INFO  (zkCallback-10264-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
   [junit4]   2> 2560186 INFO  (jetty-closer-10198-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2560186 INFO  (zkCallback-10235-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 2560187 INFO  (zkCallback-10264-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 2560187 INFO  (jetty-closer-10198-thread-3) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2560187 INFO  (zkCallback-10274-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 2560187 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10028676997000d, likely client has closed socket
   [junit4]   2> 2560187 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100286769970012, likely client has closed socket
   [junit4]   2> 2560187 INFO  (jetty-closer-10198-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@17203aff{/solr,null,UNAVAILABLE}
   [junit4]   2> 2560187 INFO  (jetty-closer-10198-thread-4) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2561688 WARN  (zkCallback-10221-thread-1) [    ] o.a.s.c.ZkController Unable to register nodeLost path for 127.0.0.1:39169_solr
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:39169_solr
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130) ~[zookeeper-3.4.11.jar:3.4.11-37e277162d567b55a07d1755f0b31c32e93c01a0]
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54) ~[zookeeper-3.4.11.jar:3.4.11-37e277162d567b55a07d1755f0b31c32e93c01a0]
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:786) ~[zookeeper-3.4.11.jar:3.4.11-37e277162d567b55a07d1755f0b31c32e93c01a0]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:365) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:365) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$registerLiveNodesListener$2(ZkController.java:885) [java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$3(ZkStateReader.java:791) [java/:?]
   [junit4]   2> 	at java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4717) [?:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:790) [java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.access$1400(ZkStateReader.java:73) [java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1283) [java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1278) [java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$1(SolrZkClient.java:269) [java/:?]
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514) [?:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:192) [java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135) [?:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:844) [?:?]
   [junit4]   2> 2561688 WARN  (zkCallback-10239-thread-1) [    ] o.a.s.c.ZkController Unable to register nodeLost path for 127.0.0.1:39169_solr
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:39169_solr
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130) ~[zookeeper-3.4.11.jar:3.4.11-37e277162d567b55a07d1755f0b31c32e93c01a0]
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54) ~[zookeeper-3.4.11.jar:3.4.11-37e277162d567b55a07d1755f0b31c32e93c01a0]
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:786) ~[zookeeper-3.4.11.jar:3.4.11-37e277162d567b55a07d1755f0b31c32e93c01a0]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:365) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:365) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$registerLiveNodesListener$2(ZkController.java:885) [java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$3(ZkStateReader.java:791) [java/:?]
   [junit4]   2> 	at java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4717) [?:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:790) [java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.access$1400(ZkStateReader.java:73) [java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1283) [java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1278) [java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$1(SolrZkClient.java:269) [java/:?]
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514) [?:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:192) [java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135) [?:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:844) [?:?]
   [junit4]   2> 2561689 INFO  (jetty-closer-10198-thread-5) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3a5a6ce9{/solr,null,UNAVAILABLE}
   [junit4]   2> 2561689 INFO  (jetty-closer-10198-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@57da3c3c{/solr,null,UNAVAILABLE}
   [junit4]   2> 2561689 INFO  (jetty-closer-10198-thread-5) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2561689 INFO  (jetty-closer-10198-thread-3) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2561689 ERROR (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[848D4F40F5C06FE]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2561690 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[848D4F40F5C06FE]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45643 45643
   [junit4]   2> 2563231 INFO  (Thread-8243) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45643 45643
   [junit4]   2> 2563231 WARN  (Thread-8243) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/aliases.json
   [junit4]   2> 	11	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72102018656174089-127.0.0.1:36323_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/live_nodes
   [junit4]   2> 	11	/solr/collections
   [junit4]   2> 
   [junit4]   2> 2563231 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[848D4F40F5C06FE]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCollectionCreateWithoutCoresThenDelete
   [junit4]   2> 2563233 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testStopAllStartAll-seed#[848D4F40F5C06FE]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /home/jenkins/workspace/Lucene-Solr-BadApples-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_848D4F40F5C06FE-001/tempDir-002
   [junit4]   2> 2563233 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testStopAllStartAll-seed#[848D4F40F5C06FE]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2563233 INFO  (Thread-8291) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2563233 INFO  (Thread-8291) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2563234 ERROR (Thread-8291) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2563333 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testStopAllStartAll-seed#[848D4F40F5C06FE]) [    ] o.a.s.c.ZkTestServer start zk server on port:33643
   [junit4]   2> 2563334 INFO  (zkConnectionManagerCallback-10286-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2563336 INFO  (jetty-launcher-10283-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2563336 INFO  (jetty-launcher-10283-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2563336 INFO  (jetty-launcher-10283-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2563336 INFO  (jetty-launcher-10283-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2563336 INFO  (jetty-launcher-10283-thread-5) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2563339 INFO  (jetty-launcher-10283-thread-5) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2563339 INFO  (jetty-launcher-10283-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2563339 INFO  (jetty-launcher-10283-thread-5) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2563339 INFO  (jetty-launcher-10283-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2563339 INFO  (jetty-launcher-10283-thread-5) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2563339 INFO  (jetty-launcher-10283-thread-3) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2563339 INFO  (jetty-launcher-10283-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2563339 INFO  (jetty-launcher-10283-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2563339 INFO  (jetty-launcher-10283-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2563339 INFO  (jetty-launcher-10283-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7cdd90f6{/solr,null,AVAILABLE}
   [junit4]   2> 2563339 INFO  (jetty-launcher-10283-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1eb8a0e9{/solr,null,AVAILABLE}
   [junit4]   2> 2563339 INFO  (jetty-launcher-10283-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@199febc3{/solr,null,AVAILABLE}
   [junit4]   2> 2563339 INFO  (jetty-launcher-10283-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@21dd42bf{HTTP/1.1,[http/1.1]}{127.0.0.1:40801}
   [junit4]   2> 2563339 INFO  (jetty-launcher-10283-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@23e48a5f{HTTP/1.1,[http/1.1]}{127.0.0.1:34453}
   [junit4]   2> 2563339 INFO  (jetty-launcher-10283-thread-2) [    ] o.e.j.s.Server Started @2563368ms
   [junit4]   2> 2563339 INFO  (jetty-launcher-10283-thread-5) [    ] o.e.j.s.Server Started @2563368ms
   [junit4]   2> 2563339 INFO  (jetty-launcher-10283-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@f6395bc{HTTP/1.1,[http/1.1]}{127.0.0.1:46615}
   [junit4]   2> 2563339 INFO  (jetty-launcher-10283-thread-3) [    ] o.e.j.s.Server Started @2563368ms
   [junit4]   2> 2563339 INFO  (jetty-launcher-10283-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34453}
   [junit4]   2> 2563339 INFO  (jetty-launcher-10283-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40801}
   [junit4]   2> 2563339 INFO  (jetty-launcher-10283-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46615}
   [junit4]   2> 2563339 INFO  (jetty-launcher-10283-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2563339 INFO  (jetty-launcher-10283-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2563339 INFO  (jetty-launcher-10283-thread-4) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2563339 ERROR (jetty-launcher-10283-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2563339 ERROR (jetty-launcher-10283-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2563340 INFO  (jetty-launcher-10283-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2563340 INFO  (jetty-launcher-10283-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2563340 INFO  (jetty-launcher-10283-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.4.0
   [junit4]   2> 2563340 INFO  (jetty-launcher-10283-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3e40ebcd{/solr,null,AVAILABLE}
   [junit4]   2> 2563340 INFO  (jetty-launcher-10283-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2563340 INFO  (jetty-launcher-10283-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2563340 INFO  (jetty-launcher-10283-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-05-04T05:31:17.419158Z
   [junit4]   2> 2563340 INFO  (jetty-launcher-10283-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4702c504{HTTP/1.1,[http/1.1]}{127.0.0.1:41847}
   [junit4]   2> 2563340 INFO  (jetty-launcher-10283-thread-4) [    ] o.e.j.s.Server Started @2563369ms
   [junit4]   2> 2563340 INFO  (jetty-launcher-10283-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41847}
   [junit4]   2> 2563340 ERROR (jetty-launcher-10283-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2563340 INFO  (jetty-launcher-10283-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2563340 INFO  (jetty-launcher-10283-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.4.0
   [junit4]   2> 2563340 INFO  (jetty-launcher-10283-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2563340 ERROR (jetty-launcher-10283-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2563340 INFO  (jetty-launcher-10283-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2563340 INFO  (jetty-launcher-10283-thread-5) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2563340 INFO  (jetty-launcher-10283-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-05-04T05:31:17.419594Z
   [junit4]   2> 2563340 INFO  (jetty-launcher-10283-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.4.0
   [junit4]   2> 2563340 INFO  (jetty-launcher-10283-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2563340 INFO  (jetty-launcher-10283-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2563340 INFO  (jetty-launcher-10283-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-05-04T05:31:17.419692Z
   [junit4]   2> 2563340 INFO  (jetty-launcher-10283-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.4.0
   [junit4]   2> 2563340 INFO  (jetty-launcher-10283-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2563340 INFO  (jetty-launcher-10283-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2563340 INFO  (jetty-launcher-10283-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-05-04T05:31:17.419945Z
   [junit4]   2> 2563340 INFO  (jetty-launcher-10283-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2563340 INFO  (jetty-launcher-10283-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2563341 INFO  (zkConnectionManagerCallback-10288-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2563341 INFO  (jetty-launcher-10283-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2563341 INFO  (jetty-launcher-10283-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2563341 INFO  (jetty-launcher-10283-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@e684bb9{/solr,null,AVAILABLE}
   [junit4]   2> 2563341 INFO  (zkConnectionManagerCallback-10290-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2563341 INFO  (jetty-launcher-10283-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@35e78dce{HTTP/1.1,[http/1.1]}{127.0.0.1:38635}
   [junit4]   2> 2563341 INFO  (zkConnectionManagerCallback-10292-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2563341 INFO  (jetty-launcher-10283-thread-1) [    ] o.e.j.s.Server Started @2563370ms
   [junit4]   2> 2563341 INFO  (zkConnectionManagerCallback-10294-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2563341 INFO  (jetty-launcher-10283-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38635}
   [junit4]   2> 2563341 INFO  (jetty-launcher-10283-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2563341 ERROR (jetty-launcher-10283-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2563341 INFO  (jetty-launcher-10283-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2563341 INFO  (jetty-launcher-10283-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2563342 INFO  (jetty-launcher-10283-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2563342 INFO  (jetty-launcher-10283-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.4.0
   [junit4]   2> 2563342 INFO  (jetty-launcher-10283-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2563342 INFO  (jetty-launcher-10283-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2563342 INFO  (jetty-launcher-10283-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-05-04T05:31:17.421111Z
   [junit4]   2> 2563344 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10028677aad0002, likely client has closed socket
   [junit4]   2> 2563344 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10028677aad0001, likely client has closed socket
   [junit4]   2> 2563344 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10028677aad0004, likely client has closed socket
   [junit4]   2> 2563345 INFO  (zkConnectionManagerCallback-10296-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2563345 INFO  (jetty-launcher-10283-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2563346 INFO  (jetty-launcher-10283-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33643/solr
   [junit4]   2> 2563346 INFO  (jetty-launcher-10283-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33643/solr
   [junit4]   2> 2563346 INFO  (jetty-launcher-10283-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33643/solr
   [junit4]   2> 2563346 INFO  (jetty-launcher-10283-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33643/solr
   [junit4]   2> 2563346 INFO  (zkConnectionManagerCallback-10306-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2563347 INFO  (zkConnectionManagerCallback-10312-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2563347 INFO  (zkConnectionManagerCallback-10310-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2563347 INFO  (zkConnectionManagerCallback-10308-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2563347 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10028677aad0006, likely client has closed socket
   [junit4]   2> 2563347 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10028677aad0008, likely client has closed socket
   [junit4]   2> 2563348 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10028677aad0009, likely client has closed socket
   [junit4]   2> 2563348 INFO  (zkConnectionManagerCallback-10314-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2563348 INFO  (zkConnectionManagerCallback-10316-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2563348 INFO  (zkConnectionManagerCallback-10318-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2563349 INFO  (zkConnectionManagerCallback-10320-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2563350 INFO  (jetty-launcher-10283-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33643/solr
   [junit4]   2> 2563350 INFO  (zkConnectionManagerCallback-10324-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2563351 INFO  (zkConnectionManagerCallback-10326-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2563438 INFO  (jetty-launcher-10283-thread-3) [n:127.0.0.1:46615_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2563439 INFO  (jetty-launcher-10283-thread-3) [n:127.0.0.1:46615_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46615_solr
   [junit4]   2> 2563439 INFO  (jetty-launcher-10283-thread-5) [n:127.0.0.1:34453_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2563439 INFO  (jetty-launcher-10283-thread-2) [n:127.0.0.1:40801_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2563439 INFO  (jetty-launcher-10283-thread-3) [n:127.0.0.1:46615_solr    ] o.a.s.c.Overseer Overseer (id=72102018942828557-127.0.0.1:46615_solr-n_0000000000) starting
   [junit4]   2> 2563439 INFO  (jetty-launcher-10283-thread-5) [n:127.0.0.1:34453_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34453_solr
   [junit4]   2> 2563439 INFO  (jetty-launcher-10283-thread-2) [n:127.0.0.1:40801_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40801_solr
   [junit4]   2> 2563440 INFO  (jetty-launcher-10283-thread-4) [n:127.0.0.1:41847_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2563441 INFO  (jetty-launcher-10283-thread-1) [n:127.0.0.1:38635_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2563441 INFO  (zkCallback-10315-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2563441 INFO  (zkCallback-10319-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2563441 INFO  (zkCallback-10317-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2563445 INFO  (zkCallback-10313-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2563445 INFO  (jetty-launcher-10283-thread-4) [n:127.0.0.1:41847_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2563445 INFO  (jetty-launcher-10283-thread-4) [n:127.0.0.1:41847_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41847_solr
   [junit4]   2> 2563446 INFO  (jetty-launcher-10283-thread-1) [n:127.0.0.1:38635_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2563446 INFO  (zkCallback-10315-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2563446 INFO  (zkCallback-10319-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2563447 INFO  (jetty-launcher-10283-thread-1) [n:127.0.0.1:38635_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2563447 INFO  (jetty-launcher-10283-thread-1) [n:127.0.0.1:38635_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38635_solr
   [junit4]   2> 2563448 INFO  (zkCallback-10315-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2563449 INFO  (zkCallback-10313-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2563457 INFO  (zkCallback-10317-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 2563457 INFO  (zkCallback-10319-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2563461 INFO  (zkCallback-10325-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 2563465 INFO  (zkCallback-10313-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2563469 INFO  (zkConnectionManagerCallback-10341-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2563469 INFO  (jetty-launcher-10283-thread-3) [n:127.0.0.1:46615_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2563470 INFO  (jetty-launcher-10283-thread-3) [n:127.0.0.1:46615_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33643/solr ready
   [junit4]   2> 2563473 INFO  (jetty-launcher-10283-thread-3) [n:127.0.0.1:46615_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2563473 INFO  (jetty-launcher-10283-thread-3) [n:127.0.0.1:46615_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46615_solr
   [junit4]   2> 2563474 INFO  (zkCallback-10325-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2563474 INFO  (zkCallback-10317-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2563474 INFO  (zkCallback-10315-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2563474 INFO  (zkCallback-10313-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2563477 INFO  (zkCallback-10340-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2563477 INFO  (zkCallback-10319-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2563533 INFO  (jetty-launcher-10283-thread-1) [n:127.0.0.1:38635_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38635.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@232badc3
   [junit4]   2> 2563540 INFO  (jetty-launcher-10283-thread-1) [n:127.0.0.1:38635_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38635.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@232badc3
   [junit4]   2> 2563540 INFO  (jetty-launcher-10283-thread-1) [n:127.0.0.1:38635_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38635.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@232badc3
   [junit4]   2> 2563541 INFO  (jetty-launcher-10283-thread-1) [n:127.0.0.1:38635_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-BadApples-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_848D4F40F5C06FE-001/tempDir-002/node1/.
   [junit4]   2> 2563552 INFO  (zkConnectionManagerCallback-10346-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2563552 INFO  (jetty-launcher-10283-thread-1) [n:127.0.0.1:38635_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2563553 INFO  (jetty-launcher-10283-thread-2) [n:127.0.0.1:40801_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40801.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@232badc3
   [junit4]   2> 2563553 INFO  (jet

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

st(CloudSolrClient.java:819)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    > 	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
   [junit4]    > 	at org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete(TestCollectionsAPIViaSolrCloudCluster.java:170)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:34303/solr/testcollection_shard1_replica_n2: Expected mime type application/octet-stream but got text/html. <html>
   [junit4]    > <head>
   [junit4]    > <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
   [junit4]    > <title>Error 404 Can not find: /solr/testcollection_shard1_replica_n2/update</title>
   [junit4]    > </head>
   [junit4]    > <body><h2>HTTP ERROR 404</h2>
   [junit4]    > <p>Problem accessing /solr/testcollection_shard1_replica_n2/update. Reason:
   [junit4]    > <pre>    Can not find: /solr/testcollection_shard1_replica_n2/update</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.8.v20171121</a><hr/>
   [junit4]    > </body>
   [junit4]    > </html>
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:607)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:528)
   [junit4]    > 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:192)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   [junit4]    > 	... 1 more
   [junit4]   2> 2595965 INFO  (SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[848D4F40F5C06FE]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44617 44617
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-BadApples-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_848D4F40F5C06FE-001
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=7, maxDocsPerChunk=2, blockSize=536), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=7, blockSize=536)), sim=RandomSimilarity(queryNorm=false): {}, locale=nus-SS, timezone=Europe/Stockholm
   [junit4]   2> NOTE: Linux 4.13.0-39-generic amd64/Oracle Corporation 10 (64-bit)/cpus=8,threads=1,free=326051296,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestWriterPerf, SpellCheckCollatorTest, OverseerStatusTest, TestCollationField, PluginInfoTest, TestBinaryField, TestWordDelimiterFilterFactory, OutputWriterTest, TestInfoStreamLogging, ZkNodePropsTest, TestCloudDeleteByQuery, TestBulkSchemaAPI, TestMinMaxOnMultiValuedField, TestStressInPlaceUpdates, TestGeoJSONResponseWriter, TestSerializedLuceneMatchVersion, TestSolrCLIRunExample, SolrCoreCheckLockOnStartupTest, DistributedQueryComponentCustomSortTest, SpellingQueryConverterTest, NodeMutatorTest, HttpTriggerListenerTest, TestSubQueryTransformer, TestExceedMaxTermLength, AnalysisErrorHandlingTest, TestNumericRangeQuery32, TestComponentsName, CdcrBootstrapTest, TestSQLHandlerNonCloud, OverseerCollectionConfigSetProcessorTest, UUIDUpdateProcessorFallbackTest, HdfsRecoveryZkTest, TestDocTermOrdsUninvertLimit, TestInPlaceUpdatesStandalone, SystemLogListenerTest, JavabinLoaderTest, TestFastOutputStream, TestLuceneMatchVersion, TestDistributedSearch, TestStandardQParsers, ZkSolrClientTest, TestCloudPivotFacet, TriggerIntegrationTest, TestSolrCloudWithKerberosAlt, HdfsDirectoryFactoryTest, TestRandomFaceting, TestQueryWrapperFilter, HdfsThreadLeakTest, TestExtendedDismaxParser, DistributedTermsComponentTest, SearchHandlerTest, CheckHdfsIndexTest, DateRangeFieldTest, TestJsonRequest, CleanupOldIndexTest, BigEndianAscendingWordSerializerTest, TestPullReplica, FieldAnalysisRequestHandlerTest, OpenExchangeRatesOrgProviderTest, TestSort, TestGroupingSearch, TestSolrDeletionPolicy1, TestXmlQParser, CollectionsAPIDistributedZkTest, TestDynamicFieldResource, TestManagedSynonymFilterFactory, LeaderVoteWaitTimeoutTest, TestReRankQParserPlugin, BadIndexSchemaTest, CustomHighlightComponentTest, BinaryUpdateRequestHandlerTest, MBeansHandlerTest, TestConfigSetsAPIExclusivity, HdfsWriteToMultipleCollectionsTest, TestSolrCoreSnapshots, HdfsDirectoryTest, IndexBasedSpellCheckerTest, RAMDirectoryFactoryTest, TestNestedDocsSort, TestSSLRandomization, ZkFailoverTest, SolrRequestParserTest, DebugComponentTest, TestRetrieveFieldsOptimizer, TestCoreBackup, SolrXmlInZkTest, AtomicUpdatesTest, ClassificationUpdateProcessorTest, TestEmbeddedSolrServerConstructors, EchoParamsTest, TestCollectionAPIs, TestConfigOverlay, TestHashPartitioner, DeleteNodeTest, PreAnalyzedUpdateProcessorTest, FullSolrCloudDistribCmdsTest, TestDeleteCollectionOnDownNodes, SolrCloudReportersTest, CdcrRequestHandlerTest, TestClassicSimilarityFactory, SuggesterWFSTTest, TestCloudManagedSchema, TestHalfAndHalfDocValues, SharedFSAutoReplicaFailoverTest, TestLMDirichletSimilarityFactory, TestSearcherReuse, ExternalFileFieldSortTest, VersionInfoTest, CursorPagingTest, DirectUpdateHandlerTest, MetricsHandlerTest, HttpPartitionTest, TestSchemaResource, TestSolr4Spatial2, TestAddFieldRealTimeGet, BlockCacheTest, TestTriggerIntegration, TestPseudoReturnFields, TestQuerySenderNoQuery, TestIndexSearcher, TestMergePolicyConfig, CollectionStateFormat2Test, MoveReplicaTest, CoreAdminRequestStatusTest, TestComplexPhraseQParserPlugin, PKIAuthenticationIntegrationTest, HighlighterConfigTest, TestPushWriter, BlockJoinFacetSimpleTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, ShardRoutingTest, RecoveryZkTest, TestZkChroot, ZkCLITest, ShardRoutingCustomTest, TestDistributedGrouping, TestFaceting, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, ZkControllerTest, TestJoin, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, StatsComponentTest, QueryElevationComponentTest, ConvertedLegacyTest, TestFiltering, TestBadConfig, HighlighterTest, SoftAutoCommitTest, TestSystemIdResolver, ClusterStateTest, TestUtils, TestDocumentBuilder, UUIDFieldTest, FileUtilsTest, CircularListTest, TestRTGBase, DistributedIntervalFacetingTest, TestCrossCoreJoin, TestDistributedMissingSort, TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, TestTolerantSearch, TokenizerChainTest, TestEmbeddedSolrServerAdminHandler, ConnectionReuseTest, AliasIntegrationTest, ChaosMonkeySafeLeaderWithPullReplicasTest, ConcurrentCreateRoutedAliasTest, ConfigSetsAPITest, CreateRoutedAliasTest, DeleteReplicaTest, LeaderElectionContextKeyTest, LeaderFailoverAfterPartitionTest, LegacyCloudClusterPropTest, MissingSegmentRecoveryTest, MoveReplicaHDFSFailoverTest, ReplaceNodeNoTargetTest, ReplaceNodeTest, ReplicationFactorTest, SaslZkACLProviderTest, TestCloudInspectUtil, TestCloudSearcherWarming, TestLockTree, TestMiniSolrCloudClusterSSL, TestRandomRequestDistribution, TestRebalanceLeaders, TestSizeLimitedDistributedMap, TestSolrCloudWithSecureImpersonation, TestStressLiveNodes, TestTolerantUpdateProcessorCloud, TlogReplayBufferedWhileIndexingTest, ZkShardTermsTest, CollectionReloadTest, TestCollectionAPI, TestCollectionsAPIViaSolrCloudCluster]
   [junit4] Completed [594/804 (1!)] on J0 in 37.12s, 3 tests, 1 error <<< FAILURES!

[...truncated 44423 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-7.x-Linux/31/consoleText

[repro] Revision: 0e45b39476f287fe56ec4734c5c8695a99f8cb5d

[repro] Repro line:  ant test  -Dtestcase=TestCollectionsAPIViaSolrCloudCluster -Dtests.method=testCollectionCreateSearchDelete -Dtests.seed=848D4F40F5C06FE -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=nus-SS -Dtests.timezone=Europe/Stockholm -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       TestCollectionsAPIViaSolrCloudCluster
[repro] ant compile-test

[...truncated 3321 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestCollectionsAPIViaSolrCloudCluster" -Dtests.showOutput=onerror  -Dtests.seed=848D4F40F5C06FE -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=nus-SS -Dtests.timezone=Europe/Stockholm -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 86 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster
[repro] Exiting with code 0

[...truncated 40 lines...]

[JENKINS] Lucene-Solr-BadApples-7.x-Linux (32bit/jdk1.8.0_162) - Build # 32 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-7.x-Linux/32/
Java: 32bit/jdk1.8.0_162 -client -XX:+UseSerialGC

10 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([737D6CDC2EECE0F4]:0)


FAILED:  junit.framework.TestSuite.org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([737D6CDC2EECE0F4]:0)


FAILED:  junit.framework.TestSuite.org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([737D6CDC2EECE0F4]:0)


FAILED:  junit.framework.TestSuite.org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([737D6CDC2EECE0F4]:0)


FAILED:  org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testCompareBigPolygons {seed=[737D6CDC2EECE0F4:B7B0B1611CFEA074]}

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([737D6CDC2EECE0F4]:0)


FAILED:  org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testCompareBigPolygons {seed=[737D6CDC2EECE0F4:B7B0B1611CFEA074]}

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([737D6CDC2EECE0F4]:0)


FAILED:  org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testCompareBigPolygons {seed=[737D6CDC2EECE0F4:B7B0B1611CFEA074]}

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([737D6CDC2EECE0F4]:0)


FAILED:  org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testCompareBigPolygons {seed=[737D6CDC2EECE0F4:B7B0B1611CFEA074]}

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([737D6CDC2EECE0F4]:0)


FAILED:  org.apache.solr.search.TestRealTimeGet.testStressGetRealtime

Error Message:
Captured an uncaught exception in thread: Thread[id=927, name=WRITER3, state=RUNNABLE, group=TGRP-TestRealTimeGet]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=927, name=WRITER3, state=RUNNABLE, group=TGRP-TestRealTimeGet]
	at __randomizedtesting.SeedInfo.seed([5B5A67886CF5B028:C1546DEA4A86D38A]:0)
Caused by: java.lang.RuntimeException: org.apache.solr.common.SolrException: Exception writing document id 5 to the index; possible analysis error.
	at __randomizedtesting.SeedInfo.seed([5B5A67886CF5B028]:0)
	at org.apache.solr.search.TestRealTimeGet$1.run(TestRealTimeGet.java:706)
Caused by: org.apache.solr.common.SolrException: Exception writing document id 5 to the index; possible analysis error.
	at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:246)
	at org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:67)
	at org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:950)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1163)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:633)
	at org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:103)
	at org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.handleAdds(JsonLoader.java:501)
	at org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.processUpdate(JsonLoader.java:145)
	at org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.load(JsonLoader.java:121)
	at org.apache.solr.handler.loader.JsonLoader.load(JsonLoader.java:84)
	at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2510)
	at org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:125)
	at org.apache.solr.SolrTestCaseJ4.updateJ(SolrTestCaseJ4.java:1286)
	at org.apache.solr.SolrTestCaseJ4.addAndGetVersion(SolrTestCaseJ4.java:1451)
	at org.apache.solr.search.TestRealTimeGet$1.run(TestRealTimeGet.java:685)
Caused by: java.lang.NullPointerException
	at org.apache.solr.update.UpdateLog.getCurrentLogSizeFromStream(UpdateLog.java:299)
	at org.apache.solr.update.DirectUpdateHandler2.getCurrentTLogSize(DirectUpdateHandler2.java:1007)
	at org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:291)
	at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:234)
	... 18 more


FAILED:  org.apache.solr.search.TestStressRecovery.testStressRecovery

Error Message:
Captured an uncaught exception in thread: Thread[id=4056, name=WRITER4, state=RUNNABLE, group=TGRP-TestStressRecovery]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=4056, name=WRITER4, state=RUNNABLE, group=TGRP-TestStressRecovery]
	at __randomizedtesting.SeedInfo.seed([5B5A67886CF5B028:E1600ED5F31D0F26]:0)
Caused by: java.lang.RuntimeException: java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([5B5A67886CF5B028]:0)
	at org.apache.solr.search.TestStressRecovery$1.run(TestStressRecovery.java:259)
Caused by: java.lang.NullPointerException
	at org.apache.solr.update.UpdateLog.getCurrentLogSizeFromStream(UpdateLog.java:299)
	at org.apache.solr.update.DirectUpdateHandler2.getCurrentTLogSize(DirectUpdateHandler2.java:1007)
	at org.apache.solr.update.DirectUpdateHandler2.updateDeleteTrackers(DirectUpdateHandler2.java:432)
	at org.apache.solr.update.DirectUpdateHandler2.delete(DirectUpdateHandler2.java:465)
	at org.apache.solr.update.processor.RunUpdateProcessor.processDelete(RunUpdateProcessorFactory.java:75)
	at org.apache.solr.update.processor.UpdateRequestProcessor.processDelete(UpdateRequestProcessor.java:59)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalDelete(DistributedUpdateProcessor.java:956)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.versionDelete(DistributedUpdateProcessor.java:1844)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doDeleteById(DistributedUpdateProcessor.java:1381)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:1359)
	at org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:124)
	at org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.handleDeleteMap(JsonLoader.java:394)
	at org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.handleDeleteCommand(JsonLoader.java:311)
	at org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.processUpdate(JsonLoader.java:171)
	at org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.load(JsonLoader.java:121)
	at org.apache.solr.handler.loader.JsonLoader.load(JsonLoader.java:84)
	at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2510)
	at org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:125)
	at org.apache.solr.SolrTestCaseJ4.updateJ(SolrTestCaseJ4.java:1286)
	at org.apache.solr.SolrTestCaseJ4.deleteAndGetVersion(SolrTestCaseJ4.java:1464)
	at org.apache.solr.search.TestStressRecovery$1.run(TestStressRecovery.java:191)




Build Log:
[...truncated 10547 lines...]
   [junit4] Suite: org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest
   [junit4]   2> 5? 06, 2018 6:05:32 ?? com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> ??: Suite execution timed out: org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest
   [junit4]   2>    1) Thread[id=10, name=TEST-RandomGeoPolygonTest.testCompareBigPolygons-seed#[737D6CDC2EECE0F4], state=RUNNABLE, group=TGRP-RandomGeoPolygonTest]
   [junit4]   2>         at org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Tree.<init>(GeoComplexPolygon.java:910)
   [junit4]   2>         at org.apache.lucene.spatial3d.geom.GeoComplexPolygon$YTree.<init>(GeoComplexPolygon.java:1014)
   [junit4]   2>         at org.apache.lucene.spatial3d.geom.GeoComplexPolygon.<init>(GeoComplexPolygon.java:130)
   [junit4]   2>         at org.apache.lucene.spatial3d.geom.GeoPolygonFactory$BestShape.createGeoComplexPolygon(GeoPolygonFactory.java:465)
   [junit4]   2>         at org.apache.lucene.spatial3d.geom.GeoPolygonFactory.makeLargeGeoPolygon(GeoPolygonFactory.java:389)
   [junit4]   2>         at org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testComparePolygons(RandomGeoPolygonTest.java:171)
   [junit4]   2>         at org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testCompareBigPolygons(RandomGeoPolygonTest.java:98)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2>    2) Thread[id=1, name=main, state=WAITING, group=main]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1252)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1326)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:636)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:493)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:251)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
   [junit4]   2>    3) Thread[id=7, name=JUnit4-serializer-daemon, state=TIMED_WAITING, group=main]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
   [junit4]   2>    4) Thread[id=9, name=SUITE-RandomGeoPolygonTest-seed#[737D6CDC2EECE0F4], state=RUNNABLE, group=TGRP-RandomGeoPolygonTest]
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1559)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:696)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:693)
   [junit4]   2>         at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getStackTrace(ThreadLeakControl.java:693)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getThreadsWithTraces(ThreadLeakControl.java:709)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:689)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:65)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:415)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:705)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:139)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:626)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RandomGeoPolygonTest -Dtests.method=testCompareBigPolygons -Dtests.seed=737D6CDC2EECE0F4 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=ko -Dtests.timezone=America/Halifax -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   7195s J1 | RandomGeoPolygonTest.testCompareBigPolygons {seed=[737D6CDC2EECE0F4:B7B0B1611CFEA074]} <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because suite timeout was reached.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([737D6CDC2EECE0F4]:0)
   [junit4]   2> 5? 06, 2018 6:05:32 ?? com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> ??: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 5? 06, 2018 6:05:52 ?? com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> ??: 1 thread leaked from SUITE scope at org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest: 
   [junit4]   2>    1) Thread[id=10, name=TEST-RandomGeoPolygonTest.testCompareBigPolygons-seed#[737D6CDC2EECE0F4], state=RUNNABLE, group=TGRP-RandomGeoPolygonTest]
   [junit4]   2>         at java.lang.StrictMath.atan2(Native Method)
   [junit4]   2>         at java.lang.Math.atan2(Math.java:517)
   [junit4]   2>         at org.apache.lucene.spatial3d.geom.Plane.interpolate(Plane.java:571)
   [junit4]   2>         at org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Edge.<init>(GeoComplexPolygon.java:704)
   [junit4]   2>         at org.apache.lucene.spatial3d.geom.GeoComplexPolygon.<init>(GeoComplexPolygon.java:110)
   [junit4]   2>         at org.apache.lucene.spatial3d.geom.GeoPolygonFactory$BestShape.createGeoComplexPolygon(GeoPolygonFactory.java:465)
   [junit4]   2>         at org.apache.lucene.spatial3d.geom.GeoPolygonFactory.makeLargeGeoPolygon(GeoPolygonFactory.java:389)
   [junit4]   2>         at org.apache.lucene.spatial3d.geom.GeoPolygonFactory.makeGeoPolygon(GeoPolygonFactory.java:226)
   [junit4]   2>         at org.apache.lucene.spatial3d.geom.GeoPolygonFactory.makeGeoPolygon(GeoPolygonFactory.java:142)
   [junit4]   2>         at org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testComparePolygons(RandomGeoPolygonTest.java:156)
   [junit4]   2>         at org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testCompareBigPolygons(RandomGeoPolygonTest.java:98)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 5? 06, 2018 6:05:52 ?? com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> ??: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=10, name=TEST-RandomGeoPolygonTest.testCompareBigPolygons-seed#[737D6CDC2EECE0F4], state=RUNNABLE, group=TGRP-RandomGeoPolygonTest]
   [junit4]   2> 5? 06, 2018 6:05:56 ?? com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> ??: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=10, name=TEST-RandomGeoPolygonTest.testCompareBigPolygons-seed#[737D6CDC2EECE0F4], state=RUNNABLE, group=TGRP-RandomGeoPolygonTest]
   [junit4]   2>         at java.util.TimSort.binarySort(TimSort.java:282)
   [junit4]   2>         at java.util.TimSort.sort(TimSort.java:239)
   [junit4]   2>         at java.util.Arrays.sort(Arrays.java:1438)
   [junit4]   2>         at org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Tree.<init>(GeoComplexPolygon.java:912)
   [junit4]   2>         at org.apache.lucene.spatial3d.geom.GeoComplexPolygon$YTree.<init>(GeoComplexPolygon.java:1014)
   [junit4]   2>         at org.apache.lucene.spatial3d.geom.GeoComplexPolygon.<init>(GeoComplexPolygon.java:130)
   [junit4]   2>         at org.apache.lucene.spatial3d.geom.GeoPolygonFactory$BestShape.createGeoComplexPolygon(GeoPolygonFactory.java:463)
   [junit4]   2>         at org.apache.lucene.spatial3d.geom.GeoPolygonFactory.makeLargeGeoPolygon(GeoPolygonFactory.java:389)
   [junit4]   2>         at org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testComparePolygons(RandomGeoPolygonTest.java:171)
   [junit4]   2>         at org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testCompareBigPolygons(RandomGeoPolygonTest.java:98)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=969, maxMBSortInHeap=7.52157660881017, sim=RandomSimilarity(queryNorm=true): {}, locale=ko, timezone=America/Halifax
   [junit4]   2> NOTE: Linux 4.13.0-39-generic i386/Oracle Corporation 1.8.0_162 (32-bit)/cpus=8,threads=2,free=187533592,total=391778304
   [junit4]   2> NOTE: All tests run in this JVM: [RandomGeoPolygonTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RandomGeoPolygonTest -Dtests.seed=737D6CDC2EECE0F4 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=ko -Dtests.timezone=America/Halifax -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | RandomGeoPolygonTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([737D6CDC2EECE0F4]:0)
   [junit4] Completed [16/18 (1!)] on J1 in 7223.78s, 22 tests, 2 errors <<< FAILURES!

[...truncated 2006 lines...]
   [junit4] Suite: org.apache.solr.search.TestRealTimeGet
   [junit4]   2> 77221 INFO  (SUITE-TestRealTimeGet-seed#[5B5A67886CF5B028]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-BadApples-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestRealTimeGet_5B5A67886CF5B028-001/init-core-data-001
   [junit4]   2> 77221 WARN  (SUITE-TestRealTimeGet-seed#[5B5A67886CF5B028]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 77221 INFO  (SUITE-TestRealTimeGet-seed#[5B5A67886CF5B028]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 77223 INFO  (SUITE-TestRealTimeGet-seed#[5B5A67886CF5B028]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 77224 INFO  (SUITE-TestRealTimeGet-seed#[5B5A67886CF5B028]-worker) [    ] o.a.s.SolrTestCaseJ4 updateLog impl=solr.CdcrUpdateLog
   [junit4]   2> 77224 INFO  (SUITE-TestRealTimeGet-seed#[5B5A67886CF5B028]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 77224 INFO  (SUITE-TestRealTimeGet-seed#[5B5A67886CF5B028]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-BadApples-7.x-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-BadApples-7.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 77248 INFO  (SUITE-TestRealTimeGet-seed#[5B5A67886CF5B028]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 77281 INFO  (SUITE-TestRealTimeGet-seed#[5B5A67886CF5B028]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=example
   [junit4]   2> 77334 INFO  (SUITE-TestRealTimeGet-seed#[5B5A67886CF5B028]-worker) [    ] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id
   [junit4]   2> 77377 INFO  (SUITE-TestRealTimeGet-seed#[5B5A67886CF5B028]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f63e3c
   [junit4]   2> 77391 INFO  (SUITE-TestRealTimeGet-seed#[5B5A67886CF5B028]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f63e3c
   [junit4]   2> 77391 INFO  (SUITE-TestRealTimeGet-seed#[5B5A67886CF5B028]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f63e3c
   [junit4]   2> 77392 INFO  (coreLoadExecutor-447-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 77393 INFO  (coreLoadExecutor-447-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-BadApples-7.x-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-BadApples-7.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 77420 INFO  (coreLoadExecutor-447-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 77434 INFO  (coreLoadExecutor-447-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 77498 INFO  (coreLoadExecutor-447-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id
   [junit4]   2> 77508 INFO  (coreLoadExecutor-447-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-BadApples-7.x-Linux/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 77508 INFO  (coreLoadExecutor-447-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@f63e3c
   [junit4]   2> 77509 INFO  (coreLoadExecutor-447-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 77509 INFO  (coreLoadExecutor-447-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-BadApples-7.x-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-BadApples-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestRealTimeGet_5B5A67886CF5B028-001/init-core-data-001/]
   [junit4]   2> 77510 INFO  (coreLoadExecutor-447-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7299379885468857]
   [junit4]   2> 77522 WARN  (coreLoadExecutor-447-thread-1) [    x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 77566 INFO  (coreLoadExecutor-447-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 77566 INFO  (coreLoadExecutor-447-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 77567 INFO  (coreLoadExecutor-447-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 77567 INFO  (coreLoadExecutor-447-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 77567 INFO  (coreLoadExecutor-447-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 77568 INFO  (coreLoadExecutor-447-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ff3435[collection1] main]
   [junit4]   2> 77568 WARN  (coreLoadExecutor-447-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-BadApples-7.x-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 77569 INFO  (coreLoadExecutor-447-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 77569 INFO  (coreLoadExecutor-447-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1599705122522267648
   [junit4]   2> 77570 INFO  (searcherExecutor-448-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1ff3435[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 77572 INFO  (SUITE-TestRealTimeGet-seed#[5B5A67886CF5B028]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 77574 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testVersions
   [junit4]   2> 77574 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 77575 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2f8765[collection1] realtime]
   [junit4]   2> 77575 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 1
   [junit4]   2> 77576 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1599705122529607680,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 77576 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@16809c0 commitCommandVersion:1599705122529607680
   [junit4]   2> 77577 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@c5ee3[collection1] main]
   [junit4]   2> 77577 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 77578 INFO  (searcherExecutor-448-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@c5ee3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 77579 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 77584 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[1 (1599705122534850560)]} 0 2
   [junit4]   2> 77584 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 77586 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=1&wt=xml} status=0 QTime=1
   [junit4]   2> 77586 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1599705122540093440,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 77586 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@16809c0 commitCommandVersion:1599705122540093440
   [junit4]   2> 77599 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@b81694[collection1] main]
   [junit4]   2> 77600 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 77601 INFO  (searcherExecutor-448-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@b81694[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.4.0):c1)))}
   [junit4]   2> 77602 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 15
   [junit4]   2> 77603 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=1&wt=xml} status=0 QTime=0
   [junit4]   2> 77604 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={update.distrib=FROMLEADER&wt=json&indent=true}{add=[1 (1599705122534850570)]} 0 0
   [junit4]   2> 77604 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=1&wt=xml} status=0 QTime=0
   [junit4]   2> 77604 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={update.distrib=FROMLEADER&wt=json&indent=true}{add=[1 (1599705122534850569)]} 0 0
   [junit4]   2> 77604 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=1&wt=xml} status=0 QTime=0
   [junit4]   2> 77604 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={update.distrib=FROMLEADER&_version_=1599705122534850569&wt=json&indent=true}{delete=[1 (-1599705122534850569)]} 0 0
   [junit4]   2> 77604 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=1&wt=xml} status=0 QTime=0
   [junit4]   2> 77604 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1599705122558967808,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 77604 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@16809c0 commitCommandVersion:1599705122558967808
   [junit4]   2> 77606 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b10779[collection1] main]
   [junit4]   2> 77607 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 77608 INFO  (searcherExecutor-448-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1b10779[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.4.0):c1)))}
   [junit4]   2> 77609 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 77610 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={update.distrib=FROMLEADER&wt=json&indent=true}{add=[1 (1599705122534850569)]} 0 0
   [junit4]   2> 77610 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=1&wt=xml} status=0 QTime=0
   [junit4]   2> 77610 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={update.distrib=FROMLEADER&_version_=1599705122534850569&wt=json&indent=true}{delete=[1 (-1599705122534850569)]} 0 0
   [junit4]   2> 77610 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=1&wt=xml} status=0 QTime=0
   [junit4]   2> 77611 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={update.distrib=FROMLEADER&_version_=1599705122534850575&wt=json&indent=true}{delete=[1 (-1599705122534850575)]} 0 1
   [junit4]   2> 77612 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={update.distrib=FROMLEADER&wt=json&indent=true}{add=[1 (1599705122534850574)]} 0 0
   [junit4]   2> 77612 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=1&wt=xml} status=0 QTime=0
   [junit4]   2> 77612 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1599705122567356416,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 77612 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@16809c0 commitCommandVersion:1599705122567356416
   [junit4]   2> 77612 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@30f98b[collection1] main]
   [junit4]   2> 77613 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 77614 INFO  (searcherExecutor-448-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@30f98b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 77614 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 77616 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{deleteByQuery=id:2 (-1599705122570502144)} 0 1
   [junit4]   2> 77616 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=1&wt=xml} status=0 QTime=0
   [junit4]   2> 77617 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[2 (1599705122571550720)]} 0 0
   [junit4]   2> 77619 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@9da589[collection1] realtime]
   [junit4]   2> 77620 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@93462b[collection1] realtime]
   [junit4]   2> 77620 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{deleteByQuery=id:2 (-1599705122572599296)} 0 3
   [junit4]   2> 77620 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=2&wt=xml} status=0 QTime=0
   [junit4]   2> 77621 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={update.distrib=FROMLEADER&wt=json&indent=true}{add=[3 (1599705122572600396)]} 0 0
   [junit4]   2> 77621 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={update.distrib=FROMLEADER&wt=json&indent=true}{add=[4 (1599705122572600496)]} 0 0
   [junit4]   2> 77623 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1a2fa0d[collection1] realtime]
   [junit4]   2> 77624 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1a7fd81[collection1] realtime]
   [junit4]   2> 77624 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={update.distrib=FROMLEADER&_version_=-1599705122572600446&versions=true&wt=json&indent=true}{deleteByQuery=id:(3 4 5 6) (-1599705122572600446)} 0 2
   [junit4]   2> 77624 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=3&wt=xml} status=0 QTime=0
   [junit4]   2> 77625 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&fl=id&id=4&wt=xml} status=0 QTime=0
   [junit4]   2> 77625 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={update.distrib=FROMLEADER&wt=json&indent=true}{add=[5 (1599705122572600497)]} 0 0
   [junit4]   2> 77625 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.DirectUpdateHandler2 Reordered DBQs detected.  Update=add{_version_=1599705122572600397,id=6} DBQs=[DBQ{version=1599705122572600446,q=id:(3 4 5 6)}]
   [junit4]   2> 77628 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@179ea88[collection1] realtime]
   [junit4]   2> 77628 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={update.distrib=FROMLEADER&wt=json&indent=true}{add=[6 (1599705122572600397)]} 0 2
   [junit4]   2> 77628 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&fl=id&id=5&wt=xml} status=0 QTime=0
   [junit4]   2> 77629 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&id=6&wt=xml} status=0 QTime=0
   [junit4]   2> 77629 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1599705122585182208,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 77629 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@16809c0 commitCommandVersion:1599705122585182208
   [junit4]   2> 77629 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@d66b0c[collection1] main]
   [junit4]   2> 77630 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 77631 INFO  (searcherExecutor-448-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@d66b0c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.4.0):c2/1:delGen=1) Uninverting(_4(7.4.0):c2/1:delGen=1)))}
   [junit4]   2> 77631 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 77632 INFO  (TEST-TestRealTimeGet.testVersions-seed#[5B5A67886CF5B028]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testVersions
   [junit4]   2> 77634 INFO  (TEST-TestRealTimeGet.testStressGetRealtime-seed#[5B5A67886CF5B028]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStressGetRealtime
   [junit4]   2> 77634 INFO  (TEST-TestRealTimeGet.testStressGetRealtime-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 77635 INFO  (TEST-TestRealTimeGet.testStressGetRealtime-seed#[5B5A67886CF5B028]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5f1d36[collection1] realtime]
   [junit4]   2> 77635 INFO  (TEST-TestRealTimeGet.testStressGetRealtime-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 0
   [junit4]   2> 77635 INFO  (TEST-TestRealTimeGet.testStressGetRealtime-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1599705122591473664,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 77635 INFO  (TEST-TestRealTimeGet.testStressGetRealtime-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@16809c0 commitCommandVersion:1599705122591473664
   [junit4]   2> 77636 INFO  (TEST-TestRealTimeGet.testStressGetRealtime-seed#[5B5A67886CF5B028]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f2f965[collection1] main]
   [junit4]   2> 77636 INFO  (TEST-TestRealTimeGet.testStressGetRealtime-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 77638 INFO  (searcherExecutor-448-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1f2f965[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 77638 INFO  (TEST-TestRealTimeGet.testStressGetRealtime-seed#[5B5A67886CF5B028]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 77649 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=5} status=0 QTime=0
   [junit4]   2> 77649 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:4&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77649 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77649 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:4&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77649 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:4&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77649 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77649 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77649 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77649 INFO  (WRITER0) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=0&versions=true&wt=json&indent=true}{delete=[2 (-1599705122605105152)]} 0 1
   [junit4]   2> 77649 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77649 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=4} status=0 QTime=0
   [junit4]   2> 77649 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77650 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=4} status=0 QTime=0
   [junit4]   2> 77650 INFO  (WRITER3) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1599705122605105153,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 77651 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=4} status=0 QTime=0
   [junit4]   2> 77651 INFO  (WRITER1) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=id:3 (-1599705122606153728)} 0 2
   [junit4]   2> 77651 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:5&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77649 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77651 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=4} status=0 QTime=0
   [junit4]   2> 77651 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77651 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:4&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77651 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77651 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:4&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77651 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77651 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77651 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:0&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77651 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=1} status=0 QTime=0
   [junit4]   2> 77651 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77651 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=1} status=0 QTime=0
   [junit4]   2> 77652 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77652 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77652 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=1} status=0 QTime=0
   [junit4]   2> 77652 INFO  (WRITER4) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[4 (1599705122606153729)]} 0 3
   [junit4]   2> 77652 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77652 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77652 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77652 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=0} status=0 QTime=0
   [junit4]   2> 77652 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77652 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=1} status=0 QTime=0
   [junit4]   2> 77652 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=5} status=0 QTime=0
   [junit4]   2> 77652 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77652 INFO  (WRITER4) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=0&versions=true&wt=json&indent=true}{delete=[1 (-1599705122609299456)]} 0 0
   [junit4]   2> 77652 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=2} status=0 QTime=0
   [junit4]   2> 77652 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:4&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77652 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:2&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77652 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=1} status=0 QTime=0
   [junit4]   2> 77652 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:2&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77653 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77653 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=2} status=0 QTime=0
   [junit4]   2> 77653 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77651 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=0} status=0 QTime=0
   [junit4]   2> 77653 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:2&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77653 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=1} status=0 QTime=0
   [junit4]   2> 77653 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=1} status=0 QTime=0
   [junit4]   2> 77653 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:0&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77653 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77653 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=5} status=0 QTime=0
   [junit4]   2> 77653 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=4} status=0 QTime=0
   [junit4]   2> 77653 INFO  (WRITER4) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[1 (1599705122609299457)]} 0 0
   [junit4]   2> 77653 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=0} status=0 QTime=0
   [junit4]   2> 77653 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=0} status=0 QTime=0
   [junit4]   2> 77653 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77653 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=5} status=0 QTime=0
   [junit4]   2> 77653 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=0} status=0 QTime=0
   [junit4]   2> 77653 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:5&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77653 INFO  (WRITER4) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1599705122610348032,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 77653 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=5} status=0 QTime=0
   [junit4]   2> 77653 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=5} status=0 QTime=0
   [junit4]   2> 77654 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=0} status=0 QTime=0
   [junit4]   2> 77654 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77654 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=5} status=0 QTime=0
   [junit4]   2> 77654 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:5&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77654 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:2&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77654 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=5} status=0 QTime=0
   [junit4]   2> 77654 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77654 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=2} status=0 QTime=0
   [junit4]   2> 77654 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=4} status=0 QTime=0
   [junit4]   2> 77654 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=4} status=0 QTime=0
   [junit4]   2> 77654 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77654 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:0&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77654 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=1} status=0 QTime=0
   [junit4]   2> 77654 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=2} status=0 QTime=0
   [junit4]   2> 77654 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=2} status=0 QTime=0
   [junit4]   2> 77654 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77654 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77654 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:4&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77654 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77654 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77654 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=1} status=0 QTime=0
   [junit4]   2> 77654 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:2&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77654 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=5} status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=0} status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=4} status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=5} status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:0&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=4} status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=5} status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:4&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:4&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=5} status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=4} status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=0} status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:2&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=5} status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=2} status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=5} status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=2} status=0 QTime=0
   [junit4]   2> 77656 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:4&omitHeader=true&wt=json} hits=0 status=0 QTime=3
   [junit4]   2> 77655 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=0} status=0 QTime=0
   [junit4]   2> 77656 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77656 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77655 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=5} status=0 QTime=0
   [junit4]   2> 77656 INFO  (WRITER1) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[3 (1599705122611396608)]} 0 2
   [junit4]   2> 77656 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=2} status=0 QTime=0
   [junit4]   2> 77656 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=5} status=0 QTime=0
   [junit4]   2> 77656 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77656 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77656 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77656 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:2&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77656 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77656 INFO  (WRITER1) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[1 (1599705122613493760)]} 0 0
   [junit4]   2> 77656 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:0&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77656 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=5} status=0 QTime=0
   [junit4]   2> 77657 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77657 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=5} status=0 QTime=0
   [junit4]   2> 77657 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:4&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77657 INFO  (WRITER1) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=1599705122613493760&versions=true&wt=json&indent=true}{add=[1 (1599705122613493761)]} 0 0
   [junit4]   2> 77657 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=0} status=0 QTime=0
   [junit4]   2> 77657 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77657 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:0&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77657 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77660 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=2} status=0 QTime=0
   [junit4]   2> 77660 INFO  (WRITER3) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1838bbf[collection1] main]
   [junit4]   2> 77660 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77660 INFO  (WRITER1) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=0&versions=true&wt=json&indent=true}{add=[0 (1599705122617688064)]} 0 3
   [junit4]   2> 77660 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77660 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=1} status=0 QTime=0
   [junit4]   2> 77660 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=1} status=0 QTime=0
   [junit4]   2> 77660 INFO  (WRITER3) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 77660 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=0} status=0 QTime=0
   [junit4]   2> 77660 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:4&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77660 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=4} status=0 QTime=3
   [junit4]   2> 77660 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77661 INFO  (WRITER0) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[3 (1599705122617688065)]} 0 0
   [junit4]   2> 77661 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=4} status=0 QTime=0
   [junit4]   2> 77661 INFO  (WRITER0) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[4 (1599705122618736641)]} 0 0
   [junit4]   2> 77661 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=0} status=0 QTime=0
   [junit4]   2> 77661 INFO  (WRITER2) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=1599705122617688065&versions=true&wt=json&indent=true}{add=[3 (1599705122618736640)]} 0 0
   [junit4]   2> 77661 INFO  (WRITER0) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[2 (1599705122618736642)]} 0 0
   [junit4]   2> 77662 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=0} status=0 QTime=1
   [junit4]   2> 77662 INFO  (WRITER2) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1599705122619785216,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 77662 INFO  (WRITER1) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[3 (1599705122618736643)]} 0 0
   [junit4]   2> 77666 INFO  (searcherExecutor-448-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1838bbf[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(7.4.0):c1)))}
   [junit4]   2> 77666 INFO  (WRITER3) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 18
   [junit4]   2> 77666 INFO  (WRITER0) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=183587892&versions=true&wt=json&indent=true}{} 0 4
   [junit4]   2> 77666 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&omitHeader=true&wt=json} hits=0 status=0 QTime=4
   [junit4]   2> 77666 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:2&omitHeader=true&wt=json} hits=0 status=0 QTime=5
   [junit4]   2> 77666 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:0&omitHeader=true&wt=json} hits=0 status=0 QTime=5
   [junit4]   2> 77666 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:5&omitHeader=true&wt=json} hits=0 status=0 QTime=4
   [junit4]   2> 77667 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=5} status=0 QTime=0
   [junit4]   2> 77667 INFO  (WRITER0) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-288406195&versions=true&wt=json&indent=true}{} 0 0
   [junit4]   2> 77667 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77667 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=1} status=0 QTime=0
   [junit4]   2> 77667 INFO  (WRITER1) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{delete=[5 (-1599705122625028096)]} 0 0
   [junit4]   2> 77667 INFO  (WRITER0) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-1221102597&versions=true&wt=json&indent=true}{} 0 0
   [junit4]   2> 77667 INFO  (WRITER1) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-1952369627&versions=true&wt=json&indent=true}{} 0 0
   [junit4]   2> 77667 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77667 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:4&omitHeader=true&wt=json} hits=1 status=0 QTime=0
   [junit4]   2> 77666 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&omitHeader=true&wt=json} hits=0 status=0 QTime=6
   [junit4]   2> 77667 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=4} status=0 QTime=0
   [junit4]   2> 77666 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&omitHeader=true&wt=json} hits=0 status=0 QTime=6
   [junit4]   2> 77667 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77668 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=5} status=0 QTime=0
   [junit4]   2> 77668 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=4} status=0 QTime=0
   [junit4]   2> 77668 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77668 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:4&omitHeader=true&wt=json} hits=1 status=0 QTime=0
   [junit4]   2> 77668 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77668 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77668 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77668 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=3} status=0 QTime=0
   [junit4]   2> 77668 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77668 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=1} status=0 QTime=0
   [junit4]   2> 77668 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=1} status=0 QTime=0
   [junit4]   2> 77668 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=4} status=0 QTime=0
   [junit4]   2> 77668 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:4&omitHeader=true&wt=json} hits=1 status=0 QTime=0
   [junit4]   2> 77668 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=5} status=0 QTime=0
   [junit4]   2> 77668 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77668 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:0&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77670 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77670 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=json&qt=/get&ids=1} status=0 QTime=1
   [junit4]   2> 77670 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 77670 INFO  (WRITER3) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1599705122628173824,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 77670 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:4&omitHeader=true&wt=json} hits=1 status=0 QTime=0
   

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

OrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 5? 06, 2018 9:15:14 ?? com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> ??: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=13, name=TEST-RandomGeoPolygonTest.testCompareBigPolygons-seed#[737D6CDC2EECE0F4], state=RUNNABLE, group=TGRP-RandomGeoPolygonTest]
   [junit4]   2> 5? 06, 2018 9:15:18 ?? com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> ??: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=13, name=TEST-RandomGeoPolygonTest.testCompareBigPolygons-seed#[737D6CDC2EECE0F4], state=RUNNABLE, group=TGRP-RandomGeoPolygonTest]
   [junit4]   2>         at java.lang.StrictMath.asin(Native Method)
   [junit4]   2>         at java.lang.Math.asin(Math.java:189)
   [junit4]   2>         at org.apache.lucene.spatial3d.geom.GeoPoint.getLatitude(GeoPoint.java:162)
   [junit4]   2>         at org.apache.lucene.spatial3d.geom.RandomGeo3dShapeGenerator.orderPoints(RandomGeo3dShapeGenerator.java:914)
   [junit4]   2>         at org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testComparePolygons(RandomGeoPolygonTest.java:149)
   [junit4]   2>         at org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testCompareBigPolygons(RandomGeoPolygonTest.java:98)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=969, maxMBSortInHeap=7.52157660881017, sim=RandomSimilarity(queryNorm=true): {}, locale=ko, timezone=America/Halifax
   [junit4]   2> NOTE: Linux 4.13.0-39-generic i386/Oracle Corporation 1.8.0_162 (32-bit)/cpus=8,threads=2,free=232685216,total=477364224
   [junit4]   2> NOTE: All tests run in this JVM: [RandomGeoPolygonTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RandomGeoPolygonTest -Dtests.seed=737D6CDC2EECE0F4 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=ko -Dtests.timezone=America/Halifax -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J2 | RandomGeoPolygonTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([737D6CDC2EECE0F4]:0)
   [junit4] Completed [4/5 (3!)] on J2 in 7224.01s, 22 tests, 2 errors <<< FAILURES!

[...truncated 19 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-BadApples-7.x-Linux/lucene/common-build.xml:1568: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-BadApples-7.x-Linux/lucene/common-build.xml:1092: There were test failures: 5 suites, 130 tests, 3 suite-level errors, 3 errors, 64 ignored [seed: 737D6CDC2EECE0F4]

Total time: 120 minutes 26 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   0/5 failed: org.apache.solr.search.TestRealTimeGet
[repro]   0/5 failed: org.apache.solr.search.TestStressRecovery
[repro]   3/5 failed: org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=2558a06f3c8040d47de6606da2539532e4c67854, workspace=/var/lib/jenkins/workspace/Lucene-Solr-BadApples-7.x-Linux
[WARNINGS] Computing warning deltas based on reference build #31
Recording test results
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2