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

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 2202 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/2202/
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([9B5E7C6FAB31B509:130A43B505CDD8F1]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1363)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:745)
	at org.apache.solr.common.cloud.ClusterState$CollectionRef.get(ClusterState.java:386)
	at org.apache.solr.common.cloud.ZkStateReader.forceUpdateCollection(ZkStateReader.java:397)
	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:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1063)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1035)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /collections/multiunload2/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:102)
	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:1375)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1361)
	... 46 more




Build Log:
[...truncated 14145 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/init-core-data-001
   [junit4]   2> 1522135 WARN  (SUITE-BasicDistributedZkTest-seed#[9B5E7C6FAB31B509]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=49 numCloses=49
   [junit4]   2> 1522135 INFO  (SUITE-BasicDistributedZkTest-seed#[9B5E7C6FAB31B509]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1522136 INFO  (SUITE-BasicDistributedZkTest-seed#[9B5E7C6FAB31B509]-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> 1522136 INFO  (SUITE-BasicDistributedZkTest-seed#[9B5E7C6FAB31B509]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1522136 INFO  (SUITE-BasicDistributedZkTest-seed#[9B5E7C6FAB31B509]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1522138 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1522138 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1522138 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1522239 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.ZkTestServer start zk server on port:50764
   [junit4]   2> 1522239 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.ZkTestServer parse host and port list: localhost:50764
   [junit4]   2> 1522239 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.ZkTestServer connecting to localhost 50764
   [junit4]   2> 1522252 INFO  (zkConnectionManagerCallback-11433-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1522256 INFO  (zkConnectionManagerCallback-11435-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1522257 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.ZkTestServer put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1522259 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.ZkTestServer put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1522260 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.ZkTestServer put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1522262 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.ZkTestServer put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1522263 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.ZkTestServer put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1522264 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.ZkTestServer put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1522266 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.ZkTestServer put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1522267 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.ZkTestServer put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1522268 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.ZkTestServer put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1522270 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.ZkTestServer put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1522271 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.ZkTestServer put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1522273 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1522399 WARN  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1522400 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1522400 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1522400 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1522400 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1522400 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1522400 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1522401 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6a97df27{/,null,AVAILABLE}
   [junit4]   2> 1522402 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@15ab6a26{HTTP/1.1,[http/1.1]}{127.0.0.1:63205}
   [junit4]   2> 1522402 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.e.j.s.Server Started @1523878ms
   [junit4]   2> 1522402 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/tempDir-001/control/data, replicaType=NRT, hostContext=/, hostPort=63205, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/control-001/cores}
   [junit4]   2> 1522402 ERROR (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1522402 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1522402 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1522402 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1522402 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1522402 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-13T16:29:06.502Z
   [junit4]   2> 1522404 INFO  (zkConnectionManagerCallback-11437-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1522405 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1522405 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/control-001/solr.xml
   [junit4]   2> 1522408 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1522408 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1522409 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7031097e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1522642 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.ZkContainer Zookeeper client=localhost:50764/solr
   [junit4]   2> 1522644 INFO  (zkConnectionManagerCallback-11441-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1522646 INFO  (zkConnectionManagerCallback-11443-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1522719 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [n:127.0.0.1:63205_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:63205_
   [junit4]   2> 1522720 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [n:127.0.0.1:63205_    ] o.a.s.c.Overseer Overseer (id=72223332821696516-127.0.0.1:63205_-n_0000000000) starting
   [junit4]   2> 1522727 INFO  (zkConnectionManagerCallback-11450-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1522729 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [n:127.0.0.1:63205_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at localhost:50764/solr ready
   [junit4]   2> 1522730 INFO  (OverseerStateUpdate-72223332821696516-127.0.0.1:63205_-n_0000000000) [n:127.0.0.1:63205_    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:63205_
   [junit4]   2> 1522731 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [n:127.0.0.1:63205_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63205_
   [junit4]   2> 1522734 INFO  (zkCallback-11442-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1522735 INFO  (zkCallback-11449-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1522736 INFO  (OverseerAutoScalingTriggerThread-72223332821696516-127.0.0.1:63205_-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:63205_]
   [junit4]   2> 1522751 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [n:127.0.0.1:63205_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1522765 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [n:127.0.0.1:63205_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7031097e
   [junit4]   2> 1522771 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [n:127.0.0.1:63205_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7031097e
   [junit4]   2> 1522771 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [n:127.0.0.1:63205_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7031097e
   [junit4]   2> 1522772 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [n:127.0.0.1:63205_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/control-001/cores
   [junit4]   2> 1522785 INFO  (zkConnectionManagerCallback-11456-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1522787 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1522789 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at localhost:50764/solr ready
   [junit4]   2> 1522790 INFO  (qtp573458919-29324) [n:127.0.0.1:63205_    ] 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:63205_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1522794 INFO  (OverseerThreadFactory-9190-thread-1-processing-n:127.0.0.1:63205_) [n:127.0.0.1:63205_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1522903 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1522904 INFO  (qtp573458919-29327) [n:127.0.0.1:63205_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1522905 INFO  (qtp573458919-29328) [n:127.0.0.1:63205_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1522905 INFO  (qtp573458919-29323) [n:127.0.0.1:63205_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1522906 INFO  (qtp573458919-29325) [n:127.0.0.1:63205_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1522910 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_    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> 1522910 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_    x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1523933 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1523951 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_ 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> 1524023 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_ 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> 1524041 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_ 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> 1524042 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_ 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@7031097e
   [junit4]   2> 1524042 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_ 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-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1524043 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_ 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=31, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=84.1005859375, floorSegmentMB=0.9384765625, forceMergeDeletesPctAllowed=22.62164497185046, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=46.86412054502814
   [junit4]   2> 1524044 WARN  (qtp573458919-29326) [n:127.0.0.1:63205_ 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> 1524084 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_ 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> 1524084 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_ 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> 1524086 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1524086 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1524087 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4008621113379899]
   [junit4]   2> 1524087 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@18f895ef[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1524088 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1524089 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_ 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> 1524089 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1524089 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_ 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 1619754796385828864
   [junit4]   2> 1524091 INFO  (searcherExecutor-9195-thread-1-processing-n:127.0.0.1:63205_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:63205_ 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@18f895ef[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1524095 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_ 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> 1524095 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_ 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> 1524099 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1524099 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_ 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> 1524099 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:63205/control_collection_shard1_replica_n1/
   [junit4]   2> 1524099 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_ 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> 1524100 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:63205/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1524100 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_ 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/72223332821696516-core_node2-n_0000000000
   [junit4]   2> 1524102 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_ 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:63205/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1524205 INFO  (zkCallback-11442-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> 1524205 INFO  (zkCallback-11442-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> 1524206 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_ 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> 1524209 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_ 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=1300
   [junit4]   2> 1524213 INFO  (qtp573458919-29324) [n:127.0.0.1:63205_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1524311 INFO  (zkCallback-11442-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> 1524311 INFO  (zkCallback-11442-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> 1524311 INFO  (zkCallback-11442-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> 1524312 INFO  (qtp573458919-29324) [n:127.0.0.1:63205_    ] 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:63205_&wt=javabin&version=2} status=0 QTime=1522
   [junit4]   2> 1524317 INFO  (zkConnectionManagerCallback-11461-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1524319 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1524321 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at localhost:50764/solr ready
   [junit4]   2> 1524321 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1524321 INFO  (qtp573458919-29325) [n:127.0.0.1:63205_    ] 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> 1524325 INFO  (OverseerThreadFactory-9190-thread-2-processing-n:127.0.0.1:63205_) [n:127.0.0.1:63205_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1524326 INFO  (OverseerCollectionConfigSetProcessor-72223332821696516-127.0.0.1:63205_-n_0000000000) [n:127.0.0.1:63205_    ] 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> 1524530 WARN  (OverseerThreadFactory-9190-thread-2-processing-n:127.0.0.1:63205_) [n:127.0.0.1:63205_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1524533 INFO  (qtp573458919-29325) [n:127.0.0.1:63205_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1524534 INFO  (qtp573458919-29325) [n:127.0.0.1:63205_    ] 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=213
   [junit4]   2> 1524535 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 1524655 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/shard-1-001 of type NRT
   [junit4]   2> 1524656 WARN  (closeThreadPool-11462-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1524656 INFO  (closeThreadPool-11462-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1524656 INFO  (closeThreadPool-11462-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1524656 INFO  (closeThreadPool-11462-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_191-b12
   [junit4]   2> 1524657 INFO  (closeThreadPool-11462-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1524657 INFO  (closeThreadPool-11462-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1524657 INFO  (closeThreadPool-11462-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1524658 INFO  (closeThreadPool-11462-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@102b13d5{/,null,AVAILABLE}
   [junit4]   2> 1524659 INFO  (closeThreadPool-11462-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4af049df{HTTP/1.1,[http/1.1]}{127.0.0.1:41520}
   [junit4]   2> 1524659 INFO  (closeThreadPool-11462-thread-1) [    ] o.e.j.s.Server Started @1526137ms
   [junit4]   2> 1524659 INFO  (closeThreadPool-11462-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/tempDir-001/jetty1, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=41520, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/shard-1-001/cores}
   [junit4]   2> 1524659 ERROR (closeThreadPool-11462-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1524659 INFO  (closeThreadPool-11462-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1524659 INFO  (closeThreadPool-11462-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1524659 INFO  (closeThreadPool-11462-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1524659 INFO  (closeThreadPool-11462-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1524659 INFO  (closeThreadPool-11462-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-13T16:29:08.759Z
   [junit4]   2> 1524661 INFO  (zkConnectionManagerCallback-11464-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1524663 INFO  (closeThreadPool-11462-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1524663 INFO  (closeThreadPool-11462-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/shard-1-001/solr.xml
   [junit4]   2> 1524666 INFO  (closeThreadPool-11462-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1524666 INFO  (closeThreadPool-11462-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1524666 INFO  (closeThreadPool-11462-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7031097e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1524788 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/shard-2-001 of type NRT
   [junit4]   2> 1524788 WARN  (closeThreadPool-11462-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1524788 INFO  (closeThreadPool-11462-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1524788 INFO  (closeThreadPool-11462-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1524788 INFO  (closeThreadPool-11462-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_191-b12
   [junit4]   2> 1524789 INFO  (closeThreadPool-11462-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1524789 INFO  (closeThreadPool-11462-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1524789 INFO  (closeThreadPool-11462-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1524789 INFO  (closeThreadPool-11462-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@40347bd4{/,null,AVAILABLE}
   [junit4]   2> 1524791 INFO  (closeThreadPool-11462-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@77d41514{HTTP/1.1,[http/1.1]}{127.0.0.1:40179}
   [junit4]   2> 1524791 INFO  (closeThreadPool-11462-thread-2) [    ] o.e.j.s.Server Started @1526269ms
   [junit4]   2> 1524791 INFO  (closeThreadPool-11462-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/tempDir-001/jetty2, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=40179, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/shard-2-001/cores}
   [junit4]   2> 1524791 ERROR (closeThreadPool-11462-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1524791 INFO  (closeThreadPool-11462-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1524791 INFO  (closeThreadPool-11462-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1524791 INFO  (closeThreadPool-11462-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1524791 INFO  (closeThreadPool-11462-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1524791 INFO  (closeThreadPool-11462-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-13T16:29:08.891Z
   [junit4]   2> 1524793 INFO  (zkConnectionManagerCallback-11466-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1524794 INFO  (closeThreadPool-11462-thread-2) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1524794 INFO  (closeThreadPool-11462-thread-2) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/shard-2-001/solr.xml
   [junit4]   2> 1524797 INFO  (closeThreadPool-11462-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1524797 INFO  (closeThreadPool-11462-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1524797 INFO  (closeThreadPool-11462-thread-2) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7031097e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1524929 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/shard-3-001 of type NRT
   [junit4]   2> 1524947 WARN  (closeThreadPool-11462-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1524947 INFO  (closeThreadPool-11462-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1524947 INFO  (closeThreadPool-11462-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1524947 INFO  (closeThreadPool-11462-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1524949 INFO  (closeThreadPool-11462-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1524949 INFO  (closeThreadPool-11462-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1524949 INFO  (closeThreadPool-11462-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1524949 INFO  (closeThreadPool-11462-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@165d4e65{/,null,AVAILABLE}
   [junit4]   2> 1525008 INFO  (closeThreadPool-11462-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5c30d751{HTTP/1.1,[http/1.1]}{127.0.0.1:65029}
   [junit4]   2> 1525008 INFO  (closeThreadPool-11462-thread-3) [    ] o.e.j.s.Server Started @1526486ms
   [junit4]   2> 1525008 INFO  (closeThreadPool-11462-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/tempDir-001/jetty3, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=65029, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/shard-3-001/cores}
   [junit4]   2> 1525008 ERROR (closeThreadPool-11462-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1525008 INFO  (closeThreadPool-11462-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1525008 INFO  (closeThreadPool-11462-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1525008 INFO  (closeThreadPool-11462-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1525008 INFO  (closeThreadPool-11462-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1525008 INFO  (closeThreadPool-11462-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-13T16:29:09.108Z
   [junit4]   2> 1525010 INFO  (zkConnectionManagerCallback-11468-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1525011 INFO  (closeThreadPool-11462-thread-3) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1525011 INFO  (closeThreadPool-11462-thread-3) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/shard-3-001/solr.xml
   [junit4]   2> 1525014 INFO  (closeThreadPool-11462-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1525014 INFO  (closeThreadPool-11462-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1525015 INFO  (closeThreadPool-11462-thread-3) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7031097e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1525081 INFO  (closeThreadPool-11462-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=localhost:50764/solr
   [junit4]   2> 1525141 INFO  (zkConnectionManagerCallback-11472-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1525144 INFO  (zkConnectionManagerCallback-11474-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1525148 INFO  (closeThreadPool-11462-thread-1) [n:127.0.0.1:41520_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1525152 INFO  (closeThreadPool-11462-thread-1) [n:127.0.0.1:41520_    ] o.a.s.c.ZkController Publish node=127.0.0.1:41520_ as DOWN
   [junit4]   2> 1525153 INFO  (closeThreadPool-11462-thread-1) [n:127.0.0.1:41520_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1525153 INFO  (closeThreadPool-11462-thread-1) [n:127.0.0.1:41520_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41520_
   [junit4]   2> 1525154 INFO  (zkCallback-11442-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1525154 INFO  (zkCallback-11449-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1525154 INFO  (zkCallback-11460-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1525171 INFO  (zkCallback-11473-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1525207 INFO  (zkConnectionManagerCallback-11481-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1525215 INFO  (TEST-BasicDistributedZkTest.test-seed#[9B5E7C6FAB31B509]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/shard-4-001 of type NRT
   [junit4]   2> 1525215 WARN  (closeThreadPool-11462-thread-4) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1525215 INFO  (closeThreadPool-11462-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1525215 INFO  (closeThreadPool-11462-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1525215 INFO  (closeThreadPool-11462-thread-4) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1525216 INFO  (closeThreadPool-11462-thread-1) [n:127.0.0.1:41520_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1525216 INFO  (closeThreadPool-11462-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1525216 INFO  (closeThreadPool-11462-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1525216 INFO  (closeThreadPool-11462-thread-4) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1525216 INFO  (closeThreadPool-11462-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@50c57570{/,null,AVAILABLE}
   [junit4]   2> 1525217 INFO  (closeThreadPool-11462-thread-1) [n:127.0.0.1:41520_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at localhost:50764/solr ready
   [junit4]   2> 1525231 INFO  (closeThreadPool-11462-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1de2e39{HTTP/1.1,[http/1.1]}{127.0.0.1:44558}
   [junit4]   2> 1525231 INFO  (closeThreadPool-11462-thread-4) [    ] o.e.j.s.Server Started @1526709ms
   [junit4]   2> 1525231 INFO  (closeThreadPool-11462-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/tempDir-001/jetty4, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=44558, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/shard-4-001/cores}
   [junit4]   2> 1525231 ERROR (closeThreadPool-11462-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1525231 INFO  (closeThreadPool-11462-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1525231 INFO  (closeThreadPool-11462-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1525231 INFO  (closeThreadPool-11462-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1525231 INFO  (closeThreadPool-11462-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1525231 INFO  (closeThreadPool-11462-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-13T16:29:09.331Z
   [junit4]   2> 1525231 INFO  (closeThreadPool-11462-thread-1) [n:127.0.0.1:41520_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1525245 INFO  (closeThreadPool-11462-thread-1) [n:127.0.0.1:41520_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7031097e
   [junit4]   2> 1525251 INFO  (closeThreadPool-11462-thread-1) [n:127.0.0.1:41520_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7031097e
   [junit4]   2> 1525252 INFO  (closeThreadPool-11462-thread-1) [n:127.0.0.1:41520_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7031097e
   [junit4]   2> 1525252 INFO  (closeThreadPool-11462-thread-1) [n:127.0.0.1:41520_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/shard-1-001/cores
   [junit4]   2> 1525254 INFO  (zkConnectionManagerCallback-11484-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1525269 INFO  (closeThreadPool-11462-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=localhost:50764/solr
   [junit4]   2> 1525287 INFO  (closeThreadPool-11462-thread-4) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1525287 INFO  (closeThreadPool-11462-thread-4) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/shard-4-001/solr.xml
   [junit4]   2> 1525287 INFO  (zkConnectionManagerCallback-11488-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1525290 INFO  (closeThreadPool-11462-thread-4) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1525290 INFO  (closeThreadPool-11462-thread-4) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1525291 INFO  (closeThreadPool-11462-thread-4) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7031097e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1525301 INFO  (zkConnectionManagerCallback-11490-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1525305 INFO  (closeThreadPool-11462-thread-2) [n:127.0.0.1:40179_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1525308 INFO  (closeThreadPool-11462-thread-2) [n:127.0.0.1:40179_    ] o.a.s.c.ZkController Publish node=127.0.0.1:40179_ as DOWN
   [junit4]   2> 1525309 INFO  (closeThreadPool-11462-thread-2) [n:127.0.0.1:40179_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1525309 INFO  (closeThreadPool-11462-thread-2) [n:127.0.0.1:40179_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40179_
   [junit4]   2> 1525310 INFO  (zkCallback-11442-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1525311 INFO  (zkCallback-11489-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1525327 INFO  (zkConnectionManagerCallback-11497-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1525328 INFO  (closeThreadPool-11462-thread-2) [n:127.0.0.1:40179_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1525330 INFO  (closeThreadPool-11462-thread-2) [n:127.0.0.1:40179_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at localhost:50764/solr ready
   [junit4]   2> 1525330 INFO  (closeThreadPool-11462-thread-2) [n:127.0.0.1:40179_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1525343 INFO  (closeThreadPool-11462-thread-2) [n:127.0.0.1:40179_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7031097e
   [junit4]   2> 1525349 INFO  (closeThreadPool-11462-thread-2) [n:127.0.0.1:40179_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7031097e
   [junit4]   2> 1525350 INFO  (closeThreadPool-11462-thread-2) [n:127.0.0.1:40179_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7031097e
   [junit4]   2> 1525350 INFO  (closeThreadPool-11462-thread-2) [n:127.0.0.1:40179_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/shard-2-001/cores
   [junit4]   2> 1525367 INFO  (zkCallback-11449-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1525367 INFO  (zkCallback-11460-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1525397 INFO  (zkCallback-11473-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1525397 INFO  (zkCallback-11480-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1525605 INFO  (closeThreadPool-11462-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=localhost:50764/solr
   [junit4]   2> 1525608 INFO  (zkConnectionManagerCallback-11502-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1525611 INFO  (zkConnectionManagerCallback-11504-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1525616 INFO  (closeThreadPool-11462-thread-4) [n:127.0.0.1:44558_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1525621 INFO  (closeThreadPool-11462-thread-4) [n:127.0.0.1:44558_    ] o.a.s.c.ZkController Publish node=127.0.0.1:44558_ as DOWN
   [junit4]   2> 1525622 INFO  (closeThreadPool-11462-thread-4) [n:127.0.0.1:44558_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1525622 INFO  (closeThreadPool-11462-thread-4) [n:127.0.0.1:44558_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44558_
   [junit4]   2> 1525624 INFO  (zkCallback-11449-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1525624 INFO  (zkCallback-11460-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1525624 INFO  (zkCallback-11442-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1525624 INFO  (zkCallback-11473-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1525624 INFO  (zkCallback-11480-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1525624 INFO  (zkCallback-11503-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1525625 INFO  (zkCallback-11489-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1525625 INFO  (zkCallback-11496-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1525642 INFO  (zkConnectionManagerCallback-11511-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1525643 INFO  (closeThreadPool-11462-thread-4) [n:127.0.0.1:44558_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1525645 INFO  (closeThreadPool-11462-thread-4) [n:127.0.0.1:44558_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at localhost:50764/solr ready
   [junit4]   2> 1525645 INFO  (closeThreadPool-11462-thread-4) [n:127.0.0.1:44558_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1525658 INFO  (closeThreadPool-11462-thread-4) [n:127.0.0.1:44558_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7031097e
   [junit4]   2> 1525664 INFO  (closeThreadPool-11462-thread-4) [n:127.0.0.1:44558_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7031097e
   [junit4]   2> 1525664 INFO  (closeThreadPool-11462-thread-4) [n:127.0.0.1:44558_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7031097e
   [junit4]   2> 1525665 INFO  (closeThreadPool-11462-thread-4) [n:127.0.0.1:44558_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/shard-4-001/cores
   [junit4]   2> 1526263 INFO  (closeThreadPool-11462-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=localhost:50764/solr
   [junit4]   2> 1526265 INFO  (zkConnectionManagerCallback-11516-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1526268 INFO  (zkConnectionManagerCallback-11518-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1526277 INFO  (closeThreadPool-11462-thread-3) [n:127.0.0.1:65029_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1526283 INFO  (closeThreadPool-11462-thread-3) [n:127.0.0.1:65029_    ] o.a.s.c.ZkController Publish node=127.0.0.1:65029_ as DOWN
   [junit4]   2> 1526285 INFO  (closeThreadPool-11462-thread-3) [n:127.0.0.1:65029_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1526285 INFO  (closeThreadPool-11462-thread-3) [n:127.0.0.1:65029_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65029_
   [junit4]   2> 1526286 INFO  (zkCallback-11449-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1526287 INFO  (zkCallback-11460-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1526287 INFO  (zkCallback-11496-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1526287 INFO  (zkCallback-11480-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1526287 INFO  (zkCallback-11473-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1526287 INFO  (zkCallback-11489-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1526287 INFO  (zkCallback-11442-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1526287 INFO  (zkCallback-11503-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1526288 INFO  (zkCallback-11510-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1526288 INFO  (zkCallback-11517-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1526305 INFO  (zkConnectionManagerCallback-11525-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1526307 INFO  (closeThreadPool-11462-thread-3) [n:127.0.0.1:65029_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1526308 INFO  (closeThreadPool-11462-thread-3) [n:127.0.0.1:65029_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at localhost:50764/solr ready
   [junit4]   2> 1526309 INFO  (closeThreadPool-11462-thread-3) [n:127.0.0.1:65029_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1526322 INFO  (closeThreadPool-11462-thread-3) [n:127.0.0.1:65029_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7031097e
   [junit4]   2> 1526328 INFO  (OverseerCollectionConfigSetProcessor-72223332821696516-127.0.0.1:63205_-n_0000000000) [n:127.0.0.1:63205_    ] 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> 1526342 INFO  (closeThreadPool-11462-thread-3) [n:127.0.0.1:65029_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7031097e
   [junit4]   2> 1526342 INFO  (closeThreadPool-11462-thread-3) [n:127.0.0.1:65029_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7031097e
   [junit4]   2> 1526343 INFO  (closeThreadPool-11462-thread-3) [n:127.0.0.1:65029_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/shard-3-001/cores
   [junit4]   2> 1526374 INFO  (qtp867729456-29398) [n:127.0.0.1:40179_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:41520_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1526374 INFO  (qtp867729456-29403) [n:127.0.0.1:40179_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:40179_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1526375 INFO  (qtp867729456-29405) [n:127.0.0.1:40179_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:65029_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1526375 INFO  (qtp867729456-29402) [n:127.0.0.1:40179_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:44558_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1526382 INFO  (qtp867729456-29401) [n:127.0.0.1:40179_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1526383 INFO  (qtp867729456-29400) [n:127.0.0.1:40179_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1526383 INFO  (qtp867729456-29397) [n:127.0.0.1:40179_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1526384 INFO  (qtp867729456-29406) [n:127.0.0.1:40179_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1526384 INFO  (qtp867729456-29401) [n:127.0.0.1:40179_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1526386 INFO  (qtp760635398-29386) [n:127.0.0.1:41520_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1526387 INFO  (qtp760635398-29387) [n:127.0.0.1:41520_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1526387 INFO  (qtp760635398-29388) [n:127.0.0.1:41520_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1526388 INFO  (qtp760635398-29389) [n:127.0.0.1:41520_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1526389 INFO  (qtp760635398-29390) [n:127.0.0.1:41520_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1526391 INFO  (qtp369937001-29445) [n:127.0.0.1:44558_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1526391 INFO  (qtp369937001-29442) [n:127.0.0.1:44558_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1526392 INFO  (qtp369937001-29439) [n:127.0.0.1:44558_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1526392 INFO  (qtp369937001-29439) [n:127.0.0.1:44558_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1526393 INFO  (qtp369937001-29446) [n:127.0.0.1:44558_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1526393 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 1526394 INFO  (qtp573458919-29324) [n:127.0.0.1:63205_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 1526395 INFO  (qtp573458919-29327) [n:127.0.0.1:63205_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 1526395 INFO  (qtp573458919-29328) [n:127.0.0.1:63205_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1526396 INFO  (qtp573458919-29323) [n:127.0.0.1:63205_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1526397 INFO  (qtp573458919-29325) [n:127.0.0.1:63205_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1526398 INFO  (qtp573458919-29326) [n:127.0.0.1:63205_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1526398 INFO  (qtp573458919-29324) [n:127.0.0.1:63205_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1526400 INFO  (qtp443664621-29420) [n:127.0.0.1:65029_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1526401 INFO  (qtp443664621-29413) [n:127.0.0.1:65029_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1526401 INFO  (qtp443664621-29417) [n:127.0.0.1:65029_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1526402 INFO  (qtp443664621-29415) [n:127.0.0.1:65029_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1526403 INFO  (qtp443664621-29418) [n:127.0.0.1:65029_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1526403 INFO  (OverseerThreadFactory-9190-thread-3-processing-n:127.0.0.1:63205_) [n:127.0.0.1:63205_ c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:41520_ for creating new replica of shard shard2 for collection collection1
   [junit4]   2> 1526403 INFO  (OverseerThreadFactory-9190-thread-4-processing-n:127.0.0.1:63205_) [n:127.0.0.1:63205_ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:40179_ for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 1526405 INFO  (OverseerThreadFactory-9190-thread-3-processing-n:127.0.0.1:63205_) [n:127.0.0.1:63205_ c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1526406 INFO  (OverseerThreadFactory-9190-thread-4-processing-n:127.0.0.1:63205_) [n:127.0.0.1:63205_ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1526407 INFO  (qtp760635398-29386) [n:127.0.0.1:41520_    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> 1526408 INFO  (qtp867729456-29397) [n:127.0.0.1:40179_    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> 1527421 INFO  (qtp867729456-29397) [n:127.0.0.1:40179_ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1527421 INFO  (qtp760635398-29386) [n:127.0.0.1:41520_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1527442 INFO  (qtp867729456-29397) [n:127.0.0.1:40179_ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=test
   [junit4]   2> 1527444 INFO  (qtp760635398-29386) [n:127.0.0.1:41520_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema [collection1_shard2_replica_n1] Schema name=test
   [junit4]   2> 1527549 INFO  (qtp867729456-29397) [n:127.0.0.1:40179_ 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> 1527566 INFO  (qtp867729456-29397) [n:127.0.0.1:40179_ 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> 1527566 INFO  (qtp867729456-29397) [n:127.0.0.1:40179_ 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@7031097e
   [junit4]   2> 1527567 INFO  (qtp867729456-29397) [n:127.0.0.1:40179_ 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-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/shard-2-001/cores/collection1_shard1_replica_n2], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/shard-2-001/cores/collection1_shard1_replica_n2/data/]
   [junit4]   2> 1527567 INFO  (qtp760635398-29386) [n:127.0.0.1:41520_ 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> 1527568 INFO  (qtp867729456-29397) [n:127.0.0.1:40179_ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=84.1005859375, floorSegmentMB=0.9384765625, forceMergeDeletesPctAllowed=22.62164497185046, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=46.86412054502814
   [junit4]   2> 1527569 WARN  (qtp867729456-29397) [n:127.0.0.1:40179_ 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> 1527592 INFO  (qtp760635398-29386) [n:127.0.0.1:41520_ 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> 1527592 INFO  (qtp760635398-29386) [n:127.0.0.1:41520_ 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@7031097e
   [junit4]   2> 1527592 INFO  (qtp760635398-29386) [n:127.0.0.1:41520_ 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-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/shard-1-001/cores/collection1_shard2_replica_n1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_9B5E7C6FAB31B509-001/shard-1-001/cores/collection1_shard2_replica_n1/data/]
   [junit4]   2> 1527593 INFO  (qtp760635398-29386) [n:127.0.0.1:41520_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=84.1005859375, floorSegmentMB=0.9384765625, forceMergeDeletesPctAllowed=22.62164497185046, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=46.86412054502814
   [junit4]   2> 1527594 WARN  (qtp760635398-29386) [n:127.0.0.1:41520_ 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> 1527606 INFO  (qtp867729456-29397) [n:127.0.0.1:40179_ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1527606 INFO  (qtp867729456-29397) [n:127.0.0.1:40179_ 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> 1527608 INFO  (qtp867729456-29397) [n:127.0.0.1:40179_ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1527608 INFO  (qtp867729456-29397) [n:127.0.0.1:40179_ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1527608 INFO  (qtp867729456-29397) [n:127.0.0.1:40179_ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4008621113379899]
   [junit4]   2> 1527608 INFO  (qtp867729456-29397) [n:127.0.0.1:40179_ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@3f971e60[collection1_shard1_replica_n2] main]
   [junit4]   2> 1527610 INFO  (qtp867729456-29397) [n:127.0.0.1:40179_ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1527610 INFO  (qtp867729456-29397) [n:127.0.0.1:40179_ 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> 1527611 INFO  (qtp867729456-29397) [n:127.0.0.1:40179_ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1527611 INFO  (qtp867729456-29397) [n:127.0.0.1:40179_ 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 1619754800078913536
   [junit4]   2> 1527613 INFO  (searcherExecutor-9236-thread-1-processing-n:127.0.0.1:40179_ x:collection1_shard1_replica_n2 c:collection1 s:shard1) [n:127.0.0.1:40179_ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [collection1_shard1_replica_n2] Registered new searcher Searcher@3f971e60[collection1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1527617 INFO  (qtp867729456-29397) [n:127.0.0.1:40179_ 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> 1527617 INFO  (qtp867729456-29397) [n:127.0.0.1:40179_ 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> 1527620 INFO  (qtp867729456-29397) [n:127.0.0.1:40179_ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1527620 INFO  (qtp867729456-29397) [n:127.0.0.1:40179_ 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> 1527620 INFO  (qtp867729456-29397) [n:127.0.0.1:40179_ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40179/collection1_shard1_replica_n2/
   [junit4]   2> 1527620 INFO  (qtp867729456-29397) [n:127.0.0.1:40179_ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1527620 INFO  (qtp867729456-29397) [n:127.0.0.1:40179_ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.SyncStrategy http://127.0.0.1:40179/collection1_shard1_replica_n2/ has no replicas
   [junit4]   2> 1527620 INFO  (qtp867729456-29397) [n:127.0.0.1:40179_ 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/72223332821696528-core_node4-n_0000000000
   [junit4]   2> 1527621 INFO  (qtp867729456-29397) [n:127.0.0.1:40179_ c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:40179/collection1_shard1_replica_n2/ shard1
   [junit4]   2> 1527630 INFO  (qtp760635398-29386) [n:127.0.0.1:41520_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1527630 INFO  (qtp760635398-29386) [n:127.0.0.1:41520_ c:collec

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

serting), intDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), genre_s=PostingsFormat(name=Direct), n_td1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), n_d1=PostingsFormat(name=Asserting), range_facet_l=PostingsFormat(name=Asserting), n_f1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), series_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), n_tl1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), oddField_s=PostingsFormat(name=Direct), n_tf1=PostingsFormat(name=Asserting), price=FSTOrd50, a_t=PostingsFormat(name=Asserting), cat=PostingsFormat(name=Asserting), inStock=FSTOrd50, sequence_i=PostingsFormat(name=Direct), id=PostingsFormat(name=Direct), text=FSTOrd50, timestamp=PostingsFormat(name=Asserting), foo_i=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), val_i=PostingsFormat(name=Direct), _root_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), n_dt1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), author_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), a_i1=PostingsFormat(name=Asserting), n_ti1=PostingsFormat(name=Direct), rnd_b=PostingsFormat(name=Direct), foo_b=FSTOrd50, n_tdt1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), name=PostingsFormat(name=Direct), id_i1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), foo_d=PostingsFormat(name=Direct), range_facet_i_dv=PostingsFormat(name=Asserting), foo_f=FSTOrd50}, docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), _version_=DocValuesFormat(name=Asserting), range_facet_i_dv=DocValuesFormat(name=Lucene70), intDvoDefault=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=825, maxMBSortInHeap=7.9259126249224545, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6deca8c8), locale=es-NI, timezone=America/Boa_Vista
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=3,threads=1,free=96685376,total=478150656
   [junit4]   2> NOTE: All tests run in this JVM: [TestObjectReleaseTracker, TestConfigSetProperties, LeaderElectionContextKeyTest, TestJsonFacetsStatsParsing, TestManagedSynonymGraphFilterFactory, HighlighterTest, UniqFieldsUpdateProcessorFactoryTest, TestDistributedStatsComponentCardinality, HdfsDirectoryFactoryTest, TestSha256AuthenticationProvider, MetricsHistoryIntegrationTest, DistributedQueryComponentOptimizationTest, TestDirectoryFactory, PreAnalyzedFieldTest, HdfsThreadLeakTest, TestSimGenericDistributedQueue, HttpPartitionOnCommitTest, TestTrackingShardHandlerFactory, RandomizedTaggerTest, TestDistribIDF, ClassificationUpdateProcessorFactoryTest, TestFileDictionaryLookup, TestNestedDocsSort, FullHLLTest, ZkStateReaderTest, TestMergePolicyConfig, TestUtilizeNode, TriLevelCompositeIdRoutingTest, CreateRoutedAliasTest, TestSubQueryTransformer, ImplicitSnitchTest, ScheduledTriggerIntegrationTest, TestCloudSearcherWarming, ClassificationUpdateProcessorTest, TestSimDistribStateManager, TestAtomicUpdateErrorCases, CircularListTest, SolrXmlInZkTest, ShufflingReplicaListTransformerTest, ZkControllerTest, TestLockTree, XmlInterpolationTest, TestPerFieldSimilarityWithDefaultOverride, LeaderFailureAfterFreshStartTest, LargeFieldTest, TestNumericTerms64, TestFieldTypeCollectionResource, TestMissingGroups, MoveReplicaHDFSTest, MetricsHandlerTest, ZkNodePropsTest, SearchRateTriggerIntegrationTest, TestIBSimilarityFactory, BJQParserTest, TestShortCircuitedRequests, TestJsonFacetRefinement, CheckHdfsIndexTest, HdfsAutoAddReplicasIntegrationTest, HdfsBasicDistributedZkTest, TestSerializedLuceneMatchVersion, TestCloudJSONFacetJoinDomain, TestCollectionsAPIViaSolrCloudCluster, TestPullReplica, TestSafeXMLParsing, DocValuesNotIndexedTest, CdcrVersionReplicationTest, CdcrUpdateLogTest, TestFilteredDocIdSet, RecoveryAfterSoftCommitTest, SolrTestCaseJ4Test, TestCloudManagedSchema, OverseerModifyCollectionTest, DeleteStatusTest, SharedFSAutoReplicaFailoverTest, TestSolrQueryParser, BlockJoinFacetRandomTest, DistributedDebugComponentTest, ComputePlanActionTest, AutoAddReplicasPlanActionTest, TestDynamicFieldCollectionResource, DirectSolrConnectionTest, TestLeaderElectionWithEmptyReplica, CSVRequestHandlerTest, TestCloudConsistency, IndexBasedSpellCheckerTest, SolrCmdDistributorTest, TestQueryUtils, CoreAdminRequestStatusTest, TestExclusionRuleCollectionAccess, BaseCdcrDistributedZkTest, TestSystemIdResolver, NodeAddedTriggerTest, ChaosMonkeyNothingIsSafeTest, MinimalSchemaTest, TestGraphMLResponseWriter, DefaultValueUpdateProcessorTest, LeaderElectionTest, CursorPagingTest, TestJettySolrRunner, TestCloudRecovery, TestLegacyFieldReuse, HdfsDirectoryTest, TestStressUserVersions, RegexBytesRefFilterTest, TestSkipOverseerOperations, TestWordDelimiterFilterFactory, RequestLoggingTest, QueryEqualityTest, TestCorePropertiesReload, TriggerIntegrationTest, TestRemoteStreaming, TestBM25SimilarityFactory, TestSimNodeAddedTrigger, TestLuceneIndexBackCompat, NoCacheHeaderTest, DistributedTermsComponentTest, SpatialRPTFieldTypeTest, DistributedIntervalFacetingTest, TestStressRecovery, CoreAdminHandlerTest, TestManagedResourceStorage, CdcrBootstrapTest, MetricUtilsTest, TestStressLiveNodes, HdfsChaosMonkeySafeLeaderTest, LeaderVoteWaitTimeoutTest, TestSSLRandomization, TestHttpShardHandlerFactory, SuggesterWFSTTest, SpatialFilterTest, TestReloadDeadlock, TestIndexingPerformance, MaxSizeAutoCommitTest, PKIAuthenticationIntegrationTest, RequiredFieldsTest, TestRebalanceLeaders, DirectUpdateHandlerTest, TestOnReconnectListenerSupport, TestCloudInspectUtil, TestSolr4Spatial2, RangeFacetCloudTest, XsltUpdateRequestHandlerTest, TestChildDocTransformer, DistributedQueueTest, AsyncCallRequestStatusResponseTest, TestSolrIndexConfig, MultiSolrCloudTestCaseTest, TriggerCooldownIntegrationTest, HdfsUnloadDistributedZkTest, SolrRequestParserTest, TestApiFramework, TestSQLHandler, DocExpirationUpdateProcessorFactoryTest, RankQueryTest, InfoHandlerTest, TestRawResponseWriter, IndexSchemaRuntimeFieldTest, ReplaceNodeTest, TimeRoutedAliasUpdateProcessorTest, ChangedSchemaMergeTest, EnumFieldTest, UpdateLogTest, SortByFunctionTest, TestCloudPivotFacet, SegmentsInfoRequestHandlerTest, TestFieldCacheSort, BasicFunctionalityTest, SpellCheckCollatorWithCollapseTest, AddBlockUpdateTest, TestSchemaNameResource, TestExactStatsCache, JSONWriterTest, TestReplicationHandler, SearchHandlerTest, RegexBoostProcessorTest, CollectionsAPIAsyncDistributedZkTest, TestBackupRepositoryFactory, CustomHighlightComponentTest, ManagedSchemaRoundRobinCloudTest, SignatureUpdateProcessorFactoryTest, TestNamedUpdateProcessors, JavabinLoaderTest, ClusterStateUpdateTest, TestPhraseSuggestions, TestRandomDVFaceting, FullSolrCloudDistribCmdsTest, TestFaceting, HighlighterConfigTest, TestSubQueryTransformerDistrib, TestSearcherReuse, TestRetrieveFieldsOptimizer, TestRandomFlRTGCloud, TestLuceneMatchVersion, TestReloadAndDeleteDocs, DirectoryFactoryTest, TestFieldCollectionResource, SimplePostToolTest, TestRealTimeGet, IndexSizeTriggerTest, TestLocalFSCloudBackupRestore, SolrIndexMetricsTest, SolrCoreCheckLockOnStartupTest, SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, OutputWriterTest, SampleTest, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, TestDistributedMissingSort, TestDistributedSearch, TestDocumentBuilder, TestGroupingSearch, TestHighlightDedupGrouping, TestRandomFaceting, TestSimpleTrackingShardHandler, TestSolrCoreProperties, TestTolerantSearch, TestTrie, PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, TestCharFilters, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, ConnectionReuseTest, ActionThrottleTest, AddReplicaTest, AliasIntegrationTest, BasicDistributedZk2Test, BasicDistributedZkTest]
   [junit4] Completed [452/838 (1!)] on J1 in 245.73s, 1 test, 1 error <<< FAILURES!

[...truncated 1456 lines...]
   [junit4] JVM J1: stdout was not empty, see: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/temp/junit4-J1-20181213_160343_9168810838556088329314.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-master-Solaris/heapdumps/java_pid9739.hprof ...
   [junit4] Heap dump file created [486608582 bytes in 5.270 secs]
   [junit4] <<< JVM J1: EOF ----

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

Total time: 83 minutes 29 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