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 2016/12/12 02:04:37 UTC

[JENKINS] Lucene-Solr-6.x-Solaris (64bit/jdk1.8.0) - Build # 547 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/547/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)  at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)  at org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:202)  at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:137)  at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:94)  at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:102)  at sun.reflect.GeneratedConstructorAccessor192.newInstance(Unknown Source)  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)  at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:705)  at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:767)  at org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1006)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:871)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:775)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:842)  at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:498)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)  at java.lang.Thread.run(Thread.java:745)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
	at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)
	at org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:202)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:137)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:94)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:102)
	at sun.reflect.GeneratedConstructorAccessor192.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:705)
	at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:767)
	at org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1006)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:871)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:775)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:842)
	at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:498)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)


	at __randomizedtesting.SeedInfo.seed([D9C191A156B42503]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:266)
	at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12297 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_D9C191A156B42503-001/init-core-data-001
   [junit4]   2> 2484321 INFO  (SUITE-HdfsRecoveryZkTest-seed#[D9C191A156B42503]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2484322 INFO  (SUITE-HdfsRecoveryZkTest-seed#[D9C191A156B42503]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_D9C191A156B42503-001/tempDir-001
   [junit4]   2> 2484323 INFO  (SUITE-HdfsRecoveryZkTest-seed#[D9C191A156B42503]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2484323 INFO  (Thread-7215) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2484323 INFO  (Thread-7215) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2484424 INFO  (SUITE-HdfsRecoveryZkTest-seed#[D9C191A156B42503]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:44730
   [junit4]   2> 2484441 INFO  (jetty-launcher-3416-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2484441 INFO  (jetty-launcher-3416-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2484445 INFO  (jetty-launcher-3416-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ca901c4{/solr,null,AVAILABLE}
   [junit4]   2> 2484446 INFO  (jetty-launcher-3416-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@58d103d2{/solr,null,AVAILABLE}
   [junit4]   2> 2484446 INFO  (jetty-launcher-3416-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6477901c{SSL,[ssl, http/1.1]}{127.0.0.1:32841}
   [junit4]   2> 2484446 INFO  (jetty-launcher-3416-thread-2) [    ] o.e.j.s.Server Started @2488787ms
   [junit4]   2> 2484446 INFO  (jetty-launcher-3416-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32841}
   [junit4]   2> 2484446 ERROR (jetty-launcher-3416-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2484446 INFO  (jetty-launcher-3416-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1f5e179e{SSL,[ssl, http/1.1]}{127.0.0.1:60211}
   [junit4]   2> 2484446 INFO  (jetty-launcher-3416-thread-1) [    ] o.e.j.s.Server Started @2488787ms
   [junit4]   2> 2484446 INFO  (jetty-launcher-3416-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 2484446 INFO  (jetty-launcher-3416-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60211}
   [junit4]   2> 2484448 ERROR (jetty-launcher-3416-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2484448 INFO  (jetty-launcher-3416-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2484449 INFO  (jetty-launcher-3416-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2484449 INFO  (jetty-launcher-3416-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 2484449 INFO  (jetty-launcher-3416-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-12T01:20:16.469Z
   [junit4]   2> 2484449 INFO  (jetty-launcher-3416-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2484449 INFO  (jetty-launcher-3416-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2484449 INFO  (jetty-launcher-3416-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-12T01:20:16.469Z
   [junit4]   2> 2484452 INFO  (jetty-launcher-3416-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2484452 INFO  (jetty-launcher-3416-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2484459 INFO  (jetty-launcher-3416-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2484460 INFO  (jetty-launcher-3416-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2484460 INFO  (jetty-launcher-3416-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44730/solr
   [junit4]   2> 2484460 INFO  (jetty-launcher-3416-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44730/solr
   [junit4]   2> 2484495 INFO  (jetty-launcher-3416-thread-1) [n:127.0.0.1:60211_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60211_solr
   [junit4]   2> 2484495 INFO  (jetty-launcher-3416-thread-2) [n:127.0.0.1:32841_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32841_solr
   [junit4]   2> 2484498 INFO  (zkCallback-3426-thread-1-processing-n:127.0.0.1:60211_solr) [n:127.0.0.1:60211_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2484498 INFO  (jetty-launcher-3416-thread-1) [n:127.0.0.1:60211_solr    ] o.a.s.c.Overseer Overseer (id=97091952072720389-127.0.0.1:60211_solr-n_0000000000) starting
   [junit4]   2> 2484504 INFO  (zkCallback-3427-thread-1-processing-n:127.0.0.1:32841_solr) [n:127.0.0.1:32841_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2484509 INFO  (jetty-launcher-3416-thread-1) [n:127.0.0.1:60211_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60211_solr
   [junit4]   2> 2484511 INFO  (zkCallback-3427-thread-1-processing-n:127.0.0.1:32841_solr) [n:127.0.0.1:32841_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2484512 INFO  (zkCallback-3426-thread-1-processing-n:127.0.0.1:60211_solr) [n:127.0.0.1:60211_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2484600 INFO  (jetty-launcher-3416-thread-2) [n:127.0.0.1:32841_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_D9C191A156B42503-001/tempDir-001/node1/.
   [junit4]   2> 2484641 INFO  (jetty-launcher-3416-thread-1) [n:127.0.0.1:60211_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_D9C191A156B42503-001/tempDir-001/node2/.
   [junit4]   2> 2484650 INFO  (SUITE-HdfsRecoveryZkTest-seed#[D9C191A156B42503]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2484652 INFO  (SUITE-HdfsRecoveryZkTest-seed#[D9C191A156B42503]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44730/solr ready
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 2484698 WARN  (SUITE-HdfsRecoveryZkTest-seed#[D9C191A156B42503]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 2484713 WARN  (SUITE-HdfsRecoveryZkTest-seed#[D9C191A156B42503]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2484715 INFO  (SUITE-HdfsRecoveryZkTest-seed#[D9C191A156B42503]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 2484728 INFO  (SUITE-HdfsRecoveryZkTest-seed#[D9C191A156B42503]-worker) [    ] o.m.log Extract jar:file:/export/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/hdfs to ./temp/Jetty_solaris.vm_61249_hdfs____.mwppea/webapp
   [junit4]   2> 2485265 INFO  (SUITE-HdfsRecoveryZkTest-seed#[D9C191A156B42503]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@solaris-vm:61249
   [junit4]   2> 2485405 WARN  (SUITE-HdfsRecoveryZkTest-seed#[D9C191A156B42503]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2485406 INFO  (SUITE-HdfsRecoveryZkTest-seed#[D9C191A156B42503]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 2485423 INFO  (SUITE-HdfsRecoveryZkTest-seed#[D9C191A156B42503]-worker) [    ] o.m.log Extract jar:file:/export/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_47229_datanode____ejdyf1/webapp
   [junit4]   2> 2485951 INFO  (SUITE-HdfsRecoveryZkTest-seed#[D9C191A156B42503]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:47229
   [junit4]   2> 2486132 WARN  (SUITE-HdfsRecoveryZkTest-seed#[D9C191A156B42503]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2486133 INFO  (SUITE-HdfsRecoveryZkTest-seed#[D9C191A156B42503]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 2486151 INFO  (SUITE-HdfsRecoveryZkTest-seed#[D9C191A156B42503]-worker) [    ] o.m.log Extract jar:file:/export/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_38412_datanode____4vhs53/webapp
   [junit4]   2> 2486227 INFO  (IPC Server handler 8 on 51013) [    ] BlockStateChange BLOCK* processReport: from storage DS-fdf3f134-87d3-4dba-92a5-688fc1355670 node DatanodeRegistration(127.0.0.1:49758, datanodeUuid=5040a465-8dc2-4dbb-a67b-305dbe6ebb3c, infoPort=53711, infoSecurePort=0, ipcPort=45806, storageInfo=lv=-56;cid=testClusterID;nsid=700234483;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 2486227 INFO  (IPC Server handler 8 on 51013) [    ] BlockStateChange BLOCK* processReport: from storage DS-29b84ed6-9a3f-4be5-acb7-f97aecf780ed node DatanodeRegistration(127.0.0.1:49758, datanodeUuid=5040a465-8dc2-4dbb-a67b-305dbe6ebb3c, infoPort=53711, infoSecurePort=0, ipcPort=45806, storageInfo=lv=-56;cid=testClusterID;nsid=700234483;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 2486676 INFO  (SUITE-HdfsRecoveryZkTest-seed#[D9C191A156B42503]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:38412
   [junit4]   2> 2486780 INFO  (IPC Server handler 2 on 51013) [    ] BlockStateChange BLOCK* processReport: from storage DS-4246057a-e25f-4be7-ad11-0b35bdf6d911 node DatanodeRegistration(127.0.0.1:64020, datanodeUuid=bdb4d0af-fafa-4673-b027-c3705ac814fe, infoPort=55686, infoSecurePort=0, ipcPort=50273, storageInfo=lv=-56;cid=testClusterID;nsid=700234483;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 2486780 INFO  (IPC Server handler 2 on 51013) [    ] BlockStateChange BLOCK* processReport: from storage DS-767ee366-ef82-40cb-8341-646c31031e0f node DatanodeRegistration(127.0.0.1:64020, datanodeUuid=bdb4d0af-fafa-4673-b027-c3705ac814fe, infoPort=55686, infoSecurePort=0, ipcPort=50273, storageInfo=lv=-56;cid=testClusterID;nsid=700234483;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 2486914 INFO  (TEST-HdfsRecoveryZkTest.test-seed#[D9C191A156B42503]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2486935 INFO  (qtp892400105-22638) [n:127.0.0.1:32841_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=recoverytest&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2486939 INFO  (OverseerThreadFactory-10053-thread-1-processing-n:127.0.0.1:60211_solr) [n:127.0.0.1:60211_solr    ] o.a.s.c.CreateCollectionCmd Create collection recoverytest
   [junit4]   2> 2487053 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica2&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2
   [junit4]   2> 2487066 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica1&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2
   [junit4]   2> 2487177 INFO  (zkCallback-3426-thread-2-processing-n:127.0.0.1:60211_solr) [n:127.0.0.1:60211_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/recoverytest/state.json] for collection [recoverytest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2487178 INFO  (zkCallback-3427-thread-1-processing-n:127.0.0.1:32841_solr) [n:127.0.0.1:32841_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/recoverytest/state.json] for collection [recoverytest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2488068 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 2488075 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.s.IndexSchema [recoverytest_shard1_replica2] Schema name=minimal
   [junit4]   2> 2488078 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 2488079 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2488081 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'recoverytest_shard1_replica2' using configuration from collection recoverytest
   [junit4]   2> 2488086 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.s.IndexSchema [recoverytest_shard1_replica1] Schema name=minimal
   [junit4]   2> 2488088 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2488089 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'recoverytest_shard1_replica1' using configuration from collection recoverytest
   [junit4]   2> 2488090 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://solaris-vm:51013/data
   [junit4]   2> 2488090 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 2488091 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.c.SolrCore [[recoverytest_shard1_replica2] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_D9C191A156B42503-001/tempDir-001/node1/recoverytest_shard1_replica2], dataDir=[hdfs://solaris-vm:51013/data/recoverytest/core_node1/data/]
   [junit4]   2> 2488091 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://solaris-vm:51013/data/recoverytest/core_node1/data/snapshot_metadata
   [junit4]   2> 2488093 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://solaris-vm:51013/data
   [junit4]   2> 2488093 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 2488093 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.c.SolrCore [[recoverytest_shard1_replica1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_D9C191A156B42503-001/tempDir-001/node2/recoverytest_shard1_replica1], dataDir=[hdfs://solaris-vm:51013/data/recoverytest/core_node2/data/]
   [junit4]   2> 2488093 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://solaris-vm:51013/data/recoverytest/core_node2/data/snapshot_metadata
   [junit4]   2> 2488103 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 2488103 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [16777216] will allocate [1] slabs and use ~[16777216] bytes
   [junit4]   2> 2488120 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 2488120 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [16777216] will allocate [1] slabs and use ~[16777216] bytes
   [junit4]   2> 2488122 WARN  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds and try again.
   [junit4]   2> 2488123 WARN  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds and try again.
   [junit4]   2> 2493164 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 2493164 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 2493165 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://solaris-vm:51013/data/recoverytest/core_node1/data
   [junit4]   2> 2493165 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://solaris-vm:51013/data/recoverytest/core_node2/data
   [junit4]   2> 2493189 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://solaris-vm:51013/data/recoverytest/core_node2/data/index
   [junit4]   2> 2493190 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://solaris-vm:51013/data/recoverytest/core_node1/data/index
   [junit4]   2> 2493197 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 2493197 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 2493197 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [16777216] will allocate [1] slabs and use ~[16777216] bytes
   [junit4]   2> 2493197 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [16777216] will allocate [1] slabs and use ~[16777216] bytes
   [junit4]   2> 2493205 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 2493205 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 2493262 INFO  (IPC Server handler 6 on 51013) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:49758 is added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-4246057a-e25f-4be7-ad11-0b35bdf6d911:NORMAL:127.0.0.1:64020|RBW], ReplicaUC[[DISK]DS-29b84ed6-9a3f-4be5-acb7-f97aecf780ed:NORMAL:127.0.0.1:49758|RBW]]} size 0
   [junit4]   2> 2493267 INFO  (IPC Server handler 5 on 51013) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:64020 is added to blk_1073741826_1002 size 71
   [junit4]   2> 2493267 INFO  (IPC Server handler 5 on 51013) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:49758 is added to blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-fdf3f134-87d3-4dba-92a5-688fc1355670:NORMAL:127.0.0.1:49758|RBW], ReplicaUC[[DISK]DS-767ee366-ef82-40cb-8341-646c31031e0f:NORMAL:127.0.0.1:64020|RBW]]} size 71
   [junit4]   2> 2493268 INFO  (IPC Server handler 4 on 51013) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:64020 is added to blk_1073741825_1001 size 71
   [junit4]   2> 2493280 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 2493280 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2493280 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 2493290 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2493290 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2493306 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@6a8261ab[recoverytest_shard1_replica2] main]
   [junit4]   2> 2493307 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2493308 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2493308 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2493308 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1553471242583932928
   [junit4]   2> 2493310 INFO  (searcherExecutor-10058-thread-1-processing-n:127.0.0.1:32841_solr x:recoverytest_shard1_replica2 s:shard1 c:recoverytest r:core_node1) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.c.SolrCore [recoverytest_shard1_replica2] Registered new searcher Searcher@6a8261ab[recoverytest_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2493318 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2493320 INFO  (zkCallback-3426-thread-2-processing-n:127.0.0.1:60211_solr) [n:127.0.0.1:60211_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/recoverytest/state.json] for collection [recoverytest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2493320 INFO  (zkCallback-3427-thread-1-processing-n:127.0.0.1:32841_solr) [n:127.0.0.1:32841_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/recoverytest/state.json] for collection [recoverytest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2493683 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 2493683 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2493683 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 2493692 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2493692 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2493702 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@12f5ea8d[recoverytest_shard1_replica1] main]
   [junit4]   2> 2493704 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2493704 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2493704 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2493704 INFO  (searcherExecutor-10059-thread-1-processing-n:127.0.0.1:60211_solr x:recoverytest_shard1_replica1 s:shard1 c:recoverytest r:core_node2) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.c.SolrCore [recoverytest_shard1_replica1] Registered new searcher Searcher@12f5ea8d[recoverytest_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2493705 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1553471243000217600
   [junit4]   2> 2493820 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2493820 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2493820 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/
   [junit4]   2> 2493820 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=recoverytest_shard1_replica2 url=https://127.0.0.1:32841/solr START replicas=[https://127.0.0.1:60211/solr/recoverytest_shard1_replica1/] nUpdates=100
   [junit4]   2> 2493820 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=recoverytest_shard1_replica2 url=https://127.0.0.1:32841/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2493826 INFO  (qtp31747909-22633) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.c.S.Request [recoverytest_shard1_replica1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2493826 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 2493826 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 2493833 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/ shard1
   [junit4]   2> 2493937 INFO  (zkCallback-3426-thread-2-processing-n:127.0.0.1:60211_solr) [n:127.0.0.1:60211_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/recoverytest/state.json] for collection [recoverytest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2493937 INFO  (zkCallback-3427-thread-1-processing-n:127.0.0.1:32841_solr) [n:127.0.0.1:32841_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/recoverytest/state.json] for collection [recoverytest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2493986 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2493989 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica2&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2} status=0 QTime=6939
   [junit4]   2> 2494094 INFO  (zkCallback-3427-thread-1-processing-n:127.0.0.1:32841_solr) [n:127.0.0.1:32841_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/recoverytest/state.json] for collection [recoverytest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2494094 INFO  (zkCallback-3426-thread-3-processing-n:127.0.0.1:60211_solr) [n:127.0.0.1:60211_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/recoverytest/state.json] for collection [recoverytest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2494714 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica1&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2} status=0 QTime=7651
   [junit4]   2> 2494718 INFO  (qtp892400105-22638) [n:127.0.0.1:32841_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> 2494821 INFO  (zkCallback-3427-thread-1-processing-n:127.0.0.1:32841_solr) [n:127.0.0.1:32841_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/recoverytest/state.json] for collection [recoverytest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2494821 INFO  (zkCallback-3426-thread-2-processing-n:127.0.0.1:60211_solr) [n:127.0.0.1:60211_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/recoverytest/state.json] for collection [recoverytest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2494947 INFO  (OverseerCollectionConfigSetProcessor-97091952072720389-127.0.0.1:60211_solr-n_0000000000) [n:127.0.0.1:60211_solr    ] 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> 2495719 INFO  (qtp892400105-22638) [n:127.0.0.1:32841_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=recoverytest&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=8788
   [junit4]   2> 2495720 INFO  (TEST-HdfsRecoveryZkTest.test-seed#[D9C191A156B42503]) [    ] o.a.s.c.RecoveryZkTest Indexing 1200 documents
   [junit4]   2> 2495752 INFO  (qtp31747909-22631) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-0 (1553471245124632576)]} 0 15
   [junit4]   2> 2495753 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-0 (1553471245124632576)]} 0 21
   [junit4]   2> 2495753 INFO  (qtp31747909-22629) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-0 (1553471245122535424)]} 0 17
   [junit4]   2> 2495754 INFO  (qtp892400105-22637) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-0 (1553471245122535424)]} 0 25
   [junit4]   2> 2495758 INFO  (qtp31747909-22633) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-1 (1553471245150846976)]} 0 0
   [junit4]   2> 2495758 INFO  (qtp31747909-22632) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-1 (1553471245149798400)]} 0 1
   [junit4]   2> 2495759 INFO  (qtp892400105-22627) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-1 (1553471245150846976)]} 0 2
   [junit4]   2> 2495759 INFO  (qtp892400105-22638) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-1 (1553471245149798400)]} 0 3
   [junit4]   2> 2495763 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[1-0 (-1553471245156089856)]} 0 1
   [junit4]   2> 2495764 INFO  (qtp31747909-22625) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[2-0 (-1553471245156089857)]} 0 1
   [junit4]   2> 2495764 INFO  (qtp892400105-22639) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-0 (-1553471245156089856)]} 0 3
   [junit4]   2> 2495765 INFO  (qtp892400105-22636) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-0 (-1553471245156089857)]} 0 3
   [junit4]   2> 2495769 INFO  (qtp31747909-22631) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-2 (1553471245162381312)]} 0 0
   [junit4]   2> 2495769 INFO  (qtp31747909-22628) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-2 (1553471245162381313)]} 0 0
   [junit4]   2> 2495770 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-2 (1553471245162381313)]} 0 2
   [junit4]   2> 2495770 INFO  (qtp892400105-22640) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-2 (1553471245162381312)]} 0 3
   [junit4]   2> 2495775 INFO  (qtp31747909-22633) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[2-1 (-1553471245167624192)]} 0 1
   [junit4]   2> 2495775 INFO  (qtp31747909-22629) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[1-1 (-1553471245167624193)]} 0 1
   [junit4]   2> 2495775 INFO  (qtp892400105-22637) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-1 (-1553471245167624192)]} 0 3
   [junit4]   2> 2495776 INFO  (qtp892400105-22627) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-1 (-1553471245167624193)]} 0 3
   [junit4]   2> 2495781 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-3 (1553471245173915648)]} 0 1
   [junit4]   2> 2495781 INFO  (qtp31747909-22632) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-3 (1553471245172867072)]} 0 1
   [junit4]   2> 2495781 INFO  (qtp892400105-22639) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-3 (1553471245173915648)]} 0 3
   [junit4]   2> 2495782 INFO  (qtp892400105-22638) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-3 (1553471245172867072)]} 0 4
   [junit4]   2> 2495788 INFO  (qtp31747909-22625) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-4 (1553471245181255680)]} 0 1
   [junit4]   2> 2495788 INFO  (qtp31747909-22631) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-4 (1553471245181255681)]} 0 1
   [junit4]   2> 2495788 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-4 (1553471245181255681)]} 0 3
   [junit4]   2> 2495788 INFO  (qtp892400105-22636) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-4 (1553471245181255680)]} 0 3
   [junit4]   2> 2495793 INFO  (qtp31747909-22633) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-5 (1553471245187547137)]} 0 1
   [junit4]   2> 2495793 INFO  (qtp31747909-22628) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-5 (1553471245187547136)]} 0 1
   [junit4]   2> 2495794 INFO  (qtp892400105-22637) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-5 (1553471245187547137)]} 0 2
   [junit4]   2> 2495794 INFO  (qtp892400105-22640) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-5 (1553471245187547136)]} 0 3
   [junit4]   2> 2495799 INFO  (qtp31747909-22629) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[2-5 (-1553471245192790016)]} 0 1
   [junit4]   2> 2495799 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[1-5 (-1553471245192790017)]} 0 1
   [junit4]   2> 2495799 INFO  (qtp892400105-22627) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-5 (-1553471245192790016)]} 0 3
   [junit4]   2> 2495799 INFO  (qtp892400105-22639) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-5 (-1553471245192790017)]} 0 3
   [junit4]   2> 2495804 INFO  (qtp31747909-22625) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-6 (1553471245198032897)]} 0 0
   [junit4]   2> 2495804 INFO  (qtp31747909-22632) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-6 (1553471245198032896)]} 0 1
   [junit4]   2> 2495804 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-6 (1553471245198032897)]} 0 3
   [junit4]   2> 2495805 INFO  (qtp892400105-22638) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-6 (1553471245198032896)]} 0 3
   [junit4]   2> 2495810 INFO  (qtp31747909-22631) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[2-6 (-1553471245204324352)]} 0 2
   [junit4]   2> 2495811 INFO  (qtp892400105-22636) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-6 (-1553471245204324352)]} 0 4
   [junit4]   2> 2495811 INFO  (qtp31747909-22633) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[1-6 (-1553471245204324353)]} 0 2
   [junit4]   2> 2495812 INFO  (qtp892400105-22637) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-6 (-1553471245204324353)]} 0 4
   [junit4]   2> 2495815 INFO  (qtp31747909-22628) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-7 (1553471245209567232)]} 0 0
   [junit4]   2> 2495815 INFO  (qtp892400105-22640) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-7 (1553471245209567232)]} 0 2
   [junit4]   2> 2495817 INFO  (qtp31747909-22629) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-7 (1553471245211664384)]} 0 1
   [junit4]   2> 2495817 INFO  (qtp892400105-22627) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-7 (1553471245211664384)]} 0 3
   [junit4]   2> 2495821 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[2-7 (-1553471245215858688)]} 0 1
   [junit4]   2> 2495821 INFO  (qtp892400105-22640) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-7 (-1553471245215858688)]} 0 3
   [junit4]   2> 2495823 INFO  (qtp31747909-22625) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[1-7 (-1553471245217955840)]} 0 1
   [junit4]   2> 2495823 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-7 (-1553471245217955840)]} 0 2
   [junit4]   2> 2495827 INFO  (qtp31747909-22632) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-8 (1553471245222150144)]} 0 1
   [junit4]   2> 2495827 INFO  (qtp892400105-22638) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-8 (1553471245222150144)]} 0 3
   [junit4]   2> 2495829 INFO  (qtp31747909-22631) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-8 (1553471245224247296)]} 0 1
   [junit4]   2> 2495829 INFO  (qtp892400105-22636) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-8 (1553471245224247296)]} 0 3
   [junit4]   2> 2495848 INFO  (qtp31747909-22633) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-9 (1553471245228441600)]} 0 2
   [junit4]   2> 2495850 INFO  (qtp31747909-22628) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-9 (1553471245246267392)]} 0 1
   [junit4]   2> 2495850 INFO  (qtp892400105-22639) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-9 (1553471245246267392)]} 0 3
   [junit4]   2> 2495851 INFO  (qtp892400105-22637) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-9 (1553471245228441600)]} 0 21
   [junit4]   2> 2495855 INFO  (qtp31747909-22628) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[1-9 (-1553471245251510272)]} 0 0
   [junit4]   2> 2495856 INFO  (qtp892400105-22627) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-9 (-1553471245251510272)]} 0 3
   [junit4]   2> 2495857 INFO  (qtp31747909-22628) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[2-9 (-1553471245252558848)]} 0 1
   [junit4]   2> 2495857 INFO  (qtp892400105-22640) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-9 (-1553471245252558848)]} 0 4
   [junit4]   2> 2495861 INFO  (qtp31747909-22628) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-10 (1553471245257801728)]} 0 1
   [junit4]   2> 2495861 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-10 (1553471245257801728)]} 0 3
   [junit4]   2> 2495863 INFO  (qtp31747909-22628) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-10 (1553471245259898880)]} 0 0
   [junit4]   2> 2495863 INFO  (qtp892400105-22638) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-10 (1553471245259898880)]} 0 2
   [junit4]   2> 2495866 INFO  (qtp31747909-22628) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[1-10 (-1553471245264093184)]} 0 1
   [junit4]   2> 2495867 INFO  (qtp892400105-22636) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-10 (-1553471245264093184)]} 0 2
   [junit4]   2> 2495868 INFO  (qtp31747909-22628) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[2-10 (-1553471245265141760)]} 0 0
   [junit4]   2> 2495869 INFO  (qtp892400105-22639) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-10 (-1553471245265141760)]} 0 3
   [junit4]   2> 2495872 INFO  (qtp31747909-22628) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-11 (1553471245269336064)]} 0 1
   [junit4]   2> 2495872 INFO  (qtp892400105-22637) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-11 (1553471245269336064)]} 0 3
   [junit4]   2> 2495874 INFO  (qtp31747909-22628) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-11 (1553471245271433216)]} 0 1
   [junit4]   2> 2495874 INFO  (qtp892400105-22627) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-11 (1553471245271433216)]} 0 2
   [junit4]   2> 2495878 INFO  (qtp31747909-22628) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-12 (1553471245275627520)]} 0 1
   [junit4]   2> 2495878 INFO  (qtp892400105-22640) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-12 (1553471245275627520)]} 0 3
   [junit4]   2> 2495880 INFO  (qtp31747909-22633) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-12 (1553471245277724672)]} 0 1
   [junit4]   2> 2495880 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-12 (1553471245277724672)]} 0 2
   [junit4]   2> 2495883 INFO  (qtp31747909-22629) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[1-12 (-1553471245281918976)]} 0 1
   [junit4]   2> 2495884 INFO  (qtp892400105-22638) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-12 (-1553471245281918976)]} 0 3
   [junit4]   2> 2495885 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[2-12 (-1553471245284016128)]} 0 1
   [junit4]   2> 2495886 INFO  (qtp892400105-22636) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-12 (-1553471245284016128)]} 0 3
   [junit4]   2> 2495890 INFO  (qtp31747909-22625) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-13 (1553471245288210432)]} 0 1
   [junit4]   2> 2495890 INFO  (qtp892400105-22639) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-13 (1553471245288210432)]} 0 3
   [junit4]   2> 2495892 INFO  (qtp31747909-22632) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-13 (1553471245290307584)]} 0 1
   [junit4]   2> 2495892 INFO  (qtp892400105-22637) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-13 (1553471245290307584)]} 0 3
   [junit4]   2> 2495896 INFO  (qtp31747909-22631) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-14 (1553471245294501888)]} 0 1
   [junit4]   2> 2495897 INFO  (qtp892400105-22627) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-14 (1553471245294501888)]} 0 3
   [junit4]   2> 2495899 INFO  (qtp31747909-22628) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-14 (1553471245296599040)]} 0 1
   [junit4]   2> 2495899 INFO  (qtp892400105-22640) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-14 (1553471245296599040)]} 0 4
   [junit4]   2> 2495904 INFO  (qtp31747909-22633) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[1-13 (-1553471245301841920)]} 0 1
   [junit4]   2> 2495904 INFO  (qtp892400105-22641) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-13 (-1553471245301841920)]} 0 4
   [junit4]   2> 2495906 INFO  (qtp31747909-22629) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[2-13 (-1553471245304987648)]} 0 1
   [junit4]   2> 2495907 INFO  (qtp892400105-22638) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-13 (-1553471245304987648)]} 0 3
   [junit4]   2> 2495911 INFO  (qtp31747909-22630) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-15 (1553471245309181952)]} 0 1
   [junit4]   2> 2495911 INFO  (qtp892400105-22636) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-15 (1553471245309181952)]} 0 3
   [junit4]   2> 2495913 INFO  (qtp31747909-22625) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-15 (1553471245312327680)]} 0 1
   [junit4]   2> 2495914 INFO  (qtp892400105-22639) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-15 (1553471245312327680)]} 0 4
   [junit4]   2> 2495919 INFO  (qtp31747909-22632) [n:127.0.0.1:60211_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32841/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-16 (1553471245317570560)]} 0 1
   [junit4]   2> 2495919 INFO  (qtp892400105-22637) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-16 (1553471245317570560)]} 0 4
   [junit4]   2> 2495923 ERROR (updateExecutor-3422-thread-1-processing-https:////127.0.0.1:60211//solr//recoverytest_shard1_replica1 x:recoverytest_shard1_replica2 r:core_node1 n:127.0.0.1:32841_solr s:shard1 c:recoverytest) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.StreamingSolrClients error
   [junit4]   2> org.apache.http.NoHttpResponseException: 127.0.0.1:60211 failed to respond
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]   2> 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]   2> 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]   2> 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
   [junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
   [junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.sendUpdateStream(ConcurrentUpdateSolrClient.java:311)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:184)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2495924 WARN  (qtp892400105-22627) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.DistributedUpdateProcessor Error sending update to https://127.0.0.1:60211/solr
   [junit4]   2> org.apache.http.NoHttpResponseException: 127.0.0.1:60211 failed to respond
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]   2> 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]   2> 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]   2> 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
   [junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
   [junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.sendUpdateStream(ConcurrentUpdateSolrClient.java:311)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:184)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2495925 ERROR (qtp892400105-22627) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.DistributedUpdateProcessor Setting up to try to start recovery on replica https://127.0.0.1:60211/solr/recoverytest_shard1_replica1/
   [junit4]   2> org.apache.http.NoHttpResponseException: 127.0.0.1:60211 failed to respond
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]   2> 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]   2> 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]   2> 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
   [junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
   [junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.sendUpdateStream(ConcurrentUpdateSolrClient.java:311)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:184)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2495926 INFO  (qtp892400105-22627) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.c.ZkController Put replica core=recoverytest_shard1_replica1 coreNodeName=core_node2 on 127.0.0.1:60211_solr into leader-initiated recovery.
   [junit4]   2> 2495926 INFO  (qtp892400105-22627) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-16 (1553471245320716288)]} 0 8
   [junit4]   2> 2495927 INFO  (TEST-HdfsRecoveryZkTest.test-seed#[D9C191A156B42503]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1f5e179e{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2495929 INFO  (TEST-HdfsRecoveryZkTest.test-seed#[D9C191A156B42503]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1011258026
   [junit4]   2> 2495930 ERROR (updateExecutor-3422-thread-2-processing-https:////127.0.0.1:60211//solr//recoverytest_shard1_replica1 x:recoverytest_shard1_replica2 r:core_node1 n:127.0.0.1:32841_solr s:shard1 c:recoverytest) [n:127.0.0.1:32841_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.StreamingSolrClients error
   [junit4]   2> java.net.ConnectException: Connection refused (Connection refused)
   [junit4]   2> 	at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]   2> 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
   [junit4]   2> 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
   [junit4]   2> 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
   [junit4]   2> 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   [junit4]   2> 	at java.net.Socket.connect(Socket.java:589)
   [junit4]   2> 	at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:668)
   [junit4]   2> 	at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:532)
   [junit4]   2> 	at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:409)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
   [junit4]   2> 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
   [junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
   [junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
   [junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.sendUpdateStream(ConcurrentUpdateSolrClient.java:311)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:184)
   [junit4]   2> 	at org.apache.solr.c

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

nagement.BlocksMap.size(BlocksMap.java:203)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3370)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:5729)
   [junit4]   2> 	... 54 more
   [junit4]   2> 2510200 INFO  (SUITE-HdfsRecoveryZkTest-seed#[D9C191A156B42503]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44730 44730
   [junit4]   2> 2510201 INFO  (SUITE-HdfsRecoveryZkTest-seed#[D9C191A156B42503]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {rnd_b=PostingsFormat(name=LuceneVarGapDocFreqInterval), _version_=PostingsFormat(name=LuceneVarGapFixedInterval), a_t=PostingsFormat(name=Direct), a_i=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{}, maxPointsInLeafNode=486, maxMBSortInHeap=5.292493610225863, sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=en-US, timezone=Mexico/BajaSur
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_112 (64-bit)/cpus=3,threads=2,free=197637096,total=511705088
   [junit4]   2> NOTE: All tests run in this JVM: [TermVectorComponentDistributedTest, TestDistributedMissingSort, TestSortByMinMaxFunction, TestDynamicFieldResource, TestFiltering, UpdateRequestProcessorFactoryTest, SuggestComponentContextFilterQueryTest, DistribJoinFromCollectionTest, ForceLeaderTest, TestSolr4Spatial, TestRangeQuery, TestRealTimeGet, ConfigSetsAPITest, TestPHPSerializedResponseWriter, SpatialRPTFieldTypeTest, TestSearchPerf, TestInitParams, ShardRoutingCustomTest, BasicDistributedZk2Test, CreateCollectionCleanupTest, CSVRequestHandlerTest, TestQuerySenderListener, TestQueryUtils, VMParamsZkACLAndCredentialsProvidersTest, CircularListTest, TestCollapseQParserPlugin, TestSolrXml, DistribCursorPagingTest, TestClusterStateMutator, TestScoreJoinQPNoScore, ParsingFieldUpdateProcessorsTest, CdcrVersionReplicationTest, DebugComponentTest, JavabinLoaderTest, TestSchemaResource, TestCloudPseudoReturnFields, BigEndianAscendingWordDeserializerTest, TestStressCloudBlindAtomicUpdates, DistributedExpandComponentTest, LeaderElectionContextKeyTest, ResourceLoaderTest, TestFreeTextSuggestions, PreAnalyzedFieldTest, CoreMergeIndexesAdminHandlerTest, DistributedTermsComponentTest, BlockJoinFacetDistribTest, LoggingHandlerTest, ScriptEngineTest, TestFieldCache, TestManagedSchema, RegexBoostProcessorTest, ClassificationUpdateProcessorFactoryTest, RequestHandlersTest, RollingRestartTest, TestAuthorizationFramework, AnalyticsMergeStrategyTest, TestCloudInspectUtil, WordBreakSolrSpellCheckerTest, StatsReloadRaceTest, TestFilteredDocIdSet, FacetPivotSmallTest, TestReload, TestIndexSearcher, EnumFieldTest, HdfsWriteToMultipleCollectionsTest, StatsComponentTest, TestPerFieldSimilarityClassic, ConjunctionSolrSpellCheckerTest, AliasIntegrationTest, DeleteNodeTest, TestConfigSetsAPIZkFailure, TestConfigSetImmutable, SolrCmdDistributorTest, MBeansHandlerTest, TestSolrCloudWithKerberosAlt, CollectionReloadTest, TestSolrCoreSnapshots, CachingDirectoryFactoryTest, TestDocBasedVersionConstraints, ConvertedLegacyTest, TestSearcherReuse, TestAddFieldRealTimeGet, TestLMJelinekMercerSimilarityFactory, HLLUtilTest, CollectionTooManyReplicasTest, TestMergePolicyConfig, LeaderInitiatedRecoveryOnShardRestartTest, TestStressUserVersions, CollectionsAPISolrJTest, TestNoOpRegenerator, SaslZkACLProviderTest, NoCacheHeaderTest, TestSchemaVersionResource, TestBadConfig, TestBinaryResponseWriter, TestRequestForwarding, SliceStateTest, TestDefaultSearchFieldResource, DeleteInactiveReplicaTest, RankQueryTest, TestTolerantUpdateProcessorCloud, TestDocSet, TestFieldTypeResource, ChaosMonkeySafeLeaderTest, TestRTimerTree, SharedFSAutoReplicaFailoverTest, DeleteShardTest, TestMacroExpander, SimpleCollectionCreateDeleteTest, UUIDFieldTest, TestSolrDeletionPolicy2, BooleanFieldTest, BinaryUpdateRequestHandlerTest, TestSystemIdResolver, SolrInfoMBeanTest, FieldMutatingUpdateProcessorTest, TestSolrQueryParserDefaultOperatorResource, CopyFieldTest, TestRecoveryHdfs, CdcrReplicationHandlerTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, CleanupOldIndexTest, ZkSolrClientTest, TestCrossCoreJoin, OverseerStatusTest, DateMathParserTest, OverriddenZkACLAndCredentialsProvidersTest, TestSuggestSpellingConverter, SimpleMLTQParserTest, TestMiniSolrCloudClusterSSL, WrapperMergePolicyFactoryTest, OpenCloseCoreStressTest, TestCodecSupport, DistributedFacetPivotSmallAdvancedTest, DistributedFacetPivotWhiteBoxTest, TestSQLHandler, CurrencyFieldOpenExchangeTest, FullHLLTest, OverseerModifyCollectionTest, BasicZkTest, DistanceFunctionTest, SolrIndexConfigTest, DefaultValueUpdateProcessorTest, TestLocalFSCloudBackupRestore, TestManagedSynonymFilterFactory, AutoCommitTest, TestFieldCacheSanityChecker, TestDeleteCollectionOnDownNodes, TestReversedWildcardFilterFactory, TestPushWriter, BlockCacheTest, FieldAnalysisRequestHandlerTest, TestTestInjection, TestExactStatsCache, SuggesterTest, URLClassifyProcessorTest, TestJsonFacetRefinement, TestCustomStream, TestConfig, BasicDistributedZkTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, LeaderElectionIntegrationTest, ShardRoutingTest, FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, TestRandomFaceting, TestZkChroot, ZkCLITest, TestDistributedSearch, TestRecovery, DistributedSpellCheckComponentTest, TestJoin, TestCoreContainer, SpellCheckComponentTest, QueryElevationComponentTest, BasicFunctionalityTest, DirectUpdateHandlerTest, ShowFileRequestHandlerTest, SolrIndexSplitterTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SuggesterFSTTest, TestFoldingMultitermQuery, DocValuesTest, DocValuesMultiTest, TestSolrDeletionPolicy1, LukeRequestHandlerTest, DirectSolrSpellCheckerTest, TestOmitPositions, XmlUpdateRequestHandlerTest, TestValueSourceCache, TestIndexingPerformance, MoreLikeThisHandlerTest, IndexSchemaRuntimeFieldTest, TestJmxIntegration, ReturnFieldsTest, QueryParsingTest, JsonLoaderTest, SearchHandlerTest, UpdateParamsTest, TestQuerySenderNoQuery, MultiTermTest, SampleTest, TestBinaryField, MinimalSchemaTest, OutputWriterTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, EchoParamsTest, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, TestJmxMonitoredMap, TestFastLRUCache, DateFieldTest, SpellingQueryConverterTest, ClusterStateTest, TestUtils, ZkNodePropsTest, DistributedMLTComponentTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, TestEmbeddedSolrServerConstructors, ConnectionReuseTest, ActionThrottleTest, CdcrBootstrapTest, DistributedQueueTest, DistributedVersionInfoTest, LeaderFailureAfterFreshStartTest, MultiThreadedOCPTest, RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, ReplicationFactorTest, RestartWhileUpdatingTest, SSLMigrationTest, SolrCloudExampleTest, TestCloudRecovery, TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica, TestLeaderInitiatedRecoveryThread, TestOnReconnectListenerSupport, TestRandomFlRTGCloud, TestRebalanceLeaders, TestSSLRandomization, TestSizeLimitedDistributedMap, HdfsRecoveryZkTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HdfsRecoveryZkTest -Dtests.seed=D9C191A156B42503 -Dtests.slow=true -Dtests.locale=en-US -Dtests.timezone=Mexico/BajaSur -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | HdfsRecoveryZkTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog]
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
   [junit4]    > 	at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)
   [junit4]    > 	at org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:202)
   [junit4]    > 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:137)
   [junit4]    > 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:94)
   [junit4]    > 	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:102)
   [junit4]    > 	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
   [junit4]    > 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:705)
   [junit4]    > 	at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:767)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1006)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:871)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:775)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:842)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:498)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D9C191A156B42503]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:266)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [518/660 (1!)] on J1 in 57.00s, 1 test, 1 failure <<< FAILURES!

