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/02/20 20:13:21 UTC

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 4452 - Still unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4452/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test

Error Message:
Could not find collection:collection2

Stack Trace:
java.lang.AssertionError: Could not find collection:collection2
	at __randomizedtesting.SeedInfo.seed([E4FC347885C8E5FB:6CA80BA22B348803]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:915)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:612)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:152)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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)


FAILED:  org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory

Error Message:
expected:<5> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
	at __randomizedtesting.SeedInfo.seed([E4FC347885C8E5FB:890090853F801AFC]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:274)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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)




Build Log:
[...truncated 12481 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4FC347885C8E5FB-001/init-core-data-001
   [junit4]   2> 645477 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[E4FC347885C8E5FB]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 645477 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[E4FC347885C8E5FB]-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) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 645477 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[E4FC347885C8E5FB]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 645477 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[E4FC347885C8E5FB]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /np_zxw/
   [junit4]   2> 645479 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 645479 INFO  (Thread-860) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 645479 INFO  (Thread-860) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 645482 ERROR (Thread-860) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 645586 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.ZkTestServer start zk server on port:55308
   [junit4]   2> 645597 INFO  (zkConnectionManagerCallback-1583-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 645613 INFO  (zkConnectionManagerCallback-1585-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 645623 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 645626 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 645629 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 645631 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 645634 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 645636 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 645639 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 645642 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 645644 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 645647 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 645649 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 645652 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 646009 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 646010 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 646010 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 646010 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 646010 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6627d2b4{/np_zxw,null,AVAILABLE}
   [junit4]   2> 646012 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4e206fe1{HTTP/1.1,[http/1.1]}{127.0.0.1:55314}
   [junit4]   2> 646012 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.e.j.s.Server Started @650010ms
   [junit4]   2> 646012 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4FC347885C8E5FB-001/tempDir-001/control/data, replicaType=NRT, hostContext=/np_zxw, hostPort=55314, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4FC347885C8E5FB-001/control-001/cores}
   [junit4]   2> 646012 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 646013 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 646013 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 646013 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 646013 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-20T19:00:27.615Z
   [junit4]   2> 646015 INFO  (zkConnectionManagerCallback-1587-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 646017 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 646017 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4FC347885C8E5FB-001/control-001/solr.xml
   [junit4]   2> 646024 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 646024 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 646025 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1722960b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 646031 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55308/solr
   [junit4]   2> 646033 INFO  (zkConnectionManagerCallback-1591-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 646037 INFO  (zkConnectionManagerCallback-1593-thread-1-processing-n:127.0.0.1:55314_np_zxw) [n:127.0.0.1:55314_np_zxw    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 646223 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [n:127.0.0.1:55314_np_zxw    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 646224 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [n:127.0.0.1:55314_np_zxw    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:55314_np_zxw
   [junit4]   2> 646226 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [n:127.0.0.1:55314_np_zxw    ] o.a.s.c.Overseer Overseer (id=72094395511734276-127.0.0.1:55314_np_zxw-n_0000000000) starting
   [junit4]   2> 646246 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [n:127.0.0.1:55314_np_zxw    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55314_np_zxw
   [junit4]   2> 646269 INFO  (OverseerStateUpdate-72094395511734276-127.0.0.1:55314_np_zxw-n_0000000000) [n:127.0.0.1:55314_np_zxw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 646375 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [n:127.0.0.1:55314_np_zxw    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1722960b
   [junit4]   2> 646387 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [n:127.0.0.1:55314_np_zxw    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1722960b
   [junit4]   2> 646387 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [n:127.0.0.1:55314_np_zxw    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1722960b
   [junit4]   2> 646389 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [n:127.0.0.1:55314_np_zxw    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4FC347885C8E5FB-001/control-001/cores
   [junit4]   2> 646417 INFO  (zkConnectionManagerCallback-1599-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 646419 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 646421 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55308/solr ready
   [junit4]   2> 646424 INFO  (qtp1457007895-5453) [n:127.0.0.1:55314_np_zxw    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:55314_np_zxw&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 646427 INFO  (OverseerThreadFactory-1989-thread-1-processing-n:127.0.0.1:55314_np_zxw) [n:127.0.0.1:55314_np_zxw    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 646538 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw    ] 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> 646538 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 646647 INFO  (zkCallback-1592-thread-1-processing-n:127.0.0.1:55314_np_zxw) [n:127.0.0.1:55314_np_zxw    ] 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> 647563 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 647572 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw 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> 647617 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 647638 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw 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> 647639 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw 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@1722960b
   [junit4]   2> 647639 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 647639 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw 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 [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4FC347885C8E5FB-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4FC347885C8E5FB-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 647641 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=501445870, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 647652 WARN  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw 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> 647716 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw 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> 647716 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw 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> 647718 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 647718 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 647719 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1531652669, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 647719 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6415eaa8[control_collection_shard1_replica_n1] main]
   [junit4]   2> 647721 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 647721 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw 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> 647722 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 647722 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw 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 1592947616591642624
   [junit4]   2> 647724 INFO  (searcherExecutor-1992-thread-1-processing-n:127.0.0.1:55314_np_zxw x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:55314_np_zxw 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@6415eaa8[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 647734 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 647735 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw 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> 647735 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:55314/np_zxw/control_collection_shard1_replica_n1/
   [junit4]   2> 647735 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw 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> 647735 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:55314/np_zxw/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 647735 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 647740 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw 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:55314/np_zxw/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 647843 INFO  (zkCallback-1592-thread-2-processing-n:127.0.0.1:55314_np_zxw) [n:127.0.0.1:55314_np_zxw    ] 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> 647844 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw 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> 647846 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw 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=1308
   [junit4]   2> 647849 INFO  (qtp1457007895-5453) [n:127.0.0.1:55314_np_zxw    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 647953 INFO  (zkCallback-1592-thread-2-processing-n:127.0.0.1:55314_np_zxw) [n:127.0.0.1:55314_np_zxw    ] 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> 648429 INFO  (OverseerCollectionConfigSetProcessor-72094395511734276-127.0.0.1:55314_np_zxw-n_0000000000) [n:127.0.0.1:55314_np_zxw    ] 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> 648850 INFO  (qtp1457007895-5453) [n:127.0.0.1:55314_np_zxw    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:55314_np_zxw&wt=javabin&version=2} status=0 QTime=2425
   [junit4]   2> 648858 INFO  (zkConnectionManagerCallback-1603-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 648860 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 648862 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55308/solr ready
   [junit4]   2> 648862 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 648864 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 648867 INFO  (OverseerThreadFactory-1989-thread-2-processing-n:127.0.0.1:55314_np_zxw) [n:127.0.0.1:55314_np_zxw    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 648869 WARN  (OverseerThreadFactory-1989-thread-2-processing-n:127.0.0.1:55314_np_zxw) [n:127.0.0.1:55314_np_zxw    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 649089 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 649089 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=225
   [junit4]   2> 649418 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4FC347885C8E5FB-001/shard-1-001 of type NRT
   [junit4]   2> 649419 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 649420 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 649420 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 649420 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 649421 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@b820d3e{/np_zxw,null,AVAILABLE}
   [junit4]   2> 649421 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@65dc0d05{HTTP/1.1,[http/1.1]}{127.0.0.1:55337}
   [junit4]   2> 649421 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.e.j.s.Server Started @653420ms
   [junit4]   2> 649421 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4FC347885C8E5FB-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/np_zxw, hostPort=55337, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4FC347885C8E5FB-001/shard-1-001/cores}
   [junit4]   2> 649422 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 649422 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 649422 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 649422 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 649422 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-20T19:00:31.024Z
   [junit4]   2> 649425 INFO  (zkConnectionManagerCallback-1605-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 649427 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 649427 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4FC347885C8E5FB-001/shard-1-001/solr.xml
   [junit4]   2> 649433 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 649433 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 649433 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1722960b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 649437 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55308/solr
   [junit4]   2> 649438 INFO  (zkConnectionManagerCallback-1609-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 649442 INFO  (zkConnectionManagerCallback-1611-thread-1-processing-n:127.0.0.1:55337_np_zxw) [n:127.0.0.1:55337_np_zxw    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 649454 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [n:127.0.0.1:55337_np_zxw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 649458 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [n:127.0.0.1:55337_np_zxw    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 649461 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [n:127.0.0.1:55337_np_zxw    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55337_np_zxw
   [junit4]   2> 649463 INFO  (zkCallback-1592-thread-1-processing-n:127.0.0.1:55314_np_zxw) [n:127.0.0.1:55314_np_zxw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 649464 INFO  (zkCallback-1610-thread-1-processing-n:127.0.0.1:55337_np_zxw) [n:127.0.0.1:55337_np_zxw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 649464 INFO  (zkCallback-1602-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 649547 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [n:127.0.0.1:55337_np_zxw    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1722960b
   [junit4]   2> 649557 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [n:127.0.0.1:55337_np_zxw    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1722960b
   [junit4]   2> 649557 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [n:127.0.0.1:55337_np_zxw    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1722960b
   [junit4]   2> 649559 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [n:127.0.0.1:55337_np_zxw    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4FC347885C8E5FB-001/shard-1-001/cores
   [junit4]   2> 649611 INFO  (qtp1457007895-5455) [n:127.0.0.1:55314_np_zxw    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:55337_np_zxw&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 649618 INFO  (OverseerCollectionConfigSetProcessor-72094395511734276-127.0.0.1:55314_np_zxw-n_0000000000) [n:127.0.0.1:55314_np_zxw    ] 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> 649620 INFO  (OverseerThreadFactory-1989-thread-3-processing-n:127.0.0.1:55314_np_zxw) [n:127.0.0.1:55314_np_zxw    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:55337_np_zxw for creating new replica
   [junit4]   2> 649626 INFO  (qtp1749578031-5501) [n:127.0.0.1:55337_np_zxw    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n61&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 649627 INFO  (qtp1749578031-5501) [n:127.0.0.1:55337_np_zxw    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 649734 INFO  (zkCallback-1610-thread-1-processing-n:127.0.0.1:55337_np_zxw) [n:127.0.0.1:55337_np_zxw    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 650680 INFO  (qtp1749578031-5501) [n:127.0.0.1:55337_np_zxw c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 650688 INFO  (qtp1749578031-5501) [n:127.0.0.1:55337_np_zxw c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema [collection1_shard2_replica_n61] Schema name=test
   [junit4]   2> 650727 INFO  (qtp1749578031-5501) [n:127.0.0.1:55337_np_zxw c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 650751 INFO  (qtp1749578031-5501) [n:127.0.0.1:55337_np_zxw c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n61' using configuration from collection collection1, trusted=true
   [junit4]   2> 650751 INFO  (qtp1749578031-5501) [n:127.0.0.1:55337_np_zxw c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n61' (registry 'solr.core.collection1.shard2.replica_n61') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1722960b
   [junit4]   2> 650751 INFO  (qtp1749578031-5501) [n:127.0.0.1:55337_np_zxw c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 650751 INFO  (qtp1749578031-5501) [n:127.0.0.1:55337_np_zxw c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore [[collection1_shard2_replica_n61] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4FC347885C8E5FB-001/shard-1-001/cores/collection1_shard2_replica_n61], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4FC347885C8E5FB-001/shard-1-001/cores/collection1_shard2_replica_n61/data/]
   [junit4]   2> 650755 INFO  (qtp1749578031-5501) [n:127.0.0.1:55337_np_zxw c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=501445870, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 650765 WARN  (qtp1749578031-5501) [n:127.0.0.1:55337_np_zxw c:collection1 s:shard2  x:collection1_shard2_replica_n61] 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> 650828 INFO  (qtp1749578031-5501) [n:127.0.0.1:55337_np_zxw c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 650828 INFO  (qtp1749578031-5501) [n:127.0.0.1:55337_np_zxw c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 650830 INFO  (qtp1749578031-5501) [n:127.0.0.1:55337_np_zxw c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 650830 INFO  (qtp1749578031-5501) [n:127.0.0.1:55337_np_zxw c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 650831 INFO  (qtp1749578031-5501) [n:127.0.0.1:55337_np_zxw c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1531652669, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 650831 INFO  (qtp1749578031-5501) [n:127.0.0.1:55337_np_zxw c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.SolrIndexSearcher Opening [Searcher@605987e6[collection1_shard2_replica_n61] main]
   [junit4]   2> 650832 INFO  (qtp1749578031-5501) [n:127.0.0.1:55337_np_zxw c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 650833 INFO  (qtp1749578031-5501) [n:127.0.0.1:55337_np_zxw c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 650833 INFO  (qtp1749578031-5501) [n:127.0.0.1:55337_np_zxw c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 650834 INFO  (qtp1749578031-5501) [n:127.0.0.1:55337_np_zxw c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592947619854811136
   [junit4]   2> 650834 INFO  (searcherExecutor-2003-thread-1-processing-n:127.0.0.1:55337_np_zxw x:collection1_shard2_replica_n61 s:shard2 c:collection1) [n:127.0.0.1:55337_np_zxw c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore [collection1_shard2_replica_n61] Registered new searcher Searcher@605987e6[collection1_shard2_replica_n61] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 650845 INFO  (qtp1749578031-5501) [n:127.0.0.1:55337_np_zxw c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 650845 INFO  (qtp1749578031-5501) [n:127.0.0.1:55337_np_zxw c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 650845 INFO  (qtp1749578031-5501) [n:127.0.0.1:55337_np_zxw c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:55337/np_zxw/collection1_shard2_replica_n61/
   [junit4]   2> 650845 INFO  (qtp1749578031-5501) [n:127.0.0.1:55337_np_zxw c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 650845 INFO  (qtp1749578031-5501) [n:127.0.0.1:55337_np_zxw c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy http://127.0.0.1:55337/np_zxw/collection1_shard2_replica_n61/ has no replicas
   [junit4]   2> 650845 INFO  (qtp1749578031-5501) [n:127.0.0.1:55337_np_zxw c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 650850 INFO  (qtp1749578031-5501) [n:127.0.0.1:55337_np_zxw c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:55337/np_zxw/collection1_shard2_replica_n61/ shard2
   [junit4]   2> 650952 INFO  (zkCallback-1610-thread-1-processing-n:127.0.0.1:55337_np_zxw) [n:127.0.0.1:55337_np_zxw    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 651001 INFO  (qtp1749578031-5501) [n:127.0.0.1:55337_np_zxw c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 651004 INFO  (qtp1749578031-5501) [n:127.0.0.1:55337_np_zxw c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n61&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1378
   [junit4]   2> 651008 INFO  (qtp1457007895-5455) [n:127.0.0.1:55314_np_zxw    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:55337_np_zxw&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1397
   [junit4]   2> 651105 INFO  (zkCallback-1610-thread-1-processing-n:127.0.0.1:55337_np_zxw) [n:127.0.0.1:55337_np_zxw    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 651364 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4FC347885C8E5FB-001/shard-2-001 of type NRT
   [junit4]   2> 651365 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 651366 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 651366 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 651366 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 651366 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1738fe16{/np_zxw,null,AVAILABLE}
   [junit4]   2> 651367 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@113476a7{HTTP/1.1,[http/1.1]}{127.0.0.1:55349}
   [junit4]   2> 651367 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.e.j.s.Server Started @655365ms
   [junit4]   2> 651367 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4FC347885C8E5FB-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/np_zxw, hostPort=55349, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4FC347885C8E5FB-001/shard-2-001/cores}
   [junit4]   2> 651367 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 651367 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 651367 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 651368 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 651368 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-20T19:00:32.970Z
   [junit4]   2> 651369 INFO  (zkConnectionManagerCallback-1615-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 651371 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 651371 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4FC347885C8E5FB-001/shard-2-001/solr.xml
   [junit4]   2> 651377 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 651378 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 651378 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1722960b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 651385 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55308/solr
   [junit4]   2> 651386 INFO  (zkConnectionManagerCallback-1619-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 651390 INFO  (zkConnectionManagerCallback-1621-thread-1-processing-n:127.0.0.1:55349_np_zxw) [n:127.0.0.1:55349_np_zxw    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 651401 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [n:127.0.0.1:55349_np_zxw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 651405 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [n:127.0.0.1:55349_np_zxw    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 651409 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [n:127.0.0.1:55349_np_zxw    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55349_np_zxw
   [junit4]   2> 651411 INFO  (zkCallback-1592-thread-1-processing-n:127.0.0.1:55314_np_zxw) [n:127.0.0.1:55314_np_zxw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 651411 INFO  (zkCallback-1610-thread-1-processing-n:127.0.0.1:55337_np_zxw) [n:127.0.0.1:55337_np_zxw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 651412 INFO  (zkCallback-1620-thread-1-processing-n:127.0.0.1:55349_np_zxw) [n:127.0.0.1:55349_np_zxw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 651412 INFO  (zkCallback-1602-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 651485 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [n:127.0.0.1:55349_np_zxw    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1722960b
   [junit4]   2> 651494 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [n:127.0.0.1:55349_np_zxw    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1722960b
   [junit4]   2> 651494 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [n:127.0.0.1:55349_np_zxw    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1722960b
   [junit4]   2> 651495 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [n:127.0.0.1:55349_np_zxw    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4FC347885C8E5FB-001/shard-2-001/cores
   [junit4]   2> 651536 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:55349_np_zxw&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 651539 INFO  (OverseerCollectionConfigSetProcessor-72094395511734276-127.0.0.1:55314_np_zxw-n_0000000000) [n:127.0.0.1:55314_np_zxw    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 651540 INFO  (OverseerThreadFactory-1989-thread-4-processing-n:127.0.0.1:55314_np_zxw) [n:127.0.0.1:55314_np_zxw    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:55349_np_zxw for creating new replica
   [junit4]   2> 651545 INFO  (qtp1114787689-5533) [n:127.0.0.1:55349_np_zxw    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n63&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 651545 INFO  (qtp1114787689-5533) [n:127.0.0.1:55349_np_zxw    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 651654 INFO  (zkCallback-1610-thread-1-processing-n:127.0.0.1:55337_np_zxw) [n:127.0.0.1:55337_np_zxw    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 651654 INFO  (zkCallback-1620-thread-1-processing-n:127.0.0.1:55349_np_zxw) [n:127.0.0.1:55349_np_zxw    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 652569 INFO  (qtp1114787689-5533) [n:127.0.0.1:55349_np_zxw c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 652577 INFO  (qtp1114787689-5533) [n:127.0.0.1:55349_np_zxw c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema [collection1_shard3_replica_n63] Schema name=test
   [junit4]   2> 652626 INFO  (qtp1114787689-5533) [n:127.0.0.1:55349_np_zxw c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 652648 INFO  (qtp1114787689-5533) [n:127.0.0.1:55349_np_zxw c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard3_replica_n63' using configuration from collection collection1, trusted=true
   [junit4]   2> 652648 INFO  (qtp1114787689-5533) [n:127.0.0.1:55349_np_zxw c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard3.replica_n63' (registry 'solr.core.collection1.shard3.replica_n63') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1722960b
   [junit4]   2> 652648 INFO  (qtp1114787689-5533) [n:127.0.0.1:55349_np_zxw c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 652648 INFO  (qtp1114787689-5533) [n:127.0.0.1:55349_np_zxw c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore [[collection1_shard3_replica_n63] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4FC347885C8E5FB-001/shard-2-001/cores/collection1_shard3_replica_n63], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4FC347885C8E5FB-001/shard-2-001/cores/collection1_shard3_replica_n63/data/]
   [junit4]   2> 652650 INFO  (qtp1114787689-5533) [n:127.0.0.1:55349_np_zxw c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=501445870, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 652653 WARN  (qtp1114787689-5533) [n:127.0.0.1:55349_np_zxw c:collection1 s:shard3  x:collection1_shard3_replica_n63] 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> 652717 INFO  (qtp1114787689-5533) [n:127.0.0.1:55349_np_zxw c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 652717 INFO  (qtp1114787689-5533) [n:127.0.0.1:55349_np_zxw c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 652718 INFO  (qtp1114787689-5533) [n:127.0.0.1:55349_np_zxw c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 652718 INFO  (qtp1114787689-5533) [n:127.0.0.1:55349_np_zxw c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 652719 INFO  (qtp1114787689-5533) [n:127.0.0.1:55349_np_zxw c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1531652669, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 652719 INFO  (qtp1114787689-5533) [n:127.0.0.1:55349_np_zxw c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.SolrIndexSearcher Opening [Searcher@dca4bed[collection1_shard3_replica_n63] main]
   [junit4]   2> 652721 INFO  (qtp1114787689-5533) [n:127.0.0.1:55349_np_zxw c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 652721 INFO  (qtp1114787689-5533) [n:127.0.0.1:55349_np_zxw c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 652722 INFO  (qtp1114787689-5533) [n:127.0.0.1:55349_np_zxw c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 652722 INFO  (qtp1114787689-5533) [n:127.0.0.1:55349_np_zxw c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592947621834522624
   [junit4]   2> 652723 INFO  (searcherExecutor-2014-thread-1-processing-n:127.0.0.1:55349_np_zxw x:collection1_shard3_replica_n63 s:shard3 c:collection1) [n:127.0.0.1:55349_np_zxw c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore [collection1_shard3_replica_n63] Registered new searcher Searcher@dca4bed[collection1_shard3_replica_n63] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 652730 INFO  (qtp1114787689-5533) [n:127.0.0.1:55349_np_zxw c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 652730 INFO  (qtp1114787689-5533) [n:127.0.0.1:55349_np_zxw c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 652730 INFO  (qtp1114787689-5533) [n:127.0.0.1:55349_np_zxw c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:55349/np_zxw/collection1_shard3_replica_n63/
   [junit4]   2> 652731 INFO  (qtp1114787689-5533) [n:127.0.0.1:55349_np_zxw c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 652731 INFO  (qtp1114787689-5533) [n:127.0.0.1:55349_np_zxw c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy http://127.0.0.1:55349/np_zxw/collection1_shard3_replica_n63/ has no replicas
   [junit4]   2> 652731 INFO  (qtp1114787689-5533) [n:127.0.0.1:55349_np_zxw c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 652736 INFO  (qtp1114787689-5533) [n:127.0.0.1:55349_np_zxw c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:55349/np_zxw/collection1_shard3_replica_n63/ shard3
   [junit4]   2> 652848 INFO  (zkCallback-1610-thread-1-processing-n:127.0.0.1:55337_np_zxw) [n:127.0.0.1:55337_np_zxw    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 652848 INFO  (zkCallback-1620-thread-1-processing-n:127.0.0.1:55349_np_zxw) [n:127.0.0.1:55349_np_zxw    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 652907 INFO  (qtp1114787689-5533) [n:127.0.0.1:55349_np_zxw c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 652910 INFO  (qtp1114787689-5533) [n:127.0.0.1:55349_np_zxw c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n63&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1365
   [junit4]   2> 652914 INFO  (qtp1457007895-5457) [n:127.0.0.1:55314_np_zxw    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:55349_np_zxw&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2} status=0 QTime=1378
   [junit4]   2> 653012 INFO  (zkCallback-1610-thread-1-processing-n:127.0.0.1:55337_np_zxw) [n:127.0.0.1:55337_np_zxw    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 653012 INFO  (zkCallback-1620-thread-1-processing-n:127.0.0.1:55349_np_zxw) [n:127.0.0.1:55349_np_zxw    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 653295 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4FC347885C8E5FB-001/shard-3-001 of type NRT
   [junit4]   2> 653296 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 653297 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 653297 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 653297 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 653298 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@be7714c{/np_zxw,null,AVAILABLE}
   [junit4]   2> 653298 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5702efa7{HTTP/1.1,[http/1.1]}{127.0.0.1:55358}
   [junit4]   2> 653298 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.e.j.s.Server Started @657296ms
   [junit4]   2> 653298 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4FC347885C8E5FB-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/np_zxw, hostPort=55358, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4FC347885C8E5FB-001/shard-3-001/cores}
   [junit4]   2> 653298 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 653299 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 653299 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 653299 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 653299 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-20T19:00:34.901Z
   [junit4]   2> 653301 INFO  (zkConnectionManagerCallback-1625-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 653303 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 653303 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4FC347885C8E5FB-001/shard-3-001/solr.xml
   [junit4]   2> 653309 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 653309 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 653310 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1722960b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 653313 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55308/solr
   [junit4]   2> 653315 INFO  (zkConnectionManagerCallback-1629-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 653320 INFO  (zkConnectionManagerCallback-1631-thread-1-processing-n:127.0.0.1:55358_np_zxw) [n:127.0.0.1:55358_np_zxw    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 653332 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [n:127.0.0.1:55358_np_zxw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 653336 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [n:127.0.0.1:55358_np_zxw    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 653339 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [n:127.0.0.1:55358_np_zxw    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55358_np_zxw
   [junit4]   2> 653342 INFO  (zkCallback-1592-thread-1-processing-n:127.0.0.1:55314_np_zxw) [n:127.0.0.1:55314_np_zxw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 653342 INFO  (zkCallback-1610-thread-1-processing-n:127.0.0.1:55337_np_zxw) [n:127.0.0.1:55337_np_zxw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 653342 INFO  (zkCallback-1620-thread-1-processing-n:127.0.0.1:55349_np_zxw) [n:127.0.0.1:55349_np_zxw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 653342 INFO  (zkCallback-1602-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 653343 INFO  (zkCallback-1630-thread-1-processing-n:127.0.0.1:55358_np_zxw) [n:127.0.0.1:55358_np_zxw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 653445 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [n:127.0.0.1:55358_np_zxw    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1722960b
   [junit4]   2> 653451 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [n:127.0.0.1:55358_np_zxw    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1722960b
   [junit4]   2> 653451 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [n:127.0.0.1:55358_np_zxw    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1722960b
   [junit4]   2> 653456 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4FC347885C8E5FB]) [n:127.0.0.1:55358_np_zxw    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4FC347885C8E5FB-001/shard-3-001/cores
   [junit4]   2> 653498 INFO  (qtp1457007895-5455) [n:127.0.0.1:55314_np_zxw    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:55358_np_zxw&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 653504 INFO  (OverseerCollectionConfigSetProcessor-72094395511734276-127.0.0.1:55314_np_zxw-n_0000000000) [n:127.0.0.1:55314_np_zxw    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 653506 INFO  (OverseerThreadFactory-1989-thread-5-processing-n:127.0.0.1:55314_np_zxw) [n:127.0.0.1:55314_np_zxw    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:55358_np_zxw for creating new replica
   [junit4]   2> 653511 INFO  (qtp10729949-5564) [n:127.0.0.1:55358_np_zxw    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n65&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 653512 INFO  (qtp10729949-5564) [n:127.0.0.1:55358_np_zxw    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 653620 INFO  (zkCallback-1610-thread-1-processing-n:127.0.0.1:55337_np_zxw) [n:127.0.0.1:55337_np_zxw    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 653620 INFO  (zkCallback-1630-thread-1-processing-n:127.0.0.1:55358_np_zxw) [n:127.0.0.1:55358_np_zxw    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 653620 INFO  (zkCallback-1620-thread-1-processing-n:127.0.0.1:55349_np_zxw) [n:127.0.0.1:55349_np_zxw    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 654544 INFO  (qtp10729949-5564) [n:127.0.0.1:55358_np_zxw c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 654552 INFO  (qtp10729949-5564) [n:127.0.0.1:55358_np_zxw c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.IndexSchema [collection1_shard1_replica_n65] Schema name=test
   [junit4]   2> 654606 INFO  (qtp10729949-5564) [n:127.0.0.1:55358_np_zxw c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 654630 INFO  (qtp10729949-5564) [n:127.0.0.1:55358_np_zxw c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n65' using configuration from collection collection1, trusted=true
   [junit4]   2> 654631 INFO  (qtp10729949-5564) [n:127.0.0.1:55358_np_zxw c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n65' (registry 'solr.core.collection1.shard1.replica_n65') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1722960b
   [junit4]   2> 654631 INFO  (qtp10729949-5564) [n:127.0.0.1:55358_np_zxw c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 654631 INFO  (qtp10729949-5564) [n:127.0.0.1:55358_np_zxw c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore [[collection1_shard1_replica_n65] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4FC347885C8E5FB-001/shard-3-001/cores/collection1_shard1_replica_n65], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4FC347885C8E5FB-001/shard-3-001/cores/collection1_shard1_replica_n65/data/]
   [junit4]   2> 654633 INFO  (qtp10729949-5564) [n:127.0.0.1:55358_np_zxw c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=501445870, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 654635 WARN  (qtp10729949-5564) [n:127.0.0.1:55358_np_zxw c:collection1 s:shard1  x:collection1_shard1_replica_n65] 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> 654698 INFO  (qtp10729949-5564) [n:127.0.0.1:55358_np_zxw c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 654698 INFO  (qtp10729949-5564) [n:127.0.0.1:55358_np_zxw c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 654699 INFO  (qtp10729949-5564) [n:127.0.0.1:55358_np_zxw c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 654699 INFO  (qtp10729949-5564) [n:127.0.0.1:55358_np_zxw c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 654700 INFO  (qtp10729949-5564) [n:127.0.0.1:55358_np_zxw c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1531652669, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 654701 INFO  (qtp10729949-5564) [n:127.0.0.1:55358_np_zxw c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.SolrIndexSearcher Opening [Searcher@71bd5fbb[collection1_shard1_replica_n65] main]
   [junit4]   2> 654702 INFO  (qtp10729949-5564) [n:127.0.0.1:55358_np_zxw c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 654703 INFO  (qtp10729949-5564) [n:127.0.0.1:55358_np_zxw c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 654703 INFO  (qtp10729949-5564) [n:127.0.0.1:55358_np_zxw c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 654704 INFO  (qtp10729949-5564) [n:127.0.0.1:55358_np_zxw c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592947623912800256
   [junit4]   2> 654704 INFO  (searcherExecutor-2025-thread-1-processing-n:127.0.0.1:55358_np_zxw x:collection1_shard1_replica_n65 s:shard1 c:collection1) [n:127.0.0.1:55358_np_zxw c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore [collection1_shard1_replica_n65] Registered new searcher Searcher@71bd5fbb[collection1_shard1_replica_n65] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 654716 INFO  (qtp10729949-5564) [n:127.0.0.1:55358_np_zxw c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 654716 INFO  (qtp10729949-5564) [n:127.0.0.1:55358_np_zxw c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 654716 INFO  (qtp10729949-5564) [n:127.0.0.1:55358_np_zxw c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:55358/np_zxw/collection1_shard1_replica_n65/
   [junit4]   2> 654716 INFO  (qtp10729949-5564) [n:127.0.0.1:55358_np_zxw c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 654716 INFO  (qtp10729949-5564) [n:127.0.0.1:55358_np_zxw c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy http://127.0.0.1:55358/np_zxw/collection1_shard1_replica_n65/ has no replicas
   [junit4]   2> 654716 INFO  (qtp10729949-5564) [n:127.0.0.1:55358_np_zxw c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 654721 INFO  (qtp10729949-5564) [n:127.0.0.1:55358_np_zxw c:collection1 s:shard1  x:collecti

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

ions/AutoscalingHistoryHandlerTest_collection/leader_elect/shard1/election/72094580056260617-core_node6-n_0000000000
   [junit4]   2> 	2	/solr/collections/.system/leader_elect/shard1/election/72094580056260615-core_node6-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/live_nodes
   [junit4]   2> 	13	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E4FC347885C8E5FB-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {action_s=FST50, event.source_s=FSTOrd50, type=FST50, before.actions_ss=FSTOrd50, event.property._enqueue_time__ss=FST50, after.actions_ss=PostingsFormat(name=LuceneFixedGap), stage_s=FST50, event.id_s=Lucene50(blocksize=128), event.property.eventTimes_ss=FST50, source_s=Lucene50(blocksize=128), event.type_s=FST50, responses_ts=PostingsFormat(name=LuceneFixedGap), id=Lucene50(blocksize=128), collections_ss=FST50, operations.params_ts=FST50, event.property.nodeNames_ss=FST50}, docValues:{_version_=DocValuesFormat(name=Direct), event.time_l=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1210, maxMBSortInHeap=7.441662263865975, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@70ed07bf), locale=es-AR, timezone=America/Bogota
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=120910784,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestCoreBackup, ResponseBuilderTest, TestIntervalFaceting, CreateCollectionCleanupTest, GraphQueryTest, TestNodeLostTrigger, SpatialFilterTest, DistributedFacetPivotLargeTest, SolrRequestParserTest, ForceLeaderTest, DistributedMLTComponentTest, CollectionsAPIAsyncDistributedZkTest, SuggesterTSTTest, TestSimpleTextCodec, QueryResultKeyTest, TestFreeTextSuggestions, TestDistribIDF, JavabinLoaderTest, V2ApiIntegrationTest, SubstringBytesRefFilterTest, RAMDirectoryFactoryTest, ZkCLITest, TestDocBasedVersionConstraints, BufferStoreTest, TestHdfsUpdateLog, TestRecovery, AddReplicaTest, TestStressUserVersions, ClassificationUpdateProcessorTest, HdfsTlogReplayBufferedWhileIndexingTest, TestMiniSolrCloudClusterSSL, AddBlockUpdateTest, TestReloadDeadlock, AlternateDirectoryTest, SparseHLLTest, PKIAuthenticationIntegrationTest, TestOmitPositions, TestNestedDocsSort, TestRTimerTree, TermVectorComponentDistributedTest, TestConfigsApi, SolrInfoBeanTest, TestZkAclsWithHadoopAuth, HdfsCollectionsAPIDistributedZkTest, TestTolerantSearch, TestManagedSynonymGraphFilterFactory, TestManagedStopFilterFactory, SOLR749Test, ClassificationUpdateProcessorFactoryTest, DistributedVersionInfoTest, CdcrBootstrapTest, DistributedFacetSimpleRefinementLongTailTest, TestRequestForwarding, SchemaApiFailureTest, SolrCoreMetricManagerTest, TestBlobHandler, TestSolrDeletionPolicy1, TestManagedSchemaThreadSafety, TestFieldCache, TestCorePropertiesReload, SolrCoreTest, ZkStateWriterTest, LeaderInitiatedRecoveryOnShardRestartTest, WordBreakSolrSpellCheckerTest, TestQuerySenderNoQuery, TestSolr4Spatial2, CollectionsAPISolrJTest, TestManagedSchema, LeaderFailoverAfterPartitionTest, TestEmbeddedSolrServerSchemaAPI, TestEmbeddedSolrServerAdminHandler, DistributedQueryElevationComponentTest, TestRandomRequestDistribution, SolrSlf4jReporterTest, SystemLogListenerTest, TestScoreJoinQPScore, ExplicitHLLTest, TestManagedResourceStorage, CursorPagingTest, TestSubQueryTransformerDistrib, CheckHdfsIndexTest, TestSha256AuthenticationProvider, CdcrReplicationHandlerTest, TestNamedUpdateProcessors, TestFieldCacheSort, TestConfigSetProperties, PingRequestHandlerTest, TestSerializedLuceneMatchVersion, TestBM25SimilarityFactory, TestClusterStateMutator, BJQParserTest, TestPushWriter, TestFieldSortValues, ReplicaListTransformerTest, HdfsNNFailoverTest, DistributedFacetPivotWhiteBoxTest, SpellingQueryConverterTest, TestExportWriter, SolrMetricReporterTest, DeleteShardTest, FacetPivotSmallTest, TestGraphTermsQParserPlugin, VersionInfoTest, FastVectorHighlighterTest, SSLMigrationTest, HdfsAutoAddReplicasIntegrationTest, SchemaVersionSpecificBehaviorTest, TestOrdValues, UniqFieldsUpdateProcessorFactoryTest, MoveReplicaHDFSFailoverTest, ResponseHeaderTest, CursorMarkTest, TestPayloadScoreQParserPlugin, TestLazyCores, InfoHandlerTest, RuleEngineTest, TestCollationField, SynonymTokenizerTest, CdcrVersionReplicationTest, CloudExitableDirectoryReaderTest, ParsingFieldUpdateProcessorsTest, DirectSolrConnectionTest, TestElisionMultitermQuery, TestRandomCollapseQParserPlugin, TestDynamicFieldCollectionResource, TestPKIAuthenticationPlugin, SolrGangliaReporterTest, TestTestInjection, SolrTestCaseJ4Test, DirectUpdateHandlerOptimizeTest, SolrJmxReporterCloudTest, ShardRoutingCustomTest, AutoAddReplicasPlanActionTest, TestTlogReplica, DirectSolrSpellCheckerTest, TestPhraseSuggestions, TestReload, RequiredFieldsTest, HdfsSyncSliceTest, TestMacroExpander, TestCharFilters, TestSortableTextField, TestSchemaSimilarityResource, DistributedFacetPivotSmallAdvancedTest, TestCSVResponseWriter, PeerSyncReplicationTest, DocumentBuilderTest, TestFieldTypeCollectionResource, TestFunctionQuery, TestReplicationHandler, CopyFieldTest, TestSchemaNameResource, TestTolerantUpdateProcessorRandomCloud, TestReRankQParserPlugin, PeerSyncWithIndexFingerprintCachingTest, TestCoreContainer, TestConfigOverlay, TestCursorMarkWithoutUniqueKey, ManagedSchemaRoundRobinCloudTest, SuggesterFSTTest, TestDownShardTolerantSearch, SearchHandlerTest, LeaderElectionTest, TestReplicationHandlerBackup, TestSolrXml, IndexSchemaRuntimeFieldTest, TestClassicSimilarityFactory, TestPseudoReturnFields, TestPrepRecovery, TestZkChroot, TestRequestStatusCollectionAPI, CoreSorterTest, LeaderElectionIntegrationTest, BlockCacheTest, TestComplexPhraseQParserPlugin, BasicDistributedZkTest, TestCollationFieldDocValues, DocExpirationUpdateProcessorFactoryTest, ZkNodePropsTest, TestClusterProperties, DeleteNodeTest, BigEndianAscendingWordSerializerTest, TestNumericTerms64, TestExpandComponent, MergeStrategyTest, OutputWriterTest, SpatialHeatmapFacetsTest, PathHierarchyTokenizerFactoryTest, TestLFUCache, BooleanFieldTest, UnloadDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest, ZkSolrClientTest, TestRandomDVFaceting, TestDistributedSearch, TestFaceting, TestHashPartitioner, ZkControllerTest, TestRealTimeGet, TestJoin, TestStressVersions, DistributedTermsComponentTest, TestRangeQuery, TestSolr4Spatial, StatsComponentTest, TestGroupingSearch, SolrCmdDistributorTest, QueryElevationComponentTest, ConvertedLegacyTest, TestFiltering, BasicFunctionalityTest, DirectUpdateHandlerTest, TestIndexSearcher, HighlighterTest, SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, CoreAdminHandlerTest, TestFoldingMultitermQuery, DocValuesTest, TestTrie, PolyFieldTest, FieldMutatingUpdateProcessorTest, QueryEqualityTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, XsltUpdateRequestHandlerTest, CacheHeaderTest, IndexBasedSpellCheckerTest, LukeRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, XmlUpdateRequestHandlerTest, TestValueSourceCache, TestIndexingPerformance, MoreLikeThisHandlerTest, TestSolrQueryParser, LoggingHandlerTest, RegexBoostProcessorTest, IndexSchemaTest, ReturnFieldsTest, MBeansHandlerTest, TestSimpleTrackingShardHandler, AliasIntegrationTest, ChaosMonkeySafeLeaderWithPullReplicasTest, ConfigSetsAPITest, ConnectionManagerTest, DeleteReplicaTest, DistribJoinFromCollectionTest, HealthCheckHandlerTest, HttpPartitionOnCommitTest, LeaderElectionContextKeyTest, LeaderFailureAfterFreshStartTest, MigrateRouteKeyTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, OverseerRolesTest, OverseerTaskQueueTest, ReplaceNodeTest, SaslZkACLProviderTest, SolrXmlInZkTest, TestAuthenticationFramework, TestCloudDeleteByQuery, TestCloudPseudoReturnFields, TestCloudRecovery, TestConfigSetsAPIExclusivity, TestCryptoKeys, TestLeaderElectionWithEmptyReplica, TestLockTree, TestOnReconnectListenerSupport, TestPullReplicaErrorHandling, TestSegmentSorting, TestSizeLimitedDistributedMap, TestSkipOverseerOperations, TestSolrCloudWithSecureImpersonation, TestTolerantUpdateProcessorCloud, TestUtilizeNode, TlogReplayBufferedWhileIndexingTest, VMParamsZkACLAndCredentialsProvidersTest, ZkShardTermsTest, AssignTest, CollectionReloadTest, ConcurrentDeleteAndCreateCollectionTest, ShardSplitTest, TestClusterStateProvider, TestComputePlanAction, TestExecutePlanAction, TestLargeCluster, TestPolicyCloud, TestSimDistributedQueue, TestTriggerIntegration, BaseCdcrDistributedZkTest, CdcrReplicationDistributedZkTest, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsChaosMonkeyNothingIsSafeTest, HdfsRecoveryZkTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, ImplicitSnitchTest, RulesTest, BlobRepositoryCloudTest, CachingDirectoryFactoryTest, ExitableDirectoryReaderTest, HdfsDirectoryFactoryTest, TestConfigSetImmutable, TestConfigSets, TestCustomStream, TestDirectoryFactory, TestImplicitCoreProperties, TestInfoStreamLogging, TestInitParams, TestReloadAndDeleteDocs, TestSolrCloudSnapshots, TestSolrCoreSnapshots, TestHdfsBackupRestoreCore, TestReqParamsAPI, TestRestoreCore, TestSQLHandler, TestSQLHandlerNonCloud, TestSolrConfigHandlerConcurrent, V2StandaloneTest, AutoscalingHistoryHandlerTest]
   [junit4] Completed [661/778 (2!)] on J0 in 40.28s, 1 test, 1 failure <<< FAILURES!

[...truncated 48923 lines...]