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 2019/04/15 19:49:07 UTC

[JENKINS] Lucene-Solr-8.x-Solaris (64bit/jdk1.8.0) - Build # 74 - Still Failing!

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

1 tests failed.
FAILED:  org.apache.solr.cloud.BasicDistributedZkTest.test

Error Message:
Could not load collection from ZK: multiunload2

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: multiunload2
	at __randomizedtesting.SeedInfo.seed([D5DA2A2872A50B7A:5D8E15F2DC596682]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1371)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:748)
	at org.apache.solr.common.cloud.ClusterState$CollectionRef.get(ClusterState.java:386)
	at org.apache.solr.common.cloud.ZkStateReader.forceUpdateCollection(ZkStateReader.java:400)
	at org.apache.solr.cloud.BasicDistributedZkTest.testStopAndStartCoresInOneInstance(BasicDistributedZkTest.java:624)
	at org.apache.solr.cloud.BasicDistributedZkTest.test(BasicDistributedZkTest.java:427)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.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:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/multiunload2/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1221)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:358)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:358)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1383)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1369)
	... 46 more




Build Log:
[...truncated 14303 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
   [junit4]   2> 1894866 INFO  (SUITE-BasicDistributedZkTest-seed#[D5DA2A2872A50B7A]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/init-core-data-001
   [junit4]   2> 1894867 WARN  (SUITE-BasicDistributedZkTest-seed#[D5DA2A2872A50B7A]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=51 numCloses=51
   [junit4]   2> 1894867 INFO  (SUITE-BasicDistributedZkTest-seed#[D5DA2A2872A50B7A]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1894868 INFO  (SUITE-BasicDistributedZkTest-seed#[D5DA2A2872A50B7A]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 1894868 INFO  (SUITE-BasicDistributedZkTest-seed#[D5DA2A2872A50B7A]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_/
   [junit4]   2> 1894872 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1894872 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1894872 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1894972 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.ZkTestServer start zk server on port:60445
   [junit4]   2> 1894972 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:60445
   [junit4]   2> 1894972 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 60445
   [junit4]   2> 1894977 INFO  (zkConnectionManagerCallback-11359-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1894980 INFO  (zkConnectionManagerCallback-11361-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1894982 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.ZkTestServer put /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1894983 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.ZkTestServer put /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1894985 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.ZkTestServer put /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1894986 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.ZkTestServer put /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1894987 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.ZkTestServer put /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1894989 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.ZkTestServer put /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1894990 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.ZkTestServer put /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1894991 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.ZkTestServer put /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1894992 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.ZkTestServer put /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1894994 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.ZkTestServer put /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1894995 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.ZkTestServer put /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1894996 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1895395 WARN  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1895395 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1895395 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1895395 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_201-b09
   [junit4]   2> 1895396 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1895396 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1895396 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1895398 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@258d19d{/_,null,AVAILABLE}
   [junit4]   2> 1895399 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@506451cb{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:55561}
   [junit4]   2> 1895399 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.e.j.s.Server Started @1896412ms
   [junit4]   2> 1895399 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/tempDir-001/control/data, hostContext=/_, hostPort=55561, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/control-001/cores}
   [junit4]   2> 1895399 ERROR (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1895399 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1895399 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 1895399 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1895399 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1895399 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-15T18:53:49.015Z
   [junit4]   2> 1895401 INFO  (zkConnectionManagerCallback-11363-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1895402 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1895403 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/control-001/solr.xml
   [junit4]   2> 1895416 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1895416 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1895421 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4108e2f2, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1896407 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1896439 WARN  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@55e046e4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1896443 WARN  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@46c7513a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1896445 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60445/solr
   [junit4]   2> 1896446 INFO  (zkConnectionManagerCallback-11370-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1896450 INFO  (zkConnectionManagerCallback-11372-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1896601 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [n:127.0.0.1:55561__    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:55561__
   [junit4]   2> 1896602 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [n:127.0.0.1:55561__    ] o.a.s.c.Overseer Overseer (id=72087083234623492-127.0.0.1:55561__-n_0000000000) starting
   [junit4]   2> 1896608 INFO  (zkConnectionManagerCallback-11379-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1896611 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [n:127.0.0.1:55561__    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60445/solr ready
   [junit4]   2> 1896612 INFO  (OverseerStateUpdate-72087083234623492-127.0.0.1:55561__-n_0000000000) [n:127.0.0.1:55561__    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:55561__
   [junit4]   2> 1896612 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [n:127.0.0.1:55561__    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55561__
   [junit4]   2> 1896614 INFO  (zkCallback-11378-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1896615 INFO  (OverseerStateUpdate-72087083234623492-127.0.0.1:55561__-n_0000000000) [n:127.0.0.1:55561__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1896689 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [n:127.0.0.1:55561__    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1896705 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [n:127.0.0.1:55561__    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4108e2f2
   [junit4]   2> 1896711 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [n:127.0.0.1:55561__    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4108e2f2
   [junit4]   2> 1896711 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [n:127.0.0.1:55561__    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4108e2f2
   [junit4]   2> 1896712 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [n:127.0.0.1:55561__    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/control-001/cores
   [junit4]   2> 1896726 INFO  (zkConnectionManagerCallback-11385-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1896728 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1896729 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60445/solr ready
   [junit4]   2> 1896730 INFO  (qtp1542124033-30934) [n:127.0.0.1:55561__    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:55561__&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1896735 INFO  (OverseerThreadFactory-10033-thread-1-processing-n:127.0.0.1:55561__) [n:127.0.0.1:55561__    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1896899 INFO  (qtp1542124033-30936) [n:127.0.0.1:55561__    x:control_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1896900 INFO  (qtp1542124033-30936) [n:127.0.0.1:55561__    x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1897943 INFO  (qtp1542124033-30936) [n:127.0.0.1:55561__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 1897968 INFO  (qtp1542124033-30936) [n:127.0.0.1:55561__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 1898082 INFO  (qtp1542124033-30936) [n:127.0.0.1:55561__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1898103 INFO  (qtp1542124033-30936) [n:127.0.0.1:55561__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 1898103 INFO  (qtp1542124033-30936) [n:127.0.0.1:55561__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4108e2f2
   [junit4]   2> 1898103 INFO  (qtp1542124033-30936) [n:127.0.0.1:55561__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1898103 INFO  (qtp1542124033-30936) [n:127.0.0.1:55561__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=17.2021484375, floorSegmentMB=2.0712890625, forceMergeDeletesPctAllowed=18.78151175252911, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=43.13874759869129
   [junit4]   2> 1898108 WARN  (qtp1542124033-30936) [n:127.0.0.1:55561__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1898156 INFO  (qtp1542124033-30936) [n:127.0.0.1:55561__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1898156 INFO  (qtp1542124033-30936) [n:127.0.0.1:55561__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1898158 INFO  (qtp1542124033-30936) [n:127.0.0.1:55561__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1898158 INFO  (qtp1542124033-30936) [n:127.0.0.1:55561__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1898158 INFO  (qtp1542124033-30936) [n:127.0.0.1:55561__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1898158 INFO  (qtp1542124033-30936) [n:127.0.0.1:55561__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@32352c90[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1898160 INFO  (qtp1542124033-30936) [n:127.0.0.1:55561__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1898160 INFO  (qtp1542124033-30936) [n:127.0.0.1:55561__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1898161 INFO  (qtp1542124033-30936) [n:127.0.0.1:55561__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1898161 INFO  (qtp1542124033-30936) [n:127.0.0.1:55561__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1630907328654999552
   [junit4]   2> 1898163 INFO  (searcherExecutor-10038-thread-1-processing-n:127.0.0.1:55561__ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:55561__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@32352c90[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1898167 INFO  (qtp1542124033-30936) [n:127.0.0.1:55561__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1898167 INFO  (qtp1542124033-30936) [n:127.0.0.1:55561__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 1898172 INFO  (qtp1542124033-30936) [n:127.0.0.1:55561__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1898172 INFO  (qtp1542124033-30936) [n:127.0.0.1:55561__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1898172 INFO  (qtp1542124033-30936) [n:127.0.0.1:55561__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:55561/_/control_collection_shard1_replica_n1/
   [junit4]   2> 1898172 INFO  (qtp1542124033-30936) [n:127.0.0.1:55561__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1898173 INFO  (qtp1542124033-30936) [n:127.0.0.1:55561__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:55561/_/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1898173 INFO  (qtp1542124033-30936) [n:127.0.0.1:55561__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72087083234623492-core_node2-n_0000000000
   [junit4]   2> 1898175 INFO  (qtp1542124033-30936) [n:127.0.0.1:55561__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:55561/_/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1898278 INFO  (zkCallback-11371-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1898278 INFO  (zkCallback-11371-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1898279 INFO  (qtp1542124033-30936) [n:127.0.0.1:55561__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1898281 INFO  (qtp1542124033-30936) [n:127.0.0.1:55561__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1383
   [junit4]   2> 1898285 INFO  (qtp1542124033-30934) [n:127.0.0.1:55561__    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1898387 INFO  (zkCallback-11371-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1898387 INFO  (zkCallback-11371-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1898387 INFO  (zkCallback-11371-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1898388 INFO  (qtp1542124033-30934) [n:127.0.0.1:55561__    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:55561__&wt=javabin&version=2} status=0 QTime=1658
   [junit4]   2> 1898394 INFO  (zkConnectionManagerCallback-11391-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1898395 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1898397 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60445/solr ready
   [junit4]   2> 1898397 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1898398 INFO  (qtp1542124033-30935) [n:127.0.0.1:55561__    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1898403 INFO  (OverseerThreadFactory-10033-thread-2-processing-n:127.0.0.1:55561__) [n:127.0.0.1:55561__    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1898403 INFO  (OverseerCollectionConfigSetProcessor-72087083234623492-127.0.0.1:55561__-n_0000000000) [n:127.0.0.1:55561__    ] 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> 1898607 WARN  (OverseerThreadFactory-10033-thread-2-processing-n:127.0.0.1:55561__) [n:127.0.0.1:55561__    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1898610 INFO  (qtp1542124033-30935) [n:127.0.0.1:55561__    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1898610 INFO  (qtp1542124033-30935) [n:127.0.0.1:55561__    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=212
   [junit4]   2> 1898612 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 1899824 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/shard-1-001 of type NRT
   [junit4]   2> 1899825 WARN  (closeThreadPool-11392-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1899825 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1899825 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1899825 INFO  (closeThreadPool-11392-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_201-b09
   [junit4]   2> 1899826 INFO  (closeThreadPool-11392-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1899826 INFO  (closeThreadPool-11392-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1899826 INFO  (closeThreadPool-11392-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1899826 INFO  (closeThreadPool-11392-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b6d1a91{/_,null,AVAILABLE}
   [junit4]   2> 1899827 INFO  (closeThreadPool-11392-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2146b648{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:62489}
   [junit4]   2> 1899827 INFO  (closeThreadPool-11392-thread-1) [    ] o.e.j.s.Server Started @1900843ms
   [junit4]   2> 1899827 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/_, hostPort=62489, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/shard-1-001/cores}
   [junit4]   2> 1899827 ERROR (closeThreadPool-11392-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1899827 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1899827 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 1899828 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1899828 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1899828 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-15T18:53:53.444Z
   [junit4]   2> 1899833 INFO  (zkConnectionManagerCallback-11394-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1899836 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1899836 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/shard-1-001/solr.xml
   [junit4]   2> 1899848 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1899848 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1899850 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4108e2f2, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1900225 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1900227 WARN  (closeThreadPool-11392-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@33d41eda[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1900232 WARN  (closeThreadPool-11392-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1ee58204[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1900232 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60445/solr
   [junit4]   2> 1900235 INFO  (zkConnectionManagerCallback-11401-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1900237 INFO  (zkConnectionManagerCallback-11403-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1900242 INFO  (closeThreadPool-11392-thread-1) [n:127.0.0.1:62489__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1900250 INFO  (closeThreadPool-11392-thread-1) [n:127.0.0.1:62489__    ] o.a.s.c.ZkController Publish node=127.0.0.1:62489__ as DOWN
   [junit4]   2> 1900251 INFO  (closeThreadPool-11392-thread-1) [n:127.0.0.1:62489__    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1900252 INFO  (closeThreadPool-11392-thread-1) [n:127.0.0.1:62489__    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62489__
   [junit4]   2> 1900254 INFO  (zkCallback-11371-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1900254 INFO  (zkCallback-11378-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1900254 INFO  (zkCallback-11390-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1900255 INFO  (zkCallback-11402-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1900331 INFO  (zkConnectionManagerCallback-11410-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1900334 INFO  (closeThreadPool-11392-thread-1) [n:127.0.0.1:62489__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1900336 INFO  (closeThreadPool-11392-thread-1) [n:127.0.0.1:62489__    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60445/solr ready
   [junit4]   2> 1900337 INFO  (closeThreadPool-11392-thread-1) [n:127.0.0.1:62489__    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1900390 INFO  (closeThreadPool-11392-thread-1) [n:127.0.0.1:62489__    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4108e2f2
   [junit4]   2> 1900400 INFO  (closeThreadPool-11392-thread-1) [n:127.0.0.1:62489__    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4108e2f2
   [junit4]   2> 1900400 INFO  (closeThreadPool-11392-thread-1) [n:127.0.0.1:62489__    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4108e2f2
   [junit4]   2> 1900402 INFO  (closeThreadPool-11392-thread-1) [n:127.0.0.1:62489__    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/shard-1-001/cores
   [junit4]   2> 1900405 INFO  (OverseerCollectionConfigSetProcessor-72087083234623492-127.0.0.1:55561__-n_0000000000) [n:127.0.0.1:55561__    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1900622 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/shard-2-001 of type NRT
   [junit4]   2> 1900623 WARN  (closeThreadPool-11392-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1900623 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1900623 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1900623 INFO  (closeThreadPool-11392-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_201-b09
   [junit4]   2> 1900624 INFO  (closeThreadPool-11392-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1900624 INFO  (closeThreadPool-11392-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1900625 INFO  (closeThreadPool-11392-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1900626 INFO  (closeThreadPool-11392-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@426f4420{/_,null,AVAILABLE}
   [junit4]   2> 1900626 INFO  (closeThreadPool-11392-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@475f6c0b{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:40981}
   [junit4]   2> 1900627 INFO  (closeThreadPool-11392-thread-1) [    ] o.e.j.s.Server Started @1901642ms
   [junit4]   2> 1900627 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/tempDir-001/jetty2, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/_, hostPort=40981, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/shard-2-001/cores}
   [junit4]   2> 1900627 ERROR (closeThreadPool-11392-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1900627 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1900627 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 1900627 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1900627 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1900627 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-15T18:53:54.243Z
   [junit4]   2> 1900629 INFO  (zkConnectionManagerCallback-11413-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1900630 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1900631 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/shard-2-001/solr.xml
   [junit4]   2> 1900634 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1900634 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1900636 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4108e2f2, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1900848 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1900849 WARN  (closeThreadPool-11392-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@d8d4774[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1900853 WARN  (closeThreadPool-11392-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2864d6bf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1900854 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60445/solr
   [junit4]   2> 1900856 INFO  (zkConnectionManagerCallback-11420-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1900859 INFO  (zkConnectionManagerCallback-11422-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1900866 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1900870 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:40981__ as DOWN
   [junit4]   2> 1900872 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1900872 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40981__
   [junit4]   2> 1900874 INFO  (zkCallback-11371-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1900874 INFO  (zkCallback-11378-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1900874 INFO  (zkCallback-11390-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1900875 INFO  (zkCallback-11409-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1900875 INFO  (zkCallback-11402-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1900876 INFO  (zkCallback-11421-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1900915 INFO  (zkConnectionManagerCallback-11429-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1900916 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1900918 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60445/solr ready
   [junit4]   2> 1900918 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1900951 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4108e2f2
   [junit4]   2> 1900976 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4108e2f2
   [junit4]   2> 1900976 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4108e2f2
   [junit4]   2> 1900977 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/shard-2-001/cores
   [junit4]   2> 1901167 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/shard-3-001 of type NRT
   [junit4]   2> 1901167 WARN  (closeThreadPool-11392-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1901167 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1901167 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1901167 INFO  (closeThreadPool-11392-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_201-b09
   [junit4]   2> 1901169 INFO  (closeThreadPool-11392-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1901169 INFO  (closeThreadPool-11392-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1901169 INFO  (closeThreadPool-11392-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1901170 INFO  (closeThreadPool-11392-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3d71b159{/_,null,AVAILABLE}
   [junit4]   2> 1901170 INFO  (closeThreadPool-11392-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5592ce7{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:57096}
   [junit4]   2> 1901170 INFO  (closeThreadPool-11392-thread-1) [    ] o.e.j.s.Server Started @1902186ms
   [junit4]   2> 1901170 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/tempDir-001/jetty3, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/_, hostPort=57096, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/shard-3-001/cores}
   [junit4]   2> 1901170 ERROR (closeThreadPool-11392-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1901170 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1901171 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 1901171 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1901171 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1901171 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-15T18:53:54.787Z
   [junit4]   2> 1901174 INFO  (zkConnectionManagerCallback-11432-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1901175 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1901175 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/shard-3-001/solr.xml
   [junit4]   2> 1901180 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1901180 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1901182 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4108e2f2, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1901509 INFO  (TEST-BasicDistributedZkTest.test-seed#[D5DA2A2872A50B7A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/shard-4-001 of type NRT
   [junit4]   2> 1901510 WARN  (closeThreadPool-11392-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1901510 INFO  (closeThreadPool-11392-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1901510 INFO  (closeThreadPool-11392-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1901510 INFO  (closeThreadPool-11392-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_201-b09
   [junit4]   2> 1901511 INFO  (closeThreadPool-11392-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1901511 INFO  (closeThreadPool-11392-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1901511 INFO  (closeThreadPool-11392-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1901511 INFO  (closeThreadPool-11392-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@12899dd6{/_,null,AVAILABLE}
   [junit4]   2> 1901511 INFO  (closeThreadPool-11392-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7cced5bf{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:41051}
   [junit4]   2> 1901512 INFO  (closeThreadPool-11392-thread-2) [    ] o.e.j.s.Server Started @1902528ms
   [junit4]   2> 1901512 INFO  (closeThreadPool-11392-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/tempDir-001/jetty4, solrconfig=solrconfig.xml, hostContext=/_, hostPort=41051, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/shard-4-001/cores}
   [junit4]   2> 1901512 ERROR (closeThreadPool-11392-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1901512 INFO  (closeThreadPool-11392-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1901512 INFO  (closeThreadPool-11392-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 1901512 INFO  (closeThreadPool-11392-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1901512 INFO  (closeThreadPool-11392-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1901512 INFO  (closeThreadPool-11392-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-15T18:53:55.128Z
   [junit4]   2> 1901514 INFO  (zkConnectionManagerCallback-11435-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1901515 INFO  (closeThreadPool-11392-thread-2) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1901515 INFO  (closeThreadPool-11392-thread-2) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/shard-4-001/solr.xml
   [junit4]   2> 1901518 INFO  (closeThreadPool-11392-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1901518 INFO  (closeThreadPool-11392-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1901520 INFO  (closeThreadPool-11392-thread-2) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4108e2f2, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1902143 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1902145 WARN  (closeThreadPool-11392-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7ac8a26e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1902151 WARN  (closeThreadPool-11392-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@af5286[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1902152 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60445/solr
   [junit4]   2> 1902154 INFO  (zkConnectionManagerCallback-11442-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1902157 INFO  (zkConnectionManagerCallback-11444-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1902164 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1902170 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:57096__ as DOWN
   [junit4]   2> 1902171 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1902171 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57096__
   [junit4]   2> 1902173 INFO  (zkCallback-11378-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1902173 INFO  (zkCallback-11409-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1902173 INFO  (zkCallback-11371-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1902173 INFO  (zkCallback-11402-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1902173 INFO  (zkCallback-11390-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1902173 INFO  (zkCallback-11428-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1902174 INFO  (zkCallback-11421-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1902174 INFO  (zkCallback-11443-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1902203 INFO  (zkConnectionManagerCallback-11451-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1902205 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1902206 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60445/solr ready
   [junit4]   2> 1902206 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1902223 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4108e2f2
   [junit4]   2> 1902229 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4108e2f2
   [junit4]   2> 1902229 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4108e2f2
   [junit4]   2> 1902230 INFO  (closeThreadPool-11392-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/shard-3-001/cores
   [junit4]   2> 1903059 INFO  (closeThreadPool-11392-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1903060 WARN  (closeThreadPool-11392-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3556ef8d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1903066 WARN  (closeThreadPool-11392-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@44407f0c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1903067 INFO  (closeThreadPool-11392-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60445/solr
   [junit4]   2> 1903150 INFO  (zkConnectionManagerCallback-11458-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1903153 INFO  (zkConnectionManagerCallback-11460-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1903161 INFO  (closeThreadPool-11392-thread-2) [n:127.0.0.1:41051__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1903166 INFO  (closeThreadPool-11392-thread-2) [n:127.0.0.1:41051__    ] o.a.s.c.ZkController Publish node=127.0.0.1:41051__ as DOWN
   [junit4]   2> 1903168 INFO  (closeThreadPool-11392-thread-2) [n:127.0.0.1:41051__    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1903168 INFO  (closeThreadPool-11392-thread-2) [n:127.0.0.1:41051__    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41051__
   [junit4]   2> 1903169 INFO  (zkCallback-11409-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1903169 INFO  (zkCallback-11421-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1903169 INFO  (zkCallback-11428-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1903170 INFO  (zkCallback-11371-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1903170 INFO  (zkCallback-11443-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1903170 INFO  (zkCallback-11402-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1903170 INFO  (zkCallback-11450-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1903171 INFO  (zkCallback-11378-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1903171 INFO  (zkCallback-11390-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1903172 INFO  (zkCallback-11459-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1903281 INFO  (zkConnectionManagerCallback-11467-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1903283 INFO  (closeThreadPool-11392-thread-2) [n:127.0.0.1:41051__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1903285 INFO  (closeThreadPool-11392-thread-2) [n:127.0.0.1:41051__    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60445/solr ready
   [junit4]   2> 1903286 INFO  (closeThreadPool-11392-thread-2) [n:127.0.0.1:41051__    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1903317 INFO  (closeThreadPool-11392-thread-2) [n:127.0.0.1:41051__    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4108e2f2
   [junit4]   2> 1903323 INFO  (closeThreadPool-11392-thread-2) [n:127.0.0.1:41051__    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4108e2f2
   [junit4]   2> 1903324 INFO  (closeThreadPool-11392-thread-2) [n:127.0.0.1:41051__    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4108e2f2
   [junit4]   2> 1903325 INFO  (closeThreadPool-11392-thread-2) [n:127.0.0.1:41051__    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/shard-4-001/cores
   [junit4]   2> 1903387 INFO  (qtp164202818-31028) [n:127.0.0.1:40981__    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:62489__&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1903387 INFO  (qtp164202818-31029) [n:127.0.0.1:40981__    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:41051__&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1903387 INFO  (qtp164202818-31030) [n:127.0.0.1:40981__    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:40981__&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1903387 INFO  (qtp164202818-31031) [n:127.0.0.1:40981__    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:57096__&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1903392 INFO  (OverseerThreadFactory-10033-thread-3-processing-n:127.0.0.1:55561__) [n:127.0.0.1:55561__ c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:62489__ for creating new replica of shard shard2 for collection collection1
   [junit4]   2> 1903392 INFO  (OverseerThreadFactory-10033-thread-4-processing-n:127.0.0.1:55561__) [n:127.0.0.1:55561__ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:41051__ for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 1903395 INFO  (OverseerThreadFactory-10033-thread-3-processing-n:127.0.0.1:55561__) [n:127.0.0.1:55561__ c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1903396 INFO  (OverseerThreadFactory-10033-thread-4-processing-n:127.0.0.1:55561__) [n:127.0.0.1:55561__ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1903399 INFO  (qtp770790586-30999) [n:127.0.0.1:62489__    x:collection1_shard2_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1903400 INFO  (qtp874505417-31077) [n:127.0.0.1:41051__    x:collection1_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n2&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1904424 INFO  (qtp770790586-30999) [n:127.0.0.1:62489__ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 1904456 INFO  (qtp770790586-30999) [n:127.0.0.1:62489__ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema [collection1_shard2_replica_n1] Schema name=test
   [junit4]   2> 1904506 INFO  (qtp874505417-31077) [n:127.0.0.1:41051__ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 1904517 INFO  (qtp874505417-31077) [n:127.0.0.1:41051__ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=test
   [junit4]   2> 1904607 INFO  (qtp770790586-30999) [n:127.0.0.1:62489__ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1904616 INFO  (qtp874505417-31077) [n:127.0.0.1:41051__ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1904637 INFO  (qtp874505417-31077) [n:127.0.0.1:41051__ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using configuration from collection collection1, trusted=true
   [junit4]   2> 1904637 INFO  (qtp874505417-31077) [n:127.0.0.1:41051__ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n2' (registry 'solr.core.collection1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4108e2f2
   [junit4]   2> 1904638 INFO  (qtp874505417-31077) [n:127.0.0.1:41051__ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/shard-4-001/cores/collection1_shard1_replica_n2], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/shard-4-001/cores/collection1_shard1_replica_n2/data/]
   [junit4]   2> 1904653 INFO  (qtp874505417-31077) [n:127.0.0.1:41051__ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=17.2021484375, floorSegmentMB=2.0712890625, forceMergeDeletesPctAllowed=18.78151175252911, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=43.13874759869129
   [junit4]   2> 1904655 WARN  (qtp874505417-31077) [n:127.0.0.1:41051__ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1904659 INFO  (qtp770790586-30999) [n:127.0.0.1:62489__ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1904659 INFO  (qtp770790586-30999) [n:127.0.0.1:62489__ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n1' (registry 'solr.core.collection1.shard2.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4108e2f2
   [junit4]   2> 1904659 INFO  (qtp770790586-30999) [n:127.0.0.1:62489__ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrCore [[collection1_shard2_replica_n1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/shard-1-001/cores/collection1_shard2_replica_n1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_D5DA2A2872A50B7A-001/shard-1-001/cores/collection1_shard2_replica_n1/data/]
   [junit4]   2> 1904661 INFO  (qtp770790586-30999) [n:127.0.0.1:62489__ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=17.2021484375, floorSegmentMB=2.0712890625, forceMergeDeletesPctAllowed=18.78151175252911, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=43.13874759869129
   [junit4]   2> 1904662 WARN  (qtp770790586-30999) [n:127.0.0.1:62489__ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1904784 INFO  (qtp874505417-31077) [n:127.0.0.1:41051__ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1904784 INFO  (qtp874505417-31077) [n:127.0.0.1:41051__ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1904787 INFO  (qtp874505417-31077) [n:127.0.0.1:41051__ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1904787 INFO  (qtp874505417-31077) [n:127.0.0.1:41051__ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1904787 INFO  (qtp874505417-31077) [n:127.0.0.1:41051__ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1904787 INFO  (qtp874505417-31077) [n:127.0.0.1:41051__ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@1aa77dca[collection1_shard1_replica_n2] main]
   [junit4]   2> 1904792 INFO  (qtp874505417-31077) [n:127.0.0.1:41051__ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1904792 INFO  (qtp874505417-31077) [n:127.0.0.1:41051__ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1904792 INFO  (qtp874505417-31077) [n:127.0.0.1:41051__ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1904793 INFO  (qtp874505417-31077) [n:127.0.0.1:41051__ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1630907335609155584
   [junit4]   2> 1904798 INFO  (searcherExecutor-10079-thread-1-processing-n:127.0.0.1:41051__ x:collection1_shard1_replica_n2 c:collection1 s:shard1) [n:127.0.0.1:41051__ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [collection1_shard1_replica_n2] Registered new searcher Searcher@1aa77dca[collection1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1904799 INFO  (qtp874505417-31077) [n:127.0.0.1:41051__ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1904800 INFO  (qtp874505417-31077) [n:127.0.0.1:41051__ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 1904804 INFO  (qtp874505417-31077) [n:127.0.0.1:41051__ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1904804 INFO  (qtp874505417-31077) [n:127.0.0.1:41051__ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1904804 INFO  (qtp874505417-31077) [n:127.0.0.1:41051__ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41051/_/collection1_shard1_replica_n2/
   [junit4]   2> 1904804 INFO  (qtp874505417-31077) [n:127.0.0.1:41051__ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1904804 INFO  (qtp874505417-31077) [n:127.0.0.1:41051__ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.SyncStrategy http://127.0.0.1:41051/_/collection1_shard1_replica_n2/ has no replicas
   [junit4]   2> 1904804 INFO  (qtp874505417-31077) [n:127.0.0.1:41051__ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72087083234623510-core_node4-n_0000000000
   [junit4]   2> 1904806 INFO  (qtp874505417-31077) [n:127.0.0.1:41051__ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41051/_/collection1_shard1_replica_n2/ shard1
   [junit4]   2> 1904911 INFO  (qtp874505417-31077) [n:127.0.0.1:41051__ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1904916 INFO  (qtp874505417-31077) [n:127.0.0.1:41051__ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n2&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1517
   [junit4]   2> 1904919 INFO  (qtp164202818-31029) [n:127.0.0.1:40981__ c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:41051__&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1532
   [junit4]   2> 1904939 INFO  (qtp770790586-30999) [n:127.0.0.1:62489__ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1904939 INFO  (qtp770790586-30999) [n:127.0.0.1:62489__ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1904959 INFO  (qtp770790586-30999) [n:127.0.0.1:62489__ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1904959 INFO  (qtp770790586-30999) [n:127.0.0.1:62489__ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1904959 INFO  (qtp770790586-30999) [n:127.0.0.1:62489__ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1904960 INFO  (qtp770790586-30999) [n:127.0.0.1:62489__ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@33b9b6a4[collection1_shard2_replica_n1] main]
   [junit4]   2> 1904961 INFO  (qtp770790586-30999) [n:127.0.0.1:62489__ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1904962 INFO  (qtp770790586-30999) [n:127.0.0.1:62489__ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1904962 INFO  (qtp770790586-30999) [n:127.0.0.1:62489__ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1904962 INFO  (qtp770790586-30999) [n:127.0.0.1:62489__ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1630907335786364928
   [junit4]   2> 1904966 INFO  (searcherExecutor-10080-thread-1-processing-n:127.0.0.1:62489__ x:collection1_shard2_replica_n1 c:collection1 s:shard2) [n:127.0.0.1:62489__ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrCore [collection1_shard2_replica_n1] Registered new searcher Searcher@33b9b6a4[collection1_shard2_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1904988 INFO  (qtp770790586-30999) [n:127.0.0.1:62489__ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1904989 INFO  (qtp770790586-30999) [n:127.0.0.1:62489__ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard2
   [junit4]   2> 1904999 INFO  (qtp770790586-30999) [n:127.0.0.1:62489__ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1904999 INFO  (qtp770790586-30999) [n:127.0.0.1:62489__ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1904999 INFO  (qtp770790586-30999) [n:127.0.0.1:62489__ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:62489/_/collection1_shard2_replica_n1/
   [junit4]   2> 1904999 INFO  (qtp770790586-30999) [n:127.0.0.1:62489__ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1904999 INFO  (qtp770790586-30999) [n:127.0.0.1:62489__ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:62489/_/collection1_shard2_replica_n1/ has no replicas
   [junit4]   2> 1904999 INFO  (qtp770790586-30999) [n:127.0.0.1:62489__ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard2/leader after winning as /collections/collection1/leader_elect/shard2/election/72087083234623498-core_node3-n_0000000000
   [junit4]   2> 1905000 INFO  (qtp770790586-30999) [n:127.0.0.1:62489__ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:62489/_/collection1_shard2_replica_n1/ shard2
   [junit4]   2> 1905103 INFO  (qtp770790586-30999) [n:127.0.0.1:62489__ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1905106 INFO  (qtp770790586-30999) [n:127.0.0.1:62489__ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1707
   [junit4]   2> 1905108 INFO  (qtp164202818-31028) [n:127.0.0.1:40981__ c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/a

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

(name=LuceneVarGapFixedInterval), text=PostingsFormat(name=Asserting)}, docValues:{regex_dup_A_s=DocValuesFormat(name=Asserting), other_tl1=DocValuesFormat(name=Lucene80), regex_dup_B_s=DocValuesFormat(name=Lucene80), range_facet_l_dv=DocValuesFormat(name=Lucene80), SubjectTerms_mfacet=DocValuesFormat(name=Lucene80), n_l1=DocValuesFormat(name=Lucene80), multiDefault=DocValuesFormat(name=Direct), intDefault=DocValuesFormat(name=Lucene80), genre_s=DocValuesFormat(name=Asserting), n_td1=DocValuesFormat(name=Direct), n_d1=DocValuesFormat(name=Lucene80), range_facet_l=DocValuesFormat(name=Lucene80), n_f1=DocValuesFormat(name=Direct), series_t=DocValuesFormat(name=Direct), n_tl1=DocValuesFormat(name=Direct), oddField_s=DocValuesFormat(name=Asserting), n_tf1=DocValuesFormat(name=Lucene80), price=DocValuesFormat(name=Asserting), a_t=DocValuesFormat(name=Lucene80), cat=DocValuesFormat(name=Lucene80), sequence_i=DocValuesFormat(name=Asserting), inStock=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Lucene80), text=DocValuesFormat(name=Asserting), intDvoDefault=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Lucene80), foo_i=DocValuesFormat(name=Direct), val_i=DocValuesFormat(name=Lucene80), _root_=DocValuesFormat(name=Lucene80), n_dt1=DocValuesFormat(name=Direct), author_t=DocValuesFormat(name=Direct), a_i1=DocValuesFormat(name=Lucene80), n_ti1=DocValuesFormat(name=Lucene80), rnd_b=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Lucene80), n_tdt1=DocValuesFormat(name=Lucene80), foo_b=DocValuesFormat(name=Asserting), name=DocValuesFormat(name=Lucene80), id_i1=DocValuesFormat(name=Direct), foo_d=DocValuesFormat(name=Lucene80), range_facet_i_dv=DocValuesFormat(name=Lucene80), foo_f=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=351, maxMBSortInHeap=7.579853112868314, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3a145bb6), locale=es-MX, timezone=America/Catamarca
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_201 (64-bit)/cpus=3,threads=1,free=191715880,total=478150656
   [junit4]   2> NOTE: All tests run in this JVM: [EmbeddedSolrNoSerializeTest, TestSubQueryTransformerCrossCore, TestRandomFlRTGCloud, DistributedTermsComponentTest, SliceStateTest, TestScoreJoinQPScore, DirectoryFactoryTest, IndexBasedSpellCheckerTest, TestJettySolrRunner, NestedAtomicUpdateTest, TestIntervalFaceting, ZkControllerTest, TestDeleteCollectionOnDownNodes, TestRawTransformer, SpellCheckCollatorWithCollapseTest, TestSchemaVersionResource, TestImpersonationWithHadoopAuth, TestCloudJSONFacetJoinDomain, TestSafeXMLParsing, V2ApiIntegrationTest, TestGeoJSONResponseWriter, NotRequiredUniqueKeyTest, TestSSLRandomization, TestShardHandlerFactory, MinimalSchemaTest, CollectionsAPIAsyncDistributedZkTest, TestMinHashQParser, TestConfigSets, TestExtendedDismaxParser, TestCoreAdminApis, TestSha256AuthenticationProvider, RestoreTriggerStateTest, HdfsUnloadDistributedZkTest, DirectSolrConnectionTest, OpenExchangeRatesOrgProviderTest, TestCloudPivotFacet, DistributedDebugComponentTest, WordBreakSolrSpellCheckerTest, TestConfigSetImmutable, ReturnFieldsTest, VMParamsZkACLAndCredentialsProvidersTest, CursorPagingTest, TestCollectionAPIs, CreateRoutedAliasTest, SearchRateTriggerIntegrationTest, TestNumericRangeQuery64, TestAddFieldRealTimeGet, TestCopyFieldCollectionResource, DocValuesNotIndexedTest, TestReplicationHandlerDiskOverFlow, TestExpandComponent, ResponseLogComponentTest, RequestLoggingTest, TestLegacyNumericRangeQueryBuilder, CollectionReloadTest, DistributedSpellCheckComponentTest, TestSolrDeletionPolicy2, CollectionStateFormat2Test, TestZkAclsWithHadoopAuth, PrimitiveFieldTypeTest, TestCharFilters, TestInPlaceUpdatesRequiredField, DocExpirationUpdateProcessorFactoryTest, TestLuceneMatchVersion, ImplicitSnitchTest, ChaosMonkeyNothingIsSafeTest, TestZkChroot, TestLeaderElectionWithEmptyReplica, TestSimExecutePlanAction, TestDocSet, CoreAdminOperationTest, TestComplexPhraseLeadingWildcard, QueryParsingTest, ClusterStateUpdateTest, RangeFacetCloudTest, HdfsBasicDistributedZkTest, CustomTermsComponentTest, TestDynamicFieldResource, TestStressCloudBlindAtomicUpdates, TestFieldSortValues, TestSolrQueryResponse, TermVectorComponentDistributedTest, TestStressUserVersions, TestComponentsName, OrderedExecutorTest, NoCacheHeaderTest, TestCollectionsAPIViaSolrCloudCluster, BlockDirectoryTest, TestIndexSearcher, HdfsThreadLeakTest, TestUpdate, TermsComponentTest, TestLockTree, ClassificationUpdateProcessorFactoryTest, TaggingAttributeTest, RecoveryAfterSoftCommitTest, SolrIndexMetricsTest, TestNumericTerms64, SolrCloudExampleTest, TestSimPolicyCloud, SolrMetricsIntegrationTest, TestDistributedMap, TestLogWatcher, ForceLeaderWithTlogReplicasTest, DirectUpdateHandlerTest, AnalyticsQueryTest, QueryElevationComponentTest, PreAnalyzedUpdateProcessorTest, AdminHandlersProxyTest, TestRandomDVFaceting, TestSolrXml, TolerantUpdateProcessorTest, ConcurrentCreateRoutedAliasTest, TestManagedSchemaThreadSafety, SolrGraphiteReporterTest, CdcrVersionReplicationTest, BasicFunctionalityTest, TestCSVLoader, TestSmileRequest, CoreMergeIndexesAdminHandlerTest, MetricsHistoryHandlerTest, CSVRequestHandlerTest, TestDistributedMissingSort, TestSimNodeAddedTrigger, SolrTestCaseJ4Test, TestQuerySenderNoQuery, TestExactStatsCache, TestLMJelinekMercerSimilarityFactory, MultiThreadedOCPTest, TestPerFieldSimilarityWithDefaultOverride, TestReplicationHandler, AddBlockUpdateTest, ComputePlanActionTest, DistributedIntervalFacetingTest, TestRTGBase, TestSolr4Spatial2, TestLFUCache, OverriddenZkACLAndCredentialsProvidersTest, TestRequestStatusCollectionAPI, AutoAddReplicasPlanActionTest, TestFieldResource, TestAtomicUpdateErrorCases, TestStressLiveNodes, TestRangeQuery, SimpleCollectionCreateDeleteTest, TestStressRecovery, UpdateLogTest, TestHdfsUpdateLog, SolrCmdDistributorTest, SaslZkACLProviderTest, TestPartialUpdateDeduplication, TestSchemaResource, TestPostingsSolrHighlighter, DirectSolrSpellCheckerTest, SpellCheckComponentTest, TriLevelCompositeIdRoutingTest, TestStandardQParsers, SpellingQueryConverterTest, RootFieldTest, MigrateRouteKeyTest, CopyFieldTest, HdfsRecoverLeaseTest, BlobRepositoryCloudTest, GraphQueryTest, TestSimDistribStateManager, TestSearcherReuse, TestBM25SimilarityFactory, SOLR749Test, TestNestedDocsSort, TriggerCooldownIntegrationTest, TestValueSourceCache, DistributedFacetPivotSmallTest, VersionInfoTest, BlockJoinFacetRandomTest, TestPayloadScoreQParserPlugin, TestCoreBackup, TestTolerantUpdateProcessorCloud, TestPullReplica, AliasIntegrationTest, AtomicUpdateProcessorFactoryTest, SecurityConfHandlerTest, CdcrReplicationHandlerTest, MetricTriggerTest, JWTAuthPluginIntegrationTest, TriggerIntegrationTest, TestIBSimilarityFactory, UUIDFieldTest, TestChildDocTransformerHierarchy, TestSolrConfigHandlerConcurrent, TestCloudRecovery, QueryResultKeyTest, UUIDUpdateProcessorFallbackTest, ChaosMonkeySafeLeaderTest, SolrCoreTest, SolrLogAuditLoggerPluginTest, TestRealTimeGet, TestInitParams, TestMacros, TestStreamBody, SolrRrdBackendFactoryTest, HdfsDirectoryFactoryTest, IndexSizeTriggerTest, CloudExitableDirectoryReaderTest, TestFieldTypeResource, TestMinMaxOnMultiValuedField, InfixSuggestersTest, ConnectionManagerTest, TestBulkSchemaConcurrent, OutputWriterTest, SampleTest, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedSearch, TestDocumentBuilder, TestGroupingSearch, TestHighlightDedupGrouping, TestRandomFaceting, TestSimpleTrackingShardHandler, TestSolrCoreProperties, TestTolerantSearch, TestTrie, PathHierarchyTokenizerFactoryTest, TestReversedWildcardFilterFactory, TestWordDelimiterFilterFactory, TokenizerChainTest, TestLuceneIndexBackCompat, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, ConnectionReuseTest, ActionThrottleTest, AssignBackwardCompatibilityTest, AsyncCallRequestStatusResponseTest, BasicDistributedZk2Test, BasicDistributedZkTest]
   [junit4] Completed [439/854 (1!)] on J1 in 245.67s, 1 test, 1 error <<< FAILURES!

[...truncated 1472 lines...]
   [junit4] JVM J1: stdout was not empty, see: /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/temp/junit4-J1-20190415_182213_4651644636930788640700.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/heapdumps/java_pid11181.hprof ...
   [junit4] Heap dump file created [488143430 bytes in 18.298 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 8947 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/build.xml:633: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/build.xml:585: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid11181.hprof

Total time: 108 minutes 33 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-8.x-Solaris (64bit/jdk1.8.0) - Build # 75 - Still Failing!

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

All tests passed

Build Log:
[...truncated 36804 lines...]
check-licenses:
     [echo] License check under: /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr
 [licenses] MISSING sha1 checksum file for: /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/core/lib/jose4j-0.6.5.jar
 [licenses] EXPECTED sha1 checksum file : /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/licenses/jose4j-0.6.5.jar.sha1

[...truncated 1 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/build.xml:633: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/build.xml:117: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build.xml:364: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/tools/custom-tasks.xml:62: License check failed. Check the logs.
If you recently modified ivy-versions.properties or any module's ivy.xml,
make sure you run "ant clean-jars jar-checksums" before running precommit.

Total time: 104 minutes 45 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2