[...truncated 62910 lines...]


[JENKINS] Lucene-Solr-6.x-Solaris (64bit/jdk1.8.0) - Build # 548 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/548/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
ObjectTracker found 5 object(s) that were not released!!! [MockDirectoryWrapper, MockDirectoryWrapper, MockDirectoryWrapper, MDCAwareThreadPoolExecutor, SolrCore] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:66)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:673)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:847)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:775)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:842)  at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:498)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)  at java.lang.Thread.run(Thread.java:745)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:332)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:641)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:847)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:775)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:842)  at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:498)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)  at java.lang.Thread.run(Thread.java:745)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:434)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:841)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:775)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:842)  at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:498)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)  at java.lang.Thread.run(Thread.java:745)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:798)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:775)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:842)  at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:498)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)  at java.lang.Thread.run(Thread.java:745)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:937)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:775)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:842)  at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:498)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)  at java.lang.Thread.run(Thread.java:745)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 5 object(s) that were not released!!! [MockDirectoryWrapper, MockDirectoryWrapper, MockDirectoryWrapper, MDCAwareThreadPoolExecutor, SolrCore]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:66)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:673)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:847)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:775)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:842)
	at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:498)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:332)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:641)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:847)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:775)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:842)
	at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:498)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:434)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:841)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:775)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:842)
	at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:498)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:798)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:775)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:842)
	at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:498)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:937)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:775)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:842)
	at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:498)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)


	at __randomizedtesting.SeedInfo.seed([93F498D1640D2DE6]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:266)
	at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores:     1) Thread[id=41789, name=searcherExecutor-6907-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   1) Thread[id=41789, name=searcherExecutor-6907-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([93F498D1640D2DE6]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=41789, name=searcherExecutor-6907-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=41789, name=searcherExecutor-6907-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([93F498D1640D2DE6]:0)




Build Log:
[...truncated 11966 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/init-core-data-001
   [junit4]   2> 1663789 INFO  (SUITE-TestLazyCores-seed#[93F498D1640D2DE6]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1663790 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[93F498D1640D2DE6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLazyLoad
   [junit4]   2> 1663818 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[93F498D1640D2DE6]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1663818 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[93F498D1640D2DE6]) [    ] o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1663836 INFO  (coreLoadExecutor-6846-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1663845 INFO  (coreLoadExecutor-6846-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1663845 INFO  (coreLoadExecutor-6846-thread-2) [    ] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1663847 INFO  (coreLoadExecutor-6846-thread-2) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1663850 INFO  (coreLoadExecutor-6846-thread-2) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-001/collection2
   [junit4]   2> 1663851 INFO  (coreLoadExecutor-6846-thread-2) [    x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-001/collection2], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-001/collection2/data/]
   [junit4]   2> 1663853 INFO  (coreLoadExecutor-6846-thread-3) [    ] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1663854 INFO  (coreLoadExecutor-6846-thread-2) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1663901 INFO  (coreLoadExecutor-6846-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1663906 INFO  (coreLoadExecutor-6846-thread-2) [    x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1663906 INFO  (coreLoadExecutor-6846-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1663906 INFO  (coreLoadExecutor-6846-thread-2) [    x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1663908 INFO  (coreLoadExecutor-6846-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1663909 INFO  (coreLoadExecutor-6846-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-001/collection1
   [junit4]   2> 1663909 INFO  (coreLoadExecutor-6846-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-001/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-001/collection1/data/]
   [junit4]   2> 1663910 INFO  (coreLoadExecutor-6846-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1663910 INFO  (coreLoadExecutor-6846-thread-3) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1663912 INFO  (coreLoadExecutor-6846-thread-3) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-001/collection5
   [junit4]   2> 1663912 INFO  (coreLoadExecutor-6846-thread-3) [    x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-001/collection5], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-001/collection5/data/]
   [junit4]   2> 1663913 INFO  (coreLoadExecutor-6846-thread-3) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1663920 INFO  (coreLoadExecutor-6846-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1663920 INFO  (coreLoadExecutor-6846-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1663920 INFO  (coreLoadExecutor-6846-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2887570091351821]
   [junit4]   2> 1663921 INFO  (coreLoadExecutor-6846-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@286f5c5f[collection1] main]
   [junit4]   2> 1663921 INFO  (coreLoadExecutor-6846-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-001/collection1/conf
   [junit4]   2> 1663921 INFO  (coreLoadExecutor-6846-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1663921 INFO  (searcherExecutor-6851-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@286f5c5f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1663925 INFO  (coreLoadExecutor-6846-thread-3) [    x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1663925 INFO  (coreLoadExecutor-6846-thread-3) [    x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1663925 INFO  (coreLoadExecutor-6846-thread-3) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2887570091351821]
   [junit4]   2> 1663925 INFO  (coreLoadExecutor-6846-thread-3) [    x:collection5] o.a.s.s.SolrIndexSearcher Opening [Searcher@7333ef09[collection5] main]
   [junit4]   2> 1663926 INFO  (coreLoadExecutor-6846-thread-3) [    x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-001/collection5/conf
   [junit4]   2> 1663926 INFO  (coreLoadExecutor-6846-thread-3) [    x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1663926 INFO  (coreLoadExecutor-6846-thread-2) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2887570091351821]
   [junit4]   2> 1663926 INFO  (coreLoadExecutor-6846-thread-2) [    x:collection2] o.a.s.s.SolrIndexSearcher Opening [Searcher@6e1a6311[collection2] main]
   [junit4]   2> 1663927 INFO  (coreLoadExecutor-6846-thread-2) [    x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-001/collection2/conf
   [junit4]   2> 1663927 INFO  (coreLoadExecutor-6846-thread-2) [    x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1663927 INFO  (coreLoadExecutor-6846-thread-2) [    x:collection2] o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1663929 INFO  (searcherExecutor-6852-thread-1-processing-x:collection5) [    x:collection5] o.a.s.c.SolrCore [collection5] Registered new searcher Searcher@7333ef09[collection5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1663929 INFO  (searcherExecutor-6847-thread-1-processing-x:collection2) [    x:collection2] o.a.s.c.SolrCore [collection2] Registered new searcher Searcher@6e1a6311[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1663938 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[93F498D1640D2DE6]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1663948 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[93F498D1640D2DE6]) [    ] o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 1663951 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[93F498D1640D2DE6]) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1663952 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[93F498D1640D2DE6]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-001/collection3
   [junit4]   2> 1663954 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[93F498D1640D2DE6]) [    x:collection3] o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-001/collection3], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-001/collection3/data/]
   [junit4]   2> 1663955 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[93F498D1640D2DE6]) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=95.2763671875, floorSegmentMB=0.3984375, forceMergeDeletesPctAllowed=17.890470911007963, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1663965 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[93F498D1640D2DE6]) [    x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1663965 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[93F498D1640D2DE6]) [    x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1663965 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[93F498D1640D2DE6]) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=14.4814453125, floorSegmentMB=1.111328125, forceMergeDeletesPctAllowed=7.744643249992144, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1663965 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[93F498D1640D2DE6]) [    x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@6c2ae1a9[collection3] main]
   [junit4]   2> 1663966 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[93F498D1640D2DE6]) [    x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-001/collection3/conf
   [junit4]   2> 1663966 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[93F498D1640D2DE6]) [    x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1663966 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[93F498D1640D2DE6]) [    x:collection3] o.a.s.c.SolrCores Opening transient core collection3
   [junit4]   2> 1663978 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[93F498D1640D2DE6]) [    x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1663987 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[93F498D1640D2DE6]) [    x:collection3] o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 1663990 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[93F498D1640D2DE6]) [    x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1663992 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[93F498D1640D2DE6]) [    x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-001/collection4
   [junit4]   2> 1663993 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-001/collection4], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-001/collection4/data/]
   [junit4]   2> 1663994 INFO  (searcherExecutor-6859-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrCore [collection3] Registered new searcher Searcher@6c2ae1a9[collection3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1663994 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1664003 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1664003 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1664004 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=79.517578125, floorSegmentMB=0.5068359375, forceMergeDeletesPctAllowed=9.377755388301416, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1664005 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@5ac16e26[collection4] main]
   [junit4]   2> 1664005 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-001/collection4/conf
   [junit4]   2> 1664005 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1664005 INFO  (searcherExecutor-6863-thread-1-processing-x:collection4) [    x:collection4] o.a.s.c.SolrCore [collection4] Registered new searcher Searcher@5ac16e26[collection4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1664006 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1119583780
   [junit4]   2> 1664006 INFO  (coreCloseExecutor-6867-thread-1-processing-x:collection4) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5f1ae7f2
   [junit4]   2> 1664006 INFO  (coreCloseExecutor-6867-thread-3-processing-x:collection4) [    x:collection4] o.a.s.c.SolrCore [collection4]  CLOSING SolrCore org.apache.solr.core.SolrCore@481baa5c
   [junit4]   2> 1664007 INFO  (coreCloseExecutor-6867-thread-5-processing-x:collection4) [    x:collection3] o.a.s.c.SolrCore [collection3]  CLOSING SolrCore org.apache.solr.core.SolrCore@592bb060
   [junit4]   2> 1664007 INFO  (coreCloseExecutor-6867-thread-2-processing-x:collection4) [    x:collection5] o.a.s.c.SolrCore [collection5]  CLOSING SolrCore org.apache.solr.core.SolrCore@531cca94
   [junit4]   2> 1664008 INFO  (coreCloseExecutor-6867-thread-4-processing-x:collection4) [    x:collection2] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore org.apache.solr.core.SolrCore@5338dad8
   [junit4]   2> 1664009 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.SolrTestCaseJ4 ###Ending testLazyLoad
   [junit4]   2> 1664012 INFO  (TEST-TestLazyCores.testRace-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.SolrTestCaseJ4 ###Starting testRace
   [junit4]   2> 1664048 INFO  (TEST-TestLazyCores.testRace-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1664048 INFO  (TEST-TestLazyCores.testRace-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1664064 INFO  (coreLoadExecutor-6874-thread-1-processing-x:collection4) [    x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1664065 INFO  (coreLoadExecutor-6874-thread-3-processing-x:collection4) [    x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1664083 INFO  (coreLoadExecutor-6874-thread-1-processing-x:collection4) [    x:collection4] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1664085 INFO  (coreLoadExecutor-6874-thread-3-processing-x:collection4) [    x:collection4] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1664085 INFO  (coreLoadExecutor-6874-thread-2-processing-x:collection4) [    x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1664086 INFO  (coreLoadExecutor-6874-thread-1-processing-x:collection4) [    x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1664088 INFO  (coreLoadExecutor-6874-thread-1-processing-x:collection4) [    x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-002/collection1
   [junit4]   2> 1664088 INFO  (coreLoadExecutor-6874-thread-1-processing-x:collection4) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-002/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-002/collection1/data/]
   [junit4]   2> 1664089 INFO  (coreLoadExecutor-6874-thread-1-processing-x:collection4) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1664089 INFO  (coreLoadExecutor-6874-thread-3-processing-x:collection4) [    x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1664091 INFO  (coreLoadExecutor-6874-thread-3-processing-x:collection4) [    x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-002/collection5
   [junit4]   2> 1664091 INFO  (coreLoadExecutor-6874-thread-2-processing-x:collection4) [    x:collection4] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1664093 INFO  (coreLoadExecutor-6874-thread-3-processing-x:collection4) [    x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-002/collection5], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-002/collection5/data/]
   [junit4]   2> 1664094 INFO  (coreLoadExecutor-6874-thread-2-processing-x:collection4) [    x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1664094 INFO  (coreLoadExecutor-6874-thread-3-processing-x:collection4) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1664097 INFO  (coreLoadExecutor-6874-thread-2-processing-x:collection4) [    x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-002/collection2
   [junit4]   2> 1664097 INFO  (coreLoadExecutor-6874-thread-2-processing-x:collection4) [    x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-002/collection2], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-002/collection2/data/]
   [junit4]   2> 1664098 INFO  (coreLoadExecutor-6874-thread-2-processing-x:collection4) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1664098 INFO  (coreLoadExecutor-6874-thread-1-processing-x:collection4) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1664098 INFO  (coreLoadExecutor-6874-thread-1-processing-x:collection4) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1664098 INFO  (coreLoadExecutor-6874-thread-1-processing-x:collection4) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2887570091351821]
   [junit4]   2> 1664099 INFO  (coreLoadExecutor-6874-thread-1-processing-x:collection4) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@21e9627e[collection1] main]
   [junit4]   2> 1664099 INFO  (coreLoadExecutor-6874-thread-1-processing-x:collection4) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-002/collection1/conf
   [junit4]   2> 1664099 INFO  (coreLoadExecutor-6874-thread-1-processing-x:collection4) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1664106 INFO  (coreLoadExecutor-6874-thread-3-processing-x:collection4) [    x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1664106 INFO  (coreLoadExecutor-6874-thread-3-processing-x:collection4) [    x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1664107 INFO  (searcherExecutor-6875-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@21e9627e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1664107 INFO  (coreLoadExecutor-6874-thread-3-processing-x:collection4) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2887570091351821]
   [junit4]   2> 1664108 INFO  (coreLoadExecutor-6874-thread-3-processing-x:collection4) [    x:collection5] o.a.s.s.SolrIndexSearcher Opening [Searcher@69afc95[collection5] main]
   [junit4]   2> 1664108 INFO  (coreLoadExecutor-6874-thread-3-processing-x:collection4) [    x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-002/collection5/conf
   [junit4]   2> 1664108 INFO  (coreLoadExecutor-6874-thread-3-processing-x:collection4) [    x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1664108 INFO  (searcherExecutor-6876-thread-1-processing-x:collection5) [    x:collection5] o.a.s.c.SolrCore [collection5] Registered new searcher Searcher@69afc95[collection5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1664108 INFO  (coreLoadExecutor-6874-thread-2-processing-x:collection4) [    x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1664108 INFO  (coreLoadExecutor-6874-thread-2-processing-x:collection4) [    x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1664108 INFO  (coreLoadExecutor-6874-thread-2-processing-x:collection4) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2887570091351821]
   [junit4]   2> 1664109 INFO  (coreLoadExecutor-6874-thread-2-processing-x:collection4) [    x:collection2] o.a.s.s.SolrIndexSearcher Opening [Searcher@5f81e671[collection2] main]
   [junit4]   2> 1664109 INFO  (coreLoadExecutor-6874-thread-2-processing-x:collection4) [    x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-002/collection2/conf
   [junit4]   2> 1664109 INFO  (coreLoadExecutor-6874-thread-2-processing-x:collection4) [    x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1664109 INFO  (searcherExecutor-6878-thread-1-processing-x:collection2) [    x:collection2] o.a.s.c.SolrCore [collection2] Registered new searcher Searcher@5f81e671[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1664109 INFO  (coreLoadExecutor-6874-thread-2-processing-x:collection4) [    x:collection2] o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1664155 INFO  (Thread-5650) [    x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1664159 INFO  (Thread-5650) [    x:collection4] o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 1664163 INFO  (Thread-5650) [    x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1664164 INFO  (Thread-5650) [    x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-002/collection3
   [junit4]   2> 1664164 INFO  (Thread-5650) [    x:collection3] o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-002/collection3], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-002/collection3/data/]
   [junit4]   2> 1664167 INFO  (Thread-5650) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1664177 INFO  (Thread-5650) [    x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1664177 INFO  (Thread-5650) [    x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1664177 INFO  (Thread-5650) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2887570091351821]
   [junit4]   2> 1664178 INFO  (Thread-5650) [    x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@2899b0c3[collection3] main]
   [junit4]   2> 1664178 INFO  (Thread-5650) [    x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-002/collection3/conf
   [junit4]   2> 1664178 INFO  (Thread-5650) [    x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1664178 INFO  (searcherExecutor-6887-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrCore [collection3] Registered new searcher Searcher@2899b0c3[collection3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1664178 INFO  (Thread-5650) [    x:collection3] o.a.s.c.SolrCores Opening transient core collection3
   [junit4]   2> 1664188 INFO  (TEST-TestLazyCores.testRace-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.c.CoreContainer Shutting down CoreContainer instance=415461323
   [junit4]   2> 1664189 INFO  (coreCloseExecutor-6891-thread-1-processing-x:collection4) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@46a647bb
   [junit4]   2> 1664189 INFO  (coreCloseExecutor-6891-thread-2-processing-x:collection4) [    x:collection5] o.a.s.c.SolrCore [collection5]  CLOSING SolrCore org.apache.solr.core.SolrCore@418f2048
   [junit4]   2> 1664189 INFO  (coreCloseExecutor-6891-thread-3-processing-x:collection4) [    x:collection2] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore org.apache.solr.core.SolrCore@2e889a57
   [junit4]   2> 1664190 INFO  (coreCloseExecutor-6891-thread-4-processing-x:collection4) [    x:collection3] o.a.s.c.SolrCore [collection3]  CLOSING SolrCore org.apache.solr.core.SolrCore@3f71e510
   [junit4]   2> 1664191 INFO  (TEST-TestLazyCores.testRace-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.SolrTestCaseJ4 ###Ending testRace
   [junit4]   2> 1664195 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.SolrTestCaseJ4 ###Starting testCachingLimit
   [junit4]   2> 1664225 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1664226 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1664248 INFO  (coreLoadExecutor-6898-thread-2-processing-x:collection4) [    x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1664248 INFO  (coreLoadExecutor-6898-thread-1-processing-x:collection4) [    x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1664264 INFO  (coreLoadExecutor-6898-thread-3-processing-x:collection4) [    x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1664265 INFO  (coreLoadExecutor-6898-thread-1-processing-x:collection4) [    x:collection4] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1664267 INFO  (coreLoadExecutor-6898-thread-1-processing-x:collection4) [    x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1664268 INFO  (coreLoadExecutor-6898-thread-1-processing-x:collection4) [    x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection1
   [junit4]   2> 1664269 INFO  (coreLoadExecutor-6898-thread-1-processing-x:collection4) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection1/data/]
   [junit4]   2> 1664269 INFO  (coreLoadExecutor-6898-thread-3-processing-x:collection4) [    x:collection4] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1664269 INFO  (coreLoadExecutor-6898-thread-1-processing-x:collection4) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1664271 INFO  (coreLoadExecutor-6898-thread-3-processing-x:collection4) [    x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1664272 INFO  (coreLoadExecutor-6898-thread-3-processing-x:collection4) [    x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection5
   [junit4]   2> 1664272 INFO  (coreLoadExecutor-6898-thread-3-processing-x:collection4) [    x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection5], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection5/data/]
   [junit4]   2> 1664273 INFO  (coreLoadExecutor-6898-thread-3-processing-x:collection4) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1664277 INFO  (coreLoadExecutor-6898-thread-1-processing-x:collection4) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1664277 INFO  (coreLoadExecutor-6898-thread-1-processing-x:collection4) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1664277 INFO  (coreLoadExecutor-6898-thread-1-processing-x:collection4) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2887570091351821]
   [junit4]   2> 1664277 INFO  (coreLoadExecutor-6898-thread-1-processing-x:collection4) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@77ae174c[collection1] main]
   [junit4]   2> 1664277 INFO  (coreLoadExecutor-6898-thread-1-processing-x:collection4) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection1/conf
   [junit4]   2> 1664277 INFO  (coreLoadExecutor-6898-thread-1-processing-x:collection4) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1664278 INFO  (searcherExecutor-6899-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@77ae174c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1664279 INFO  (coreLoadExecutor-6898-thread-3-processing-x:collection4) [    x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1664279 INFO  (coreLoadExecutor-6898-thread-3-processing-x:collection4) [    x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1664282 INFO  (coreLoadExecutor-6898-thread-2-processing-x:collection4) [    x:collection4] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1664284 INFO  (coreLoadExecutor-6898-thread-2-processing-x:collection4) [    x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1664286 INFO  (coreLoadExecutor-6898-thread-2-processing-x:collection4) [    x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection2
   [junit4]   2> 1664286 INFO  (coreLoadExecutor-6898-thread-2-processing-x:collection4) [    x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection2], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection2/data/]
   [junit4]   2> 1664287 INFO  (coreLoadExecutor-6898-thread-2-processing-x:collection4) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1664296 INFO  (coreLoadExecutor-6898-thread-2-processing-x:collection4) [    x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1664297 INFO  (coreLoadExecutor-6898-thread-2-processing-x:collection4) [    x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1664297 INFO  (coreLoadExecutor-6898-thread-3-processing-x:collection4) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2887570091351821]
   [junit4]   2> 1664297 INFO  (coreLoadExecutor-6898-thread-3-processing-x:collection4) [    x:collection5] o.a.s.s.SolrIndexSearcher Opening [Searcher@215e40e2[collection5] main]
   [junit4]   2> 1664297 INFO  (coreLoadExecutor-6898-thread-3-processing-x:collection4) [    x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection5/conf
   [junit4]   2> 1664297 INFO  (coreLoadExecutor-6898-thread-3-processing-x:collection4) [    x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1664298 INFO  (coreLoadExecutor-6898-thread-2-processing-x:collection4) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2887570091351821]
   [junit4]   2> 1664298 INFO  (coreLoadExecutor-6898-thread-2-processing-x:collection4) [    x:collection2] o.a.s.s.SolrIndexSearcher Opening [Searcher@2e5bbe76[collection2] main]
   [junit4]   2> 1664298 INFO  (coreLoadExecutor-6898-thread-2-processing-x:collection4) [    x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection2/conf
   [junit4]   2> 1664298 INFO  (coreLoadExecutor-6898-thread-2-processing-x:collection4) [    x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1664298 INFO  (searcherExecutor-6907-thread-1-processing-x:collection2) [    x:collection2] o.a.s.c.SolrCore [collection2] Registered new searcher Searcher@2e5bbe76[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1664298 INFO  (coreLoadExecutor-6898-thread-2-processing-x:collection4) [    x:collection2] o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1664298 INFO  (searcherExecutor-6900-thread-1-processing-x:collection5) [    x:collection5] o.a.s.c.SolrCore [collection5] Registered new searcher Searcher@215e40e2[collection5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1664307 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1664317 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 1664322 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1664323 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection3
   [junit4]   2> 1664323 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection3] o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection3], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection3/data/]
   [junit4]   2> 1664324 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=57.6181640625, floorSegmentMB=0.7802734375, forceMergeDeletesPctAllowed=28.189348298556872, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8924329448304137
   [junit4]   2> 1664334 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1664334 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1664334 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5519790907787852]
   [junit4]   2> 1664334 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@2c6dd4b9[collection3] main]
   [junit4]   2> 1664335 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection3/conf
   [junit4]   2> 1664335 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1664335 INFO  (searcherExecutor-6911-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrCore [collection3] Registered new searcher Searcher@2c6dd4b9[collection3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1664335 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection3] o.a.s.c.SolrCores Opening transient core collection3
   [junit4]   2> 1664344 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1664352 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection3] o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 1664354 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1664355 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection4
   [junit4]   2> 1664355 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection4], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection4/data/]
   [junit4]   2> 1664357 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1664364 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1664364 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1664364 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=98.44921875, floorSegmentMB=1.7451171875, forceMergeDeletesPctAllowed=3.942513002526251, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8974749087787611
   [junit4]   2> 1664364 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@242cdeb8[collection4] main]
   [junit4]   2> 1664365 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection4/conf
   [junit4]   2> 1664365 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1664365 INFO  (searcherExecutor-6915-thread-1-processing-x:collection4) [    x:collection4] o.a.s.c.SolrCore [collection4] Registered new searcher Searcher@242cdeb8[collection4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1664371 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1664389 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.s.IndexSchema [collection6] Schema name=tiny
   [junit4]   2> 1664392 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1664395 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection6
   [junit4]   2> 1664396 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection6] o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection6], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection6/data/]
   [junit4]   2> 1664397 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=50.2978515625, floorSegmentMB=0.9501953125, forceMergeDeletesPctAllowed=16.985595906185207, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1664408 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1664408 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1664408 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=34.4111328125, floorSegmentMB=1.0439453125, forceMergeDeletesPctAllowed=13.076236546310028, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1664409 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection6] o.a.s.s.SolrIndexSearcher Opening [Searcher@260b9646[collection6] main]
   [junit4]   2> 1664409 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection6] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection6/conf
   [junit4]   2> 1664409 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection6] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1664409 INFO  (searcherExecutor-6919-thread-1-processing-x:collection6) [    x:collection6] o.a.s.c.SolrCore [collection6] Registered new searcher Searcher@260b9646[collection6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1664409 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection6] o.a.s.c.SolrCores Opening transient core collection6
   [junit4]   2> 1664423 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1664431 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection6] o.a.s.s.IndexSchema [collection7] Schema name=tiny
   [junit4]   2> 1664433 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection6] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1664434 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection6] o.a.s.c.CoreContainer Creating SolrCore 'collection7' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection7
   [junit4]   2> 1664435 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection7] o.a.s.c.SolrCore [[collection7] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection7], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection7/data/]
   [junit4]   2> 1664436 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection7] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8457881279895892]
   [junit4]   2> 1664445 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection7] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1664445 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection7] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1664445 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection7] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=24.8603515625, floorSegmentMB=1.05078125, forceMergeDeletesPctAllowed=11.309988108177606, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5311382678143386
   [junit4]   2> 1664446 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection7] o.a.s.s.SolrIndexSearcher Opening [Searcher@1a26df8e[collection7] main]
   [junit4]   2> 1664446 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection7] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection7/conf
   [junit4]   2> 1664447 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection7] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1664447 INFO  (searcherExecutor-6923-thread-1-processing-x:collection7) [    x:collection7] o.a.s.c.SolrCore [collection7] Registered new searcher Searcher@1a26df8e[collection7] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1664447 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection7] o.a.s.c.SolrCores Opening transient core collection7
   [junit4]   2> 1664454 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection7] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1664462 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection7] o.a.s.s.IndexSchema [collection8] Schema name=tiny
   [junit4]   2> 1664465 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection7] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1664467 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection7] o.a.s.c.CoreContainer Creating SolrCore 'collection8' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection8
   [junit4]   2> 1664468 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection8] o.a.s.c.SolrCore [[collection8] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection8], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection8/data/]
   [junit4]   2> 1664469 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection8] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=49.193359375, floorSegmentMB=2.169921875, forceMergeDeletesPctAllowed=14.775637861899904, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1664477 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection8] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1664477 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection8] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1664477 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection8] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1664477 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection8] o.a.s.s.SolrIndexSearcher Opening [Searcher@48225be4[collection8] main]
   [junit4]   2> 1664477 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection8] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection8/conf
   [junit4]   2> 1664478 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection8] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1664478 INFO  (searcherExecutor-6927-thread-1-processing-x:collection8) [    x:collection8] o.a.s.c.SolrCore [collection8] Registered new searcher Searcher@48225be4[collection8] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1664478 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection8] o.a.s.c.SolrCores Opening transient core collection8
   [junit4]   2> 1664478 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection8] o.a.s.c.SolrCores Closing transient core [collection3]
   [junit4]   2> 1664485 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection8] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1664490 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection8] o.a.s.s.IndexSchema [collection9] Schema name=tiny
   [junit4]   2> 1664492 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection8] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1664493 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection8] o.a.s.c.CoreContainer Creating SolrCore 'collection9' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection9
   [junit4]   2> 1664493 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection9] o.a.s.c.SolrCore [[collection9] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection9], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection9/data/]
   [junit4]   2> 1664496 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection9] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=90.8232421875, floorSegmentMB=1.6640625, forceMergeDeletesPctAllowed=28.45446998478437, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1664505 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection9] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1664505 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection9] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1664505 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection9] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1664505 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection9] o.a.s.s.SolrIndexSearcher Opening [Searcher@4df70839[collection9] main]
   [junit4]   2> 1664505 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection9] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-003/collection9/conf
   [junit4]   2> 1664506 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection9] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1664506 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection9] o.a.s.c.SolrCores Opening transient core collection9
   [junit4]   2> 1664506 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection9] o.a.s.c.SolrCores Closing transient core [collection2]
   [junit4]   2> 1664506 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection9] o.a.s.c.SolrCore [collection3]  CLOSING SolrCore org.apache.solr.core.SolrCore@23f763ab
   [junit4]   2> 1664506 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection9] o.a.s.c.CoreContainer Shutting down CoreContainer instance=338119913
   [junit4]   2> 1664507 INFO  (searcherExecutor-6931-thread-1-processing-x:collection9) [    x:collection9] o.a.s.c.SolrCore [collection9] Registered new searcher Searcher@4df70839[collection9] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1664507 INFO  (coreCloseExecutor-6935-thread-1-processing-x:collection9) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@8125749
   [junit4]   2> 1664508 INFO  (coreCloseExecutor-6935-thread-2-processing-x:collection9) [    x:collection5] o.a.s.c.SolrCore [collection5]  CLOSING SolrCore org.apache.solr.core.SolrCore@6abc9b2c
   [junit4]   2> 1664508 INFO  (coreCloseExecutor-6935-thread-5-processing-x:collection9) [    x:collection7] o.a.s.c.SolrCore [collection7]  CLOSING SolrCore org.apache.solr.core.SolrCore@6a564589
   [junit4]   2> 1664509 INFO  (coreCloseExecutor-6935-thread-6-processing-x:collection9) [    x:collection8] o.a.s.c.SolrCore [collection8]  CLOSING SolrCore org.apache.solr.core.SolrCore@2bee7241
   [junit4]   2> 1664510 INFO  (coreCloseExecutor-6935-thread-3-processing-x:collection9) [    x:collection4] o.a.s.c.SolrCore [collection4]  CLOSING SolrCore org.apache.solr.core.SolrCore@50e6309d
   [junit4]   2> 1664510 INFO  (coreCloseExecutor-6935-thread-7-processing-x:collection9) [    x:collection9] o.a.s.c.SolrCore [collection9]  CLOSING SolrCore org.apache.solr.core.SolrCore@5d1eb8aa
   [junit4]   2> 1664510 INFO  (coreCloseExecutor-6935-thread-4-processing-x:collection9) [    x:collection6] o.a.s.c.SolrCore [collection6]  CLOSING SolrCore org.apache.solr.core.SolrCore@73396387
   [junit4]   2> 1664513 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[93F498D1640D2DE6]) [    x:collection9] o.a.s.SolrTestCaseJ4 ###Ending testCachingLimit
   [junit4]   2> 1664516 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[93F498D1640D2DE6]) [    x:collection9] o.a.s.SolrTestCaseJ4 ###Starting testMidUseUnload
   [junit4]   2> 1664553 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[93F498D1640D2DE6]) [    x:collection9] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1664553 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[93F498D1640D2DE6]) [    x:collection9] o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1664564 INFO  (coreLoadExecutor-6942-thread-1-processing-x:collection9) [    x:collection9] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1664564 INFO  (coreLoadExecutor-6942-thread-3-processing-x:collection9) [    x:collection9] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1664579 INFO  (coreLoadExecutor-6942-thread-1-processing-x:collection9) [    x:collection9] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1664584 INFO  (coreLoadExecutor-6942-thread-1-processing-x:collection9) [    x:collection9] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1664585 INFO  (coreLoadExecutor-6942-thread-3-processing-x:collection9) [    x:collection9] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1664588 INFO  (coreLoadExecutor-6942-thread-1-processing-x:collection9) [    x:collection9] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-004/collection1
   [junit4]   2> 1664588 INFO  (coreLoadExecutor-6942-thread-1-processing-x:collection9) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-004/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_93F498D1640D2DE6-001/tempDir-004/collection1/data/]
   [junit4]   2> 1664588 INFO  (coreLoadExecutor-6942-thread-3-processing-x:collection9) [    x:collection9] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1664589 INFO  (coreLoadExecutor-6942-thread-1-processing-x:collection9) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [L

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

Test, CoreSorterTest, DirectSolrSpellCheckerTest, LeaderElectionTest, TestIntervalFaceting, TestUseDocValuesAsStored2, HighlighterMaxOffsetTest, HttpPartitionTest, DistributedMLTComponentTest, RequestLoggingTest, DirectSolrConnectionTest, ExitableDirectoryReaderTest, TestExtendedDismaxParser, SpatialFilterTest, TestSolrCloudWithSecureImpersonation, TestManagedResourceStorage, TestFieldSortValues, ZkControllerTest, TestCollationFieldDocValues, HLLSerializationTest, TestUpdate, TestFastLRUCache, TestGraphTermsQParserPlugin, TestSolrConfigHandlerConcurrent, TestBM25SimilarityFactory, TestStressReorder, TestSlowCompositeReaderWrapper, SolrXmlInZkTest, TestRestoreCore, TestTolerantSearch, TestJmxIntegration, TestFieldCacheVsDocValues, SimpleFacetsTest, DistributedFacetPivotSmallTest, NumericFieldsTest, TestTrackingShardHandlerFactory, TestRandomFaceting, ZkCLITest, TestDistributedGrouping, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestJoin, TestReload, TestRangeQuery, SolrCoreTest, StatsComponentTest, SolrCmdDistributorTest, PeerSyncTest, ConvertedLegacyTest, TestSort, TestFiltering, TestFunctionQuery, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=93F498D1640D2DE6 -Dtests.slow=true -Dtests.locale=ar-MA -Dtests.timezone=Australia/West -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 5 object(s) that were not released!!! [MockDirectoryWrapper, MockDirectoryWrapper, MockDirectoryWrapper, MDCAwareThreadPoolExecutor, SolrCore]
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
   [junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
   [junit4]    > 	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:66)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:673)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:847)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:775)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:842)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:498)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
   [junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
   [junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:332)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:641)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:847)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:775)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:842)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:498)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
   [junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:434)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:841)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:775)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:842)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:498)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:798)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:775)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:842)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:498)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:937)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:775)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:842)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:498)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([93F498D1640D2DE6]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:266)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=41789, name=searcherExecutor-6907-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([93F498D1640D2DE6]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=41789, name=searcherExecutor-6907-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([93F498D1640D2DE6]:0)
   [junit4] Completed [417/660 (1!)] on J0 in 182.48s, 8 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 63218 lines...]