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/01/08 17:40:35 UTC

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk-9) - Build # 388 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/388/
Java: 64bit/jdk-9 -XX:+UseCompressedOops -XX:+UseParallelGC

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

Error Message:
Captured an uncaught exception in thread: Thread[id=24859, name=OverseerThreadFactory-10264-thread-2, state=RUNNABLE, group=Overseer collection creation process.]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=24859, name=OverseerThreadFactory-10264-thread-2, state=RUNNABLE, group=Overseer collection creation process.]
Caused by: java.lang.NoClassDefFoundError: org/apache/solr/cloud/LeaderRecoveryWatcher
	at __randomizedtesting.SeedInfo.seed([44A30A1A0FBE88]:0)
	at org.apache.solr.cloud.ReplaceNodeCmd.call(ReplaceNodeCmd.java:138)
	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:243)
	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:469)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
	at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.ClassNotFoundException: org.apache.solr.cloud.LeaderRecoveryWatcher
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:185)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496)
	... 7 more


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([44A30A1A0FBE88:88109CD0B4F3D370]: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:913)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:612)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:152)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12953 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> 1855951 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[44A30A1A0FBE88]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/init-core-data-001
   [junit4]   2> 1855951 WARN  (SUITE-FullSolrCloudDistribCmdsTest-seed#[44A30A1A0FBE88]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 1855951 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[44A30A1A0FBE88]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1855953 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[44A30A1A0FBE88]-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> 1855953 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[44A30A1A0FBE88]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /arrl/
   [junit4]   2> 1855955 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1855955 INFO  (Thread-3598) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1855955 INFO  (Thread-3598) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1855958 ERROR (Thread-3598) [    ] 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> 1856065 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.ZkTestServer start zk server on port:49219
   [junit4]   2> 1856086 INFO  (zkConnectionManagerCallback-6328-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1856091 INFO  (zkConnectionManagerCallback-6330-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1856101 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1856107 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1856112 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1856115 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1856119 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1856123 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1856127 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1856130 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1856133 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1856136 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1856139 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1856144 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1857056 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1857060 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@754ea8b4{/arrl,null,AVAILABLE}
   [junit4]   2> 1857063 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7f705eb0{HTTP/1.1,[http/1.1]}{127.0.0.1:49224}
   [junit4]   2> 1857063 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.e.j.s.Server Started @1859041ms
   [junit4]   2> 1857063 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/arrl, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/tempDir-001/control/data, hostPort=49224, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/control-001/cores}
   [junit4]   2> 1857063 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1857064 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1857065 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1857065 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1857065 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-08T17:02:19.073517Z
   [junit4]   2> 1857070 INFO  (zkConnectionManagerCallback-6332-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1857078 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1857078 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/control-001/solr.xml
   [junit4]   2> 1857089 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1857089 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1857091 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@166812e3, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1857099 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49219/solr
   [junit4]   2> 1857102 INFO  (zkConnectionManagerCallback-6336-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1857106 INFO  (zkConnectionManagerCallback-6338-thread-1-processing-n:127.0.0.1:49224_arrl) [n:127.0.0.1:49224_arrl    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1857308 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49224_arrl    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1857309 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49224_arrl    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49224_arrl
   [junit4]   2> 1857310 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49224_arrl    ] o.a.s.c.Overseer Overseer (id=99315281950474244-127.0.0.1:49224_arrl-n_0000000000) starting
   [junit4]   2> 1857323 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49224_arrl    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49224_arrl
   [junit4]   2> 1857326 INFO  (OverseerStateUpdate-99315281950474244-127.0.0.1:49224_arrl-n_0000000000) [n:127.0.0.1:49224_arrl    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1857407 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49224_arrl    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@166812e3
   [junit4]   2> 1857435 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49224_arrl    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@166812e3
   [junit4]   2> 1857436 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49224_arrl    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@166812e3
   [junit4]   2> 1857437 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49224_arrl    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/control-001/cores
   [junit4]   2> 1857466 INFO  (zkConnectionManagerCallback-6344-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1857467 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1857469 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49219/solr ready
   [junit4]   2> 1857472 INFO  (qtp1437786605-20278) [n:127.0.0.1:49224_arrl    ] 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:49224_arrl&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1857475 INFO  (OverseerThreadFactory-7924-thread-1-processing-n:127.0.0.1:49224_arrl) [n:127.0.0.1:49224_arrl    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1857592 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl    ] 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> 1857592 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1857700 INFO  (zkCallback-6337-thread-1-processing-n:127.0.0.1:49224_arrl) [n:127.0.0.1:49224_arrl    ] 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> 1858609 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1858621 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl 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> 1858701 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl 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> 1858728 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl 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> 1858729 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl 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@166812e3
   [junit4]   2> 1858729 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1858729 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl 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-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1858732 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=50.1904296875, floorSegmentMB=0.693359375, forceMergeDeletesPctAllowed=28.14862279657467, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1858735 WARN  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl 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> 1858790 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl 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> 1858790 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl 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> 1858792 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1858792 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1858793 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=49.2138671875, floorSegmentMB=1.14453125, forceMergeDeletesPctAllowed=23.15721813037059, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.520254745997728
   [junit4]   2> 1858793 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5324e673[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1858795 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1858795 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl 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> 1858796 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1858796 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl 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 1589044514184495104
   [junit4]   2> 1858797 INFO  (searcherExecutor-7927-thread-1-processing-n:127.0.0.1:49224_arrl x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:49224_arrl 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@5324e673[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1858814 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1858814 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl 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> 1858814 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:49224/arrl/control_collection_shard1_replica_n1/
   [junit4]   2> 1858814 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl 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> 1858814 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:49224/arrl/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1858814 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl 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> 1858820 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl 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:49224/arrl/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1858931 INFO  (zkCallback-6337-thread-2-processing-n:127.0.0.1:49224_arrl) [n:127.0.0.1:49224_arrl    ] 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> 1858987 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl 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> 1858990 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl 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=1398
   [junit4]   2> 1858994 INFO  (qtp1437786605-20278) [n:127.0.0.1:49224_arrl    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1859091 INFO  (zkCallback-6337-thread-2-processing-n:127.0.0.1:49224_arrl) [n:127.0.0.1:49224_arrl    ] 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> 1859480 INFO  (OverseerCollectionConfigSetProcessor-99315281950474244-127.0.0.1:49224_arrl-n_0000000000) [n:127.0.0.1:49224_arrl    ] 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> 1860005 INFO  (qtp1437786605-20278) [n:127.0.0.1:49224_arrl    ] 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:49224_arrl&wt=javabin&version=2} status=0 QTime=2532
   [junit4]   2> 1860012 INFO  (zkConnectionManagerCallback-6348-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1860014 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1860016 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49219/solr ready
   [junit4]   2> 1860016 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1860017 INFO  (qtp1437786605-20283) [n:127.0.0.1:49224_arrl    ] 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=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1860024 INFO  (OverseerThreadFactory-7924-thread-2-processing-n:127.0.0.1:49224_arrl) [n:127.0.0.1:49224_arrl    ] o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1860026 WARN  (OverseerThreadFactory-7924-thread-2-processing-n:127.0.0.1:49224_arrl) [n:127.0.0.1:49224_arrl    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1860241 INFO  (qtp1437786605-20283) [n:127.0.0.1:49224_arrl    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1860242 INFO  (qtp1437786605-20283) [n:127.0.0.1:49224_arrl    ] 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=1&wt=javabin&version=2} status=0 QTime=224
   [junit4]   2> 1860546 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/shard-1-001 of type NRT
   [junit4]   2> 1860547 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1860549 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@41d04574{/arrl,null,AVAILABLE}
   [junit4]   2> 1860549 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4dfd2080{HTTP/1.1,[http/1.1]}{127.0.0.1:49243}
   [junit4]   2> 1860549 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.e.j.s.Server Started @1862527ms
   [junit4]   2> 1860549 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/arrl, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/tempDir-001/jetty1, hostPort=49243, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/shard-1-001/cores}
   [junit4]   2> 1860549 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1860550 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1860550 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1860550 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1860550 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-08T17:02:22.558285Z
   [junit4]   2> 1860551 INFO  (zkConnectionManagerCallback-6350-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1860553 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1860553 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/shard-1-001/solr.xml
   [junit4]   2> 1860555 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1860555 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1860556 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@166812e3, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1860558 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49219/solr
   [junit4]   2> 1860560 INFO  (zkConnectionManagerCallback-6354-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1860563 INFO  (zkConnectionManagerCallback-6356-thread-1-processing-n:127.0.0.1:49243_arrl) [n:127.0.0.1:49243_arrl    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1860575 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49243_arrl    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1860578 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49243_arrl    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1860581 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49243_arrl    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49243_arrl
   [junit4]   2> 1860583 INFO  (zkCallback-6337-thread-2-processing-n:127.0.0.1:49224_arrl) [n:127.0.0.1:49224_arrl    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1860583 INFO  (zkCallback-6347-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1860588 INFO  (zkCallback-6355-thread-1-processing-n:127.0.0.1:49243_arrl) [n:127.0.0.1:49243_arrl    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1860665 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49243_arrl    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@166812e3
   [junit4]   2> 1860687 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49243_arrl    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@166812e3
   [junit4]   2> 1860688 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49243_arrl    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@166812e3
   [junit4]   2> 1860690 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49243_arrl    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/shard-1-001/cores
   [junit4]   2> 1860729 INFO  (qtp1437786605-20276) [n:127.0.0.1:49224_arrl    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:49243_arrl&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1860734 INFO  (OverseerCollectionConfigSetProcessor-99315281950474244-127.0.0.1:49224_arrl-n_0000000000) [n:127.0.0.1:49224_arrl    ] 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> 1860734 INFO  (OverseerThreadFactory-7924-thread-3-processing-n:127.0.0.1:49224_arrl) [n:127.0.0.1:49224_arrl    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:49243_arrl for creating new replica
   [junit4]   2> 1860741 INFO  (qtp137430205-20327) [n:127.0.0.1:49243_arrl    ] 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> 1860741 INFO  (qtp137430205-20327) [n:127.0.0.1:49243_arrl    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1861780 INFO  (qtp137430205-20327) [n:127.0.0.1:49243_arrl c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1861814 INFO  (qtp137430205-20327) [n:127.0.0.1:49243_arrl c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema [collection1_shard2_replica_n61] Schema name=test
   [junit4]   2> 1861943 INFO  (qtp137430205-20327) [n:127.0.0.1:49243_arrl 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> 1861967 INFO  (qtp137430205-20327) [n:127.0.0.1:49243_arrl 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> 1861968 INFO  (qtp137430205-20327) [n:127.0.0.1:49243_arrl 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@166812e3
   [junit4]   2> 1861968 INFO  (qtp137430205-20327) [n:127.0.0.1:49243_arrl c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1861968 INFO  (qtp137430205-20327) [n:127.0.0.1:49243_arrl 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-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/shard-1-001/cores/collection1_shard2_replica_n61], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/shard-1-001/cores/collection1_shard2_replica_n61/data/]
   [junit4]   2> 1861983 INFO  (qtp137430205-20327) [n:127.0.0.1:49243_arrl c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=50.1904296875, floorSegmentMB=0.693359375, forceMergeDeletesPctAllowed=28.14862279657467, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1862065 WARN  (qtp137430205-20327) [n:127.0.0.1:49243_arrl 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> 1862126 INFO  (qtp137430205-20327) [n:127.0.0.1:49243_arrl c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1862126 INFO  (qtp137430205-20327) [n:127.0.0.1:49243_arrl 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> 1862152 INFO  (qtp137430205-20327) [n:127.0.0.1:49243_arrl c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1862152 INFO  (qtp137430205-20327) [n:127.0.0.1:49243_arrl c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1862154 INFO  (qtp137430205-20327) [n:127.0.0.1:49243_arrl c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=49.2138671875, floorSegmentMB=1.14453125, forceMergeDeletesPctAllowed=23.15721813037059, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.520254745997728
   [junit4]   2> 1862154 INFO  (qtp137430205-20327) [n:127.0.0.1:49243_arrl c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.SolrIndexSearcher Opening [Searcher@346632b6[collection1_shard2_replica_n61] main]
   [junit4]   2> 1862156 INFO  (qtp137430205-20327) [n:127.0.0.1:49243_arrl c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1862157 INFO  (qtp137430205-20327) [n:127.0.0.1:49243_arrl 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> 1862158 INFO  (qtp137430205-20327) [n:127.0.0.1:49243_arrl c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1862158 INFO  (qtp137430205-20327) [n:127.0.0.1:49243_arrl 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 1589044517709807616
   [junit4]   2> 1862159 INFO  (searcherExecutor-7938-thread-1-processing-n:127.0.0.1:49243_arrl x:collection1_shard2_replica_n61 s:shard2 c:collection1) [n:127.0.0.1:49243_arrl c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore [collection1_shard2_replica_n61] Registered new searcher Searcher@346632b6[collection1_shard2_replica_n61] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1862172 INFO  (qtp137430205-20327) [n:127.0.0.1:49243_arrl c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1862172 INFO  (qtp137430205-20327) [n:127.0.0.1:49243_arrl 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> 1862172 INFO  (qtp137430205-20327) [n:127.0.0.1:49243_arrl c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:49243/arrl/collection1_shard2_replica_n61/
   [junit4]   2> 1862172 INFO  (qtp137430205-20327) [n:127.0.0.1:49243_arrl c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1862172 INFO  (qtp137430205-20327) [n:127.0.0.1:49243_arrl c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy http://127.0.0.1:49243/arrl/collection1_shard2_replica_n61/ has no replicas
   [junit4]   2> 1862172 INFO  (qtp137430205-20327) [n:127.0.0.1:49243_arrl c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1862178 INFO  (qtp137430205-20327) [n:127.0.0.1:49243_arrl c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:49243/arrl/collection1_shard2_replica_n61/ shard2
   [junit4]   2> 1862340 INFO  (qtp137430205-20327) [n:127.0.0.1:49243_arrl c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1862351 INFO  (qtp137430205-20327) [n:127.0.0.1:49243_arrl 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=1609
   [junit4]   2> 1862360 INFO  (qtp1437786605-20276) [n:127.0.0.1:49224_arrl    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:49243_arrl&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1630
   [junit4]   2> 1862714 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/shard-2-001 of type NRT
   [junit4]   2> 1862715 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1862717 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7211029c{/arrl,null,AVAILABLE}
   [junit4]   2> 1862717 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@776a2029{HTTP/1.1,[http/1.1]}{127.0.0.1:49252}
   [junit4]   2> 1862717 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.e.j.s.Server Started @1864695ms
   [junit4]   2> 1862717 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/arrl, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/tempDir-001/jetty2, hostPort=49252, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/shard-2-001/cores}
   [junit4]   2> 1862718 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1862718 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1862718 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1862718 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1862718 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-08T17:02:24.726675Z
   [junit4]   2> 1862720 INFO  (zkConnectionManagerCallback-6360-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1862723 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1862723 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/shard-2-001/solr.xml
   [junit4]   2> 1862726 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1862726 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1862727 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@166812e3, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1862730 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49219/solr
   [junit4]   2> 1862737 INFO  (zkConnectionManagerCallback-6364-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1862741 INFO  (zkConnectionManagerCallback-6366-thread-1-processing-n:127.0.0.1:49252_arrl) [n:127.0.0.1:49252_arrl    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1862743 INFO  (OverseerCollectionConfigSetProcessor-99315281950474244-127.0.0.1:49224_arrl-n_0000000000) [n:127.0.0.1:49224_arrl    ] 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> 1862752 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49252_arrl    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1862756 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49252_arrl    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1862761 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49252_arrl    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49252_arrl
   [junit4]   2> 1862763 INFO  (zkCallback-6347-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1862763 INFO  (zkCallback-6355-thread-1-processing-n:127.0.0.1:49243_arrl) [n:127.0.0.1:49243_arrl    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1862763 INFO  (zkCallback-6337-thread-1-processing-n:127.0.0.1:49224_arrl) [n:127.0.0.1:49224_arrl    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1862765 INFO  (zkCallback-6365-thread-1-processing-n:127.0.0.1:49252_arrl) [n:127.0.0.1:49252_arrl    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1862829 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49252_arrl    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@166812e3
   [junit4]   2> 1862862 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49252_arrl    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@166812e3
   [junit4]   2> 1862864 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49252_arrl    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@166812e3
   [junit4]   2> 1862867 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49252_arrl    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/shard-2-001/cores
   [junit4]   2> 1862922 INFO  (qtp1437786605-20279) [n:127.0.0.1:49224_arrl    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:49252_arrl&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1862931 INFO  (OverseerThreadFactory-7924-thread-4-processing-n:127.0.0.1:49224_arrl) [n:127.0.0.1:49224_arrl    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:49252_arrl for creating new replica
   [junit4]   2> 1862937 INFO  (qtp1569766093-20358) [n:127.0.0.1:49252_arrl    ] 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> 1862938 INFO  (qtp1569766093-20358) [n:127.0.0.1:49252_arrl    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1863956 INFO  (qtp1569766093-20358) [n:127.0.0.1:49252_arrl c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1863966 INFO  (qtp1569766093-20358) [n:127.0.0.1:49252_arrl c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema [collection1_shard3_replica_n63] Schema name=test
   [junit4]   2> 1864064 INFO  (qtp1569766093-20358) [n:127.0.0.1:49252_arrl 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> 1864094 INFO  (qtp1569766093-20358) [n:127.0.0.1:49252_arrl 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> 1864094 INFO  (qtp1569766093-20358) [n:127.0.0.1:49252_arrl 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@166812e3
   [junit4]   2> 1864094 INFO  (qtp1569766093-20358) [n:127.0.0.1:49252_arrl c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1864094 INFO  (qtp1569766093-20358) [n:127.0.0.1:49252_arrl 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-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/shard-2-001/cores/collection1_shard3_replica_n63], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/shard-2-001/cores/collection1_shard3_replica_n63/data/]
   [junit4]   2> 1864096 INFO  (qtp1569766093-20358) [n:127.0.0.1:49252_arrl c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=50.1904296875, floorSegmentMB=0.693359375, forceMergeDeletesPctAllowed=28.14862279657467, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1864099 WARN  (qtp1569766093-20358) [n:127.0.0.1:49252_arrl 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> 1864141 INFO  (qtp1569766093-20358) [n:127.0.0.1:49252_arrl c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1864141 INFO  (qtp1569766093-20358) [n:127.0.0.1:49252_arrl 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> 1864143 INFO  (qtp1569766093-20358) [n:127.0.0.1:49252_arrl c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1864143 INFO  (qtp1569766093-20358) [n:127.0.0.1:49252_arrl c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1864144 INFO  (qtp1569766093-20358) [n:127.0.0.1:49252_arrl c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=49.2138671875, floorSegmentMB=1.14453125, forceMergeDeletesPctAllowed=23.15721813037059, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.520254745997728
   [junit4]   2> 1864144 INFO  (qtp1569766093-20358) [n:127.0.0.1:49252_arrl c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.SolrIndexSearcher Opening [Searcher@3a23603c[collection1_shard3_replica_n63] main]
   [junit4]   2> 1864146 INFO  (qtp1569766093-20358) [n:127.0.0.1:49252_arrl c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1864147 INFO  (qtp1569766093-20358) [n:127.0.0.1:49252_arrl 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> 1864148 INFO  (qtp1569766093-20358) [n:127.0.0.1:49252_arrl c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1864148 INFO  (qtp1569766093-20358) [n:127.0.0.1:49252_arrl 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 1589044519796473856
   [junit4]   2> 1864149 INFO  (searcherExecutor-7949-thread-1-processing-n:127.0.0.1:49252_arrl x:collection1_shard3_replica_n63 s:shard3 c:collection1) [n:127.0.0.1:49252_arrl c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore [collection1_shard3_replica_n63] Registered new searcher Searcher@3a23603c[collection1_shard3_replica_n63] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1864154 INFO  (qtp1569766093-20358) [n:127.0.0.1:49252_arrl c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1864154 INFO  (qtp1569766093-20358) [n:127.0.0.1:49252_arrl 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> 1864154 INFO  (qtp1569766093-20358) [n:127.0.0.1:49252_arrl c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:49252/arrl/collection1_shard3_replica_n63/
   [junit4]   2> 1864154 INFO  (qtp1569766093-20358) [n:127.0.0.1:49252_arrl c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1864154 INFO  (qtp1569766093-20358) [n:127.0.0.1:49252_arrl c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy http://127.0.0.1:49252/arrl/collection1_shard3_replica_n63/ has no replicas
   [junit4]   2> 1864154 INFO  (qtp1569766093-20358) [n:127.0.0.1:49252_arrl c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1864160 INFO  (qtp1569766093-20358) [n:127.0.0.1:49252_arrl c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:49252/arrl/collection1_shard3_replica_n63/ shard3
   [junit4]   2> 1864323 INFO  (qtp1569766093-20358) [n:127.0.0.1:49252_arrl c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1864326 INFO  (qtp1569766093-20358) [n:127.0.0.1:49252_arrl 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=1388
   [junit4]   2> 1864329 INFO  (qtp1437786605-20279) [n:127.0.0.1:49224_arrl    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:49252_arrl&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2} status=0 QTime=1407
   [junit4]   2> 1864661 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/shard-3-001 of type NRT
   [junit4]   2> 1864662 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1864664 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6f23d55f{/arrl,null,AVAILABLE}
   [junit4]   2> 1864664 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3ea48fa2{HTTP/1.1,[http/1.1]}{127.0.0.1:49259}
   [junit4]   2> 1864664 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.e.j.s.Server Started @1866642ms
   [junit4]   2> 1864665 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/arrl, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/tempDir-001/jetty3, hostPort=49259, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/shard-3-001/cores, replicaType=NRT}
   [junit4]   2> 1864665 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1864665 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1864665 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1864665 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1864665 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-08T17:02:26.673893Z
   [junit4]   2> 1864667 INFO  (zkConnectionManagerCallback-6370-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1864669 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1864669 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/shard-3-001/solr.xml
   [junit4]   2> 1864671 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1864671 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1864672 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@166812e3, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1864674 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49219/solr
   [junit4]   2> 1864676 INFO  (zkConnectionManagerCallback-6374-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1864681 INFO  (zkConnectionManagerCallback-6376-thread-1-processing-n:127.0.0.1:49259_arrl) [n:127.0.0.1:49259_arrl    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1864692 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49259_arrl    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1864696 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49259_arrl    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1864700 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49259_arrl    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49259_arrl
   [junit4]   2> 1864702 INFO  (zkCallback-6337-thread-2-processing-n:127.0.0.1:49224_arrl) [n:127.0.0.1:49224_arrl    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1864702 INFO  (zkCallback-6347-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1864702 INFO  (zkCallback-6365-thread-1-processing-n:127.0.0.1:49252_arrl) [n:127.0.0.1:49252_arrl    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1864702 INFO  (zkCallback-6355-thread-1-processing-n:127.0.0.1:49243_arrl) [n:127.0.0.1:49243_arrl    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1864703 INFO  (zkCallback-6375-thread-1-processing-n:127.0.0.1:49259_arrl) [n:127.0.0.1:49259_arrl    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1864757 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49259_arrl    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@166812e3
   [junit4]   2> 1864773 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49259_arrl    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@166812e3
   [junit4]   2> 1864774 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49259_arrl    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@166812e3
   [junit4]   2> 1864777 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49259_arrl    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/shard-3-001/cores
   [junit4]   2> 1864838 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:49259_arrl&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1864842 INFO  (OverseerCollectionConfigSetProcessor-99315281950474244-127.0.0.1:49224_arrl-n_0000000000) [n:127.0.0.1:49224_arrl    ] 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> 1864842 INFO  (OverseerThreadFactory-7924-thread-5-processing-n:127.0.0.1:49224_arrl) [n:127.0.0.1:49224_arrl    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:49259_arrl for creating new replica
   [junit4]   2> 1864847 INFO  (qtp1455267040-20389) [n:127.0.0.1:49259_arrl    ] 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> 1864848 INFO  (qtp1455267040-20389) [n:127.0.0.1:49259_arrl    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1865863 INFO  (qtp1455267040-20389) [n:127.0.0.1:49259_arrl c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1865878 INFO  (qtp1455267040-20389) [n:127.0.0.1:49259_arrl c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.IndexSchema [collection1_shard1_replica_n65] Schema name=test
   [junit4]   2> 1865963 INFO  (qtp1455267040-20389) [n:127.0.0.1:49259_arrl 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> 1865992 INFO  (qtp1455267040-20389) [n:127.0.0.1:49259_arrl 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> 1865993 INFO  (qtp1455267040-20389) [n:127.0.0.1:49259_arrl 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@166812e3
   [junit4]   2> 1865993 INFO  (qtp1455267040-20389) [n:127.0.0.1:49259_arrl c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1865993 INFO  (qtp1455267040-20389) [n:127.0.0.1:49259_arrl 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-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/shard-3-001/cores/collection1_shard1_replica_n65], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/shard-3-001/cores/collection1_shard1_replica_n65/data/]
   [junit4]   2> 1865997 INFO  (qtp1455267040-20389) [n:127.0.0.1:49259_arrl c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=50.1904296875, floorSegmentMB=0.693359375, forceMergeDeletesPctAllowed=28.14862279657467, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1866000 WARN  (qtp1455267040-20389) [n:127.0.0.1:49259_arrl 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> 1866049 INFO  (qtp1455267040-20389) [n:127.0.0.1:49259_arrl c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1866049 INFO  (qtp1455267040-20389) [n:127.0.0.1:49259_arrl 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> 1866050 INFO  (qtp1455267040-20389) [n:127.0.0.1:49259_arrl c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1866050 INFO  (qtp1455267040-20389) [n:127.0.0.1:49259_arrl c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1866052 INFO  (qtp1455267040-20389) [n:127.0.0.1:49259_arrl c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=49.2138671875, floorSegmentMB=1.14453125, forceMergeDeletesPctAllowed=23.15721813037059, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.520254745997728
   [junit4]   2> 1866053 INFO  (qtp1455267040-20389) [n:127.0.0.1:49259_arrl c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.SolrIndexSearcher Opening [Searcher@5e5b6d6c[collection1_shard1_replica_n65] main]
   [junit4]   2> 1866054 INFO  (qtp1455267040-20389) [n:127.0.0.1:49259_arrl c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1866055 INFO  (qtp1455267040-20389) [n:127.0.0.1:49259_arrl 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> 1866056 INFO  (qtp1455267040-20389) [n:127.0.0.1:49259_arrl c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1866056 INFO  (qtp1455267040-20389) [n:127.0.0.1:49259_arrl 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 1589044521797156864
   [junit4]   2> 1866057 INFO  (searcherExecutor-7960-thread-1-processing-n:127.0.0.1:49259_arrl x:collection1_shard1_replica_n65 s:shard1 c:collection1) [n:127.0.0.1:49259_arrl c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore [collection1_shard1_replica_n65] Registered new searcher Searcher@5e5b6d6c[collection1_shard1_replica_n65] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1866063 INFO  (qtp1455267040-20389) [n:127.0.0.1:49259_arrl c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1866063 INFO  (qtp1455267040-20389) [n:127.0.0.1:49259_arrl 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> 1866063 INFO  (qtp1455267040-20389) [n:127.0.0.1:49259_arrl c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:49259/arrl/collection1_shard1_replica_n65/
   [junit4]   2> 1866063 INFO  (qtp1455267040-20389) [n:127.0.0.1:49259_arrl c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1866063 INFO  (qtp1455267040-20389) [n:127.0.0.1:49259_arrl c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy http://127.0.0.1:49259/arrl/collection1_shard1_replica_n65/ has no replicas
   [junit4]   2> 1866063 INFO  (qtp1455267040-20389) [n:127.0.0.1:49259_arrl c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1866068 INFO  (qtp1455267040-20389) [n:127.0.0.1:49259_arrl c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:49259/arrl/collection1_shard1_replica_n65/ shard1
   [junit4]   2> 1866221 INFO  (qtp1455267040-20389) [n:127.0.0.1:49259_arrl c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1866224 INFO  (qtp1455267040-20389) [n:127.0.0.1:49259_arrl c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n65&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1377
   [junit4]   2> 1866228 INFO  (qtp1437786605-20280) [n:127.0.0.1:49224_arrl    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:49259_arrl&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1389
   [junit4]   2> 1866582 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/shard-4-001 of type NRT
   [junit4]   2> 1866582 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1866584 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@24803675{/arrl,null,AVAILABLE}
   [junit4]   2> 1866584 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@28ec44e2{HTTP/1.1,[http/1.1]}{127.0.0.1:49264}
   [junit4]   2> 1866584 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.e.j.s.Server Started @1868563ms
   [junit4]   2> 1866585 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/arrl, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/tempDir-001/jetty4, hostPort=49264, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/shard-4-001/cores}
   [junit4]   2> 1866585 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1866586 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1866586 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1866586 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1866586 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-08T17:02:28.594217Z
   [junit4]   2> 1866588 INFO  (zkConnectionManagerCallback-6380-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1866589 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1866590 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/shard-4-001/solr.xml
   [junit4]   2> 1866593 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1866593 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1866593 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@166812e3, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1866596 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49219/solr
   [junit4]   2> 1866598 INFO  (zkConnectionManagerCallback-6384-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1866602 INFO  (zkConnectionManagerCallback-6386-thread-1-processing-n:127.0.0.1:49264_arrl) [n:127.0.0.1:49264_arrl    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1866615 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49264_arrl    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1866620 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49264_arrl    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1866624 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49264_arrl    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49264_arrl
   [junit4]   2> 1866627 INFO  (zkCallback-6365-thread-1-processing-n:127.0.0.1:49252_arrl) [n:127.0.0.1:49252_arrl    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1866627 INFO  (zkCallback-6375-thread-1-processing-n:127.0.0.1:49259_arrl) [n:127.0.0.1:49259_arrl    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1866628 INFO  (zkCallback-6337-thread-1-processing-n:127.0.0.1:49224_arrl) [n:127.0.0.1:49224_arrl    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1866628 INFO  (zkCallback-6355-thread-1-processing-n:127.0.0.1:49243_arrl) [n:127.0.0.1:49243_arrl    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1866628 INFO  (zkCallback-6347-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1866629 INFO  (zkCallback-6385-thread-1-processing-n:127.0.0.1:49264_arrl) [n:127.0.0.1:49264_arrl    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1866676 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49264_arrl    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@166812e3
   [junit4]   2> 1866690 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49264_arrl    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@166812e3
   [junit4]   2> 1866690 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49264_arrl    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@166812e3
   [junit4]   2> 1866692 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[44A30A1A0FBE88]) [n:127.0.0.1:49264_arrl    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_44A30A1A0FBE88-001/shard-4-001/cores
   [junit4]   2> 1866767 INFO  (qtp1437786605-20278) [n:127.0.0.1:49224_arrl    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:49264_arrl&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1866771 INFO  (OverseerCollectionConfigSetProcessor-99315281950474244-127.0.0.1:49224_arrl-n_0000000000) [n:127.0.0.1:49224_arrl    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1866771 INFO  (OverseerThreadFactory-7924-thread-5-processing-n:127.0.0.1:49224_arrl) [n:127.0.0.1:49224_arrl    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:49264_arrl for creating new replica
   [junit4]   2> 1866777 INFO  (qtp216638161-20420) [n:127.0.0.1:49264_arrl    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n67&action=CREATE&collection=collection1&shard=shard2&wt=javabin

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

  [junit4]   2> 2415300 INFO  (coreCloseExecutor-10338-thread-1) [n:127.0.0.1:50944_solr c:replacenodetest_coll s:shard2 r:core_node9 x:replacenodetest_coll_shard2_replica_p6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.replacenodetest_coll.shard2.leader, tag=357628645
   [junit4]   2> 2415306 INFO  (jetty-closer-7264-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7d7fa394{/solr,null,UNAVAILABLE}
   [junit4]   2> 2415309 INFO  (jetty-closer-7264-thread-4) [    ] o.a.s.c.Overseer Overseer (id=99315317090680844-127.0.0.1:50944_solr-n_0000000000) closing
   [junit4]   2> 2415309 INFO  (OverseerStateUpdate-99315317090680844-127.0.0.1:50944_solr-n_0000000000) [n:127.0.0.1:50944_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:50944_solr
   [junit4]   2> 2415310 WARN  (OverseerAutoScalingTriggerThread-99315317090680844-127.0.0.1:50944_solr-n_0000000000) [n:127.0.0.1:50944_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2415315 INFO  (jetty-closer-7264-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7f17b13c{/solr,null,UNAVAILABLE}
   [junit4]   2> 2415315 INFO  (jetty-closer-7264-thread-6) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6774cb5d{/solr,null,UNAVAILABLE}
   [junit4]   2> 2415316 ERROR (SUITE-ReplaceNodeTest-seed#[44A30A1A0FBE88]-worker) [    ] 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> 2415317 INFO  (SUITE-ReplaceNodeTest-seed#[44A30A1A0FBE88]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:50940 50940
   [junit4]   2> 2415351 INFO  (Thread-4428) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:50940 50940
   [junit4]   2> 2417339 WARN  (Thread-4428) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	6	/solr/security.json
   [junit4]   2> 	6	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	67	/solr/collections/replacenodetest_coll/state.json
   [junit4]   2> 	7	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/99315317090680844-127.0.0.1:50944_solr-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/99315317090680850-127.0.0.1:50949_solr-n_0000000003
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 	7	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_44A30A1A0FBE88-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=true): {}, locale=en-LC, timezone=Pacific/Galapagos
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=151104120,total=510132224
   [junit4]   2> NOTE: All tests run in this JVM: [TestReplicaProperties, SearchRateTriggerTest, TestReqParamsAPI, DistributedSuggestComponentTest, TestReplicationHandler, SolrTestCaseJ4Test, TestMultiValuedNumericRangeQuery, TlogReplayBufferedWhileIndexingTest, TestSchemaVersionResource, TestHdfsBackupRestoreCore, ConnectionReuseTest, IndexBasedSpellCheckerTest, TestFieldSortValues, HdfsDirectoryFactoryTest, CdcrUpdateLogTest, TestQuerySenderListener, TestDistributedStatsComponentCardinality, RequiredFieldsTest, DistributedFacetPivotLongTailTest, ClusterStateUpdateTest, BasicAuthIntegrationTest, TestHdfsCloudBackupRestore, TestFieldCache, TestDeleteCollectionOnDownNodes, PKIAuthenticationIntegrationTest, LeaderElectionTest, SecurityConfHandlerTest, TestClusterStateProvider, TestFuzzyAnalyzedSuggestions, HdfsCollectionsAPIDistributedZkTest, SuggestComponentContextFilterQueryTest, TestOmitPositions, TestSolrConfigHandlerCloud, ChaosMonkeySafeLeaderWithPullReplicasTest, TestImpersonationWithHadoopAuth, TestIndexingPerformance, TestPseudoReturnFields, GraphQueryTest, TestTrackingShardHandlerFactory, AutoScalingHandlerTest, TestEmbeddedSolrServerSchemaAPI, TestManagedSchema, BadCopyFieldTest, DocExpirationUpdateProcessorFactoryTest, RegexBytesRefFilterTest, ShowFileRequestHandlerTest, TestPrepRecovery, HdfsChaosMonkeyNothingIsSafeTest, TestStressInPlaceUpdates, TestSolrCoreSnapshots, SpellCheckCollatorTest, HdfsThreadLeakTest, TestUtils, TestConfigSetsAPI, ZkStateReaderTest, TestLFUCache, CircularListTest, RequestHandlersTest, TestSchemaResource, TestCoreAdminApis, CursorMarkTest, TestRandomCollapseQParserPlugin, NodeMutatorTest, CreateCollectionCleanupTest, TestSchemaManager, CSVRequestHandlerTest, CdcrReplicationDistributedZkTest, ResourceLoaderTest, TestAtomicUpdateErrorCases, DistributedSpellCheckComponentTest, DistributedVersionInfoTest, TestJsonFacets, TestInitQParser, TestSystemCollAutoCreate, VMParamsZkACLAndCredentialsProvidersTest, NumericFieldsTest, TestBlendedInfixSuggestions, PrimUtilsTest, TestBinaryField, TestReversedWildcardFilterFactory, TestScoreJoinQPScore, TestRequestStatusCollectionAPI, FieldAnalysisRequestHandlerTest, InfixSuggestersTest, TestDistribStateManager, TestConfigSetsAPIZkFailure, PreAnalyzedFieldManagedSchemaCloudTest, OverriddenZkACLAndCredentialsProvidersTest, CoreMergeIndexesAdminHandlerTest, TestSolrXml, AnalyticsMergeStrategyTest, SpellCheckCollatorWithCollapseTest, TestMultiWordSynonyms, SparseHLLTest, TestStressRecovery, TestLegacyFieldCache, TestFreeTextSuggestions, V2StandaloneTest, MultiTermTest, TestSimpleQParserPlugin, TestRandomDVFaceting, HLLSerializationTest, TestRawResponseWriter, BlockCacheTest, SpatialFilterTest, DateRangeFieldTest, TestJmxIntegration, TestUpdate, TestPullReplicaErrorHandling, HdfsRecoverLeaseTest, LeaderInitiatedRecoveryOnShardRestartTest, OverseerModifyCollectionTest, MoveReplicaHDFSFailoverTest, HttpTriggerListenerTest, TestFieldCacheVsDocValues, TestFieldResource, TestRealTimeGet, TestPayloadScoreQParserPlugin, TestCustomStream, BinaryUpdateRequestHandlerTest, CdcrBidirectionalTest, OutputWriterTest, TestUniqueKeyFieldResource, DistributedFacetExistsSmallTest, TestManagedSynonymFilterFactory, TestSolr4Spatial, TestImplicitCoreProperties, ShardRoutingTest, TestManagedSchemaThreadSafety, TestQuerySenderNoQuery, URLClassifyProcessorTest, TestExactStatsCache, TestNumericRangeQuery64, DistribCursorPagingTest, HdfsBasicDistributedZk2Test, MetricsConfigTest, TestCopyFieldCollectionResource, SolrXmlInZkTest, ImplicitSnitchTest, TestXIncludeConfig, DistributedQueryComponentCustomSortTest, HighlighterMaxOffsetTest, ReplicationFactorTest, SignatureUpdateProcessorFactoryTest, TestRecovery, TestJavabinTupleStreamParser, AssignBackwardCompatibilityTest, TestLMDirichletSimilarityFactory, TestFieldTypeResource, ExplicitHLLTest, TestTlogReplica, OverseerTest, HighlighterTest, SyncSliceTest, TestReloadAndDeleteDocs, TestBackupRepositoryFactory, CdcrRequestHandlerTest, TestLeaderElectionZkExpiry, AlternateDirectoryTest, UniqFieldsUpdateProcessorFactoryTest, BJQParserTest, MigrateRouteKeyTest, LeaderElectionContextKeyTest, StressHdfsTest, TestCollectionAPI, TestSegmentSorting, MetricsHandlerTest, TestOverriddenPrefixQueryForCustomFieldType, ResponseHeaderTest, RulesTest, MoveReplicaTest, FastVectorHighlighterTest, TestSQLHandler, CollectionsAPISolrJTest, PathHierarchyTokenizerFactoryTest, StatsComponentTest, IndexSchemaTest, CollectionTooManyReplicasTest, TestCursorMarkWithoutUniqueKey, ZkCLITest, AddBlockUpdateTest, ClassificationUpdateProcessorTest, TestFieldCacheSort, DistributedFacetSimpleRefinementLongTailTest, TestSolrDeletionPolicy2, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, TestFaceting, TestHashPartitioner, ZkControllerTest, TestJoin, TestReload, DistributedTermsComponentTest, SimpleFacetsTest, SolrCmdDistributorTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, TestFiltering, TestFunctionQuery, DirectUpdateHandlerTest, TestBadConfig, DistributedQueryElevationComponentTest, AnalysisAfterCoreReloadTest, SuggesterFSTTest, CoreAdminHandlerTest, SuggesterTSTTest, SuggesterTest, TestTrie, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, SolrCoreCheckLockOnStartupTest, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, DistanceFunctionTest, SolrInfoBeanTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestQueryUtils, TestWriterPerf, PrimitiveFieldTypeTest, XmlUpdateRequestHandlerTest, TestSolrQueryParser, LoggingHandlerTest, TestCollationField, TestCSVResponseWriter, QueryParsingTest, JsonLoaderTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, PingRequestHandlerTest, TestComponentsName, HighlighterConfigTest, SOLR749Test, ResponseLogComponentTest, SolrIndexConfigTest, SampleTest, TestSearchPerf, MinimalSchemaTest, ExternalFileFieldSortTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestPhraseSuggestions, TestCharFilters, TestCodecSupport, SynonymTokenizerTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestIBSimilarityFactory, TimeZoneUtilsTest, TestFastOutputStream, ScriptEngineTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, DistribJoinFromCollectionTest, LeaderFailureAfterFreshStartTest, LeaderInitiatedRecoveryOnCommitTest, LegacyCloudClusterPropTest, MultiThreadedOCPTest, RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, ReplaceNodeTest]
   [junit4] Completed [539/765 (2!)] on J0 in 25.24s, 1 test, 1 error <<< FAILURES!

[...truncated 41614 lines...]

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk1.8.0) - Build # 394 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/394/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.testParse

Error Message:
Error from server at https://127.0.0.1:64156/solr: Collection : myalias_2017-10-24 is part of alias myalias remove or modify the alias before removing this collection.

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:64156/solr: Collection : myalias_2017-10-24 is part of alias myalias remove or modify the alias before removing this collection.
	at __randomizedtesting.SeedInfo.seed([32F8728BD84125D:6CAACC7001F221B2]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.doBefore(TimeRoutedAliasUpdateProcessorTest.java:84)
	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$9.evaluate(RandomizedRunner.java:968)
	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)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testDistributions

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([D6A31132A1DABAFA:695C50987F205A66]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testDistributions(StreamExpressionTest.java:6598)
	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 14161 lines...]
   [junit4] Suite: org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/init-core-data-001
   [junit4]   2> 3882008 WARN  (SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[32F8728BD84125D]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=33 numCloses=33
   [junit4]   2> 3882008 INFO  (SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[32F8728BD84125D]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3882013 INFO  (SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[32F8728BD84125D]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 3882014 INFO  (SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[32F8728BD84125D]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3882015 INFO  (SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[32F8728BD84125D]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001
   [junit4]   2> 3882015 INFO  (SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[32F8728BD84125D]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3882015 INFO  (Thread-5794) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3882015 INFO  (Thread-5794) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3882018 ERROR (Thread-5794) [    ] 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> 3882124 INFO  (SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[32F8728BD84125D]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:64152
   [junit4]   2> 3882156 INFO  (zkConnectionManagerCallback-11307-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3882165 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x160e70068970000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 3882176 INFO  (jetty-launcher-11304-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 3882176 INFO  (jetty-launcher-11304-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 3882179 INFO  (jetty-launcher-11304-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@416c30c0{/solr,null,AVAILABLE}
   [junit4]   2> 3882180 INFO  (jetty-launcher-11304-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2d810f57{/solr,null,AVAILABLE}
   [junit4]   2> 3882181 INFO  (jetty-launcher-11304-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4468e098{SSL,[ssl, http/1.1]}{127.0.0.1:64157}
   [junit4]   2> 3882181 INFO  (jetty-launcher-11304-thread-2) [    ] o.e.j.s.Server Started @3885845ms
   [junit4]   2> 3882181 INFO  (jetty-launcher-11304-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64157}
   [junit4]   2> 3882182 INFO  (jetty-launcher-11304-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5970aa8d{SSL,[ssl, http/1.1]}{127.0.0.1:64156}
   [junit4]   2> 3882182 INFO  (jetty-launcher-11304-thread-1) [    ] o.e.j.s.Server Started @3885846ms
   [junit4]   2> 3882182 INFO  (jetty-launcher-11304-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64156}
   [junit4]   2> 3882182 ERROR (jetty-launcher-11304-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3882182 ERROR (jetty-launcher-11304-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3882182 INFO  (jetty-launcher-11304-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 3882182 INFO  (jetty-launcher-11304-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 3882182 INFO  (jetty-launcher-11304-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3882182 INFO  (jetty-launcher-11304-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3882182 INFO  (jetty-launcher-11304-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3882182 INFO  (jetty-launcher-11304-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3882183 INFO  (jetty-launcher-11304-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-11T20:54:12.029Z
   [junit4]   2> 3882183 INFO  (jetty-launcher-11304-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-11T20:54:12.029Z
   [junit4]   2> 3882185 INFO  (zkConnectionManagerCallback-11311-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3882185 INFO  (zkConnectionManagerCallback-11310-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3882186 INFO  (jetty-launcher-11304-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3882186 INFO  (jetty-launcher-11304-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3882198 INFO  (jetty-launcher-11304-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64152/solr
   [junit4]   2> 3882198 INFO  (jetty-launcher-11304-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64152/solr
   [junit4]   2> 3882199 INFO  (zkConnectionManagerCallback-11317-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3882199 INFO  (zkConnectionManagerCallback-11319-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3882202 INFO  (zkConnectionManagerCallback-11321-thread-1-processing-n:127.0.0.1:64157_solr) [n:127.0.0.1:64157_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3882202 INFO  (zkConnectionManagerCallback-11323-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3882342 INFO  (jetty-launcher-11304-thread-1) [n:127.0.0.1:64156_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3882342 INFO  (jetty-launcher-11304-thread-2) [n:127.0.0.1:64157_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3882342 INFO  (jetty-launcher-11304-thread-1) [n:127.0.0.1:64156_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64156_solr
   [junit4]   2> 3882343 INFO  (jetty-launcher-11304-thread-2) [n:127.0.0.1:64157_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64157_solr
   [junit4]   2> 3882344 INFO  (jetty-launcher-11304-thread-1) [n:127.0.0.1:64156_solr    ] o.a.s.c.Overseer Overseer (id=99333180742893574-127.0.0.1:64156_solr-n_0000000000) starting
   [junit4]   2> 3882345 INFO  (zkCallback-11322-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3882345 INFO  (zkCallback-11320-thread-1-processing-n:127.0.0.1:64157_solr) [n:127.0.0.1:64157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3882356 INFO  (jetty-launcher-11304-thread-1) [n:127.0.0.1:64156_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64156_solr
   [junit4]   2> 3882358 INFO  (zkCallback-11322-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3882358 INFO  (zkCallback-11320-thread-1-processing-n:127.0.0.1:64157_solr) [n:127.0.0.1:64157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3882442 INFO  (jetty-launcher-11304-thread-2) [n:127.0.0.1:64157_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64157.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@66807694
   [junit4]   2> 3882443 INFO  (jetty-launcher-11304-thread-1) [n:127.0.0.1:64156_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64156.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@66807694
   [junit4]   2> 3882449 INFO  (jetty-launcher-11304-thread-2) [n:127.0.0.1:64157_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64157.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@66807694
   [junit4]   2> 3882450 INFO  (jetty-launcher-11304-thread-2) [n:127.0.0.1:64157_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64157.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@66807694
   [junit4]   2> 3882450 INFO  (jetty-launcher-11304-thread-1) [n:127.0.0.1:64156_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64156.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@66807694
   [junit4]   2> 3882450 INFO  (jetty-launcher-11304-thread-1) [n:127.0.0.1:64156_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64156.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@66807694
   [junit4]   2> 3882451 INFO  (jetty-launcher-11304-thread-2) [n:127.0.0.1:64157_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node2/.
   [junit4]   2> 3882451 INFO  (jetty-launcher-11304-thread-1) [n:127.0.0.1:64156_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/.
   [junit4]   2> 3882485 INFO  (zkConnectionManagerCallback-11329-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3882499 INFO  (TEST-TimeRoutedAliasUpdateProcessorTest.test-seed#[32F8728BD84125D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 3882500 INFO  (zkConnectionManagerCallback-11334-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3882501 INFO  (TEST-TimeRoutedAliasUpdateProcessorTest.test-seed#[32F8728BD84125D]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3882503 INFO  (TEST-TimeRoutedAliasUpdateProcessorTest.test-seed#[32F8728BD84125D]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64152/solr ready
   [junit4]   2> 3882517 INFO  (qtp1556105092-39398) [n:127.0.0.1:64156_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3882517 INFO  (qtp1556105092-39398) [n:127.0.0.1:64156_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3882518 INFO  (qtp1556105092-39399) [n:127.0.0.1:64156_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&replicationFactor=1&name=timeConfig&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3882520 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.CreateCollectionCmd Create collection timeConfig
   [junit4]   2> 3882521 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.CreateCollectionCmd Only _default config set found, using it.
   [junit4]   2> 3882522 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/timeConfig/managed-schema
   [junit4]   2> 3882525 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/timeConfig/protwords.txt
   [junit4]   2> 3882527 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/timeConfig/solrconfig.xml
   [junit4]   2> 3882530 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/timeConfig/synonyms.txt
   [junit4]   2> 3882532 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/timeConfig/stopwords.txt
   [junit4]   2> 3882536 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/timeConfig/lang/contractions_it.txt
   [junit4]   2> 3882539 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/timeConfig/lang/contractions_ca.txt
   [junit4]   2> 3882542 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/timeConfig/lang/stemdict_nl.txt
   [junit4]   2> 3882544 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/timeConfig/lang/stopwords_hy.txt
   [junit4]   2> 3882547 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/timeConfig/lang/stopwords_no.txt
   [junit4]   2> 3882549 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/timeConfig/lang/stopwords_id.txt
   [junit4]   2> 3882552 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/timeConfig/lang/stopwords_da.txt
   [junit4]   2> 3882555 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/timeConfig/lang/stopwords_ga.txt
   [junit4]   2> 3882557 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/timeConfig/lang/stopwords_hi.txt
   [junit4]   2> 3882560 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/timeConfig/lang/stopwords_ja.txt
   [junit4]   2> 3882563 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/timeConfig/lang/stopwords_pt.txt
   [junit4]   2> 3882566 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/timeConfig/lang/stopwords_hu.txt
   [junit4]   2> 3882568 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/timeConfig/lang/stopwords_el.txt
   [junit4]   2> 3882571 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/timeConfig/lang/stopwords_ru.txt
   [junit4]   2> 3882574 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/timeConfig/lang/stopwords_tr.txt
   [junit4]   2> 3882576 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/timeConfig/lang/stopwords_ar.txt
   [junit4]   2> 3882579 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/timeConfig/lang/userdict_ja.txt
   [junit4]   2> 3882581 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/timeConfig/lang/stopwords_eu.txt
   [junit4]   2> 3882584 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/timeConfig/lang/stopwords_it.txt
   [junit4]   2> 3882587 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/timeConfig/lang/stopwords_cz.txt
   [junit4]   2> 3882590 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/timeConfig/lang/stoptags_ja.txt
   [junit4]   2> 3882594 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/timeConfig/lang/contractions_fr.txt
   [junit4]   2> 3882597 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/timeConfig/lang/stopwords_de.txt
   [junit4]   2> 3882600 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/timeConfig/lang/stopwords_fa.txt
   [junit4]   2> 3882602 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/timeConfig/lang/contractions_ga.txt
   [junit4]   2> 3882616 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/timeConfig/lang/stopwords_ca.txt
   [junit4]   2> 3882619 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/timeConfig/lang/stopwords_nl.txt
   [junit4]   2> 3882621 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/timeConfig/lang/stopwords_bg.txt
   [junit4]   2> 3882624 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/timeConfig/lang/stopwords_en.txt
   [junit4]   2> 3882626 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/timeConfig/lang/stopwords_es.txt
   [junit4]   2> 3882629 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/timeConfig/lang/stopwords_lv.txt
   [junit4]   2> 3882632 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/timeConfig/lang/stopwords_ro.txt
   [junit4]   2> 3882635 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/timeConfig/lang/stopwords_th.txt
   [junit4]   2> 3882637 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/timeConfig/lang/stopwords_fr.txt
   [junit4]   2> 3882640 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/timeConfig/lang/stopwords_sv.txt
   [junit4]   2> 3882643 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/timeConfig/lang/stopwords_fi.txt
   [junit4]   2> 3882645 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/timeConfig/lang/hyphenations_ga.txt
   [junit4]   2> 3882648 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/timeConfig/lang/stopwords_gl.txt
   [junit4]   2> 3882650 INFO  (OverseerThreadFactory-13352-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/timeConfig/params.json
   [junit4]   2> 3882765 INFO  (OverseerStateUpdate-99333180742893574-127.0.0.1:64156_solr-n_0000000000) [n:127.0.0.1:64156_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"timeConfig",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"timeConfig_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:64156/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3882978 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=timeConfig&newCollection=true&name=timeConfig_shard1_replica_n1&action=CREATE&numShards=1&collection=timeConfig&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3882979 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3883096 INFO  (zkCallback-11322-thread-1-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/timeConfig/state.json] for collection [timeConfig] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3883097 INFO  (zkCallback-11322-thread-2-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/timeConfig/state.json] for collection [timeConfig] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3884025 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 3884025 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 3884026 WARN  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 3884027 WARN  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 3884028 WARN  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 3884028 WARN  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 3884029 WARN  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 3884029 WARN  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 3884030 WARN  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 3884030 WARN  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 3884040 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 3884062 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.IndexSchema [timeConfig_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 3884227 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 3884274 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'timeConfig_shard1_replica_n1' using configuration from collection timeConfig, trusted=true
   [junit4]   2> 3884275 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64156.solr.core.timeConfig.shard1.replica_n1' (registry 'solr.core.timeConfig.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@66807694
   [junit4]   2> 3884275 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3884275 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [[timeConfig_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/./timeConfig_shard1_replica_n1/data/]
   [junit4]   2> 3884277 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 3884334 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3884334 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3884336 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 3884337 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3884339 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@52ecfb65[timeConfig_shard1_replica_n1] main]
   [junit4]   2> 3884341 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/timeConfig
   [junit4]   2> 3884341 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/timeConfig
   [junit4]   2> 3884341 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/timeConfig/managed-schema
   [junit4]   2> 3884342 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 3884343 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 3884343 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 3884344 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3884345 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589330894327382016
   [junit4]   2> 3884345 INFO  (searcherExecutor-13357-thread-1-processing-n:127.0.0.1:64156_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@52ecfb65[timeConfig_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3884345 INFO  (searcherExecutor-13357-thread-1-processing-n:127.0.0.1:64156_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 3884345 INFO  (searcherExecutor-13357-thread-1-processing-n:127.0.0.1:64156_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 3884346 INFO  (searcherExecutor-13357-thread-1-processing-n:127.0.0.1:64156_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [timeConfig_shard1_replica_n1] Registered new searcher Searcher@52ecfb65[timeConfig_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3884352 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3884352 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3884352 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:64156/solr/timeConfig_shard1_replica_n1/
   [junit4]   2> 3884352 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 3884352 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:64156/solr/timeConfig_shard1_replica_n1/ has no replicas
   [junit4]   2> 3884352 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 3884357 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:64156/solr/timeConfig_shard1_replica_n1/ shard1
   [junit4]   2> 3884470 INFO  (zkCallback-11322-thread-3-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/timeConfig/state.json] for collection [timeConfig] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3884470 INFO  (zkCallback-11322-thread-2-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/timeConfig/state.json] for collection [timeConfig] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3884527 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3884530 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=timeConfig&newCollection=true&name=timeConfig_shard1_replica_n1&action=CREATE&numShards=1&collection=timeConfig&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1552
   [junit4]   2> 3884533 INFO  (qtp1556105092-39399) [n:127.0.0.1:64156_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 3884636 INFO  (zkCallback-11322-thread-2-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/timeConfig/state.json] for collection [timeConfig] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3884636 INFO  (zkCallback-11322-thread-3-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/timeConfig/state.json] for collection [timeConfig] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3885542 INFO  (qtp1556105092-39399) [n:127.0.0.1:64156_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&replicationFactor=1&name=timeConfig&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=3024
   [junit4]   2> 3885584 INFO  (qtp1556105092-39392) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Executed config commands successfully and persisted to ZK [{"set-user-property":{"timePartitionAliasName":"myalias"}}, {"set-user-property":{"update.autoCreateFields":false}}, {"add-updateprocessor":{
   [junit4]   2>     "name":"tolerant",
   [junit4]   2>     "class":"solr.TolerantUpdateProcessorFactory"}}, {"add-updateprocessor":{
   [junit4]   2>     "name":"inc",
   [junit4]   2>     "class":"org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest$IncrementURPFactory",
   [junit4]   2>     "fieldName":"integer_i"}}]
   [junit4]   2> 3885584 INFO  (qtp1556105092-39392) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the property overlay to be of version 0 for collection timeConfig
   [junit4]   2> 3885585 INFO  (Thread-5813) [n:127.0.0.1:64156_solr    ] o.a.s.c.SolrCore config update listener called for core timeConfig_shard1_replica_n1
   [junit4]   2> 3885587 INFO  (Thread-5813) [n:127.0.0.1:64156_solr    ] o.a.s.c.SolrCore core reload timeConfig_shard1_replica_n1
   [junit4]   2> 3885587 INFO  (solrHandlerExecutor-13362-thread-1-processing-n:127.0.0.1:64156_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 3885599 INFO  (Thread-5813) [n:127.0.0.1:64156_solr    ] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 3885599 INFO  (Thread-5813) [n:127.0.0.1:64156_solr    ] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 3885600 WARN  (Thread-5813) [n:127.0.0.1:64156_solr    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 3885600 WARN  (Thread-5813) [n:127.0.0.1:64156_solr    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 3885600 WARN  (Thread-5813) [n:127.0.0.1:64156_solr    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 3885600 WARN  (Thread-5813) [n:127.0.0.1:64156_solr    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 3885601 WARN  (Thread-5813) [n:127.0.0.1:64156_solr    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 3885601 WARN  (Thread-5813) [n:127.0.0.1:64156_solr    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 3885601 WARN  (Thread-5813) [n:127.0.0.1:64156_solr    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 3885601 WARN  (Thread-5813) [n:127.0.0.1:64156_solr    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 3885606 INFO  (Thread-5813) [n:127.0.0.1:64156_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 3885621 INFO  (Thread-5813) [n:127.0.0.1:64156_solr    ] o.a.s.s.IndexSchema [timeConfig_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 3885704 INFO  (qtp1556105092-39397) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 3885704 INFO  (qtp1556105092-39397) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3885705 INFO  (SolrConfigHandler-refreshconf) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 3885705 INFO  (solrHandlerExecutor-13362-thread-1-processing-n:127.0.0.1:64156_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:64156/solr/timeConfig_shard1_replica_n1/ for prop overlay   after 1 attempts
   [junit4]   2> 3885705 INFO  (solrHandlerExecutor-13362-thread-1-processing-n:127.0.0.1:64156_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 3885783 INFO  (Thread-5813) [n:127.0.0.1:64156_solr    ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 3885806 INFO  (qtp1556105092-39399) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 3885806 INFO  (qtp1556105092-39399) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3885806 INFO  (SolrConfigHandler-refreshconf) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 3885807 INFO  (solrHandlerExecutor-13362-thread-1-processing-n:127.0.0.1:64156_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:64156/solr/timeConfig_shard1_replica_n1/ for prop overlay   after 2 attempts
   [junit4]   2> 3885807 INFO  (solrHandlerExecutor-13362-thread-1-processing-n:127.0.0.1:64156_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 3885823 INFO  (Thread-5813) [n:127.0.0.1:64156_solr    ] o.a.s.c.CoreContainer Reloading SolrCore 'timeConfig_shard1_replica_n1' using configuration from collection timeConfig
   [junit4]   2> 3885840 INFO  (Thread-5813) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64156.solr.core.timeConfig.shard1.replica_n1' (registry 'solr.core.timeConfig.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@66807694
   [junit4]   2> 3885840 INFO  (Thread-5813) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [[timeConfig_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/timeConfig_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/./timeConfig_shard1_replica_n1/data/]
   [junit4]   2> 3885842 INFO  (Thread-5813) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 3885882 INFO  (Thread-5813) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 3885882 INFO  (Thread-5813) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3885883 INFO  (Thread-5813) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3c640593[timeConfig_shard1_replica_n1] main]
   [junit4]   2> 3885885 INFO  (Thread-5813) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/timeConfig
   [junit4]   2> 3885885 INFO  (Thread-5813) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/timeConfig
   [junit4]   2> 3885885 INFO  (Thread-5813) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/timeConfig/managed-schema
   [junit4]   2> 3885886 INFO  (Thread-5813) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 3885886 INFO  (Thread-5813) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 3885886 INFO  (Thread-5813) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 3885887 INFO  (Thread-5813) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3885888 INFO  (Thread-5813) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589330895945334784
   [junit4]   2> 3885888 INFO  (searcherExecutor-13363-thread-1-processing-n:127.0.0.1:64156_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@3c640593[timeConfig_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3885888 INFO  (searcherExecutor-13363-thread-1-processing-n:127.0.0.1:64156_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 3885888 INFO  (searcherExecutor-13363-thread-1-processing-n:127.0.0.1:64156_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 3885889 INFO  (Thread-5813) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 3885890 INFO  (searcherExecutor-13363-thread-1-processing-n:127.0.0.1:64156_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [timeConfig_shard1_replica_n1] Registered new searcher Searcher@3c640593[timeConfig_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3885890 INFO  (Thread-5813) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3cc42f61[timeConfig_shard1_replica_n1] main]
   [junit4]   2> 3885890 INFO  (searcherExecutor-13363-thread-1-processing-n:127.0.0.1:64156_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@3cc42f61[timeConfig_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3885890 INFO  (searcherExecutor-13363-thread-1-processing-n:127.0.0.1:64156_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 3885893 INFO  (searcherExecutor-13363-thread-1-processing-n:127.0.0.1:64156_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [timeConfig_shard1_replica_n1] Registered new searcher Searcher@3cc42f61[timeConfig_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3885918 INFO  (qtp1556105092-39400) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler I already have the expected version 0 of config
   [junit4]   2> 3885918 INFO  (qtp1556105092-39400) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler isStale false , resourceloader org.apache.solr.cloud.ZkSolrResourceLoader
   [junit4]   2> 3885918 INFO  (qtp1556105092-39400) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3885919 INFO  (qtp1556105092-39392) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Took 334.0ms to set the property overlay to be of version 0 for collection timeConfig
   [junit4]   2> 3885919 INFO  (qtp1556105092-39392) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config params={wt=javabin&version=2} status=0 QTime=338
   [junit4]   2> 3885919 INFO  (qtp1556105092-39392) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [timeConfig_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1583e6a0
   [junit4]   2> 3885919 INFO  (qtp1556105092-39392) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.timeConfig.shard1.replica_n1, tag=360965792
   [junit4]   2> 3885919 INFO  (qtp1556105092-39392) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4f158f0: rootName = solr_64156, domain = solr.core.timeConfig.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.timeConfig.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@10c1fddf
   [junit4]   2> 3885924 INFO  (qtp1556105092-39392) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.timeConfig.shard1.leader, tag=360965792
   [junit4]   2> 3885928 INFO  (qtp1556105092-39396) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.ZkController Persisted config data to node /configs/timeConfig/params.json 
   [junit4]   2> 3885929 INFO  (qtp1556105092-39396) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the property params to be of version 1 for collection timeConfig
   [junit4]   2> 3885930 INFO  (Thread-5814) [n:127.0.0.1:64156_solr    ] o.a.s.c.SolrCore config update listener called for core timeConfig_shard1_replica_n1
   [junit4]   2> 3885931 INFO  (Thread-5814) [n:127.0.0.1:64156_solr    ] o.a.s.c.RequestParams conf resource params.json loaded . version : 1 
   [junit4]   2> 3885931 INFO  (Thread-5814) [n:127.0.0.1:64156_solr    ] o.a.s.c.RequestParams request params refreshed to version 1
   [junit4]   2> 3885931 INFO  (solrHandlerExecutor-13367-thread-1-processing-n:127.0.0.1:64156_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 3886044 INFO  (qtp1556105092-39400) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler I already have the expected version 1 of params
   [junit4]   2> 3886044 INFO  (qtp1556105092-39400) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler isStale false , resourceloader org.apache.solr.cloud.ZkSolrResourceLoader
   [junit4]   2> 3886044 INFO  (qtp1556105092-39400) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={params=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3886046 INFO  (qtp1556105092-39396) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Took 116.0ms to set the property params to be of version 1 for collection timeConfig
   [junit4]   2> 3886046 INFO  (qtp1556105092-39396) [n:127.0.0.1:64156_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config/params params={wt=javabin&version=2} status=0 QTime=118
   [junit4]   2> 3886047 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=timeConfig&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3886054 INFO  (OverseerThreadFactory-13352-thread-2-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 3886054 INFO  (OverseerCollectionConfigSetProcessor-99333180742893574-127.0.0.1:64156_solr-n_0000000000) [n:127.0.0.1:64156_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 3886056 INFO  (qtp1556105092-39397) [n:127.0.0.1:64156_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.timeConfig.shard1.replica_n1, tag=null
   [junit4]   2> 3886056 INFO  (qtp1556105092-39397) [n:127.0.0.1:64156_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4f93a241: rootName = solr_64156, domain = solr.core.timeConfig.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.timeConfig.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@10c1fddf
   [junit4]   2> 3886075 INFO  (qtp1556105092-39397) [n:127.0.0.1:64156_solr    ] o.a.s.c.SolrCore [timeConfig_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@28adb33
   [junit4]   2> 3886075 INFO  (qtp1556105092-39397) [n:127.0.0.1:64156_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.timeConfig.shard1.replica_n1, tag=42654515
   [junit4]   2> 3886075 INFO  (qtp1556105092-39397) [n:127.0.0.1:64156_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.timeConfig.shard1.leader, tag=42654515
   [junit4]   2> 3886080 INFO  (qtp1556105092-39397) [n:127.0.0.1:64156_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=timeConfig_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=24
   [junit4]   2> 3886801 INFO  (qtp1556105092-39395) [n:127.0.0.1:64156_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=timeConfig&action=DELETE&wt=javabin&version=2} status=0 QTime=753
   [junit4]   2> 3886803 INFO  (qtp1556105092-39399) [n:127.0.0.1:64156_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&property.timePartitionAliasName=myalias&collection.configName=timeConfig&maxShardsPerNode=2&name=myalias_2017-10-23&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3886808 INFO  (OverseerThreadFactory-13352-thread-3-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.CreateCollectionCmd Create collection myalias_2017-10-23
   [junit4]   2> 3886810 INFO  (OverseerCollectionConfigSetProcessor-99333180742893574-127.0.0.1:64156_solr-n_0000000000) [n:127.0.0.1:64156_solr    ] 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> 3887048 INFO  (OverseerStateUpdate-99333180742893574-127.0.0.1:64156_solr-n_0000000000) [n:127.0.0.1:64156_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"myalias_2017-10-23",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"myalias_2017-10-23_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:64156/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3887056 INFO  (OverseerStateUpdate-99333180742893574-127.0.0.1:64156_solr-n_0000000000) [n:127.0.0.1:64156_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"myalias_2017-10-23",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"myalias_2017-10-23_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:64157/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3887063 INFO  (OverseerStateUpdate-99333180742893574-127.0.0.1:64156_solr-n_0000000000) [n:127.0.0.1:64156_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"myalias_2017-10-23",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"myalias_2017-10-23_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:64156/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3887071 INFO  (OverseerStateUpdate-99333180742893574-127.0.0.1:64156_solr-n_0000000000) [n:127.0.0.1:64156_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"myalias_2017-10-23",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"myalias_2017-10-23_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:64157/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3887287 INFO  (qtp1556105092-39400) [n:127.0.0.1:64156_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=timeConfig&newCollection=true&collection=myalias_2017-10-23&version=2&replicaType=NRT&coreNodeName=core_node3&property.timePartitionAliasName=myalias&name=myalias_2017-10-23_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 3887292 INFO  (qtp715314150-39407) [n:127.0.0.1:64157_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=timeConfig&newCollection=true&collection=myalias_2017-10-23&version=2&replicaType=NRT&coreNodeName=core_node5&property.timePartitionAliasName=myalias&name=myalias_2017-10-23_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 3887293 INFO  (qtp1556105092-39392) [n:127.0.0.1:64156_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=timeConfig&newCollection=true&collection=myalias_2017-10-23&version=2&replicaType=NRT&coreNodeName=core_node7&property.timePartitionAliasName=myalias&name=myalias_2017-10-23_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 3887294 INFO  (qtp715314150-39407) [n:127.0.0.1:64157_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3887296 INFO  (qtp715314150-39403) [n:127.0.0.1:64157_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=timeConfig&newCollection=true&collection=myalias_2017-10-23&version=2&replicaType=NRT&coreNodeName=core_node8&property.timePartitionAliasName=myalias&name=myalias_2017-10-23_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 3887419 INFO  (zkCallback-11320-thread-1-processing-n:127.0.0.1:64157_solr) [n:127.0.0.1:64157_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/myalias_2017-10-23/state.json] for collection [myalias_2017-10-23] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3887419 INFO  (zkCallback-11322-thread-2-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/myalias_2017-10-23/state.json] for collection [myalias_2017-10-23] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3887419 INFO  (zkCallback-11322-thread-3-processing-n:127.0.0.1:64156_solr) [n:127.0.0.1:64156_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/myalias_2017-10-23/state.json] for collection [myalias_2017-10-23] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3887420 INFO  (zkCallback-11320-thread-2-processing-n:127.0.0.1:64157_solr) [n:127.0.0.1:64157_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/myalias_2017-10-23/state.json] for collection [myalias_2017-10-23] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3887421 INFO  (zkCallback-11320-thread-3-processing-n:127.0.0.1:64157_solr) [n:127.0.0.1:64157_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/myalias_2017-10-23/state.json] for collection [myalias_2017-10-23] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3888344 INFO  (qtp1556105092-39392) [n:127.0.0.1:64156_solr c:myalias_2017-10-23 s:shard2 r:core_node7 x:myalias_2017-10-23_shard2_replica_n4] o.a.s.c.RequestParams conf resource params.json loaded . version : 1 
   [junit4]   2> 3888344 INFO  (qtp1556105092-39392) [n:127.0.0.1:64156_solr c:myalias_2017-10-23 s:shard2 r:core_node7 x:myalias_2017-10-23_shard2_replica_n4] o.a.s.c.RequestParams request params refreshed to version 1
   [junit4]   2> 3888344 INFO  (qtp715314150-39403) [n:127.0.0.1:64157_solr c:myalias_2017-10-23 s:shard2 r:core_node8 x:myalias_2017-10-23_shard2_replica_n6] o.a.s.c.RequestParams conf resource params.json loaded . version : 1 
   [junit4]   2> 3888344 INFO  (qtp715314150-39403) [n:127.0.0.1:64157_solr c:myalias_2017-10-23 s:shard2 r:core_node8 x:myalias_2017-10-23_shard2_replica_n6] o.a.s.c.RequestParams request params refreshed to version 1
   [junit4]   2> 3888345 WARN  (qtp715314150-39403) [n:127.0.0.1:64157_solr c:myalias_2017-10-23 s:shard2 r:core_node8 x:myalias_2017-10-23_shard2_replica_n6] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node2/myalias_2017-10-23_shard2_replica_n6/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node2/myalias_2017-10-23_shard2_replica_n6/../../../../contrib/extraction/lib
   [junit4]   2> 3888346 WARN  (qtp1556105092-39392) [n:127.0.0.1:64156_solr c:myalias_2017-10-23 s:shard2 r:core_node7 x:myalias_2017-10-23_shard2_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/myalias_2017-10-23_shard2_replica_n4/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/myalias_2017-10-23_shard2_replica_n4/../../../../contrib/extraction/lib
   [junit4]   2> 3888346 WARN  (qtp715314150-39403) [n:127.0.0.1:64157_solr c:myalias_2017-10-23 s:shard2 r:core_node8 x:myalias_2017-10-23_shard2_replica_n6] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node2/myalias_2017-10-23_shard2_replica_n6/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node2/myalias_2017-10-23_shard2_replica_n6/../../../../dist
   [junit4]   2> 3888346 WARN  (qtp1556105092-39392) [n:127.0.0.1:64156_solr c:myalias_2017-10-23 s:shard2 r:core_node7 x:myalias_2017-10-23_shard2_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/myalias_2017-10-23_shard2_replica_n4/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node1/myalias_2017-10-23_shard2_replica_n4/../../../../dist
   [junit4]   2> 3888346 WARN  (qtp715314150-39403) [n:127.0.0.1:64157_solr c:myalias_2017-10-23 s:shard2 r:core_node8 x:myalias_2017-10-23_shard2_replica_n6] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node2/myalias_2017-10-23_shard2_replica_n6/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node2/myalias_2017-10-23_shard2_replica_n6/../../../../contrib/clustering/lib
   [junit4]   2> 3888347 WARN  (qtp715314150-39403) [n:127.0.0.1:64157_solr c:myalias_2017-10-23 s:shard2 r:core_node8 x:myalias_2017-10-23_shard2_replica_n6] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node2/myalias_2017-10-23_shard2_replica_n6/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_32F8728BD84125D-001/tempDir-001/node2/myalias_2017-10-23_shard2_replica_n6/../../../../dist
   [junit4]   2> 3888347 WARN  (qtp1556105092-39392) [n:127.0.0.1:64156_solr c:myalias_2017-10-23 s:shard2 r:core_node7 x:myalias_2017-10-23_shard2_replic

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

er Stopped o.e.j.s.ServletContextHandler@4b98b20f{/solr,null,UNAVAILABLE}
   [junit4]   2> 267924 INFO  (zkCallback-385-thread-2-processing-n:127.0.0.1:49343_solr) [n:127.0.0.1:49343_solr    ] 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: [0])
   [junit4]   2> 267924 INFO  (zkCallback-385-thread-3-processing-n:127.0.0.1:49343_solr) [n:127.0.0.1:49343_solr    ] 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: [0])
   [junit4]   2> 267924 INFO  (zkCallback-381-thread-2-processing-n:127.0.0.1:49346_solr) [n:127.0.0.1:49346_solr    ] 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: [0])
   [junit4]   2> 267924 INFO  (zkCallback-385-thread-1-processing-n:127.0.0.1:49343_solr) [n:127.0.0.1:49343_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (0)
   [junit4]   2> 267924 INFO  (zkCallback-2067-thread-1-processing-n:127.0.0.1:49346_solr x:collection1_shard2_replica_n2 s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:49346_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (0)
   [junit4]   2> 267924 INFO  (zkCallback-381-thread-1-processing-n:127.0.0.1:49346_solr) [n:127.0.0.1:49346_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (0)
   [junit4]   2> 267928 INFO  (coreCloseExecutor-1074-thread-1) [n:127.0.0.1:49343_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6faec57f
   [junit4]   2> 267928 INFO  (coreCloseExecutor-1075-thread-1) [n:127.0.0.1:49346_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SolrCore [collection1_shard2_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@185afad5
   [junit4]   2> 267928 INFO  (coreCloseExecutor-1074-thread-1) [n:127.0.0.1:49343_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n1, tag=1873724799
   [junit4]   2> 267928 INFO  (coreCloseExecutor-1075-thread-1) [n:127.0.0.1:49346_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard2.replica_n2, tag=408615637
   [junit4]   2> 267928 INFO  (coreCloseExecutor-1075-thread-1) [n:127.0.0.1:49346_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@64b0fe7d: rootName = solr_49346, domain = solr.core.collection1.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.collection1.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@1d809995
   [junit4]   2> 267928 INFO  (coreCloseExecutor-1074-thread-1) [n:127.0.0.1:49343_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@467e24cd: rootName = solr_49343, domain = solr.core.collection1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@3de4f08f
   [junit4]   2> 267936 INFO  (coreCloseExecutor-1074-thread-1) [n:127.0.0.1:49343_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=1873724799
   [junit4]   2> 267936 INFO  (coreCloseExecutor-1075-thread-1) [n:127.0.0.1:49346_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard2.leader, tag=408615637
   [junit4]   2> 267942 INFO  (jetty-closer-354-thread-4) [    ] o.a.s.c.Overseer Overseer (id=99333201482940427-127.0.0.1:49343_solr-n_0000000000) closing
   [junit4]   2> 267942 INFO  (OverseerStateUpdate-99333201482940427-127.0.0.1:49343_solr-n_0000000000) [n:127.0.0.1:49343_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:49343_solr
   [junit4]   2> 267943 WARN  (OverseerAutoScalingTriggerThread-99333201482940427-127.0.0.1:49343_solr-n_0000000000) [n:127.0.0.1:49343_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 267944 INFO  (jetty-closer-354-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@37baa6a7{/solr,null,UNAVAILABLE}
   [junit4]   2> 267946 INFO  (jetty-closer-354-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6475ece6{/solr,null,UNAVAILABLE}
   [junit4]   2> 267947 ERROR (SUITE-StreamExpressionTest-seed#[D6A31132A1DABAFA]-worker) [    ] 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> 267947 INFO  (SUITE-StreamExpressionTest-seed#[D6A31132A1DABAFA]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49341 49341
   [junit4]   2> 267962 INFO  (Thread-344) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49341 49341
   [junit4]   2> 268142 WARN  (Thread-344) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	101	/solr/aliases.json
   [junit4]   2> 	11	/solr/configs/conf
   [junit4]   2> 	8	/solr/configs/ml
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	101	/solr/clusterprops.json
   [junit4]   2> 	101	/solr/clusterstate.json
   [junit4]   2> 	40	/solr/collections/destinationCollection/state.json
   [junit4]   2> 	26	/solr/collections/parallelDestinationCollection1/state.json
   [junit4]   2> 	20	/solr/collections/parallelDestinationCollection/state.json
   [junit4]   2> 	12	/solr/collections/collection1/state.json
   [junit4]   2> 	10	/solr/collections/mainCorpus1/state.json
   [junit4]   2> 	10	/solr/collections/destination/state.json
   [junit4]   2> 	10	/solr/collections/destination1/state.json
   [junit4]   2> 	10	/solr/collections/workQueue1/state.json
   [junit4]   2> 	10	/solr/collections/workQueue/state.json
   [junit4]   2> 	10	/solr/collections/uknownCollection/state.json
   [junit4]   2> 	10	/solr/collections/modelCollection/state.json
   [junit4]   2> 	10	/solr/collections/checkpointCollection/state.json
   [junit4]   2> 	10	/solr/collections/mainCorpus/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/99333201482940427-127.0.0.1:49343_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	101	/solr/live_nodes
   [junit4]   2> 	101	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_D6A31132A1DABAFA-001
   [junit4]   2> Jan 11, 2018 9:01:36 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=8, maxDocsPerChunk=9, blockSize=690), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=8, blockSize=690)), sim=RandomSimilarity(queryNorm=true): {}, locale=el-CY, timezone=Universal
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=377788472,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [SolrExampleXMLTest, LengthEvaluatorTest, CosineEvaluatorTest, NamedListTest, TestSpellCheckResponse, TermsResponseTest, ConcatOperationTest, FieldAnalysisResponseTest, UuidEvaluatorTest, HttpSolrClientBuilderTest, EmpiricalDistributionEvaluatorTest, ReverseEvaluatorTest, SubtractEvaluatorTest, TestJsonRecordReader, SolrDocumentTest, CloudSolrClientMultiConstructorTest, StreamExpressionToExpessionTest, TestCloudSolrClientConnections, ExclusiveOrEvaluatorTest, TestCollectionAdminRequest, GreaterThanEvaluatorTest, TestDelegationTokenRequest, NotEvaluatorTest, TestDocumentObjectBinder, TestToleratedUpdateError, ConcurrentUpdateSolrClientBuilderTest, TestSolrProperties, UsingSolrJRefGuideExamplesTest, HyperbolicSineEvaluatorTest, NormalDistributionEvaluatorTest, TestHash, JettyWebappTest, TestEmbeddedSolrServer, TestCoreAdmin, SolrExampleStreamingTest, SolrExampleStreamingBinaryTest, SolrExampleBinaryTest, SolrExampleJettyTest, SolrExampleEmbeddedTest, TestBatchUpdate, LargeVolumeEmbeddedTest, SolrParamTest, MergeIndexesEmbeddedTest, TestNamedListCodec, TestJavaBinCodec, SolrQueryTest, ModifiableSolrParamsTest, TestXMLEscaping, SolrExceptionTest, TestUpdateRequestCodec, ClientUtilsTest, GetByIdTest, SolrSchemalessExampleTest, TestLBHttpSolrClient, TestPolicy, CloudSolrClientBuilderTest, CloudSolrClientCacheTest, HttpSolrClientSSLAuthConPoolTest, GraphTest, SelectWithEvaluatorsTest, StreamExpressionTest]
   [junit4] Completed [146/146 (1!)] on J0 in 128.94s, 149 tests, 1 failure <<< FAILURES!

[...truncated 47230 lines...]

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk-9) - Build # 393 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/393/
Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseParallelGC

9 tests failed.
FAILED:  org.apache.lucene.search.uhighlight.TestUnifiedHighlighterStrictPhrases.testWithSameTermQuery {p0=stored,indexed,tokenized}

Error Message:
arrays first differed at element [0]; expected:<...,yin[10-13]}score=2.[496421]3]> but was:<...,yin[10-13]}score=2.[068500]3]>

Stack Trace:
arrays first differed at element [0]; expected:<...,yin[10-13]}score=2.[496421]3]> but was:<...,yin[10-13]}score=2.[068500]3]>
	at __randomizedtesting.SeedInfo.seed([F4F3414FDADD2608:3E880C9FF5516FF7]:0)
	at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:52)
	at org.junit.Assert.internalArrayEquals(Assert.java:416)
	at org.junit.Assert.assertArrayEquals(Assert.java:168)
	at org.junit.Assert.assertArrayEquals(Assert.java:185)
	at org.apache.lucene.search.uhighlight.TestUnifiedHighlighterStrictPhrases.testWithSameTermQuery(TestUnifiedHighlighterStrictPhrases.java:165)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at 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 org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.lucene.search.uhighlight.TestUnifiedHighlighterStrictPhrases.testSubPhrases {p0=stored,indexed,tokenized}

Error Message:
arrays first differed at element [0]; expected:<...harlie[12-19]}score=[3.931102]]> but was:<...harlie[12-19]}score=[2.723861]]>

Stack Trace:
arrays first differed at element [0]; expected:<...harlie[12-19]}score=[3.931102]]> but was:<...harlie[12-19]}score=[2.723861]]>
	at __randomizedtesting.SeedInfo.seed([F4F3414FDADD2608:4E6CE9341B116208]:0)
	at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:52)
	at org.junit.Assert.internalArrayEquals(Assert.java:416)
	at org.junit.Assert.assertArrayEquals(Assert.java:168)
	at org.junit.Assert.assertArrayEquals(Assert.java:185)
	at org.apache.lucene.search.uhighlight.TestUnifiedHighlighterStrictPhrases.testSubPhrases(TestUnifiedHighlighterStrictPhrases.java:209)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at 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 org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.lucene.search.uhighlight.TestUnifiedHighlighterStrictPhrases.testWithSameTermQuery {p0=stored,indexed,tokenized,termVector,indexOptions=DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS}

Error Message:
arrays first differed at element [0]; expected:<...,yin[10-13]}score=2.[496421]3]> but was:<...,yin[10-13]}score=2.[068500]3]>

Stack Trace:
arrays first differed at element [0]; expected:<...,yin[10-13]}score=2.[496421]3]> but was:<...,yin[10-13]}score=2.[068500]3]>
	at __randomizedtesting.SeedInfo.seed([F4F3414FDADD2608:3E880C9FF5516FF7]:0)
	at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:52)
	at org.junit.Assert.internalArrayEquals(Assert.java:416)
	at org.junit.Assert.assertArrayEquals(Assert.java:168)
	at org.junit.Assert.assertArrayEquals(Assert.java:185)
	at org.apache.lucene.search.uhighlight.TestUnifiedHighlighterStrictPhrases.testWithSameTermQuery(TestUnifiedHighlighterStrictPhrases.java:165)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at 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 org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.lucene.search.uhighlight.TestUnifiedHighlighterStrictPhrases.testSubPhrases {p0=stored,indexed,tokenized,termVector,indexOptions=DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS}

Error Message:
arrays first differed at element [0]; expected:<...harlie[12-19]}score=[3.931102]]> but was:<...harlie[12-19]}score=[2.723861]]>

Stack Trace:
arrays first differed at element [0]; expected:<...harlie[12-19]}score=[3.931102]]> but was:<...harlie[12-19]}score=[2.723861]]>
	at __randomizedtesting.SeedInfo.seed([F4F3414FDADD2608:4E6CE9341B116208]:0)
	at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:52)
	at org.junit.Assert.internalArrayEquals(Assert.java:416)
	at org.junit.Assert.assertArrayEquals(Assert.java:168)
	at org.junit.Assert.assertArrayEquals(Assert.java:185)
	at org.apache.lucene.search.uhighlight.TestUnifiedHighlighterStrictPhrases.testSubPhrases(TestUnifiedHighlighterStrictPhrases.java:209)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at 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 org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.lucene.search.uhighlight.TestUnifiedHighlighterStrictPhrases.testWithSameTermQuery {p0=stored,indexed,tokenized,termVector,termVectorOffsets,termVectorPosition}

Error Message:
arrays first differed at element [0]; expected:<...,yin[10-13]}score=2.[496421]3]> but was:<...,yin[10-13]}score=2.[068500]3]>

Stack Trace:
arrays first differed at element [0]; expected:<...,yin[10-13]}score=2.[496421]3]> but was:<...,yin[10-13]}score=2.[068500]3]>
	at __randomizedtesting.SeedInfo.seed([F4F3414FDADD2608:3E880C9FF5516FF7]:0)
	at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:52)
	at org.junit.Assert.internalArrayEquals(Assert.java:416)
	at org.junit.Assert.assertArrayEquals(Assert.java:168)
	at org.junit.Assert.assertArrayEquals(Assert.java:185)
	at org.apache.lucene.search.uhighlight.TestUnifiedHighlighterStrictPhrases.testWithSameTermQuery(TestUnifiedHighlighterStrictPhrases.java:165)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at 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 org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.lucene.search.uhighlight.TestUnifiedHighlighterStrictPhrases.testSubPhrases {p0=stored,indexed,tokenized,termVector,termVectorOffsets,termVectorPosition}

Error Message:
arrays first differed at element [0]; expected:<...harlie[12-19]}score=[3.931102]]> but was:<...harlie[12-19]}score=[2.723861]]>

Stack Trace:
arrays first differed at element [0]; expected:<...harlie[12-19]}score=[3.931102]]> but was:<...harlie[12-19]}score=[2.723861]]>
	at __randomizedtesting.SeedInfo.seed([F4F3414FDADD2608:4E6CE9341B116208]:0)
	at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:52)
	at org.junit.Assert.internalArrayEquals(Assert.java:416)
	at org.junit.Assert.assertArrayEquals(Assert.java:168)
	at org.junit.Assert.assertArrayEquals(Assert.java:185)
	at org.apache.lucene.search.uhighlight.TestUnifiedHighlighterStrictPhrases.testSubPhrases(TestUnifiedHighlighterStrictPhrases.java:209)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at 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 org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.lucene.search.uhighlight.TestUnifiedHighlighterStrictPhrases.testWithSameTermQuery {p0=stored,indexed,tokenized,indexOptions=DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS}

Error Message:
arrays first differed at element [0]; expected:<...,yin[10-13]}score=2.[496421]3]> but was:<...,yin[10-13]}score=2.[068500]3]>

Stack Trace:
arrays first differed at element [0]; expected:<...,yin[10-13]}score=2.[496421]3]> but was:<...,yin[10-13]}score=2.[068500]3]>
	at __randomizedtesting.SeedInfo.seed([F4F3414FDADD2608:3E880C9FF5516FF7]:0)
	at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:52)
	at org.junit.Assert.internalArrayEquals(Assert.java:416)
	at org.junit.Assert.assertArrayEquals(Assert.java:168)
	at org.junit.Assert.assertArrayEquals(Assert.java:185)
	at org.apache.lucene.search.uhighlight.TestUnifiedHighlighterStrictPhrases.testWithSameTermQuery(TestUnifiedHighlighterStrictPhrases.java:165)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at 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 org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.lucene.search.uhighlight.TestUnifiedHighlighterStrictPhrases.testSubPhrases {p0=stored,indexed,tokenized,indexOptions=DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS}

Error Message:
arrays first differed at element [0]; expected:<...harlie[12-19]}score=[3.931102]]> but was:<...harlie[12-19]}score=[2.723861]]>

Stack Trace:
arrays first differed at element [0]; expected:<...harlie[12-19]}score=[3.931102]]> but was:<...harlie[12-19]}score=[2.723861]]>
	at __randomizedtesting.SeedInfo.seed([F4F3414FDADD2608:4E6CE9341B116208]:0)
	at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:52)
	at org.junit.Assert.internalArrayEquals(Assert.java:416)
	at org.junit.Assert.assertArrayEquals(Assert.java:168)
	at org.junit.Assert.assertArrayEquals(Assert.java:185)
	at org.apache.lucene.search.uhighlight.TestUnifiedHighlighterStrictPhrases.testSubPhrases(TestUnifiedHighlighterStrictPhrases.java:209)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at 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 org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


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([25075CA33AD4AA8C:AD5363799428C774]: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:913)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:612)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:152)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 7611 lines...]
   [junit4] Suite: org.apache.lucene.search.uhighlight.TestUnifiedHighlighterStrictPhrases
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestUnifiedHighlighterStrictPhrases -Dtests.method=testWithSameTermQuery -Dtests.seed=F4F3414FDADD2608 -Dtests.slow=true -Dtests.locale=sq-MK -Dtests.timezone=Etc/GMT+6 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.20s J0 | TestUnifiedHighlighterStrictPhrases.testWithSameTermQuery {p0=stored,indexed,tokenized} <<<
   [junit4]    > Throwable #1: arrays first differed at element [0]; expected:<...,yin[10-13]}score=2.[496421]3]> but was:<...,yin[10-13]}score=2.[068500]3]>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F4F3414FDADD2608:3E880C9FF5516FF7]:0)
   [junit4]    > 	at org.apache.lucene.search.uhighlight.TestUnifiedHighlighterStrictPhrases.testWithSameTermQuery(TestUnifiedHighlighterStrictPhrases.java:165)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestUnifiedHighlighterStrictPhrases -Dtests.method=testSubPhrases -Dtests.seed=F4F3414FDADD2608 -Dtests.slow=true -Dtests.locale=sq-MK -Dtests.timezone=Etc/GMT+6 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.09s J0 | TestUnifiedHighlighterStrictPhrases.testSubPhrases {p0=stored,indexed,tokenized} <<<
   [junit4]    > Throwable #1: arrays first differed at element [0]; expected:<...harlie[12-19]}score=[3.931102]]> but was:<...harlie[12-19]}score=[2.723861]]>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F4F3414FDADD2608:4E6CE9341B116208]:0)
   [junit4]    > 	at org.apache.lucene.search.uhighlight.TestUnifiedHighlighterStrictPhrases.testSubPhrases(TestUnifiedHighlighterStrictPhrases.java:209)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestUnifiedHighlighterStrictPhrases -Dtests.method=testWithSameTermQuery -Dtests.seed=F4F3414FDADD2608 -Dtests.slow=true -Dtests.locale=sq-MK -Dtests.timezone=Etc/GMT+6 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.06s J0 | TestUnifiedHighlighterStrictPhrases.testWithSameTermQuery {p0=stored,indexed,tokenized,termVector,indexOptions=DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS} <<<
   [junit4]    > Throwable #1: arrays first differed at element [0]; expected:<...,yin[10-13]}score=2.[496421]3]> but was:<...,yin[10-13]}score=2.[068500]3]>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F4F3414FDADD2608:3E880C9FF5516FF7]:0)
   [junit4]    > 	at org.apache.lucene.search.uhighlight.TestUnifiedHighlighterStrictPhrases.testWithSameTermQuery(TestUnifiedHighlighterStrictPhrases.java:165)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestUnifiedHighlighterStrictPhrases -Dtests.method=testSubPhrases -Dtests.seed=F4F3414FDADD2608 -Dtests.slow=true -Dtests.locale=sq-MK -Dtests.timezone=Etc/GMT+6 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.24s J0 | TestUnifiedHighlighterStrictPhrases.testSubPhrases {p0=stored,indexed,tokenized,termVector,indexOptions=DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS} <<<
   [junit4]    > Throwable #1: arrays first differed at element [0]; expected:<...harlie[12-19]}score=[3.931102]]> but was:<...harlie[12-19]}score=[2.723861]]>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F4F3414FDADD2608:4E6CE9341B116208]:0)
   [junit4]    > 	at org.apache.lucene.search.uhighlight.TestUnifiedHighlighterStrictPhrases.testSubPhrases(TestUnifiedHighlighterStrictPhrases.java:209)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestUnifiedHighlighterStrictPhrases -Dtests.method=testWithSameTermQuery -Dtests.seed=F4F3414FDADD2608 -Dtests.slow=true -Dtests.locale=sq-MK -Dtests.timezone=Etc/GMT+6 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.31s J0 | TestUnifiedHighlighterStrictPhrases.testWithSameTermQuery {p0=stored,indexed,tokenized,termVector,termVectorOffsets,termVectorPosition} <<<
   [junit4]    > Throwable #1: arrays first differed at element [0]; expected:<...,yin[10-13]}score=2.[496421]3]> but was:<...,yin[10-13]}score=2.[068500]3]>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F4F3414FDADD2608:3E880C9FF5516FF7]:0)
   [junit4]    > 	at org.apache.lucene.search.uhighlight.TestUnifiedHighlighterStrictPhrases.testWithSameTermQuery(TestUnifiedHighlighterStrictPhrases.java:165)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestUnifiedHighlighterStrictPhrases -Dtests.method=testSubPhrases -Dtests.seed=F4F3414FDADD2608 -Dtests.slow=true -Dtests.locale=sq-MK -Dtests.timezone=Etc/GMT+6 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.06s J0 | TestUnifiedHighlighterStrictPhrases.testSubPhrases {p0=stored,indexed,tokenized,termVector,termVectorOffsets,termVectorPosition} <<<
   [junit4]    > Throwable #1: arrays first differed at element [0]; expected:<...harlie[12-19]}score=[3.931102]]> but was:<...harlie[12-19]}score=[2.723861]]>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F4F3414FDADD2608:4E6CE9341B116208]:0)
   [junit4]    > 	at org.apache.lucene.search.uhighlight.TestUnifiedHighlighterStrictPhrases.testSubPhrases(TestUnifiedHighlighterStrictPhrases.java:209)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestUnifiedHighlighterStrictPhrases -Dtests.method=testWithSameTermQuery -Dtests.seed=F4F3414FDADD2608 -Dtests.slow=true -Dtests.locale=sq-MK -Dtests.timezone=Etc/GMT+6 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.01s J0 | TestUnifiedHighlighterStrictPhrases.testWithSameTermQuery {p0=stored,indexed,tokenized,indexOptions=DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS} <<<
   [junit4]    > Throwable #1: arrays first differed at element [0]; expected:<...,yin[10-13]}score=2.[496421]3]> but was:<...,yin[10-13]}score=2.[068500]3]>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F4F3414FDADD2608:3E880C9FF5516FF7]:0)
   [junit4]    > 	at org.apache.lucene.search.uhighlight.TestUnifiedHighlighterStrictPhrases.testWithSameTermQuery(TestUnifiedHighlighterStrictPhrases.java:165)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestUnifiedHighlighterStrictPhrases -Dtests.method=testSubPhrases -Dtests.seed=F4F3414FDADD2608 -Dtests.slow=true -Dtests.locale=sq-MK -Dtests.timezone=Etc/GMT+6 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.03s J0 | TestUnifiedHighlighterStrictPhrases.testSubPhrases {p0=stored,indexed,tokenized,indexOptions=DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS} <<<
   [junit4]    > Throwable #1: arrays first differed at element [0]; expected:<...harlie[12-19]}score=[3.931102]]> but was:<...harlie[12-19]}score=[2.723861]]>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F4F3414FDADD2608:4E6CE9341B116208]:0)
   [junit4]    > 	at org.apache.lucene.search.uhighlight.TestUnifiedHighlighterStrictPhrases.testSubPhrases(TestUnifiedHighlighterStrictPhrases.java:209)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {body=PostingsFormat(name=MockRandom)}, docValues:{}, maxPointsInLeafNode=1591, maxMBSortInHeap=5.521568397840102, sim=RandomSimilarity(queryNorm=true): {body=DFR I(ne)L2}, locale=sq-MK, timezone=Etc/GMT+6
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=106266840,total=186122240
   [junit4]   2> NOTE: All tests run in this JVM: [MissesTest, TestUnifiedHighlighter, TestCustomSeparatorBreakIterator, HighlighterTest, ScoreOrderFragmentsBuilderTest, SimpleBoundaryScannerTest, FieldQueryTest, FastVectorHighlighterTest, OffsetLimitTokenFilterTest, TestSplittingBreakIterator, TestUnifiedHighlighterReanalysis, TestUnifiedHighlighterStrictPhrases]
   [junit4] Completed [27/29 (1!)] on J0 in 6.18s, 56 tests, 8 failures <<< FAILURES!

[...truncated 5340 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_25075CA33AD4AA8C-001/init-core-data-001
   [junit4]   2> 1741929 WARN  (SUITE-FullSolrCloudDistribCmdsTest-seed#[25075CA33AD4AA8C]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=88 numCloses=88
   [junit4]   2> 1741929 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[25075CA33AD4AA8C]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1741929 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[25075CA33AD4AA8C]-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> 1741930 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[25075CA33AD4AA8C]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1741930 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[25075CA33AD4AA8C]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1741930 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1741931 INFO  (Thread-3574) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1741931 INFO  (Thread-3574) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1741933 ERROR (Thread-3574) [    ] 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> 1742032 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.ZkTestServer start zk server on port:63712
   [junit4]   2> 1742070 INFO  (zkConnectionManagerCallback-6115-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1742078 INFO  (zkConnectionManagerCallback-6117-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1742096 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1742102 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1742107 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1742112 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1742116 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1742120 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1742124 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1742128 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1742132 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1742136 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1742139 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1742143 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1742357 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1742358 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4722bc8f{/,null,AVAILABLE}
   [junit4]   2> 1742359 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3253f984{HTTP/1.1,[http/1.1]}{127.0.0.1:63715}
   [junit4]   2> 1742360 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.e.j.s.Server Started @1745434ms
   [junit4]   2> 1742360 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_25075CA33AD4AA8C-001/tempDir-001/control/data, hostPort=63715, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_25075CA33AD4AA8C-001/control-001/cores}
   [junit4]   2> 1742360 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1742360 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1742360 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1742360 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1742360 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-11T06:57:23.265520Z
   [junit4]   2> 1742361 INFO  (zkConnectionManagerCallback-6119-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1742363 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1742363 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_25075CA33AD4AA8C-001/control-001/solr.xml
   [junit4]   2> 1742364 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1742364 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1742365 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5759a2c6, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1742368 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63712/solr
   [junit4]   2> 1742369 INFO  (zkConnectionManagerCallback-6123-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1742371 INFO  (zkConnectionManagerCallback-6125-thread-1-processing-n:127.0.0.1:63715_) [n:127.0.0.1:63715_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1742499 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [n:127.0.0.1:63715_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1742500 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [n:127.0.0.1:63715_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:63715_
   [junit4]   2> 1742501 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [n:127.0.0.1:63715_    ] o.a.s.c.Overseer Overseer (id=99329890244165636-127.0.0.1:63715_-n_0000000000) starting
   [junit4]   2> 1742511 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [n:127.0.0.1:63715_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63715_
   [junit4]   2> 1742512 INFO  (OverseerStateUpdate-99329890244165636-127.0.0.1:63715_-n_0000000000) [n:127.0.0.1:63715_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1742549 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [n:127.0.0.1:63715_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5759a2c6
   [junit4]   2> 1742558 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [n:127.0.0.1:63715_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5759a2c6
   [junit4]   2> 1742558 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [n:127.0.0.1:63715_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5759a2c6
   [junit4]   2> 1742559 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [n:127.0.0.1:63715_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_25075CA33AD4AA8C-001/control-001/cores
   [junit4]   2> 1742573 INFO  (zkConnectionManagerCallback-6131-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1742574 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1742575 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63712/solr ready
   [junit4]   2> 1742577 INFO  (qtp1538504397-20064) [n:127.0.0.1:63715_    ] 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:63715_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1742579 INFO  (OverseerThreadFactory-7817-thread-1-processing-n:127.0.0.1:63715_) [n:127.0.0.1:63715_    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1742687 INFO  (qtp1538504397-20066) [n:127.0.0.1:63715_    ] 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> 1742687 INFO  (qtp1538504397-20066) [n:127.0.0.1:63715_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1742792 INFO  (zkCallback-6124-thread-1-processing-n:127.0.0.1:63715_) [n:127.0.0.1:63715_    ] 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> 1743728 INFO  (qtp1538504397-20066) [n:127.0.0.1:63715_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1743744 INFO  (qtp1538504397-20066) [n:127.0.0.1:63715_ 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> 1743806 INFO  (qtp1538504397-20066) [n:127.0.0.1:63715_ 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> 1743826 INFO  (qtp1538504397-20066) [n:127.0.0.1:63715_ 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> 1743826 INFO  (qtp1538504397-20066) [n:127.0.0.1:63715_ 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@5759a2c6
   [junit4]   2> 1743826 INFO  (qtp1538504397-20066) [n:127.0.0.1:63715_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1743826 INFO  (qtp1538504397-20066) [n:127.0.0.1:63715_ 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-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_25075CA33AD4AA8C-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_25075CA33AD4AA8C-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1743828 INFO  (qtp1538504397-20066) [n:127.0.0.1:63715_ 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=1622108527, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1743830 WARN  (qtp1538504397-20066) [n:127.0.0.1:63715_ 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> 1743858 INFO  (qtp1538504397-20066) [n:127.0.0.1:63715_ 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> 1743858 INFO  (qtp1538504397-20066) [n:127.0.0.1:63715_ 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> 1743859 INFO  (qtp1538504397-20066) [n:127.0.0.1:63715_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1743859 INFO  (qtp1538504397-20066) [n:127.0.0.1:63715_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1743860 INFO  (qtp1538504397-20066) [n:127.0.0.1:63715_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=46.109375, floorSegmentMB=0.8837890625, forceMergeDeletesPctAllowed=26.487687899006946, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1743860 INFO  (qtp1538504397-20066) [n:127.0.0.1:63715_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7839784f[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1743862 INFO  (qtp1538504397-20066) [n:127.0.0.1:63715_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1743862 INFO  (qtp1538504397-20066) [n:127.0.0.1:63715_ 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> 1743863 INFO  (qtp1538504397-20066) [n:127.0.0.1:63715_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1743863 INFO  (qtp1538504397-20066) [n:127.0.0.1:63715_ 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 1589278245931450368
   [junit4]   2> 1743864 INFO  (searcherExecutor-7820-thread-1-processing-n:127.0.0.1:63715_ x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:63715_ 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@7839784f[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1743869 INFO  (qtp1538504397-20066) [n:127.0.0.1:63715_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1743869 INFO  (qtp1538504397-20066) [n:127.0.0.1:63715_ 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> 1743869 INFO  (qtp1538504397-20066) [n:127.0.0.1:63715_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:63715/control_collection_shard1_replica_n1/
   [junit4]   2> 1743869 INFO  (qtp1538504397-20066) [n:127.0.0.1:63715_ 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> 1743869 INFO  (qtp1538504397-20066) [n:127.0.0.1:63715_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:63715/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1743869 INFO  (qtp1538504397-20066) [n:127.0.0.1:63715_ 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> 1743873 INFO  (qtp1538504397-20066) [n:127.0.0.1:63715_ 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:63715/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1743987 INFO  (zkCallback-6124-thread-1-processing-n:127.0.0.1:63715_) [n:127.0.0.1:63715_    ] 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> 1744039 INFO  (qtp1538504397-20066) [n:127.0.0.1:63715_ 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> 1744044 INFO  (qtp1538504397-20066) [n:127.0.0.1:63715_ 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=1356
   [junit4]   2> 1744049 INFO  (qtp1538504397-20064) [n:127.0.0.1:63715_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1744155 INFO  (zkCallback-6124-thread-1-processing-n:127.0.0.1:63715_) [n:127.0.0.1:63715_    ] 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> 1744595 INFO  (OverseerCollectionConfigSetProcessor-99329890244165636-127.0.0.1:63715_-n_0000000000) [n:127.0.0.1:63715_    ] 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> 1745060 INFO  (qtp1538504397-20064) [n:127.0.0.1:63715_    ] 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:63715_&wt=javabin&version=2} status=0 QTime=2482
   [junit4]   2> 1745067 INFO  (zkConnectionManagerCallback-6135-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1745070 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1745073 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63712/solr ready
   [junit4]   2> 1745073 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1745075 INFO  (qtp1538504397-20069) [n:127.0.0.1:63715_    ] 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=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1745081 INFO  (OverseerThreadFactory-7817-thread-2-processing-n:127.0.0.1:63715_) [n:127.0.0.1:63715_    ] o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1745083 WARN  (OverseerThreadFactory-7817-thread-2-processing-n:127.0.0.1:63715_) [n:127.0.0.1:63715_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1745305 INFO  (qtp1538504397-20069) [n:127.0.0.1:63715_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1745305 INFO  (qtp1538504397-20069) [n:127.0.0.1:63715_    ] 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=1&wt=javabin&version=2} status=0 QTime=230
   [junit4]   2> 1745547 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_25075CA33AD4AA8C-001/shard-1-001 of type NRT
   [junit4]   2> 1745548 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1745549 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@286d5bef{/,null,AVAILABLE}
   [junit4]   2> 1745549 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1bdc207f{HTTP/1.1,[http/1.1]}{127.0.0.1:63726}
   [junit4]   2> 1745549 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.e.j.s.Server Started @1748624ms
   [junit4]   2> 1745550 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_25075CA33AD4AA8C-001/tempDir-001/jetty1, hostPort=63726, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_25075CA33AD4AA8C-001/shard-1-001/cores, replicaType=NRT}
   [junit4]   2> 1745550 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1745550 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1745550 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1745550 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1745550 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-11T06:57:26.455493Z
   [junit4]   2> 1745551 INFO  (zkConnectionManagerCallback-6137-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1745552 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1745553 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_25075CA33AD4AA8C-001/shard-1-001/solr.xml
   [junit4]   2> 1745554 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1745554 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1745555 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5759a2c6, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1745557 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63712/solr
   [junit4]   2> 1745558 INFO  (zkConnectionManagerCallback-6141-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1745560 INFO  (zkConnectionManagerCallback-6143-thread-1-processing-n:127.0.0.1:63726_) [n:127.0.0.1:63726_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1745569 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [n:127.0.0.1:63726_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1745573 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [n:127.0.0.1:63726_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1745575 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [n:127.0.0.1:63726_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63726_
   [junit4]   2> 1745577 INFO  (zkCallback-6134-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1745577 INFO  (zkCallback-6124-thread-1-processing-n:127.0.0.1:63715_) [n:127.0.0.1:63715_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1745577 INFO  (zkCallback-6142-thread-1-processing-n:127.0.0.1:63726_) [n:127.0.0.1:63726_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1745605 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [n:127.0.0.1:63726_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5759a2c6
   [junit4]   2> 1745613 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [n:127.0.0.1:63726_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5759a2c6
   [junit4]   2> 1745614 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [n:127.0.0.1:63726_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5759a2c6
   [junit4]   2> 1745615 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [n:127.0.0.1:63726_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_25075CA33AD4AA8C-001/shard-1-001/cores
   [junit4]   2> 1745634 INFO  (qtp1538504397-20062) [n:127.0.0.1:63715_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:63726_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1745637 INFO  (OverseerCollectionConfigSetProcessor-99329890244165636-127.0.0.1:63715_-n_0000000000) [n:127.0.0.1:63715_    ] 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> 1745638 INFO  (OverseerThreadFactory-7817-thread-3-processing-n:127.0.0.1:63715_) [n:127.0.0.1:63715_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:63726_ for creating new replica
   [junit4]   2> 1745641 INFO  (qtp1485742827-20113) [n:127.0.0.1:63726_    ] 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> 1745641 INFO  (qtp1485742827-20113) [n:127.0.0.1:63726_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1746669 INFO  (qtp1485742827-20113) [n:127.0.0.1:63726_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1746686 INFO  (qtp1485742827-20113) [n:127.0.0.1:63726_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema [collection1_shard2_replica_n61] Schema name=test
   [junit4]   2> 1746763 INFO  (qtp1485742827-20113) [n:127.0.0.1:63726_ 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> 1746782 INFO  (qtp1485742827-20113) [n:127.0.0.1:63726_ 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> 1746783 INFO  (qtp1485742827-20113) [n:127.0.0.1:63726_ 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@5759a2c6
   [junit4]   2> 1746783 INFO  (qtp1485742827-20113) [n:127.0.0.1:63726_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1746783 INFO  (qtp1485742827-20113) [n:127.0.0.1:63726_ 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-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_25075CA33AD4AA8C-001/shard-1-001/cores/collection1_shard2_replica_n61], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_25075CA33AD4AA8C-001/shard-1-001/cores/collection1_shard2_replica_n61/data/]
   [junit4]   2> 1746785 INFO  (qtp1485742827-20113) [n:127.0.0.1:63726_ 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=1622108527, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1746787 WARN  (qtp1485742827-20113) [n:127.0.0.1:63726_ 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> 1746815 INFO  (qtp1485742827-20113) [n:127.0.0.1:63726_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1746815 INFO  (qtp1485742827-20113) [n:127.0.0.1:63726_ 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> 1746816 INFO  (qtp1485742827-20113) [n:127.0.0.1:63726_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1746816 INFO  (qtp1485742827-20113) [n:127.0.0.1:63726_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1746817 INFO  (qtp1485742827-20113) [n:127.0.0.1:63726_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=46.109375, floorSegmentMB=0.8837890625, forceMergeDeletesPctAllowed=26.487687899006946, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1746817 INFO  (qtp1485742827-20113) [n:127.0.0.1:63726_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.SolrIndexSearcher Opening [Searcher@674e588f[collection1_shard2_replica_n61] main]
   [junit4]   2> 1746819 INFO  (qtp1485742827-20113) [n:127.0.0.1:63726_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1746819 INFO  (qtp1485742827-20113) [n:127.0.0.1:63726_ 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> 1746820 INFO  (qtp1485742827-20113) [n:127.0.0.1:63726_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1746820 INFO  (qtp1485742827-20113) [n:127.0.0.1:63726_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog Could not find max version in index or rece

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

  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@693186d1{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1805228 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@18214adb{/,null,UNAVAILABLE}
   [junit4]   2> 1805229 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.ChaosMonkey monkey: stop jetty! 63918
   [junit4]   2> 1805231 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] 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> 1805233 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[25075CA33AD4AA8C]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:63712 63712
   [junit4]   2> 1805244 INFO  (Thread-3574) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:63712 63712
   [junit4]   2> 1805405 WARN  (Thread-3574) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	15	/solr/aliases.json
   [junit4]   2> 	11	/solr/configs/conf1
   [junit4]   2> 	7	/solr/security.json
   [junit4]   2> 	6	/solr/collections/collection1/state.json
   [junit4]   2> 	5	/solr/collections/collection2/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	15	/solr/clusterprops.json
   [junit4]   2> 	15	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/99329890244165644-127.0.0.1:63895_-n_0000000002
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/collections/collection2/leader_elect/shard2/election/99329890244165653-core_node11-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	15	/solr/live_nodes
   [junit4]   2> 	15	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=FullSolrCloudDistribCmdsTest -Dtests.method=test -Dtests.seed=25075CA33AD4AA8C -Dtests.slow=true -Dtests.locale=ta-LK -Dtests.timezone=America/Dawson_Creek -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 63.5s J0 | FullSolrCloudDistribCmdsTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not find collection:collection2
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([25075CA33AD4AA8C:AD5363799428C774]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:913)
   [junit4]    > 	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:612)
   [junit4]    > 	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:152)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_25075CA33AD4AA8C-001
   [junit4]   2> Jan 11, 2018 6:58:26 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=4551, maxDocsPerChunk=10, blockSize=470), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=4551, blockSize=470)), sim=RandomSimilarity(queryNorm=true): {}, locale=ta-LK, timezone=America/Dawson_Creek
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=113074032,total=501743616
   [junit4]   2> NOTE: All tests run in this JVM: [TestPullReplicaErrorHandling, RequiredFieldsTest, TestSolrCloudWithSecureImpersonation, TestUseDocValuesAsStored2, TestDistribStateManager, TestPolicyCloud, TestReplicationHandler, TestSurroundQueryParser, HdfsUnloadDistributedZkTest, TestReplicaProperties, TestCloudNestedDocsSort, TestSQLHandler, HighlighterMaxOffsetTest, MetricUtilsTest, TestIBSimilarityFactory, OutputWriterTest, TestHdfsCloudBackupRestore, SolrTestCaseJ4Test, TestEmbeddedSolrServerSchemaAPI, TestReversedWildcardFilterFactory, HighlighterTest, CursorPagingTest, TestFileDictionaryLookup, TestLazyCores, TestPayloadCheckQParserPlugin, TestCollectionAPIs, TestManagedResource, ResourceLoaderTest, AutoScalingHandlerTest, TestQuerySenderListener, DistribJoinFromCollectionTest, TestLRUStatsCache, DistributedTermsComponentTest, SolrXmlInZkTest, TestAtomicUpdateErrorCases, TestPseudoReturnFields, RemoteQueryErrorTest, ConfigSetsAPITest, TestJsonFacetRefinement, UUIDFieldTest, TestTolerantSearch, TestBulkSchemaConcurrent, TestGeoJSONResponseWriter, SpellCheckComponentTest, TestUtils, TestCoreDiscovery, SpellCheckCollatorTest, TestImplicitCoreProperties, RequestHandlersTest, NodeAddedTriggerTest, TestHighlightDedupGrouping, FullHLLTest, HdfsBasicDistributedZk2Test, TestQuerySenderNoQuery, SuggesterWFSTTest, TestSegmentSorting, TestFiltering, TestDefaultStatsCache, WrapperMergePolicyFactoryTest, TestAddFieldRealTimeGet, CoreMergeIndexesAdminHandlerTest, TestMacros, TestRangeQuery, RankQueryTest, HdfsRecoverLeaseTest, TestCodecSupport, TestFieldResource, CollectionTooManyReplicasTest, TestRawResponseWriter, FastVectorHighlighterTest, TestLMDirichletSimilarityFactory, TestInPlaceUpdatesDistrib, TestCollectionAPI, TestStressRecovery, TestBinaryField, TestCloudSearcherWarming, TestHighFrequencyDictionaryFactory, DistributedFacetExistsSmallTest, StressHdfsTest, LeaderFailureAfterFreshStartTest, DistributedSpellCheckComponentTest, SolrCLIZkUtilsTest, TestFieldCacheSortRandom, DistributedDebugComponentTest, DeleteShardTest, TestNumericRangeQuery64, PreAnalyzedUpdateProcessorTest, HttpTriggerListenerTest, TestSolrCoreParser, DataDrivenBlockJoinTest, ReturnFieldsTest, AsyncCallRequestStatusResponseTest, SearchRateTriggerTest, HLLUtilTest, TestCopyFieldCollectionResource, TestAuthorizationFramework, UtilsToolTest, AnalysisErrorHandlingTest, TestTrieFacet, DateFieldTest, MigrateRouteKeyTest, CleanupOldIndexTest, HdfsDirectoryFactoryTest, TestRecoveryHdfs, HttpSolrCallGetCoreTest, TestSolr4Spatial, TestMinMaxOnMultiValuedField, TestCustomStream, SolrMetricsIntegrationTest, TestHdfsBackupRestoreCore, TestLocalFSCloudBackupRestore, SortByFunctionTest, MoveReplicaHDFSFailoverTest, TestCloudJSONFacetJoinDomain, TestFuzzyAnalyzedSuggestions, TestAnalyzeInfixSuggestions, StatsComponentTest, V2StandaloneTest, TestHttpShardHandlerFactory, TestCustomDocTransformer, TestDocTermOrds, ChaosMonkeyNothingIsSafeTest, RegexBytesRefFilterTest, TestQueryWrapperFilter, TestClusterStateProvider, TestStreamBody, CollectionReloadTest, TestCustomSort, AutoAddReplicasIntegrationTest, TestFieldCacheReopen, DefaultValueUpdateProcessorTest, RulesTest, CdcrBidirectionalTest, TestLegacyNumericRangeQueryBuilder, TestRandomRequestDistribution, NodeMutatorTest, TestSweetSpotSimilarityFactory, TestManagedSchemaAPI, TestComplexPhraseLeadingWildcard, IndexSchemaTest, TestConfigReload, RecoveryZkTest, TestGenericDistributedQueue, TestFieldTypeResource, ResponseLogComponentTest, TestCloudDeleteByQuery, SaslZkACLProviderTest, CoreAdminCreateDiscoverTest, TestSolrCoreProperties, ZkStateReaderTest, TestMiniSolrCloudClusterSSL, LeaderElectionTest, TestUpdate, TestBackupRepositoryFactory, ConvertedLegacyTest, TestPHPSerializedResponseWriter, NoCacheHeaderTest, TestSchemalessBufferedUpdates, TestManagedSynonymFilterFactory, SuggesterTSTTest, AlternateDirectoryTest, SignatureUpdateProcessorFactoryTest, TestWriterPerf, BlockDirectoryTest, TestNoOpRegenerator, WordBreakSolrSpellCheckerTest, XmlUpdateRequestHandlerTest, TestDFRSimilarityFactory, MetricsHandlerTest, VMParamsZkACLAndCredentialsProvidersTest, SuggesterFSTTest, TestSolrCLIRunExample, HdfsChaosMonkeyNothingIsSafeTest, TestConfigSetsAPIZkFailure, LargeFieldTest, TestDelegationWithHadoopAuth, EnumFieldTest, TestTriggerIntegration, TestCloudSchemaless, TestSmileRequest, MultiTermTest, TestConfigSetImmutable, TestTlogReplica, DisMaxRequestHandlerTest, DistribCursorPagingTest, OverseerTest, UnloadDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, ShardRoutingTest, FullSolrCloudDistribCmdsTest]
   [junit4] Completed [393/766 (1!)] on J0 in 64.28s, 1 test, 1 failure <<< FAILURES!

[...truncated 42101 lines...]

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk-9) - Build # 392 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/392/
Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseParallelGC

5 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPISolrJTest.testBalanceShardUnique

Error Message:
org/apache/solr/client/solrj/request/CollectionAdminRequest$BalanceShardUnique

Stack Trace:
java.lang.NoClassDefFoundError: org/apache/solr/client/solrj/request/CollectionAdminRequest$BalanceShardUnique
	at __randomizedtesting.SeedInfo.seed([FDF6684DFDB9EF2E:B54EDE00471947ED]:0)
	at org.apache.solr.client.solrj.request.CollectionAdminRequest.balanceReplicaProperty(CollectionAdminRequest.java:2043)
	at org.apache.solr.cloud.CollectionsAPISolrJTest.testBalanceShardUnique(CollectionsAPISolrJTest.java:391)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.ClassNotFoundException: org.apache.solr.client.solrj.request.CollectionAdminRequest$BalanceShardUnique
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:185)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496)
	... 40 more


FAILED:  org.apache.solr.cloud.CollectionsAPISolrJTest.testCreateAndDeleteShard

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([FDF6684DFDB9EF2E:38A8DC517B4C25D3]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.CollectionsAPISolrJTest.testCreateAndDeleteShard(CollectionsAPISolrJTest.java:160)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.CollectionsAPISolrJTest.testCreateAndDeleteCollection

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([FDF6684DFDB9EF2E:FA236906DA2D8A23]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.CollectionsAPISolrJTest.testCreateAndDeleteCollection(CollectionsAPISolrJTest.java:98)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.CollectionsAPISolrJTest.testAddAndDeleteReplicaProp

Error Message:
Could not find collection : replicaProperties

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : replicaProperties
	at __randomizedtesting.SeedInfo.seed([FDF6684DFDB9EF2E:392DD7A546961C42]:0)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:118)
	at org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:247)
	at org.apache.solr.cloud.CollectionsAPISolrJTest.testAddAndDeleteReplicaProp(CollectionsAPISolrJTest.java:365)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.testParse

Error Message:
Error from server at https://127.0.0.1:64691/solr: Collection : myalias_2017-10-24 is part of alias myalias remove or modify the alias before removing this collection.

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:64691/solr: Collection : myalias_2017-10-24 is part of alias myalias remove or modify the alias before removing this collection.
	at __randomizedtesting.SeedInfo.seed([FDF6684DFDB9EF2E:9273231541CFDCC1]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.doBefore(TimeRoutedAliasUpdateProcessorTest.java:84)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:968)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12615 lines...]
   [junit4] Suite: org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/init-core-data-001
   [junit4]   2> 1446473 WARN  (SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[FDF6684DFDB9EF2E]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1446473 INFO  (SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[FDF6684DFDB9EF2E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1446474 INFO  (SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[FDF6684DFDB9EF2E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1446475 INFO  (SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[FDF6684DFDB9EF2E]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1446475 INFO  (SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[FDF6684DFDB9EF2E]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001
   [junit4]   2> 1446475 INFO  (SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[FDF6684DFDB9EF2E]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1446476 INFO  (Thread-2932) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1446476 INFO  (Thread-2932) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1446481 ERROR (Thread-2932) [    ] 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> 1446584 INFO  (SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[FDF6684DFDB9EF2E]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:64689
   [junit4]   2> 1446606 INFO  (zkConnectionManagerCallback-4060-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1446615 INFO  (jetty-launcher-4057-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1446615 INFO  (jetty-launcher-4057-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1446618 INFO  (jetty-launcher-4057-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@675e5b34{/solr,null,AVAILABLE}
   [junit4]   2> 1446618 INFO  (jetty-launcher-4057-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b1ccc2d{/solr,null,AVAILABLE}
   [junit4]   2> 1446619 INFO  (jetty-launcher-4057-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@742fbb93{SSL,[ssl, http/1.1]}{127.0.0.1:64691}
   [junit4]   2> 1446620 INFO  (jetty-launcher-4057-thread-1) [    ] o.e.j.s.Server Started @1449679ms
   [junit4]   2> 1446620 INFO  (jetty-launcher-4057-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5944ab9f{SSL,[ssl, http/1.1]}{127.0.0.1:64692}
   [junit4]   2> 1446620 INFO  (jetty-launcher-4057-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64691}
   [junit4]   2> 1446620 INFO  (jetty-launcher-4057-thread-2) [    ] o.e.j.s.Server Started @1449680ms
   [junit4]   2> 1446620 INFO  (jetty-launcher-4057-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64692}
   [junit4]   2> 1446620 ERROR (jetty-launcher-4057-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1446620 ERROR (jetty-launcher-4057-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1446620 INFO  (jetty-launcher-4057-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1446621 INFO  (jetty-launcher-4057-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1446621 INFO  (jetty-launcher-4057-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1446621 INFO  (jetty-launcher-4057-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1446621 INFO  (jetty-launcher-4057-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1446621 INFO  (jetty-launcher-4057-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-10T19:02:01.409133Z
   [junit4]   2> 1446621 INFO  (jetty-launcher-4057-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1446621 INFO  (jetty-launcher-4057-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-10T19:02:01.409234Z
   [junit4]   2> 1446623 INFO  (zkConnectionManagerCallback-4062-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1446623 INFO  (zkConnectionManagerCallback-4064-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1446623 INFO  (jetty-launcher-4057-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1446623 INFO  (jetty-launcher-4057-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1446632 INFO  (jetty-launcher-4057-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64689/solr
   [junit4]   2> 1446632 INFO  (jetty-launcher-4057-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64689/solr
   [junit4]   2> 1446635 INFO  (zkConnectionManagerCallback-4070-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1446635 INFO  (zkConnectionManagerCallback-4072-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1446639 INFO  (zkConnectionManagerCallback-4076-thread-1-processing-n:127.0.0.1:64691_solr) [n:127.0.0.1:64691_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1446639 INFO  (zkConnectionManagerCallback-4075-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1446882 INFO  (jetty-launcher-4057-thread-2) [n:127.0.0.1:64692_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1446882 INFO  (jetty-launcher-4057-thread-1) [n:127.0.0.1:64691_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1446883 INFO  (jetty-launcher-4057-thread-2) [n:127.0.0.1:64692_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64692_solr
   [junit4]   2> 1446884 INFO  (jetty-launcher-4057-thread-1) [n:127.0.0.1:64691_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64691_solr
   [junit4]   2> 1446885 INFO  (jetty-launcher-4057-thread-2) [n:127.0.0.1:64692_solr    ] o.a.s.c.Overseer Overseer (id=99327077336154118-127.0.0.1:64692_solr-n_0000000000) starting
   [junit4]   2> 1446887 INFO  (zkCallback-4073-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1446887 INFO  (zkCallback-4074-thread-1-processing-n:127.0.0.1:64691_solr) [n:127.0.0.1:64691_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1446901 INFO  (jetty-launcher-4057-thread-2) [n:127.0.0.1:64692_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64692_solr
   [junit4]   2> 1446902 INFO  (zkCallback-4074-thread-1-processing-n:127.0.0.1:64691_solr) [n:127.0.0.1:64691_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1446903 INFO  (zkCallback-4073-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1446940 INFO  (jetty-launcher-4057-thread-2) [n:127.0.0.1:64692_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64692.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76a5d9e6
   [junit4]   2> 1446952 INFO  (jetty-launcher-4057-thread-1) [n:127.0.0.1:64691_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64691.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76a5d9e6
   [junit4]   2> 1446957 INFO  (jetty-launcher-4057-thread-2) [n:127.0.0.1:64692_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64692.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76a5d9e6
   [junit4]   2> 1446957 INFO  (jetty-launcher-4057-thread-2) [n:127.0.0.1:64692_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64692.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76a5d9e6
   [junit4]   2> 1446958 INFO  (jetty-launcher-4057-thread-2) [n:127.0.0.1:64692_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/.
   [junit4]   2> 1446960 INFO  (jetty-launcher-4057-thread-1) [n:127.0.0.1:64691_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64691.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76a5d9e6
   [junit4]   2> 1446960 INFO  (jetty-launcher-4057-thread-1) [n:127.0.0.1:64691_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64691.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76a5d9e6
   [junit4]   2> 1446961 INFO  (jetty-launcher-4057-thread-1) [n:127.0.0.1:64691_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node1/.
   [junit4]   2> 1446990 INFO  (zkConnectionManagerCallback-4082-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1447019 INFO  (qtp19712092-15607) [n:127.0.0.1:64692_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1447020 INFO  (qtp19712092-15607) [n:127.0.0.1:64692_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1447033 INFO  (TEST-TimeRoutedAliasUpdateProcessorTest.test-seed#[FDF6684DFDB9EF2E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1447043 INFO  (qtp937765138-15600) [n:127.0.0.1:64691_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1447043 INFO  (qtp937765138-15600) [n:127.0.0.1:64691_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1447048 INFO  (qtp937765138-15601) [n:127.0.0.1:64691_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1447049 INFO  (qtp937765138-15601) [n:127.0.0.1:64691_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1447052 INFO  (qtp937765138-15596) [n:127.0.0.1:64691_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1447052 INFO  (qtp937765138-15596) [n:127.0.0.1:64691_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1447052 INFO  (qtp937765138-15598) [n:127.0.0.1:64691_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1447053 INFO  (qtp937765138-15598) [n:127.0.0.1:64691_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1447054 INFO  (qtp937765138-15599) [n:127.0.0.1:64691_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1447054 INFO  (qtp937765138-15599) [n:127.0.0.1:64691_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1447055 INFO  (qtp937765138-15600) [n:127.0.0.1:64691_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&replicationFactor=1&name=timeConfig&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1447058 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.CreateCollectionCmd Create collection timeConfig
   [junit4]   2> 1447058 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.CreateCollectionCmd Only _default config set found, using it.
   [junit4]   2> 1447059 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/timeConfig/managed-schema
   [junit4]   2> 1447062 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/timeConfig/protwords.txt
   [junit4]   2> 1447064 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/timeConfig/solrconfig.xml
   [junit4]   2> 1447067 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/timeConfig/synonyms.txt
   [junit4]   2> 1447069 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/timeConfig/stopwords.txt
   [junit4]   2> 1447072 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/timeConfig/lang/contractions_it.txt
   [junit4]   2> 1447075 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/timeConfig/lang/contractions_ca.txt
   [junit4]   2> 1447077 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/timeConfig/lang/stemdict_nl.txt
   [junit4]   2> 1447080 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/timeConfig/lang/stopwords_hy.txt
   [junit4]   2> 1447083 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/timeConfig/lang/stopwords_no.txt
   [junit4]   2> 1447086 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/timeConfig/lang/stopwords_id.txt
   [junit4]   2> 1447088 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/timeConfig/lang/stopwords_da.txt
   [junit4]   2> 1447091 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/timeConfig/lang/stopwords_ga.txt
   [junit4]   2> 1447094 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/timeConfig/lang/stopwords_hi.txt
   [junit4]   2> 1447098 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/timeConfig/lang/stopwords_ja.txt
   [junit4]   2> 1447101 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/timeConfig/lang/stopwords_pt.txt
   [junit4]   2> 1447103 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/timeConfig/lang/stopwords_hu.txt
   [junit4]   2> 1447106 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/timeConfig/lang/stopwords_el.txt
   [junit4]   2> 1447108 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/timeConfig/lang/stopwords_ru.txt
   [junit4]   2> 1447111 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/timeConfig/lang/stopwords_tr.txt
   [junit4]   2> 1447113 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/timeConfig/lang/stopwords_ar.txt
   [junit4]   2> 1447116 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/timeConfig/lang/userdict_ja.txt
   [junit4]   2> 1447118 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/timeConfig/lang/stopwords_eu.txt
   [junit4]   2> 1447120 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/timeConfig/lang/stopwords_it.txt
   [junit4]   2> 1447123 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/timeConfig/lang/stopwords_cz.txt
   [junit4]   2> 1447125 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/timeConfig/lang/stoptags_ja.txt
   [junit4]   2> 1447127 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/timeConfig/lang/contractions_fr.txt
   [junit4]   2> 1447130 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/timeConfig/lang/stopwords_de.txt
   [junit4]   2> 1447132 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/timeConfig/lang/stopwords_fa.txt
   [junit4]   2> 1447135 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/timeConfig/lang/contractions_ga.txt
   [junit4]   2> 1447137 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/timeConfig/lang/stopwords_ca.txt
   [junit4]   2> 1447139 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/timeConfig/lang/stopwords_nl.txt
   [junit4]   2> 1447142 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/timeConfig/lang/stopwords_bg.txt
   [junit4]   2> 1447144 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/timeConfig/lang/stopwords_en.txt
   [junit4]   2> 1447147 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/timeConfig/lang/stopwords_es.txt
   [junit4]   2> 1447149 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/timeConfig/lang/stopwords_lv.txt
   [junit4]   2> 1447152 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/timeConfig/lang/stopwords_ro.txt
   [junit4]   2> 1447154 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/timeConfig/lang/stopwords_th.txt
   [junit4]   2> 1447157 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/timeConfig/lang/stopwords_fr.txt
   [junit4]   2> 1447160 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/timeConfig/lang/stopwords_sv.txt
   [junit4]   2> 1447162 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/timeConfig/lang/stopwords_fi.txt
   [junit4]   2> 1447164 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/timeConfig/lang/hyphenations_ga.txt
   [junit4]   2> 1447166 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/timeConfig/lang/stopwords_gl.txt
   [junit4]   2> 1447169 INFO  (OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/timeConfig/params.json
   [junit4]   2> 1447290 INFO  (OverseerStateUpdate-99327077336154118-127.0.0.1:64692_solr-n_0000000000) [n:127.0.0.1:64692_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"timeConfig",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"timeConfig_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:64692/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1447499 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=timeConfig&newCollection=true&name=timeConfig_shard1_replica_n1&action=CREATE&numShards=1&collection=timeConfig&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1447499 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1447611 INFO  (zkCallback-4073-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/timeConfig/state.json] for collection [timeConfig] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1447611 INFO  (zkCallback-4073-thread-2-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/timeConfig/state.json] for collection [timeConfig] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1448518 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 1448518 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 1448518 WARN  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 1448519 WARN  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1448519 WARN  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 1448519 WARN  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1448519 WARN  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 1448519 WARN  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1448519 WARN  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 1448519 WARN  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1448525 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1448541 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.IndexSchema [timeConfig_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 1448707 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1448753 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'timeConfig_shard1_replica_n1' using configuration from collection timeConfig, trusted=true
   [junit4]   2> 1448754 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64692.solr.core.timeConfig.shard1.replica_n1' (registry 'solr.core.timeConfig.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76a5d9e6
   [junit4]   2> 1448754 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1448754 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [[timeConfig_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/./timeConfig_shard1_replica_n1/data/]
   [junit4]   2> 1448781 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 1448829 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1448829 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1448830 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1448831 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1448838 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4511be40[timeConfig_shard1_replica_n1] main]
   [junit4]   2> 1448840 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/timeConfig
   [junit4]   2> 1448840 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/timeConfig
   [junit4]   2> 1448840 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/timeConfig/managed-schema
   [junit4]   2> 1448841 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1448841 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1448841 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 1448843 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1448843 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589233239857299456
   [junit4]   2> 1448843 INFO  (searcherExecutor-6275-thread-1-processing-n:127.0.0.1:64692_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@4511be40[timeConfig_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1448844 INFO  (searcherExecutor-6275-thread-1-processing-n:127.0.0.1:64692_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1448844 INFO  (searcherExecutor-6275-thread-1-processing-n:127.0.0.1:64692_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1448844 INFO  (searcherExecutor-6275-thread-1-processing-n:127.0.0.1:64692_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [timeConfig_shard1_replica_n1] Registered new searcher Searcher@4511be40[timeConfig_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1448849 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1448849 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1448849 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:64692/solr/timeConfig_shard1_replica_n1/
   [junit4]   2> 1448849 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1448849 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:64692/solr/timeConfig_shard1_replica_n1/ has no replicas
   [junit4]   2> 1448849 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1448853 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:64692/solr/timeConfig_shard1_replica_n1/ shard1
   [junit4]   2> 1448956 INFO  (zkCallback-4073-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/timeConfig/state.json] for collection [timeConfig] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1448956 INFO  (zkCallback-4073-thread-2-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/timeConfig/state.json] for collection [timeConfig] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1448967 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1448969 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=timeConfig&newCollection=true&name=timeConfig_shard1_replica_n1&action=CREATE&numShards=1&collection=timeConfig&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1470
   [junit4]   2> 1448975 INFO  (qtp937765138-15600) [n:127.0.0.1:64691_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1449072 INFO  (OverseerCollectionConfigSetProcessor-99327077336154118-127.0.0.1:64692_solr-n_0000000000) [n:127.0.0.1:64692_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1449077 INFO  (zkCallback-4073-thread-2-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/timeConfig/state.json] for collection [timeConfig] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1449077 INFO  (zkCallback-4073-thread-1-processing-n:127.0.0.1:64692_solr) [n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/timeConfig/state.json] for collection [timeConfig] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1449982 INFO  (qtp937765138-15600) [n:127.0.0.1:64691_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&replicationFactor=1&name=timeConfig&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=2927
   [junit4]   2> 1449983 INFO  (qtp937765138-15601) [n:127.0.0.1:64691_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1449988 INFO  (qtp937765138-15601) [n:127.0.0.1:64691_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 1449996 INFO  (qtp19712092-15594) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Executed config commands successfully and persisted to ZK [{"set-user-property":{"timePartitionAliasName":"myalias"}}, {"set-user-property":{"update.autoCreateFields":false}}, {"add-updateprocessor":{
   [junit4]   2>     "name":"tolerant",
   [junit4]   2>     "class":"solr.TolerantUpdateProcessorFactory"}}, {"add-updateprocessor":{
   [junit4]   2>     "name":"inc",
   [junit4]   2>     "class":"org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest$IncrementURPFactory",
   [junit4]   2>     "fieldName":"integer_i"}}]
   [junit4]   2> 1449997 INFO  (qtp19712092-15594) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the property overlay to be of version 0 for collection timeConfig
   [junit4]   2> 1449997 INFO  (Thread-2951) [n:127.0.0.1:64692_solr    ] o.a.s.c.SolrCore config update listener called for core timeConfig_shard1_replica_n1
   [junit4]   2> 1449998 INFO  (solrHandlerExecutor-6280-thread-1-processing-n:127.0.0.1:64692_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 1449998 INFO  (Thread-2951) [n:127.0.0.1:64692_solr    ] o.a.s.c.SolrCore core reload timeConfig_shard1_replica_n1
   [junit4]   2> 1450006 INFO  (Thread-2951) [n:127.0.0.1:64692_solr    ] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 1450006 INFO  (Thread-2951) [n:127.0.0.1:64692_solr    ] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 1450006 WARN  (Thread-2951) [n:127.0.0.1:64692_solr    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 1450008 WARN  (Thread-2951) [n:127.0.0.1:64692_solr    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1450008 WARN  (Thread-2951) [n:127.0.0.1:64692_solr    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 1450008 WARN  (Thread-2951) [n:127.0.0.1:64692_solr    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1450008 WARN  (Thread-2951) [n:127.0.0.1:64692_solr    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 1450008 WARN  (Thread-2951) [n:127.0.0.1:64692_solr    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1450009 WARN  (Thread-2951) [n:127.0.0.1:64692_solr    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 1450009 WARN  (Thread-2951) [n:127.0.0.1:64692_solr    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1450016 INFO  (Thread-2951) [n:127.0.0.1:64692_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1450037 INFO  (Thread-2951) [n:127.0.0.1:64692_solr    ] o.a.s.s.IndexSchema [timeConfig_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 1450106 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 1450106 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1450106 INFO  (SolrConfigHandler-refreshconf) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 1450106 INFO  (solrHandlerExecutor-6280-thread-1-processing-n:127.0.0.1:64692_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:64692/solr/timeConfig_shard1_replica_n1/ for prop overlay   after 1 attempts
   [junit4]   2> 1450107 INFO  (solrHandlerExecutor-6280-thread-1-processing-n:127.0.0.1:64692_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 1450175 INFO  (Thread-2951) [n:127.0.0.1:64692_solr    ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1450207 INFO  (qtp19712092-15607) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 1450208 INFO  (qtp19712092-15607) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1450208 INFO  (SolrConfigHandler-refreshconf) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 1450208 INFO  (solrHandlerExecutor-6280-thread-1-processing-n:127.0.0.1:64692_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:64692/solr/timeConfig_shard1_replica_n1/ for prop overlay   after 2 attempts
   [junit4]   2> 1450208 INFO  (solrHandlerExecutor-6280-thread-1-processing-n:127.0.0.1:64692_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 1450217 INFO  (Thread-2951) [n:127.0.0.1:64692_solr    ] o.a.s.c.CoreContainer Reloading SolrCore 'timeConfig_shard1_replica_n1' using configuration from collection timeConfig
   [junit4]   2> 1450233 INFO  (Thread-2951) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64692.solr.core.timeConfig.shard1.replica_n1' (registry 'solr.core.timeConfig.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76a5d9e6
   [junit4]   2> 1450233 INFO  (Thread-2951) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [[timeConfig_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/./timeConfig_shard1_replica_n1/data/]
   [junit4]   2> 1450235 INFO  (Thread-2951) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 1450263 INFO  (Thread-2951) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1450264 INFO  (Thread-2951) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1450265 INFO  (Thread-2951) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6fe80cb3[timeConfig_shard1_replica_n1] main]
   [junit4]   2> 1450266 INFO  (Thread-2951) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/timeConfig
   [junit4]   2> 1450266 INFO  (Thread-2951) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/timeConfig
   [junit4]   2> 1450266 INFO  (Thread-2951) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/timeConfig/managed-schema
   [junit4]   2> 1450267 INFO  (Thread-2951) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1450267 INFO  (Thread-2951) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1450267 INFO  (Thread-2951) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 1450268 INFO  (Thread-2951) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1450269 INFO  (Thread-2951) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589233241352568832
   [junit4]   2> 1450269 INFO  (searcherExecutor-6281-thread-1-processing-n:127.0.0.1:64692_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@6fe80cb3[timeConfig_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1450269 INFO  (searcherExecutor-6281-thread-1-processing-n:127.0.0.1:64692_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1450269 INFO  (searcherExecutor-6281-thread-1-processing-n:127.0.0.1:64692_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1450271 INFO  (searcherExecutor-6281-thread-1-processing-n:127.0.0.1:64692_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [timeConfig_shard1_replica_n1] Registered new searcher Searcher@6fe80cb3[timeConfig_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1450271 INFO  (Thread-2951) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1450272 INFO  (Thread-2951) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@8be1771[timeConfig_shard1_replica_n1] main]
   [junit4]   2> 1450272 INFO  (searcherExecutor-6281-thread-1-processing-n:127.0.0.1:64692_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@8be1771[timeConfig_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1450272 INFO  (searcherExecutor-6281-thread-1-processing-n:127.0.0.1:64692_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1450274 INFO  (searcherExecutor-6281-thread-1-processing-n:127.0.0.1:64692_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [timeConfig_shard1_replica_n1] Registered new searcher Searcher@8be1771[timeConfig_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1450311 INFO  (qtp19712092-15608) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler I already have the expected version 0 of config
   [junit4]   2> 1450311 INFO  (qtp19712092-15608) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler isStale false , resourceloader org.apache.solr.cloud.ZkSolrResourceLoader
   [junit4]   2> 1450311 INFO  (qtp19712092-15608) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1450311 INFO  (qtp19712092-15594) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Took 314.0ms to set the property overlay to be of version 0 for collection timeConfig
   [junit4]   2> 1450311 INFO  (qtp19712092-15594) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config params={wt=javabin&version=2} status=0 QTime=318
   [junit4]   2> 1450311 INFO  (qtp19712092-15594) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [timeConfig_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6d4dbca6
   [junit4]   2> 1450312 INFO  (qtp19712092-15594) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.timeConfig.shard1.replica_n1, tag=1833811110
   [junit4]   2> 1450312 INFO  (qtp19712092-15594) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@34d0c379: rootName = solr_64692, domain = solr.core.timeConfig.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.timeConfig.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@3066bdee
   [junit4]   2> 1450318 INFO  (qtp19712092-15594) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.timeConfig.shard1.leader, tag=1833811110
   [junit4]   2> 1450319 INFO  (qtp937765138-15602) [n:127.0.0.1:64691_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1450321 INFO  (qtp937765138-15602) [n:127.0.0.1:64691_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1450324 INFO  (qtp19712092-15610) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.ZkController Persisted config data to node /configs/timeConfig/params.json 
   [junit4]   2> 1450325 INFO  (qtp19712092-15610) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the property params to be of version 1 for collection timeConfig
   [junit4]   2> 1450326 INFO  (Thread-2952) [n:127.0.0.1:64692_solr    ] o.a.s.c.SolrCore config update listener called for core timeConfig_shard1_replica_n1
   [junit4]   2> 1450326 INFO  (solrHandlerExecutor-6285-thread-1-processing-n:127.0.0.1:64692_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 1450327 INFO  (Thread-2952) [n:127.0.0.1:64692_solr    ] o.a.s.c.RequestParams conf resource params.json loaded . version : 1 
   [junit4]   2> 1450327 INFO  (Thread-2952) [n:127.0.0.1:64692_solr    ] o.a.s.c.RequestParams request params refreshed to version 1
   [junit4]   2> 1450429 INFO  (qtp19712092-15608) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler I already have the expected version 1 of params
   [junit4]   2> 1450429 INFO  (qtp19712092-15608) [n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler isStale false , resourceloader org.apache.

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

unit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 1806271 INFO  (qtp389249505-17293) [n:127.0.0.1:65375_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:65375_solr&onlyIfLeaderActive=true&core=solrj_replicatests_shard1_replica_n2&coreNodeName=core_node6&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=400 QTime=51691
   [junit4]   2> 1806272 ERROR (SUITE-CollectionsAPISolrJTest-seed#[FDF6684DFDB9EF2E]-worker) [    ] 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> 1806273 INFO  (SUITE-CollectionsAPISolrJTest-seed#[FDF6684DFDB9EF2E]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:65372 65372
   [junit4]   2> 1806314 INFO  (Thread-3224) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:65372 65372
   [junit4]   2> 1806511 WARN  (Thread-3224) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/collections/corestatus_test/state.json
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/configs/solrj_default_configset
   [junit4]   2> 	4	/solr/configs/solrj_default_configset/managed-schema
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf
   [junit4]   2> 	4	/solr/collections/balancedProperties/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	51	/solr/collections/solrj_test_splitshard/state.json
   [junit4]   2> 	24	/solr/collections/solrj_default_configset/state.json
   [junit4]   2> 	24	/solr/collections/replicaProperties/state.json
   [junit4]   2> 	23	/solr/collections/solrj_replicatests/state.json
   [junit4]   2> 	12	/solr/collections/balancedProperties/state.json
   [junit4]   2> 	6	/solr/collections/aliasedCollection/state.json
   [junit4]   2> 	6	/solr/collections/solrj_test_core_props/state.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/99327089649647626-127.0.0.1:65375_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_FDF6684DFDB9EF2E-001
   [junit4]   2> Jan 10, 2018 7:08:01 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=296, maxMBSortInHeap=5.503120951963458, sim=RandomSimilarity(queryNorm=false): {}, locale=mas, timezone=America/Port-au-Prince
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=304030336,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [AddSchemaFieldsUpdateProcessorFactoryTest, ChaosMonkeyNothingIsSafeTest, TestInitParams, VMParamsZkACLAndCredentialsProvidersTest, TestMiniSolrCloudClusterSSL, SuggesterWFSTTest, DeleteInactiveReplicaTest, DateRangeFieldTest, UnloadDistributedZkTest, SpellCheckCollatorTest, TestTriggerIntegration, TestSchemaResource, CoreMergeIndexesAdminHandlerTest, SortByFunctionTest, TestStressInPlaceUpdates, TestPolicyCloud, SolrInfoBeanTest, NodeAddedTriggerTest, TestImplicitCoreProperties, DisMaxRequestHandlerTest, ResourceLoaderTest, SolrGraphiteReporterTest, TestJsonRequest, TestInPlaceUpdatesDistrib, DirectUpdateHandlerTest, MinimalSchemaTest, SolrJmxReporterTest, TestFieldCacheReopen, MetricsHandlerTest, TestReqParamsAPI, TestFilteredDocIdSet, TestUpdate, DistributedTermsComponentTest, BasicAuthStandaloneTest, TestLegacyNumericUtils, CoreAdminCreateDiscoverTest, TestHttpShardHandlerFactory, URLClassifyProcessorTest, TestQuerySenderNoQuery, TestRangeQuery, ConnectionReuseTest, AutoScalingHandlerTest, DistributedFacetPivotSmallTest, CollectionReloadTest, TestSmileRequest, SearchRateTriggerTest, ChaosMonkeySafeLeaderWithPullReplicasTest, BlockDirectoryTest, TestHighFrequencyDictionaryFactory, SliceStateTest, HighlighterTest, TestSizeLimitedDistributedMap, TestSolrCloudWithSecureImpersonation, TestDownShardTolerantSearch, DistributedFacetExistsSmallTest, TestDelegationWithHadoopAuth, TestRawResponseWriter, InfixSuggestersTest, TestSystemCollAutoCreate, TestHdfsBackupRestoreCore, TestManagedSchemaAPI, ShowFileRequestHandlerTest, TestJmxIntegration, MigrateRouteKeyTest, SolrMetricsIntegrationTest, TestPayloadCheckQParserPlugin, RollingRestartTest, TestSurroundQueryParser, TestNoOpRegenerator, BigEndianAscendingWordDeserializerTest, ConfigSetsAPITest, RequiredFieldsTest, CdcrBidirectionalTest, DeleteNodeTest, DateMathParserTest, NumberUtilsTest, TestTrieFacet, TestExactSharedStatsCache, SimpleMLTQParserTest, TestJavabinTupleStreamParser, TestSolrDeletionPolicy2, TestWriterPerf, MoveReplicaHDFSFailoverTest, TestClusterStateProvider, UniqFieldsUpdateProcessorFactoryTest, TestCloudSchemaless, TestSolrCloudWithDelegationTokens, TestFiltering, TestObjectReleaseTracker, ShardRoutingTest, TestCloudJSONFacetJoinDomain, OverseerStatusTest, RecoveryZkTest, SolrMetricManagerTest, BadIndexSchemaTest, HLLUtilTest, TestBinaryField, TestPHPSerializedResponseWriter, TestFieldTypeResource, TestLRUStatsCache, RAMDirectoryFactoryTest, TestTrackingShardHandlerFactory, TestNumericRangeQuery64, TestStreamBody, ClusterStateTest, ZkStateReaderTest, RankQueryTest, DistribCursorPagingTest, RegexBytesRefFilterTest, CdcrReplicationDistributedZkTest, LeaderElectionTest, SolrIndexMetricsTest, StatsComponentTest, TestSolrConfigHandlerCloud, SolrTestCaseJ4Test, EnumFieldTest, TestOmitPositions, ReplicationFactorTest, TestRetrieveFieldsOptimizer, IgnoreCommitOptimizeUpdateProcessorFactoryTest, DistributedQueryComponentCustomSortTest, TestRecoveryHdfs, TestDistributedSearch, TestIBSimilarityFactory, StatsReloadRaceTest, PathHierarchyTokenizerFactoryTest, HttpTriggerListenerTest, LeaderInitiatedRecoveryOnShardRestartTest, TestXIncludeConfig, TestDynamicFieldResource, SuggesterTSTTest, TestUniqueKeyFieldResource, TestPhraseSuggestions, NumericFieldsTest, DistribJoinFromCollectionTest, TestFieldCacheSortRandom, ResponseLogComponentTest, TestMinMaxOnMultiValuedField, HdfsThreadLeakTest, SolrCLIZkUtilsTest, TestQueryWrapperFilter, TestBulkSchemaConcurrent, FullHLLTest, DistanceFunctionTest, OutputWriterTest, TestUtils, TestGenericDistributedQueue, TestLazyCores, TestCollectionAPI, SyncSliceTest, DistributedVersionInfoTest, TestSolrCoreProperties, TestSchemaVersionResource, SolrXmlInZkTest, PeerSyncReplicationTest, NodeMutatorTest, DistributedSpellCheckComponentTest, OverriddenZkACLAndCredentialsProvidersTest, TestFieldResource, RegexBoostProcessorTest, UUIDFieldTest, TimeRoutedAliasUpdateProcessorTest, IndexSchemaTest, TestScoreJoinQPNoScore, IndexBasedSpellCheckerTest, UtilsToolTest, TestStressRecovery, OverseerModifyCollectionTest, TestMultiValuedNumericRangeQuery, TestLMDirichletSimilarityFactory, TestConfigSetsAPI, HdfsUnloadDistributedZkTest, ZkControllerTest, HdfsChaosMonkeyNothingIsSafeTest, AnalysisErrorHandlingTest, TestCollectionAPIs, TestTolerantUpdateProcessorRandomCloud, BitVectorTest, TestXmlQParserPlugin, TestCustomDocTransformer, DirectSolrConnectionTest, TemplateUpdateProcessorTest, TestCursorMarkWithoutUniqueKey, TestManagedResource, ConvertedLegacyTest, SolrCloudReportersTest, CollectionsAPISolrJTest]
   [junit4] Completed [320/766 (2!)] on J0 in 172.92s, 13 tests, 2 failures, 2 errors <<< FAILURES!

[...truncated 42287 lines...]

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk-9) - Build # 391 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/391/
Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.testParse

Error Message:
Error from server at https://127.0.0.1:63876/solr: Collection : myalias_2017-10-24 is part of alias myalias remove or modify the alias before removing this collection.

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:63876/solr: Collection : myalias_2017-10-24 is part of alias myalias remove or modify the alias before removing this collection.
	at __randomizedtesting.SeedInfo.seed([D28104AB87FC3CBE:BD044FF33B8A0F51]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.doBefore(TimeRoutedAliasUpdateProcessorTest.java:84)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:968)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 14246 lines...]
   [junit4] Suite: org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/init-core-data-001
   [junit4]   2> 3888230 WARN  (SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[D28104AB87FC3CBE]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 3888231 INFO  (SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[D28104AB87FC3CBE]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3888231 INFO  (SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[D28104AB87FC3CBE]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 3888232 INFO  (SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[D28104AB87FC3CBE]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3888232 INFO  (SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[D28104AB87FC3CBE]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001
   [junit4]   2> 3888232 INFO  (SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[D28104AB87FC3CBE]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3888233 INFO  (Thread-7330) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3888233 INFO  (Thread-7330) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3888236 ERROR (Thread-7330) [    ] 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> 3888338 INFO  (SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[D28104AB87FC3CBE]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:63874
   [junit4]   2> 3888359 INFO  (zkConnectionManagerCallback-8488-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3888365 INFO  (jetty-launcher-8485-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 3888365 INFO  (jetty-launcher-8485-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 3888368 INFO  (jetty-launcher-8485-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@22bd89ce{/solr,null,AVAILABLE}
   [junit4]   2> 3888368 INFO  (jetty-launcher-8485-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17885eea{/solr,null,AVAILABLE}
   [junit4]   2> 3888369 INFO  (jetty-launcher-8485-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@21986ddd{SSL,[ssl, http/1.1]}{127.0.0.1:63876}
   [junit4]   2> 3888369 INFO  (jetty-launcher-8485-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6747c6b7{SSL,[ssl, http/1.1]}{127.0.0.1:63877}
   [junit4]   2> 3888370 INFO  (jetty-launcher-8485-thread-2) [    ] o.e.j.s.Server Started @3890479ms
   [junit4]   2> 3888370 INFO  (jetty-launcher-8485-thread-1) [    ] o.e.j.s.Server Started @3890479ms
   [junit4]   2> 3888370 INFO  (jetty-launcher-8485-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63876}
   [junit4]   2> 3888370 INFO  (jetty-launcher-8485-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63877}
   [junit4]   2> 3888370 ERROR (jetty-launcher-8485-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3888370 ERROR (jetty-launcher-8485-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3888370 INFO  (jetty-launcher-8485-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 3888371 INFO  (jetty-launcher-8485-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 3888371 INFO  (jetty-launcher-8485-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3888371 INFO  (jetty-launcher-8485-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3888371 INFO  (jetty-launcher-8485-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3888371 INFO  (jetty-launcher-8485-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3888371 INFO  (jetty-launcher-8485-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-10T06:00:02.404361Z
   [junit4]   2> 3888371 INFO  (jetty-launcher-8485-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-10T06:00:02.404415Z
   [junit4]   2> 3888373 INFO  (zkConnectionManagerCallback-8490-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3888373 INFO  (zkConnectionManagerCallback-8492-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3888374 INFO  (jetty-launcher-8485-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3888374 INFO  (jetty-launcher-8485-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3888383 INFO  (jetty-launcher-8485-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63874/solr
   [junit4]   2> 3888383 INFO  (jetty-launcher-8485-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63874/solr
   [junit4]   2> 3888385 INFO  (zkConnectionManagerCallback-8498-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3888385 INFO  (zkConnectionManagerCallback-8500-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3888387 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x160dea76bdd0004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 3888388 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x160dea76bdd0003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 3888389 INFO  (zkConnectionManagerCallback-8503-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3888389 INFO  (zkConnectionManagerCallback-8504-thread-1-processing-n:127.0.0.1:63877_solr) [n:127.0.0.1:63877_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3888572 INFO  (jetty-launcher-8485-thread-2) [n:127.0.0.1:63876_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3888572 INFO  (jetty-launcher-8485-thread-2) [n:127.0.0.1:63876_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:63876_solr
   [junit4]   2> 3888574 INFO  (jetty-launcher-8485-thread-2) [n:127.0.0.1:63876_solr    ] o.a.s.c.Overseer Overseer (id=99324002452701189-127.0.0.1:63876_solr-n_0000000000) starting
   [junit4]   2> 3888581 INFO  (jetty-launcher-8485-thread-1) [n:127.0.0.1:63877_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3888582 INFO  (jetty-launcher-8485-thread-1) [n:127.0.0.1:63877_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63877_solr
   [junit4]   2> 3888584 INFO  (zkCallback-8501-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3888587 INFO  (zkCallback-8502-thread-1-processing-n:127.0.0.1:63877_solr) [n:127.0.0.1:63877_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3888588 INFO  (jetty-launcher-8485-thread-2) [n:127.0.0.1:63876_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63876_solr
   [junit4]   2> 3888590 INFO  (zkCallback-8501-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3888594 INFO  (zkCallback-8502-thread-1-processing-n:127.0.0.1:63877_solr) [n:127.0.0.1:63877_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3888641 INFO  (jetty-launcher-8485-thread-2) [n:127.0.0.1:63876_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63876.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@563b499d
   [junit4]   2> 3888650 INFO  (jetty-launcher-8485-thread-1) [n:127.0.0.1:63877_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63877.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@563b499d
   [junit4]   2> 3888664 INFO  (jetty-launcher-8485-thread-2) [n:127.0.0.1:63876_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63876.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@563b499d
   [junit4]   2> 3888665 INFO  (jetty-launcher-8485-thread-2) [n:127.0.0.1:63876_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63876.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@563b499d
   [junit4]   2> 3888667 INFO  (jetty-launcher-8485-thread-2) [n:127.0.0.1:63876_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node2/.
   [junit4]   2> 3888667 INFO  (jetty-launcher-8485-thread-1) [n:127.0.0.1:63877_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63877.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@563b499d
   [junit4]   2> 3888667 INFO  (jetty-launcher-8485-thread-1) [n:127.0.0.1:63877_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63877.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@563b499d
   [junit4]   2> 3888669 INFO  (jetty-launcher-8485-thread-1) [n:127.0.0.1:63877_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/.
   [junit4]   2> 3888718 INFO  (zkConnectionManagerCallback-8510-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3888735 INFO  (qtp1020007657-37114) [n:127.0.0.1:63876_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3888736 INFO  (qtp1020007657-37114) [n:127.0.0.1:63876_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 3888750 INFO  (TEST-TimeRoutedAliasUpdateProcessorTest.test-seed#[D28104AB87FC3CBE]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 3888753 INFO  (qtp1020007657-37112) [n:127.0.0.1:63876_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3888754 INFO  (qtp1020007657-37112) [n:127.0.0.1:63876_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3888755 INFO  (qtp1020007657-37113) [n:127.0.0.1:63876_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3888756 INFO  (qtp1020007657-37113) [n:127.0.0.1:63876_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3888759 INFO  (qtp1020007657-37122) [n:127.0.0.1:63876_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3888759 INFO  (qtp1020007657-37122) [n:127.0.0.1:63876_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3888760 INFO  (qtp1020007657-37119) [n:127.0.0.1:63876_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3888761 INFO  (qtp1020007657-37119) [n:127.0.0.1:63876_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 3888762 INFO  (qtp1020007657-37109) [n:127.0.0.1:63876_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3888763 INFO  (qtp1020007657-37109) [n:127.0.0.1:63876_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3888764 INFO  (qtp1020007657-37112) [n:127.0.0.1:63876_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&replicationFactor=1&name=timeConfig&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3888767 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.CreateCollectionCmd Create collection timeConfig
   [junit4]   2> 3888767 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.CreateCollectionCmd Only _default config set found, using it.
   [junit4]   2> 3888768 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/timeConfig/managed-schema
   [junit4]   2> 3888771 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/timeConfig/protwords.txt
   [junit4]   2> 3888774 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/timeConfig/solrconfig.xml
   [junit4]   2> 3888776 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/timeConfig/synonyms.txt
   [junit4]   2> 3888779 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/timeConfig/stopwords.txt
   [junit4]   2> 3888783 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/timeConfig/lang/contractions_it.txt
   [junit4]   2> 3888786 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/timeConfig/lang/contractions_ca.txt
   [junit4]   2> 3888789 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/timeConfig/lang/stemdict_nl.txt
   [junit4]   2> 3888792 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/timeConfig/lang/stopwords_hy.txt
   [junit4]   2> 3888798 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/timeConfig/lang/stopwords_no.txt
   [junit4]   2> 3888801 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/timeConfig/lang/stopwords_id.txt
   [junit4]   2> 3888804 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/timeConfig/lang/stopwords_da.txt
   [junit4]   2> 3888807 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/timeConfig/lang/stopwords_ga.txt
   [junit4]   2> 3888809 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/timeConfig/lang/stopwords_hi.txt
   [junit4]   2> 3888812 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/timeConfig/lang/stopwords_ja.txt
   [junit4]   2> 3888815 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/timeConfig/lang/stopwords_pt.txt
   [junit4]   2> 3888818 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/timeConfig/lang/stopwords_hu.txt
   [junit4]   2> 3888820 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/timeConfig/lang/stopwords_el.txt
   [junit4]   2> 3888824 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/timeConfig/lang/stopwords_ru.txt
   [junit4]   2> 3888827 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/timeConfig/lang/stopwords_tr.txt
   [junit4]   2> 3888830 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/timeConfig/lang/stopwords_ar.txt
   [junit4]   2> 3888833 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/timeConfig/lang/userdict_ja.txt
   [junit4]   2> 3888836 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/timeConfig/lang/stopwords_eu.txt
   [junit4]   2> 3888840 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/timeConfig/lang/stopwords_it.txt
   [junit4]   2> 3888841 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/timeConfig/lang/stopwords_cz.txt
   [junit4]   2> 3888848 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/timeConfig/lang/stoptags_ja.txt
   [junit4]   2> 3888852 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/timeConfig/lang/contractions_fr.txt
   [junit4]   2> 3888855 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/timeConfig/lang/stopwords_de.txt
   [junit4]   2> 3888858 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/timeConfig/lang/stopwords_fa.txt
   [junit4]   2> 3888861 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/timeConfig/lang/contractions_ga.txt
   [junit4]   2> 3888865 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/timeConfig/lang/stopwords_ca.txt
   [junit4]   2> 3888867 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/timeConfig/lang/stopwords_nl.txt
   [junit4]   2> 3888870 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/timeConfig/lang/stopwords_bg.txt
   [junit4]   2> 3888874 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/timeConfig/lang/stopwords_en.txt
   [junit4]   2> 3888877 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/timeConfig/lang/stopwords_es.txt
   [junit4]   2> 3888880 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/timeConfig/lang/stopwords_lv.txt
   [junit4]   2> 3888884 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/timeConfig/lang/stopwords_ro.txt
   [junit4]   2> 3888887 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/timeConfig/lang/stopwords_th.txt
   [junit4]   2> 3888890 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/timeConfig/lang/stopwords_fr.txt
   [junit4]   2> 3888893 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/timeConfig/lang/stopwords_sv.txt
   [junit4]   2> 3888896 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/timeConfig/lang/stopwords_fi.txt
   [junit4]   2> 3888899 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/timeConfig/lang/hyphenations_ga.txt
   [junit4]   2> 3888902 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/timeConfig/lang/stopwords_gl.txt
   [junit4]   2> 3888908 INFO  (OverseerThreadFactory-16183-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/timeConfig/params.json
   [junit4]   2> 3889042 INFO  (OverseerStateUpdate-99324002452701189-127.0.0.1:63876_solr-n_0000000000) [n:127.0.0.1:63876_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"timeConfig",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"timeConfig_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:63877/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3889258 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=timeConfig&newCollection=true&name=timeConfig_shard1_replica_n1&action=CREATE&numShards=1&collection=timeConfig&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3889258 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3889367 INFO  (zkCallback-8502-thread-1-processing-n:127.0.0.1:63877_solr) [n:127.0.0.1:63877_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/timeConfig/state.json] for collection [timeConfig] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3889368 INFO  (zkCallback-8502-thread-2-processing-n:127.0.0.1:63877_solr) [n:127.0.0.1:63877_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/timeConfig/state.json] for collection [timeConfig] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3890275 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 3890275 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 3890276 WARN  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 3890276 WARN  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 3890277 WARN  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 3890277 WARN  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 3890277 WARN  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 3890277 WARN  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 3890278 WARN  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 3890278 WARN  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 3890285 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 3890306 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.IndexSchema [timeConfig_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 3890550 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 3890596 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'timeConfig_shard1_replica_n1' using configuration from collection timeConfig, trusted=true
   [junit4]   2> 3890597 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63877.solr.core.timeConfig.shard1.replica_n1' (registry 'solr.core.timeConfig.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@563b499d
   [junit4]   2> 3890597 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3890597 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [[timeConfig_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/./timeConfig_shard1_replica_n1/data/]
   [junit4]   2> 3890601 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 3890656 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3890656 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3890659 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 3890659 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3890673 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@23363c79[timeConfig_shard1_replica_n1] main]
   [junit4]   2> 3890675 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/timeConfig
   [junit4]   2> 3890676 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/timeConfig
   [junit4]   2> 3890676 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/timeConfig/managed-schema
   [junit4]   2> 3890677 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 3890677 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 3890678 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 3890680 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3890680 INFO  (searcherExecutor-16188-thread-1-processing-n:127.0.0.1:63877_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@23363c79[timeConfig_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3890680 INFO  (searcherExecutor-16188-thread-1-processing-n:127.0.0.1:63877_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 3890680 INFO  (searcherExecutor-16188-thread-1-processing-n:127.0.0.1:63877_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 3890681 INFO  (searcherExecutor-16188-thread-1-processing-n:127.0.0.1:63877_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [timeConfig_shard1_replica_n1] Registered new searcher Searcher@23363c79[timeConfig_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3890681 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589184041806987264
   [junit4]   2> 3890687 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3890687 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3890687 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:63877/solr/timeConfig_shard1_replica_n1/
   [junit4]   2> 3890687 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 3890687 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:63877/solr/timeConfig_shard1_replica_n1/ has no replicas
   [junit4]   2> 3890687 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 3890692 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:63877/solr/timeConfig_shard1_replica_n1/ shard1
   [junit4]   2> 3890796 INFO  (zkCallback-8502-thread-2-processing-n:127.0.0.1:63877_solr) [n:127.0.0.1:63877_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/timeConfig/state.json] for collection [timeConfig] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3890796 INFO  (zkCallback-8502-thread-1-processing-n:127.0.0.1:63877_solr) [n:127.0.0.1:63877_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/timeConfig/state.json] for collection [timeConfig] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3890797 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3890800 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=timeConfig&newCollection=true&name=timeConfig_shard1_replica_n1&action=CREATE&numShards=1&collection=timeConfig&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1542
   [junit4]   2> 3890803 INFO  (qtp1020007657-37112) [n:127.0.0.1:63876_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 3890901 INFO  (zkCallback-8502-thread-1-processing-n:127.0.0.1:63877_solr) [n:127.0.0.1:63877_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/timeConfig/state.json] for collection [timeConfig] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3890901 INFO  (zkCallback-8502-thread-2-processing-n:127.0.0.1:63877_solr) [n:127.0.0.1:63877_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/timeConfig/state.json] for collection [timeConfig] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3891805 INFO  (qtp1020007657-37112) [n:127.0.0.1:63876_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&replicationFactor=1&name=timeConfig&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=3041
   [junit4]   2> 3891808 INFO  (qtp1020007657-37113) [n:127.0.0.1:63876_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3891811 INFO  (qtp1020007657-37113) [n:127.0.0.1:63876_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 3891818 INFO  (qtp1637874263-37123) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Executed config commands successfully and persisted to ZK [{"set-user-property":{"timePartitionAliasName":"myalias"}}, {"set-user-property":{"update.autoCreateFields":false}}, {"add-updateprocessor":{
   [junit4]   2>     "name":"tolerant",
   [junit4]   2>     "class":"solr.TolerantUpdateProcessorFactory"}}, {"add-updateprocessor":{
   [junit4]   2>     "name":"inc",
   [junit4]   2>     "class":"org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest$IncrementURPFactory",
   [junit4]   2>     "fieldName":"integer_i"}}]
   [junit4]   2> 3891818 INFO  (qtp1637874263-37123) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the property overlay to be of version 0 for collection timeConfig
   [junit4]   2> 3891818 INFO  (solrHandlerExecutor-16193-thread-1-processing-n:127.0.0.1:63877_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 3891822 INFO  (Thread-7349) [n:127.0.0.1:63877_solr    ] o.a.s.c.SolrCore config update listener called for core timeConfig_shard1_replica_n1
   [junit4]   2> 3891823 INFO  (Thread-7349) [n:127.0.0.1:63877_solr    ] o.a.s.c.SolrCore core reload timeConfig_shard1_replica_n1
   [junit4]   2> 3891832 INFO  (Thread-7349) [n:127.0.0.1:63877_solr    ] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 3891832 INFO  (Thread-7349) [n:127.0.0.1:63877_solr    ] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 3891833 WARN  (Thread-7349) [n:127.0.0.1:63877_solr    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 3891833 WARN  (Thread-7349) [n:127.0.0.1:63877_solr    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 3891833 WARN  (Thread-7349) [n:127.0.0.1:63877_solr    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 3891833 WARN  (Thread-7349) [n:127.0.0.1:63877_solr    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 3891834 WARN  (Thread-7349) [n:127.0.0.1:63877_solr    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 3891834 WARN  (Thread-7349) [n:127.0.0.1:63877_solr    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 3891834 WARN  (Thread-7349) [n:127.0.0.1:63877_solr    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 3891834 WARN  (Thread-7349) [n:127.0.0.1:63877_solr    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 3891841 INFO  (Thread-7349) [n:127.0.0.1:63877_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 3891862 INFO  (Thread-7349) [n:127.0.0.1:63877_solr    ] o.a.s.s.IndexSchema [timeConfig_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 3891930 INFO  (qtp1637874263-37118) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 3891931 INFO  (qtp1637874263-37118) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3891931 INFO  (SolrConfigHandler-refreshconf) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 3891931 INFO  (solrHandlerExecutor-16193-thread-1-processing-n:127.0.0.1:63877_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:63877/solr/timeConfig_shard1_replica_n1/ for prop overlay   after 1 attempts
   [junit4]   2> 3891931 INFO  (solrHandlerExecutor-16193-thread-1-processing-n:127.0.0.1:63877_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 3892036 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 3892036 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3892036 INFO  (SolrConfigHandler-refreshconf) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 3892037 INFO  (solrHandlerExecutor-16193-thread-1-processing-n:127.0.0.1:63877_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:63877/solr/timeConfig_shard1_replica_n1/ for prop overlay   after 2 attempts
   [junit4]   2> 3892037 INFO  (solrHandlerExecutor-16193-thread-1-processing-n:127.0.0.1:63877_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 3892060 INFO  (Thread-7349) [n:127.0.0.1:63877_solr    ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 3892108 INFO  (Thread-7349) [n:127.0.0.1:63877_solr    ] o.a.s.c.CoreContainer Reloading SolrCore 'timeConfig_shard1_replica_n1' using configuration from collection timeConfig
   [junit4]   2> 3892143 INFO  (qtp1637874263-37121) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 3892143 INFO  (qtp1637874263-37121) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3892143 INFO  (SolrConfigHandler-refreshconf) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 3892144 INFO  (solrHandlerExecutor-16193-thread-1-processing-n:127.0.0.1:63877_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:63877/solr/timeConfig_shard1_replica_n1/ for prop overlay   after 3 attempts
   [junit4]   2> 3892144 INFO  (solrHandlerExecutor-16193-thread-1-processing-n:127.0.0.1:63877_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 3892150 INFO  (Thread-7349) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63877.solr.core.timeConfig.shard1.replica_n1' (registry 'solr.core.timeConfig.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@563b499d
   [junit4]   2> 3892150 INFO  (Thread-7349) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [[timeConfig_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/timeConfig_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/./timeConfig_shard1_replica_n1/data/]
   [junit4]   2> 3892153 INFO  (Thread-7349) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 3892185 INFO  (Thread-7349) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 3892185 INFO  (Thread-7349) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3892186 INFO  (Thread-7349) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5e852fa[timeConfig_shard1_replica_n1] main]
   [junit4]   2> 3892188 INFO  (Thread-7349) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/timeConfig
   [junit4]   2> 3892188 INFO  (Thread-7349) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/timeConfig
   [junit4]   2> 3892188 INFO  (Thread-7349) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/timeConfig/managed-schema
   [junit4]   2> 3892189 INFO  (Thread-7349) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 3892189 INFO  (Thread-7349) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 3892189 INFO  (Thread-7349) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 3892190 INFO  (Thread-7349) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3892190 INFO  (searcherExecutor-16194-thread-1-processing-n:127.0.0.1:63877_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@5e852fa[timeConfig_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3892190 INFO  (searcherExecutor-16194-thread-1-processing-n:127.0.0.1:63877_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 3892190 INFO  (searcherExecutor-16194-thread-1-processing-n:127.0.0.1:63877_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 3892192 INFO  (searcherExecutor-16194-thread-1-processing-n:127.0.0.1:63877_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [timeConfig_shard1_replica_n1] Registered new searcher Searcher@5e852fa[timeConfig_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3892193 INFO  (Thread-7349) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589184043392434176
   [junit4]   2> 3892212 INFO  (Thread-7349) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 3892212 INFO  (Thread-7349) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@79830a27[timeConfig_shard1_replica_n1] main]
   [junit4]   2> 3892212 INFO  (searcherExecutor-16194-thread-1-processing-n:127.0.0.1:63877_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@79830a27[timeConfig_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3892213 INFO  (searcherExecutor-16194-thread-1-processing-n:127.0.0.1:63877_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 3892215 INFO  (searcherExecutor-16194-thread-1-processing-n:127.0.0.1:63877_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [timeConfig_shard1_replica_n1] Registered new searcher Searcher@79830a27[timeConfig_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3892249 INFO  (qtp1637874263-37124) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler I already have the expected version 0 of config
   [junit4]   2> 3892249 INFO  (qtp1637874263-37124) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler isStale false , resourceloader org.apache.solr.cloud.ZkSolrResourceLoader
   [junit4]   2> 3892249 INFO  (qtp1637874263-37124) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3892250 INFO  (qtp1637874263-37123) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Took 431.0ms to set the property overlay to be of version 0 for collection timeConfig
   [junit4]   2> 3892250 INFO  (qtp1637874263-37123) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [timeConfig_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@265f7c8f
   [junit4]   2> 3892250 INFO  (qtp1637874263-37123) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.timeConfig.shard1.replica_n1, tag=643792015
   [junit4]   2> 3892250 INFO  (qtp1637874263-37123) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@93734b7: rootName = solr_63877, domain = solr.core.timeConfig.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.timeConfig.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@642ad392
   [junit4]   2> 3892257 INFO  (qtp1637874263-37123) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.timeConfig.shard1.leader, tag=643792015
   [junit4]   2> 3892258 INFO  (qtp1020007657-37114) [n:127.0.0.1:63876_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3892259 INFO  (qtp1020007657-37114) [n:127.0.0.1:63876_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 3892264 INFO  (qtp1637874263-37124) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.ZkController Persisted config data to node /configs/timeConfig/params.json 
   [junit4]   2> 3892265 INFO  (qtp1637874263-37124) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the property params to be of version 1 for collection timeConfig
   [junit4]   2> 3892266 INFO  (Thread-7350) [n:127.0.0.1:63877_solr    ] o.a.s.c.SolrCore config update listener called for core timeConfig_shard1_replica_n1
   [junit4]   2> 3892266 INFO  (solrHandlerExecutor-16198-thread-1-processing-n:127.0.0.1:63877_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 3892267 INFO  (Thread-7350) [n:127.0.0.1:63877_solr    ] o.a.s.c.RequestParams conf resource params.json loaded . version : 1 
   [junit4]   2> 3892267 INFO  (Thread-7350) [n:127.0.0.1:63877_solr    ] o.a.s.c.RequestParams request params refreshed to version 1
   [junit4]   2> 3892374 INFO  (qtp1637874263-37123) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler I already have the expected version 1 of params
   [junit4]   2> 3892375 INFO  (qtp1637874263-37123) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler isStale false , resourceloader org.apache.solr.cloud.ZkSolrResourceLoader
   [junit4]   2> 3892375 INFO  (qtp1637874263-37123) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={params=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3892375 INFO  (qtp1637874263-37124) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Took 110.0ms to set the property params to be of version 1 for collection timeConfig
   [junit4]   2> 3892375 INFO  (qtp1637874263-37124) [n:127.0.0.1:63877_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config/params params={wt=javabin&version=2} status=0 QTime=112
   [junit4]   2> 3892376 INFO  (qtp1020007657-37122) [n:127.0.0.1:63876_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3892379 INFO  (qtp1020007657-37122) [n:127.0.0.1:63876_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 3892379 INFO  (qtp1020007657-37119) [n:127.0.0.1:63876_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3892381 INFO  (qtp1020007657-37119) [n:127.0.0.1:63876_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 3892382 INFO  (qtp1020007657-37109) [n:127.0.0.1:63876_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=timeConfig&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3892385 INFO  (OverseerCollectionConfigSetProcessor-99324002452701189-127.0.0.1:63876_solr-n_0000000000) [n:127.0.0.1:63876_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 3892385 INFO  (OverseerThreadFactory-16183-thread-2-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 3892387 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.timeConfig.shard1.replica_n1, tag=null
   [junit4]   2> 3892387 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@731a14b8: rootName = solr_63877, domain = solr.core.timeConfig.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.timeConfig.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@642ad392
   [junit4]   2> 3892398 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr    ] o.a.s.c.SolrCore [timeConfig_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@798242e4
   [junit4]   2> 3892398 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.timeConfig.shard1.replica_n1, tag=2038579940
   [junit4]   2> 3892398 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.timeConfig.shard1.leader, tag=2038579940
   [junit4]   2> 3892405 INFO  (qtp1637874263-37120) [n:127.0.0.1:63877_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=timeConfig_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=19
   [junit4]   2> 3893135 INFO  (qtp1020007657-37109) [n:127.0.0.1:63876_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=timeConfig&action=DELETE&wt=javabin&version=2} status=0 QTime=752
   [junit4]   2> 3893135 INFO  (qtp1020007657-37112) [n:127.0.0.1:63876_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3893136 INFO  (qtp1020007657-37112) [n:127.0.0.1:63876_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3893137 INFO  (qtp1020007657-37113) [n:127.0.0.1:63876_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3893138 INFO  (qtp1020007657-37113) [n:127.0.0.1:63876_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3893138 INFO  (qtp1020007657-37114) [n:127.0.0.1:63876_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&property.timePartitionAliasName=myalias&collection.configName=timeConfig&maxShardsPerNode=2&name=myalias_2017-10-23&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3893141 INFO  (OverseerThreadFactory-16183-thread-3-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.CreateCollectionCmd Create collection myalias_2017-10-23
   [junit4]   2> 3893142 INFO  (OverseerCollectionConfigSetProcessor-99324002452701189-127.0.0.1:63876_solr-n_0000000000) [n:127.0.0.1:63876_solr    ] 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> 3893361 INFO  (OverseerStateUpdate-99324002452701189-127.0.0.1:63876_solr-n_0000000000) [n:127.0.0.1:63876_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"myalias_2017-10-23",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"myalias_2017-10-23_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:63877/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3893386 INFO  (OverseerStateUpdate-99324002452701189-127.0.0.1:63876_solr-n_0000000000) [n:127.0.0.1:63876_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"myalias_2017-10-23",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"myalias_2017-10-23_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:63876/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3893389 INFO  (OverseerStateUpdate-99324002452701189-127.0.0.1:63876_solr-n_0000000000) [n:127.0.0.1:63876_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"myalias_2017-10-23",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"myalias_2017-10-23_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:63877/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3893396 INFO  (OverseerStateUpdate-99324002452701189-127.0.0.1:63876_solr-n_0000000000) [n:127.0.0.1:63876_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"myalias_2017-10-23",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"myalias_2017-10-23_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:63876/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3893615 INFO  (qtp1637874263-37118) [n:127.0.0.1:63877_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=timeConfig&newCollection=true&collection=myalias_2017-10-23&version=2&replicaType=NRT&coreNodeName=core_node3&property.timePartitionAliasName=myalias&name=myalias_2017-10-23_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 3893619 INFO  (qtp1020007657-37119) [n:127.0.0.1:63876_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=timeConfig&newCollection=true&collection=myalias_2017-10-23&version=2&replicaType=NRT&coreNodeName=core_node5&property.timePartitionAliasName=myalias&name=myalias_2017-10-23_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 3893619 INFO  (qtp1637874263-37111) [n:127.0.0.1:63877_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=timeConfig&newCollection=true&collection=myalias_2017-10-23&version=2&replicaType=NRT&coreNodeName=core_node7&property.timePartitionAliasName=myalias&name=myalias_2017-10-23_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 3893619 INFO  (qtp1020007657-37119) [n:127.0.0.1:63876_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3893620 INFO  (qtp1020007657-37122) [n:127.0.0.1:63876_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=timeConfig&newCollection=true&collection=myalias_2017-10-23&version=2&replicaType=NRT&coreNodeName=core_node8&property.timePartitionAliasName=myalias&name=myalias_2017-10-23_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 3893735 INFO  (zkCallback-8501-thread-2-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/myalias_2017-10-23/state.json] for collection [myalias_2017-10-23] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3893736 INFO  (zkCallback-8502-thread-1-processing-n:127.0.0.1:63877_solr) [n:127.0.0.1:63877_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/myalias_2017-10-23/state.json] for collection [myalias_2017-10-23] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3893736 INFO  (zkCallback-8501-thread-3-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/myalias_2017-10-23/state.json] for collection [myalias_2017-10-23] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3893735 INFO  (zkCallback-8502-thread-2-processing-n:127.0.0.1:63877_solr) [n:127.0.0.1:63877_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/myalias_2017-10-23/state.json] for collection [myalias_2017-10-23] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3893736 INFO  (zkCallback-8502-thread-3-processing-n:127.0.0.1:63877_solr) [n:127.0.0.1:63877_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/myalias_2017-10-23/state.json] for collection [myalias_2017-10-23] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3893735 INFO  (zkCallback-8501-thread-1-processing-n:127.0.0.1:63876_solr) [n:127.0.0.1:63876_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/myalias_2017-10-23/state.json] for collection [myalias_2017-10-23] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3894640 INFO  (qtp1637874263-37111) [n:127.0.0.1:63877_solr c:myalias_2017-10-23 s:shard2 r:core_node7 x:myalias_2017-10-23_shard2_replica_n4] o.a.s.c.RequestParams conf resource params.json loaded . version : 1 
   [junit4]   2> 3894640 INFO  (qtp1637874263-37111) [n:127.0.0.1:63877_solr c:myalias_2017-10-23 s:shard2 r:core_node7 x:myalias_2017-10-23_shard2_replica_n4] o.a.s.c.RequestParams request params refreshed to version 1
   [junit4]   2> 3894640 INFO  (qtp1020007657-37119) [n:127.0.0.1:63876_solr c:myalias_2017-10-23 s:shard1 r:core_node5 x:myalias_2017-10-23_shard1_replica_n2] o.a.s.c.RequestParams conf resource params.json loaded . version : 1 
   [junit4]   2> 3894641 INFO  (qtp1020007657-37119) [n:127.0.0.1:63876_solr c:myalias_2017-10-23 s:shard1 r:core_node5 x:myalias_2017-10-23_shard1_replica_n2] o.a.s.c.RequestParams request params refreshed to version 1
   [junit4]   2> 3894641 WARN  (qtp1637874263-37111) [n:127.0.0.1:63877_solr c:myalias_2017-10-23 s:shard2 r:core_node7 x:myalias_2017-10-23_shard2_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/myalias_2017-10-23_shard2_replica_n4/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/myalias_2017-10-23_shard2_replica_n4/../../../../contrib/extraction/lib
   [junit4]   2> 3894641 WARN  (qtp1637874263-37111) [n:127.0.0.1:63877_solr c:myalias_2017-10-23 s:shard2 r:core_node7 x:myalias_2017-10-23_shard2_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/myalias_2017-10-23_shard2_replica_n4/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node1/myalias_2017-10-23_shard2_replica_n4/../../../../dist
   [junit4]   2> 3894641 WARN  (qtp1020007657-37119) [n:127.0.0.1:63876_solr c:myalias_2017-10-23 s:shard1 r:core_node5 x:myalias_2017-10-23_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node2/myalias_2017-10-23_shard1_replica_n2/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D28104AB87FC3CBE-001/tempDir-001/node2/myalias_2017-10-23_shard1_replica_n2/../../../../contrib/extraction/lib
   [junit4]   2> 3894641 WARN  (qtp1637874263-3

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

rmance, ConfigSetsAPITest, SharedFSAutoReplicaFailoverTest, TestConfigSets, TestSystemCollAutoCreate, TestPointFields, CollectionReloadTest, TestTriggerIntegration, TestEmbeddedSolrServerAdminHandler, TestSolrXml, TestCloudPseudoReturnFields, TestDefaultStatsCache, AddSchemaFieldsUpdateProcessorFactoryTest, CSVRequestHandlerTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, ZkStateReaderTest, RulesTest, DirectSolrConnectionTest, TestSimpleTextCodec, SuggesterTest, TestChildDocTransformer, TestDFRSimilarityFactory, TestSolrConfigHandlerCloud, TestConfigSetImmutable, OverriddenZkACLAndCredentialsProvidersTest, TestExceedMaxTermLength, BadIndexSchemaTest, AlternateDirectoryTest, CollectionsAPISolrJTest, TestSolrCoreSnapshots, PathHierarchyTokenizerFactoryTest, ConjunctionSolrSpellCheckerTest, TestImplicitCoreProperties, ZkControllerTest, OverseerStatusTest, CursorPagingTest, TestRawResponseWriter, TestNumericRangeQuery64, DirectUpdateHandlerOptimizeTest, CleanupOldIndexTest, RAMDirectoryFactoryTest, TestCopyFieldCollectionResource, AutoAddReplicasIntegrationTest, RollingRestartTest, TestRangeQuery, TestLocalFSCloudBackupRestore, HdfsCollectionsAPIDistributedZkTest, TestSweetSpotSimilarityFactory, AnalysisErrorHandlingTest, MultiTermTest, TestConfigSetsAPI, TestInPlaceUpdatesDistrib, PrimitiveFieldTypeTest, BasicAuthStandaloneTest, TestSurroundQueryParser, URLClassifyProcessorTest, TestSizeLimitedDistributedMap, CollectionTooManyReplicasTest, ClassificationUpdateProcessorIntegrationTest, TestFieldCacheReopen, BlockJoinFacetDistribTest, XsltUpdateRequestHandlerTest, DeleteNodeTest, TestBinaryField, DistanceFunctionTest, NodeAddedTriggerTest, TestXIncludeConfig, SignatureUpdateProcessorFactoryTest, DeleteInactiveReplicaTest, TestFilteredDocIdSet, TestIBSimilarityFactory, DisMaxRequestHandlerTest, TestSolrCoreProperties, UUIDFieldTest, DateMathParserTest, DistributedFacetExistsSmallTest, TestPrepRecovery, SimpleMLTQParserTest, TestPHPSerializedResponseWriter, TestPolicyCloud, UnloadDistributedZkTest, TestSlowCompositeReaderWrapper, WordBreakSolrSpellCheckerTest, HdfsChaosMonkeyNothingIsSafeTest, TestSolrCLIRunExample, RankQueryTest, InfixSuggestersTest, HdfsDirectoryFactoryTest, LeaderInitiatedRecoveryOnShardRestartTest, CoreMergeIndexesAdminHandlerTest, TestJmxIntegration, TestPhraseSuggestions, BitVectorTest, TestQuerySenderNoQuery, TestConfigReload, TestLFUCache, WrapperMergePolicyFactoryTest, TestDelegationWithHadoopAuth, DistributedFacetPivotSmallTest, TestLegacyField, ResourceLoaderTest, TestStressInPlaceUpdates, TestReversedWildcardFilterFactory, SpellCheckCollatorTest, ClusterStateUpdateTest, TestFieldCacheSortRandom, HighlighterConfigTest, ChaosMonkeyNothingIsSafeTest, BigEndianAscendingWordDeserializerTest, DirectoryFactoryTest, TestFieldResource, CdcrRequestHandlerTest, MetricsHandlerTest, ResponseLogComponentTest, ImplicitSnitchTest, RequestHandlersTest, TestRecoveryHdfs, TestGenericDistributedQueue, DistributedVersionInfoTest, PeerSyncReplicationTest, MinimalSchemaTest, RegexBoostProcessorTest, TestReplicationHandler, TestUseDocValuesAsStored2, BasicDistributedZkTest, ReplicationFactorTest, TestCloudDeleteByQuery, HdfsRecoverLeaseTest, TestSolrCloudWithSecureImpersonation, TestHdfsCloudBackupRestore, SolrIndexMetricsTest, DateFieldTest, CoreAdminCreateDiscoverTest, TestRealTimeGet, TestCloudJSONFacetJoinDomain, TestUninvertingReader, PreAnalyzedUpdateProcessorTest, TestGeoJSONResponseWriter, BlockJoinFacetSimpleTest, SpellCheckComponentTest, SolrJmxReporterTest, BinaryUpdateRequestHandlerTest, HttpTriggerListenerTest, TestScoreJoinQPNoScore, HighlighterMaxOffsetTest, TestSchemaVersionResource, TestUniqueKeyFieldResource, FieldAnalysisRequestHandlerTest, TestRuleBasedAuthorizationPlugin, TestSortByMinMaxFunction, UUIDUpdateProcessorFallbackTest, SolrXmlInZkTest, HdfsThreadLeakTest, DistributedQueryElevationComponentTest, TestHighFrequencyDictionaryFactory, TestMinMaxOnMultiValuedField, TestCustomDocTransformer, RequiredFieldsTest, TestPerFieldSimilarityWithDefaultOverride, TestInitParams, AtomicUpdatesTest, TestJsonFacetRefinement, TestCollectionAPIs, TestBulkSchemaConcurrent, HttpSolrCallGetCoreTest, TestCursorMarkWithoutUniqueKey, TestHttpShardHandlerFactory, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, ShardRoutingTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, TestRandomFaceting, LeaderElectionTest, ZkSolrClientTest, TestZkChroot, TestRandomDVFaceting, ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, TestDistributedGrouping, TestFaceting, TestRecovery, TestHashPartitioner, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestJoin, TestReload, DistributedTermsComponentTest, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, StatsComponentTest, TestGroupingSearch, SolrCmdDistributorTest, PeerSyncTest, ConvertedLegacyTest, TestFiltering, TestFunctionQuery, TestLazyCores, DirectUpdateHandlerTest, TestBadConfig, HighlighterTest, ShowFileRequestHandlerTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, CoreAdminHandlerTest, SolrRequestParserTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTSTTest, TestStressLucene, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, TestPseudoReturnFields, TestUpdate, TestAtomicUpdateErrorCases, QueryEqualityTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestRemoteStreaming, TestSolrDeletionPolicy1, SolrInfoBeanTest, DebugComponentTest, IndexBasedSpellCheckerTest, TestWriterPerf, TestQueryTypes, FileBasedSpellCheckerTest, TermsComponentTest, XmlUpdateRequestHandlerTest, TestSolrQueryParser, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, IndexSchemaTest, TestCollationField, ReturnFieldsTest, QueryParsingTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, TestComponentsName, TestQuerySenderListener, UpdateParamsTest, CopyFieldTest, SolrIndexConfigTest, BadComponentTest, TestStressRecovery, TestSolrDeletionPolicy2, SampleTest, TestSearchPerf, NumericFieldsTest, TestConfig, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestFastWriter, TimeZoneUtilsTest, TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, PreAnalyzedFieldTest, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, ClusterStateTest, TestSolrJ, TestUtils, TestDocumentBuilder, SliceStateTest, FileUtilsTest, CircularListTest, DistributedMLTComponentTest, TestRTGBase, SolrTestCaseJ4Test, TestCrossCoreJoin, TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, TestTolerantSearch, TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, ConnectionReuseTest, AliasIntegrationTest, AssignBackwardCompatibilityTest, AssignTest, AsyncCallRequestStatusResponseTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, ChaosMonkeySafeLeaderWithPullReplicasTest, ConnectionManagerTest, CreateCollectionCleanupTest, DeleteReplicaTest, DeleteShardTest, DeleteStatusTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, DistribJoinFromCollectionTest, DocValuesNotIndexedTest, ForceLeaderTest, LeaderElectionContextKeyTest, LeaderFailureAfterFreshStartTest, LeaderInitiatedRecoveryOnCommitTest, MigrateRouteKeyTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest, OverseerRolesTest, RecoveryAfterSoftCommitTest, SaslZkACLProviderTest, ShardSplitTest, TestPullReplicaErrorHandling, TestRebalanceLeaders, TestRequestStatusCollectionAPI, TestShortCircuitedRequests, TestSolrCloudWithDelegationTokens, TestStressCloudBlindAtomicUpdates, TestTolerantUpdateProcessorRandomCloud, TestUtilizeNode, TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, AutoScalingHandlerTest, ExecutePlanActionTest, MetricTriggerTest, TriggerIntegrationTest, TestNRTOpen, TestReloadAndDeleteDocs, TestShardHandlerFactory, TestSolrCloudSnapshots, TestSQLHandlerNonCloud, TestSolrConfigHandlerConcurrent, V2StandaloneTest, CoreAdminRequestStatusTest, PropertiesRequestHandlerTest, SecurityConfHandlerTest, SegmentsInfoRequestHandlerTest, TestConfigsApi, TestCoreAdminApis, DistributedDebugComponentTest, DistributedFacetPivotLargeTest, DistributedFacetPivotWhiteBoxTest, DistributedQueryComponentOptimizationTest, ReplicaListTransformerTest, ShufflingReplicaListTransformerTest, SpatialHeatmapFacetsTest, TestExpandComponent, TestTrackingShardHandlerFactory, CheckHdfsIndexTest, TestLegacyNumericUtils, TestMultiValuedNumericRangeQuery, TestNumericRangeQuery32, TestNumericTokenStream, MetricsConfigTest, SolrMetricManagerTest, SolrMetricReporterTest, SolrGangliaReporterTest, SolrSlf4jReporterTest, TestIntervalFaceting, TestStreamBody, TestMacroExpander, TestMacros, TestJavabinTupleStreamParser, TestPushWriter, TestRetrieveFieldsOptimizer, TestSubQueryTransformer, TestSubQueryTransformerCrossCore, TestManagedResource, TestManagedResourceStorage, TestBulkSchemaAPI, TestManagedSynonymFilterFactory, EnumFieldTest, SpatialRPTFieldTypeTest, TestCloudSchemaless, TestSolrCoreParser, TestTrieFacet, BJQParserTest, TestCloudNestedDocsSort, TestClassicSimilarityFactory, TestDFISimilarityFactory, TestExactSharedStatsCache, TestAuthorizationFramework, TestLegacyFieldCache, PeerSyncWithIndexFingerprintCachingTest, UpdateLogTest, ClassificationUpdateProcessorTest, CloneFieldUpdateProcessorFactoryTest, DocExpirationUpdateProcessorFactoryTest, TemplateUpdateProcessorTest, TimeRoutedAliasUpdateProcessorTest]
   [junit4] Completed [766/766 (1!)] on J0 in 20.97s, 2 tests, 1 error <<< FAILURES!

[...truncated 40835 lines...]

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk-9) - Build # 390 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/390/
Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseParallelGC

9 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([D84B434FCC81BDBB:501F7C95627DD043]: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:913)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:612)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:152)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.client.solrj.request.SchemaTest.copyFieldsShouldFailWhenOneOfTheFieldsDoesntExistInTheSchema

Error Message:
Error from server at http://127.0.0.1:56218/solr/collection1: error processing commands

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:56218/solr/collection1: error processing commands
	at __randomizedtesting.SeedInfo.seed([EB3ABB9883346397:C4FE9C38B73C1BFD]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:830)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.request.SchemaTest.copyFieldsShouldFailWhenOneOfTheFieldsDoesntExistInTheSchema(SchemaTest.java:806)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.client.solrj.request.SchemaTest.addFieldShouldntBeCalledTwiceWithTheSameName

Error Message:
Error from server at http://127.0.0.1:56222/solr/collection1: error processing commands

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:56222/solr/collection1: error processing commands
	at __randomizedtesting.SeedInfo.seed([EB3ABB9883346397:3A49D3C2378C833B]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:830)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.request.SchemaTest.addFieldShouldntBeCalledTwiceWithTheSameName(SchemaTest.java:293)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.client.solrj.request.SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail

Error Message:
Error from server at http://127.0.0.1:56241/solr/collection1: error processing commands

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:56241/solr/collection1: error processing commands
	at __randomizedtesting.SeedInfo.seed([EB3ABB9883346397:D2D5C2AF4954318D]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:830)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.request.SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail(SchemaTest.java:332)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.client.solrj.request.SchemaTest.deletingADynamicFieldThatDoesntExistInTheSchemaShouldFail

Error Message:
Error from server at http://127.0.0.1:56259/solr/collection1: error processing commands

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:56259/solr/collection1: error processing commands
	at __randomizedtesting.SeedInfo.seed([EB3ABB9883346397:6FC9B87B48EF1758]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:830)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.request.SchemaTest.deletingADynamicFieldThatDoesntExistInTheSchemaShouldFail(SchemaTest.java:458)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.client.solrj.request.SchemaTest.deletingAFieldTypeThatDoesntExistInTheSchemaShouldFail

Error Message:
Error from server at http://127.0.0.1:56276/solr/collection1: error processing commands

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:56276/solr/collection1: error processing commands
	at __randomizedtesting.SeedInfo.seed([EB3ABB9883346397:900C8A42CA2E4F42]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:830)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.request.SchemaTest.deletingAFieldTypeThatDoesntExistInTheSchemaShouldFail(SchemaTest.java:694)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.client.solrj.request.SchemaTest.deleteCopyFieldShouldFailWhenOneOfTheFieldsDoesntExistInTheSchema

Error Message:
Error from server at http://127.0.0.1:56287/solr/collection1: error processing commands

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:56287/solr/collection1: error processing commands
	at __randomizedtesting.SeedInfo.seed([EB3ABB9883346397:2EA7B66EF42B83E9]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:830)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.request.SchemaTest.deleteCopyFieldShouldFailWhenOneOfTheFieldsDoesntExistInTheSchema(SchemaTest.java:841)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.client.solrj.request.SchemaTest.addDynamicFieldShouldntBeCalledTwiceWithTheSameName

Error Message:
Error from server at http://127.0.0.1:56310/solr/collection1: error processing commands

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:56310/solr/collection1: error processing commands
	at __randomizedtesting.SeedInfo.seed([EB3ABB9883346397:A1CAF4BE5B25D68A]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:830)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.request.SchemaTest.addDynamicFieldShouldntBeCalledTwiceWithTheSameName(SchemaTest.java:417)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.client.solrj.request.SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName

Error Message:
Error from server at http://127.0.0.1:56312/solr/collection1: error processing commands

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:56312/solr/collection1: error processing commands
	at __randomizedtesting.SeedInfo.seed([EB3ABB9883346397:2EDB49887D49713F]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:830)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.request.SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName(SchemaTest.java:649)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12896 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> 1813423 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=1499343282
   [junit4]   2> 1813423 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=1473613041
   [junit4]   2> 1813423 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=923563491
   [junit4]   2> 1813424 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=346517438
   [junit4]   2> 1813424 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=1008523041
   [junit4]   2> 1813424 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=1205167703
   [junit4]   2> 1813424 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=321036323
   [junit4]   2> 1813424 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=1012393830
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D84B434FCC81BDBB-001/init-core-data-001
   [junit4]   2> 1813426 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[D84B434FCC81BDBB]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1813427 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[D84B434FCC81BDBB]-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> 1813427 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[D84B434FCC81BDBB]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1813427 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[D84B434FCC81BDBB]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /cuvw/ow
   [junit4]   2> 1813428 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1813428 INFO  (Thread-3986) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1813428 INFO  (Thread-3986) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1813430 ERROR (Thread-3986) [    ] 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> 1813536 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.ZkTestServer start zk server on port:50206
   [junit4]   2> 1813574 INFO  (zkConnectionManagerCallback-5093-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1813581 INFO  (zkConnectionManagerCallback-5095-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1813596 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1813600 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1813604 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1813606 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1813608 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1813610 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1813613 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1813615 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1813617 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1813619 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1813621 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1813624 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1813938 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1813940 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5da0cfda{/cuvw/ow,null,AVAILABLE}
   [junit4]   2> 1813940 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@533758cb{HTTP/1.1,[http/1.1]}{127.0.0.1:50209}
   [junit4]   2> 1813940 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.e.j.s.Server Started @1817194ms
   [junit4]   2> 1813940 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/cuvw/ow, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D84B434FCC81BDBB-001/tempDir-001/control/data, hostPort=50209, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D84B434FCC81BDBB-001/control-001/cores, replicaType=NRT}
   [junit4]   2> 1813940 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1813941 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1813941 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1813941 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1813941 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-09T17:13:00.913153Z
   [junit4]   2> 1813942 INFO  (zkConnectionManagerCallback-5097-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1813943 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1813943 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D84B434FCC81BDBB-001/control-001/solr.xml
   [junit4]   2> 1813945 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1813945 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1813946 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@45ceb74e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1813948 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50206/solr
   [junit4]   2> 1813949 INFO  (zkConnectionManagerCallback-5101-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1813952 INFO  (zkConnectionManagerCallback-5103-thread-1-processing-n:127.0.0.1:50209_cuvw%2Fow) [n:127.0.0.1:50209_cuvw%2Fow    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1814071 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [n:127.0.0.1:50209_cuvw%2Fow    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1814072 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [n:127.0.0.1:50209_cuvw%2Fow    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:50209_cuvw%2Fow
   [junit4]   2> 1814073 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [n:127.0.0.1:50209_cuvw%2Fow    ] o.a.s.c.Overseer Overseer (id=99320986363625476-127.0.0.1:50209_cuvw%2Fow-n_0000000000) starting
   [junit4]   2> 1814083 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [n:127.0.0.1:50209_cuvw%2Fow    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50209_cuvw%2Fow
   [junit4]   2> 1814084 INFO  (OverseerStateUpdate-99320986363625476-127.0.0.1:50209_cuvw%2Fow-n_0000000000) [n:127.0.0.1:50209_cuvw%2Fow    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1814135 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [n:127.0.0.1:50209_cuvw%2Fow    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@45ceb74e
   [junit4]   2> 1814143 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [n:127.0.0.1:50209_cuvw%2Fow    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@45ceb74e
   [junit4]   2> 1814143 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [n:127.0.0.1:50209_cuvw%2Fow    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@45ceb74e
   [junit4]   2> 1814144 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [n:127.0.0.1:50209_cuvw%2Fow    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D84B434FCC81BDBB-001/control-001/cores
   [junit4]   2> 1814157 INFO  (zkConnectionManagerCallback-5109-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1814159 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1814160 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50206/solr ready
   [junit4]   2> 1814161 INFO  (qtp2127340067-20225) [n:127.0.0.1:50209_cuvw%2Fow    ] 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:50209_cuvw%252Fow&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1814163 INFO  (OverseerThreadFactory-8647-thread-1-processing-n:127.0.0.1:50209_cuvw%2Fow) [n:127.0.0.1:50209_cuvw%2Fow    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1814286 INFO  (qtp2127340067-20227) [n:127.0.0.1:50209_cuvw%2Fow    ] 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> 1814287 INFO  (qtp2127340067-20227) [n:127.0.0.1:50209_cuvw%2Fow    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1814399 INFO  (zkCallback-5102-thread-1-processing-n:127.0.0.1:50209_cuvw%2Fow) [n:127.0.0.1:50209_cuvw%2Fow    ] 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> 1815311 INFO  (qtp2127340067-20227) [n:127.0.0.1:50209_cuvw%2Fow c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1815322 INFO  (qtp2127340067-20227) [n:127.0.0.1:50209_cuvw%2Fow 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> 1815376 INFO  (qtp2127340067-20227) [n:127.0.0.1:50209_cuvw%2Fow 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> 1815394 INFO  (qtp2127340067-20227) [n:127.0.0.1:50209_cuvw%2Fow 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> 1815395 INFO  (qtp2127340067-20227) [n:127.0.0.1:50209_cuvw%2Fow 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@45ceb74e
   [junit4]   2> 1815395 INFO  (qtp2127340067-20227) [n:127.0.0.1:50209_cuvw%2Fow c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1815395 INFO  (qtp2127340067-20227) [n:127.0.0.1:50209_cuvw%2Fow 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-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D84B434FCC81BDBB-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D84B434FCC81BDBB-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1815396 INFO  (qtp2127340067-20227) [n:127.0.0.1:50209_cuvw%2Fow c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=29.67578125, floorSegmentMB=1.921875, forceMergeDeletesPctAllowed=7.588484189980816, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1815398 WARN  (qtp2127340067-20227) [n:127.0.0.1:50209_cuvw%2Fow 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> 1815427 INFO  (qtp2127340067-20227) [n:127.0.0.1:50209_cuvw%2Fow 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> 1815427 INFO  (qtp2127340067-20227) [n:127.0.0.1:50209_cuvw%2Fow 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> 1815428 INFO  (qtp2127340067-20227) [n:127.0.0.1:50209_cuvw%2Fow c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1815428 INFO  (qtp2127340067-20227) [n:127.0.0.1:50209_cuvw%2Fow c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1815429 INFO  (qtp2127340067-20227) [n:127.0.0.1:50209_cuvw%2Fow c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6258483312993698]
   [junit4]   2> 1815429 INFO  (qtp2127340067-20227) [n:127.0.0.1:50209_cuvw%2Fow c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@613d653c[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1815430 INFO  (qtp2127340067-20227) [n:127.0.0.1:50209_cuvw%2Fow c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1815431 INFO  (qtp2127340067-20227) [n:127.0.0.1:50209_cuvw%2Fow 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> 1815431 INFO  (qtp2127340067-20227) [n:127.0.0.1:50209_cuvw%2Fow c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1815431 INFO  (qtp2127340067-20227) [n:127.0.0.1:50209_cuvw%2Fow 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 1589135783916208128
   [junit4]   2> 1815432 INFO  (searcherExecutor-8650-thread-1-processing-n:127.0.0.1:50209_cuvw%2Fow x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:50209_cuvw%2Fow 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@613d653c[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1815437 INFO  (qtp2127340067-20227) [n:127.0.0.1:50209_cuvw%2Fow c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1815437 INFO  (qtp2127340067-20227) [n:127.0.0.1:50209_cuvw%2Fow 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> 1815437 INFO  (qtp2127340067-20227) [n:127.0.0.1:50209_cuvw%2Fow c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:50209/cuvw/ow/control_collection_shard1_replica_n1/
   [junit4]   2> 1815437 INFO  (qtp2127340067-20227) [n:127.0.0.1:50209_cuvw%2Fow 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> 1815437 INFO  (qtp2127340067-20227) [n:127.0.0.1:50209_cuvw%2Fow c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:50209/cuvw/ow/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1815437 INFO  (qtp2127340067-20227) [n:127.0.0.1:50209_cuvw%2Fow 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> 1815442 INFO  (qtp2127340067-20227) [n:127.0.0.1:50209_cuvw%2Fow 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:50209/cuvw/ow/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1815555 INFO  (zkCallback-5102-thread-2-processing-n:127.0.0.1:50209_cuvw%2Fow) [n:127.0.0.1:50209_cuvw%2Fow    ] 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> 1815613 INFO  (qtp2127340067-20227) [n:127.0.0.1:50209_cuvw%2Fow 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> 1815617 INFO  (qtp2127340067-20227) [n:127.0.0.1:50209_cuvw%2Fow 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=1330
   [junit4]   2> 1815624 INFO  (qtp2127340067-20225) [n:127.0.0.1:50209_cuvw%2Fow    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1815729 INFO  (zkCallback-5102-thread-2-processing-n:127.0.0.1:50209_cuvw%2Fow) [n:127.0.0.1:50209_cuvw%2Fow    ] 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> 1816167 INFO  (OverseerCollectionConfigSetProcessor-99320986363625476-127.0.0.1:50209_cuvw%2Fow-n_0000000000) [n:127.0.0.1:50209_cuvw%2Fow    ] 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> 1816627 INFO  (qtp2127340067-20225) [n:127.0.0.1:50209_cuvw%2Fow    ] 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:50209_cuvw%252Fow&wt=javabin&version=2} status=0 QTime=2465
   [junit4]   2> 1816635 INFO  (zkConnectionManagerCallback-5113-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1816638 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1816641 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50206/solr ready
   [junit4]   2> 1816642 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1816643 INFO  (qtp2127340067-20228) [n:127.0.0.1:50209_cuvw%2Fow    ] 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> 1816649 INFO  (OverseerThreadFactory-8647-thread-2-processing-n:127.0.0.1:50209_cuvw%2Fow) [n:127.0.0.1:50209_cuvw%2Fow    ] o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1816651 WARN  (OverseerThreadFactory-8647-thread-2-processing-n:127.0.0.1:50209_cuvw%2Fow) [n:127.0.0.1:50209_cuvw%2Fow    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1816877 INFO  (qtp2127340067-20228) [n:127.0.0.1:50209_cuvw%2Fow    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1816878 INFO  (qtp2127340067-20228) [n:127.0.0.1:50209_cuvw%2Fow    ] 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=235
   [junit4]   2> 1817090 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D84B434FCC81BDBB-001/shard-1-001 of type NRT
   [junit4]   2> 1817090 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1817092 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4525e96c{/cuvw/ow,null,AVAILABLE}
   [junit4]   2> 1817092 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4b7e4554{HTTP/1.1,[http/1.1]}{127.0.0.1:50218}
   [junit4]   2> 1817092 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.e.j.s.Server Started @1820346ms
   [junit4]   2> 1817092 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/cuvw/ow, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D84B434FCC81BDBB-001/tempDir-001/jetty1, hostPort=50218, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D84B434FCC81BDBB-001/shard-1-001/cores}
   [junit4]   2> 1817092 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1817092 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1817093 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1817093 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1817093 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-09T17:13:04.065098Z
   [junit4]   2> 1817094 INFO  (zkConnectionManagerCallback-5115-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1817095 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1817095 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D84B434FCC81BDBB-001/shard-1-001/solr.xml
   [junit4]   2> 1817097 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1817097 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1817098 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@45ceb74e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1817100 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50206/solr
   [junit4]   2> 1817101 INFO  (zkConnectionManagerCallback-5119-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1817103 INFO  (zkConnectionManagerCallback-5121-thread-1-processing-n:127.0.0.1:50218_cuvw%2Fow) [n:127.0.0.1:50218_cuvw%2Fow    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1817113 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [n:127.0.0.1:50218_cuvw%2Fow    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1817117 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [n:127.0.0.1:50218_cuvw%2Fow    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1817119 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [n:127.0.0.1:50218_cuvw%2Fow    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50218_cuvw%2Fow
   [junit4]   2> 1817121 INFO  (zkCallback-5102-thread-2-processing-n:127.0.0.1:50209_cuvw%2Fow) [n:127.0.0.1:50209_cuvw%2Fow    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1817121 INFO  (zkCallback-5120-thread-1-processing-n:127.0.0.1:50218_cuvw%2Fow) [n:127.0.0.1:50218_cuvw%2Fow    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1817121 INFO  (zkCallback-5112-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1817148 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [n:127.0.0.1:50218_cuvw%2Fow    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@45ceb74e
   [junit4]   2> 1817157 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [n:127.0.0.1:50218_cuvw%2Fow    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@45ceb74e
   [junit4]   2> 1817157 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [n:127.0.0.1:50218_cuvw%2Fow    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@45ceb74e
   [junit4]   2> 1817158 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [n:127.0.0.1:50218_cuvw%2Fow    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D84B434FCC81BDBB-001/shard-1-001/cores
   [junit4]   2> 1817177 INFO  (qtp2127340067-20230) [n:127.0.0.1:50209_cuvw%2Fow    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:50218_cuvw%252Fow&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1817180 INFO  (OverseerCollectionConfigSetProcessor-99320986363625476-127.0.0.1:50209_cuvw%2Fow-n_0000000000) [n:127.0.0.1:50209_cuvw%2Fow    ] 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> 1817181 INFO  (OverseerThreadFactory-8647-thread-3-processing-n:127.0.0.1:50209_cuvw%2Fow) [n:127.0.0.1:50209_cuvw%2Fow    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:50218_cuvw%2Fow for creating new replica
   [junit4]   2> 1817185 INFO  (qtp359194155-20273) [n:127.0.0.1:50218_cuvw%2Fow    ] 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> 1817185 INFO  (qtp359194155-20273) [n:127.0.0.1:50218_cuvw%2Fow    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1817293 INFO  (zkCallback-5120-thread-1-processing-n:127.0.0.1:50218_cuvw%2Fow) [n:127.0.0.1:50218_cuvw%2Fow    ] 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> 1818204 INFO  (qtp359194155-20273) [n:127.0.0.1:50218_cuvw%2Fow c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1818223 INFO  (qtp359194155-20273) [n:127.0.0.1:50218_cuvw%2Fow c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema [collection1_shard2_replica_n61] Schema name=test
   [junit4]   2> 1818274 INFO  (qtp359194155-20273) [n:127.0.0.1:50218_cuvw%2Fow 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> 1818293 INFO  (qtp359194155-20273) [n:127.0.0.1:50218_cuvw%2Fow 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> 1818294 INFO  (qtp359194155-20273) [n:127.0.0.1:50218_cuvw%2Fow 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@45ceb74e
   [junit4]   2> 1818294 INFO  (qtp359194155-20273) [n:127.0.0.1:50218_cuvw%2Fow c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1818294 INFO  (qtp359194155-20273) [n:127.0.0.1:50218_cuvw%2Fow 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-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D84B434FCC81BDBB-001/shard-1-001/cores/collection1_shard2_replica_n61], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D84B434FCC81BDBB-001/shard-1-001/cores/collection1_shard2_replica_n61/data/]
   [junit4]   2> 1818295 INFO  (qtp359194155-20273) [n:127.0.0.1:50218_cuvw%2Fow c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=29.67578125, floorSegmentMB=1.921875, forceMergeDeletesPctAllowed=7.588484189980816, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1818297 WARN  (qtp359194155-20273) [n:127.0.0.1:50218_cuvw%2Fow 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> 1818325 INFO  (qtp359194155-20273) [n:127.0.0.1:50218_cuvw%2Fow c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1818325 INFO  (qtp359194155-20273) [n:127.0.0.1:50218_cuvw%2Fow 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> 1818326 INFO  (qtp359194155-20273) [n:127.0.0.1:50218_cuvw%2Fow c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1818326 INFO  (qtp359194155-20273) [n:127.0.0.1:50218_cuvw%2Fow c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1818327 INFO  (qtp359194155-20273) [n:127.0.0.1:50218_cuvw%2Fow c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6258483312993698]
   [junit4]   2> 1818327 INFO  (qtp359194155-20273) [n:127.0.0.1:50218_cuvw%2Fow c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.SolrIndexSearcher Opening [Searcher@6ab13e28[collection1_shard2_replica_n61] main]
   [junit4]   2> 1818329 INFO  (qtp359194155-20273) [n:127.0.0.1:50218_cuvw%2Fow c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1818329 INFO  (qtp359194155-20273) [n:127.0.0.1:50218_cuvw%2Fow 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> 1818330 INFO  (qtp359194155-20273) [n:127.0.0.1:50218_cuvw%2Fow c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1818330 INFO  (qtp359194155-20273) [n:127.0.0.1:50218_cuvw%2Fow 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 1589135786956029952
   [junit4]   2> 1818330 INFO  (searcherExecutor-8661-thread-1-processing-n:127.0.0.1:50218_cuvw%2Fow x:collection1_shard2_replica_n61 s:shard2 c:collection1) [n:127.0.0.1:50218_cuvw%2Fow c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore [collection1_shard2_replica_n61] Registered new searcher Searcher@6ab13e28[collection1_shard2_replica_n61] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1818335 INFO  (qtp359194155-20273) [n:127.0.0.1:50218_cuvw%2Fow c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1818335 INFO  (qtp359194155-20273) [n:127.0.0.1:50218_cuvw%2Fow 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> 1818335 INFO  (qtp359194155-20273) [n:127.0.0.1:50218_cuvw%2Fow c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:50218/cuvw/ow/collection1_shard2_replica_n61/
   [junit4]   2> 1818335 INFO  (qtp359194155-20273) [n:127.0.0.1:50218_cuvw%2Fow c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1818335 INFO  (qtp359194155-20273) [n:127.0.0.1:50218_cuvw%2Fow c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy http://127.0.0.1:50218/cuvw/ow/collection1_shard2_replica_n61/ has no replicas
   [junit4]   2> 1818335 INFO  (qtp359194155-20273) [n:127.0.0.1:50218_cuvw%2Fow c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1818340 INFO  (qtp359194155-20273) [n:127.0.0.1:50218_cuvw%2Fow c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:50218/cuvw/ow/collection1_shard2_replica_n61/ shard2
   [junit4]   2> 1818452 INFO  (zkCallback-5120-thread-1-processing-n:127.0.0.1:50218_cuvw%2Fow) [n:127.0.0.1:50218_cuvw%2Fow    ] 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> 1818511 INFO  (qtp359194155-20273) [n:127.0.0.1:50218_cuvw%2Fow c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1818515 INFO  (qtp359194155-20273) [n:127.0.0.1:50218_cuvw%2Fow 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=1329
   [junit4]   2> 1818521 INFO  (qtp2127340067-20230) [n:127.0.0.1:50209_cuvw%2Fow    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:50218_cuvw%252Fow&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1344
   [junit4]   2> 1818618 INFO  (zkCallback-5120-thread-1-processing-n:127.0.0.1:50218_cuvw%2Fow) [n:127.0.0.1:50218_cuvw%2Fow    ] 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> 1818771 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D84B434FCC81BDBB-001/shard-2-001 of type NRT
   [junit4]   2> 1818771 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1818773 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D84B434FCC81BDBB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2297cb27{/cuvw/ow,null,AVAILABLE}

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

o.a.s.s.ManagedIndexSchema Field type 'failureInt' already exists.
   [junit4]   2> 46485 ERROR (qtp1869081517-1591) [    x:collection1] o.a.s.h.RequestHandlerBase org.apache.solr.api.ApiBag$ExceptionWithErrObject: error processing commands, errors: [{add-field-type={name=failureInt, class=solr.IntPointField, omitNorms=true, positionIncrementGap=0}, errorMessages=[Field type 'failureInt' already exists.
   [junit4]   2> ]}], 
   [junit4]   2> 	at org.apache.solr.handler.SchemaHandler.handleRequestBody(SchemaHandler.java:92)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2503)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:711)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:517)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 46485 INFO  (qtp1869081517-1591) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=javabin&version=2} status=400 QTime=0
   [junit4]   2> 46489 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[EB3ABB9883346397]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@21d5523f{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 46489 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[EB3ABB9883346397]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1257761083
   [junit4]   2> 46490 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[EB3ABB9883346397]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 46490 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[EB3ABB9883346397]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5fa3f66f: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@3f5f33bb
   [junit4]   2> 46512 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[EB3ABB9883346397]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 46512 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[EB3ABB9883346397]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@105f8506: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4c71687a
   [junit4]   2> 46516 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[EB3ABB9883346397]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 46516 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[EB3ABB9883346397]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5d40de9d: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@27f4f4bd
   [junit4]   2> 46517 INFO  (coreCloseExecutor-502-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@292a5a63
   [junit4]   2> 46517 INFO  (coreCloseExecutor-502-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=690641507
   [junit4]   2> 46517 INFO  (coreCloseExecutor-502-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4a0eba86: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@59109bed
   [junit4]   2> 46528 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[EB3ABB9883346397]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@536f0c1c{/solr,null,UNAVAILABLE}
   [junit4]   2> 46529 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[EB3ABB9883346397]) [    ] o.a.s.SolrTestCaseJ4 ###Ending addFieldTypeShouldntBeCalledTwiceWithTheSameName
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SchemaTest -Dtests.method=addFieldTypeShouldntBeCalledTwiceWithTheSameName -Dtests.seed=EB3ABB9883346397 -Dtests.slow=true -Dtests.locale=sr-Latn-ME -Dtests.timezone=Pacific/Tongatapu -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.31s J0 | SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:56312/solr/collection1: error processing commands
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([EB3ABB9883346397:2EDB49887D49713F]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:830)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    > 	at org.apache.solr.client.solrj.request.SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName(SchemaTest.java:649)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.SchemaTest_EB3ABB9883346397-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=337, maxMBSortInHeap=5.583492494296249, sim=RandomSimilarity(queryNorm=false): {}, locale=sr-Latn-ME, timezone=Pacific/Tongatapu
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=170575080,total=273678336
   [junit4]   2> NOTE: All tests run in this JVM: [UuidEvaluatorTest, SubtractEvaluatorTest, TestDocumentObjectBinder, JdbcTest, RecursiveEvaluatorTest, TestToleratedUpdateError, TestBatchUpdate, StreamExpressionToExpessionTest, ArcSineEvaluatorTest, NoOpResponseParserTest, TestSolrProperties, NotEvaluatorTest, SchemaTest]
   [junit4] Completed [30/146 (1!)] on J0 in 15.84s, 35 tests, 8 errors <<< FAILURES!

[...truncated 40303 lines...]

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk1.8.0) - Build # 389 - Still Unstable!

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

9 tests failed.
FAILED:  org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServerSchemaAPI.testSchemaAddFieldAndFailOnImmutable

Error Message:
error processing commands

Stack Trace:
org.apache.solr.api.ApiBag$ExceptionWithErrObject: error processing commands, errors: [{errorMessages=schema is not editable}], 
	at __randomizedtesting.SeedInfo.seed([65954A42BAAC34FC:FE21A593E73A5EED]:0)
	at org.apache.solr.handler.SchemaHandler.handleRequestBody(SchemaHandler.java:92)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2503)
	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:180)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServerSchemaAPI.testSchemaAddFieldAndFailOnImmutable(TestEmbeddedSolrServerSchemaAPI.java:105)
	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)


FAILED:  org.apache.solr.client.solrj.request.SchemaTest.deleteCopyFieldShouldFailWhenOneOfTheFieldsDoesntExistInTheSchema

Error Message:
Error from server at http://127.0.0.1:65096/solr/collection1: error processing commands

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:65096/solr/collection1: error processing commands
	at __randomizedtesting.SeedInfo.seed([ABAFF1637956AFF1:6E32FC950E494F8F]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:829)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.request.SchemaTest.deleteCopyFieldShouldFailWhenOneOfTheFieldsDoesntExistInTheSchema(SchemaTest.java:841)
	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)


FAILED:  org.apache.solr.client.solrj.request.SchemaTest.addDynamicFieldShouldntBeCalledTwiceWithTheSameName

Error Message:
Error from server at http://127.0.0.1:65120/solr/collection1: error processing commands

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:65120/solr/collection1: error processing commands
	at __randomizedtesting.SeedInfo.seed([ABAFF1637956AFF1:E15FBE45A1471AEC]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:829)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.request.SchemaTest.addDynamicFieldShouldntBeCalledTwiceWithTheSameName(SchemaTest.java:417)
	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)


FAILED:  org.apache.solr.client.solrj.request.SchemaTest.deletingAFieldTypeThatDoesntExistInTheSchemaShouldFail

Error Message:
Error from server at http://127.0.0.1:65143/solr/collection1: error processing commands

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:65143/solr/collection1: error processing commands
	at __randomizedtesting.SeedInfo.seed([ABAFF1637956AFF1:D099C0B9304C8324]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:829)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.request.SchemaTest.deletingAFieldTypeThatDoesntExistInTheSchemaShouldFail(SchemaTest.java:694)
	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)


FAILED:  org.apache.solr.client.solrj.request.SchemaTest.deletingADynamicFieldThatDoesntExistInTheSchemaShouldFail

Error Message:
Error from server at http://127.0.0.1:65148/solr/collection1: error processing commands

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:65148/solr/collection1: error processing commands
	at __randomizedtesting.SeedInfo.seed([ABAFF1637956AFF1:2F5CF280B28DDB3E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:829)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.request.SchemaTest.deletingADynamicFieldThatDoesntExistInTheSchemaShouldFail(SchemaTest.java:458)
	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)


FAILED:  org.apache.solr.client.solrj.request.SchemaTest.copyFieldsShouldFailWhenOneOfTheFieldsDoesntExistInTheSchema

Error Message:
Error from server at http://127.0.0.1:65234/solr/collection1: error processing commands

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:65234/solr/collection1: error processing commands
	at __randomizedtesting.SeedInfo.seed([ABAFF1637956AFF1:846BD6C34D5ED79B]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:829)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.request.SchemaTest.copyFieldsShouldFailWhenOneOfTheFieldsDoesntExistInTheSchema(SchemaTest.java:806)
	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)


FAILED:  org.apache.solr.client.solrj.request.SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail

Error Message:
Error from server at http://127.0.0.1:65239/solr/collection1: error processing commands

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:65239/solr/collection1: error processing commands
	at __randomizedtesting.SeedInfo.seed([ABAFF1637956AFF1:92408854B336FDEB]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:829)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.request.SchemaTest.deletingAFieldThatDoesntExistInTheSchemaShouldFail(SchemaTest.java:332)
	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)


FAILED:  org.apache.solr.client.solrj.request.SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName

Error Message:
Error from server at http://127.0.0.1:65247/solr/collection1: error processing commands

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:65247/solr/collection1: error processing commands
	at __randomizedtesting.SeedInfo.seed([ABAFF1637956AFF1:6E4E0373872BBD59]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:829)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.request.SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName(SchemaTest.java:649)
	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)


FAILED:  org.apache.solr.client.solrj.request.SchemaTest.addFieldShouldntBeCalledTwiceWithTheSameName

Error Message:
Error from server at http://127.0.0.1:65270/solr/collection1: error processing commands

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:65270/solr/collection1: error processing commands
	at __randomizedtesting.SeedInfo.seed([ABAFF1637956AFF1:7ADC9939CDEE4F5D]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:829)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.request.SchemaTest.addFieldShouldntBeCalledTwiceWithTheSameName(SchemaTest.java:293)
	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 13314 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServerSchemaAPI
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.client.solrj.embedded.TestEmbeddedSolrServerSchemaAPI_65954A42BAAC34FC-001/init-core-data-001
   [junit4]   2> 2467926 WARN  (SUITE-TestEmbeddedSolrServerSchemaAPI-seed#[65954A42BAAC34FC]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 2467926 INFO  (SUITE-TestEmbeddedSolrServerSchemaAPI-seed#[65954A42BAAC34FC]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2467930 INFO  (SUITE-TestEmbeddedSolrServerSchemaAPI-seed#[65954A42BAAC34FC]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 2467930 INFO  (SUITE-TestEmbeddedSolrServerSchemaAPI-seed#[65954A42BAAC34FC]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2467937 INFO  (SUITE-TestEmbeddedSolrServerSchemaAPI-seed#[65954A42BAAC34FC]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2467949 INFO  (SUITE-TestEmbeddedSolrServerSchemaAPI-seed#[65954A42BAAC34FC]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 2467958 INFO  (SUITE-TestEmbeddedSolrServerSchemaAPI-seed#[65954A42BAAC34FC]-worker) [    ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 2467961 INFO  (SUITE-TestEmbeddedSolrServerSchemaAPI-seed#[65954A42BAAC34FC]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=tiny
   [junit4]   2> 2467964 INFO  (SUITE-TestEmbeddedSolrServerSchemaAPI-seed#[65954A42BAAC34FC]-worker) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 2467964 INFO  (SUITE-TestEmbeddedSolrServerSchemaAPI-seed#[65954A42BAAC34FC]-worker) [    ] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.client.solrj.embedded.TestEmbeddedSolrServerSchemaAPI_65954A42BAAC34FC-001/tmp-home-001/collection1/conf/managed-schema
   [junit4]   2> 2467965 INFO  (SUITE-TestEmbeddedSolrServerSchemaAPI-seed#[65954A42BAAC34FC]-worker) [    ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema, renamed the non-managed schema /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.client.solrj.embedded.TestEmbeddedSolrServerSchemaAPI_65954A42BAAC34FC-001/tmp-home-001/collection1/conf/schema.xml to /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.client.solrj.embedded.TestEmbeddedSolrServerSchemaAPI_65954A42BAAC34FC-001/tmp-home-001/collection1/conf/schema.xml.bak
   [junit4]   2> 2468014 INFO  (SUITE-TestEmbeddedSolrServerSchemaAPI-seed#[65954A42BAAC34FC]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4705f29c
   [junit4]   2> 2468020 INFO  (SUITE-TestEmbeddedSolrServerSchemaAPI-seed#[65954A42BAAC34FC]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4705f29c
   [junit4]   2> 2468020 INFO  (SUITE-TestEmbeddedSolrServerSchemaAPI-seed#[65954A42BAAC34FC]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4705f29c
   [junit4]   2> 2468021 INFO  (coreLoadExecutor-8949-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2468039 INFO  (coreLoadExecutor-8949-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 2468044 INFO  (coreLoadExecutor-8949-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 2468052 INFO  (coreLoadExecutor-8949-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 2468052 INFO  (coreLoadExecutor-8949-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.client.solrj.embedded.TestEmbeddedSolrServerSchemaAPI_65954A42BAAC34FC-001/tmp-home-001/collection1, trusted=true
   [junit4]   2> 2468052 INFO  (coreLoadExecutor-8949-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4705f29c
   [junit4]   2> 2468052 INFO  (coreLoadExecutor-8949-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2468052 INFO  (coreLoadExecutor-8949-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.client.solrj.embedded.TestEmbeddedSolrServerSchemaAPI_65954A42BAAC34FC-001/tmp-home-001/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.client.solrj.embedded.TestEmbeddedSolrServerSchemaAPI_65954A42BAAC34FC-001/init-core-data-001/]
   [junit4]   2> 2468054 INFO  (coreLoadExecutor-8949-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=76.9990234375, floorSegmentMB=1.2001953125, forceMergeDeletesPctAllowed=23.331898201500543, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2468058 WARN  (coreLoadExecutor-8949-thread-1) [    x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, registerPath=/solr,/v2, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2468121 INFO  (coreLoadExecutor-8949-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2468121 INFO  (coreLoadExecutor-8949-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2468121 INFO  (coreLoadExecutor-8949-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2468121 INFO  (coreLoadExecutor-8949-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2468122 INFO  (coreLoadExecutor-8949-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=93.40625, floorSegmentMB=1.6474609375, forceMergeDeletesPctAllowed=6.9239343216432, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2468144 INFO  (coreLoadExecutor-8949-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6e8d0ae3[collection1] main]
   [junit4]   2> 2468145 INFO  (coreLoadExecutor-8949-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.client.solrj.embedded.TestEmbeddedSolrServerSchemaAPI_65954A42BAAC34FC-001/tmp-home-001/collection1/conf
   [junit4]   2> 2468145 INFO  (coreLoadExecutor-8949-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2468146 INFO  (coreLoadExecutor-8949-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589087148688015360
   [junit4]   2> 2468146 INFO  (searcherExecutor-8950-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6e8d0ae3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2468150 INFO  (SUITE-TestEmbeddedSolrServerSchemaAPI-seed#[65954A42BAAC34FC]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2468155 INFO  (TEST-TestEmbeddedSolrServerSchemaAPI.testSchemaAddFieldAndFailOnImmutable-seed#[65954A42BAAC34FC]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSchemaAddFieldAndFailOnImmutable
   [junit4]   2> 2468155 INFO  (TEST-TestEmbeddedSolrServerSchemaAPI.testSchemaAddFieldAndFailOnImmutable-seed#[65954A42BAAC34FC]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=/schema/fields/VerificationTest params={} status=404 QTime=0
   [junit4]   2> 2468156 ERROR (TEST-TestEmbeddedSolrServerSchemaAPI.testSchemaAddFieldAndFailOnImmutable-seed#[65954A42BAAC34FC]) [    ] o.a.s.h.RequestHandlerBase org.apache.solr.api.ApiBag$ExceptionWithErrObject: error processing commands, errors: [{errorMessages=schema is not editable}], 
   [junit4]   2> 	at org.apache.solr.handler.SchemaHandler.handleRequestBody(SchemaHandler.java:92)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2503)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:180)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServerSchemaAPI.testSchemaAddFieldAndFailOnImmutable(TestEmbeddedSolrServerSchemaAPI.java:105)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 2468157 INFO  (TEST-TestEmbeddedSolrServerSchemaAPI.testSchemaAddFieldAndFailOnImmutable-seed#[65954A42BAAC34FC]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=/schema params={} status=400 QTime=0
   [junit4]   2> 2468157 INFO  (TEST-TestEmbeddedSolrServerSchemaAPI.testSchemaAddFieldAndFailOnImmutable-seed#[65954A42BAAC34FC]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSchemaAddFieldAndFailOnImmutable
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestEmbeddedSolrServerSchemaAPI -Dtests.method=testSchemaAddFieldAndFailOnImmutable -Dtests.seed=65954A42BAAC34FC -Dtests.slow=true -Dtests.locale=ca-ES -Dtests.timezone=AST -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.01s J0 | TestEmbeddedSolrServerSchemaAPI.testSchemaAddFieldAndFailOnImmutable <<<
   [junit4]    > Throwable #1: org.apache.solr.api.ApiBag$ExceptionWithErrObject: error processing commands, errors: [{errorMessages=schema is not editable}], 
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([65954A42BAAC34FC:FE21A593E73A5EED]:0)
   [junit4]    > 	at org.apache.solr.handler.SchemaHandler.handleRequestBody(SchemaHandler.java:92)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]    > 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2503)
   [junit4]    > 	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:180)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    > 	at org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServerSchemaAPI.testSchemaAddFieldAndFailOnImmutable(TestEmbeddedSolrServerSchemaAPI.java:105)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2468170 INFO  (TEST-TestEmbeddedSolrServerSchemaAPI.testSchemaAddFieldAndVerifyExistence-seed#[65954A42BAAC34FC]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSchemaAddFieldAndVerifyExistence
   [junit4]   2> 2468171 INFO  (TEST-TestEmbeddedSolrServerSchemaAPI.testSchemaAddFieldAndVerifyExistence-seed#[65954A42BAAC34FC]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=/schema/fields/VerificationTest params={} status=404 QTime=0
   [junit4]   2> 2468171 INFO  (TEST-TestEmbeddedSolrServerSchemaAPI.testSchemaAddFieldAndVerifyExistence-seed#[65954A42BAAC34FC]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSchemaAddFieldAndVerifyExistence
   [junit4] IGNOR/A 0.01s J0 | TestEmbeddedSolrServerSchemaAPI.testSchemaAddFieldAndVerifyExistence
   [junit4]    > Assumption #1: it needs to ammend schema
   [junit4]   2> 2468171 INFO  (SUITE-TestEmbeddedSolrServerSchemaAPI-seed#[65954A42BAAC34FC]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=915749551
   [junit4]   2> 2468171 INFO  (SUITE-TestEmbeddedSolrServerSchemaAPI-seed#[65954A42BAAC34FC]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2468172 INFO  (SUITE-TestEmbeddedSolrServerSchemaAPI-seed#[65954A42BAAC34FC]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6de335d8: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@2fb54eb6
   [junit4]   2> 2468174 INFO  (SUITE-TestEmbeddedSolrServerSchemaAPI-seed#[65954A42BAAC34FC]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2468174 INFO  (SUITE-TestEmbeddedSolrServerSchemaAPI-seed#[65954A42BAAC34FC]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@279c18c5: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6aa6d8b8
   [junit4]   2> 2468177 INFO  (SUITE-TestEmbeddedSolrServerSchemaAPI-seed#[65954A42BAAC34FC]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2468177 INFO  (SUITE-TestEmbeddedSolrServerSchemaAPI-seed#[65954A42BAAC34FC]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5d682d88: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@54f2e1c1
   [junit4]   2> 2468177 INFO  (coreCloseExecutor-8955-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@283b3c34
   [junit4]   2> 2468177 INFO  (coreCloseExecutor-8955-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=674970676
   [junit4]   2> 2468177 INFO  (coreCloseExecutor-8955-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1d704d1b: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@6b63838e
   [junit4]   2> 2468184 INFO  (SUITE-TestEmbeddedSolrServerSchemaAPI-seed#[65954A42BAAC34FC]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2468185 INFO  (SUITE-TestEmbeddedSolrServerSchemaAPI-seed#[65954A42BAAC34FC]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=915749551
   [junit4]   2> 2468185 INFO  (SUITE-TestEmbeddedSolrServerSchemaAPI-seed#[65954A42BAAC34FC]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2468185 INFO  (SUITE-TestEmbeddedSolrServerSchemaAPI-seed#[65954A42BAAC34FC]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2468185 INFO  (SUITE-TestEmbeddedSolrServerSchemaAPI-seed#[65954A42BAAC34FC]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.client.solrj.embedded.TestEmbeddedSolrServerSchemaAPI_65954A42BAAC34FC-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1739, maxMBSortInHeap=7.71596925600055, sim=RandomSimilarity(queryNorm=true): {}, locale=ca-ES, timezone=AST
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=260810288,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [AnalysisErrorHandlingTest, HLLUtilTest, TestDistributedStatsComponentCardinality, TestFieldCacheSortRandom, TestCoreAdminApis, UtilsToolTest, HdfsUnloadDistributedZkTest, TestRecovery, TestPHPSerializedResponseWriter, DistributedQueryComponentCustomSortTest, TestSchemaVersionResource, FieldAnalysisRequestHandlerTest, DeleteShardTest, WrapperMergePolicyFactoryTest, TestSubQueryTransformerCrossCore, TestLegacyNumericUtils, DisMaxRequestHandlerTest, TestHdfsBackupRestoreCore, LargeFieldTest, DirectSolrConnectionTest, TestSchemalessBufferedUpdates, ChangedSchemaMergeTest, TestStreamBody, CursorPagingTest, TestXmlQParserPlugin, SearchHandlerTest, TestManagedSynonymFilterFactory, TestFileDictionaryLookup, SuggestComponentContextFilterQueryTest, SearchRateTriggerTest, TestStressInPlaceUpdates, URLClassifyProcessorTest, TestConfigSetsAPI, TestOmitPositions, DefaultValueUpdateProcessorTest, MetricUtilsTest, NotRequiredUniqueKeyTest, TestWriterPerf, TestSolr4Spatial, TestTolerantUpdateProcessorRandomCloud, ChaosMonkeySafeLeaderWithPullReplicasTest, TestNoOpRegenerator, SolrIndexMetricsTest, CollectionReloadTest, TestChildDocTransformer, TestJsonFacetRefinement, HdfsBasicDistributedZk2Test, StressHdfsTest, TestConfigSetsAPIZkFailure, TestObjectReleaseTracker, ReplicationFactorTest, RAMDirectoryFactoryTest, SolrRequestParserTest, ResponseLogComponentTest, CleanupOldIndexTest, AsyncCallRequestStatusResponseTest, TestNodeAddedTrigger, TestTrieFacet, TestCloudPseudoReturnFields, TestNumericRangeQuery64, VMParamsZkACLAndCredentialsProvidersTest, WordBreakSolrSpellCheckerTest, RulesTest, TestCloudSearcherWarming, BasicAuthStandaloneTest, TestQuerySenderNoQuery, TestCloudSchemaless, SolrCLIZkUtilsTest, TestAnalyzeInfixSuggestions, HighlighterTest, TestUniqueKeyFieldResource, TestClusterStateProvider, TestCursorMarkWithoutUniqueKey, DistributedSpellCheckComponentTest, MoveReplicaHDFSFailoverTest, UniqFieldsUpdateProcessorFactoryTest, SuggesterTest, MinimalSchemaTest, SolrCloudReportersTest, CircularListTest, DistributedTermsComponentTest, BasicDistributedZkTest, TestDistributedSearch, HighlighterMaxOffsetTest, ScriptEngineTest, ForceLeaderTest, AutoAddReplicasIntegrationTest, ConnectionReuseTest, SuggesterWFSTTest, TestComplexPhraseLeadingWildcard, HdfsDirectoryTest, TestStandardQParsers, XmlUpdateRequestHandlerTest, TestReplicationHandler, TestHighlightDedupGrouping, TestCollectionAPIs, TestMacros, TestAddFieldRealTimeGet, TestCloudDeleteByQuery, SolrMetricManagerTest, SliceStateTest, RankQueryTest, OutputWriterTest, CdcrBidirectionalTest, SignatureUpdateProcessorFactoryTest, SuggesterFSTTest, TestHalfAndHalfDocValues, DataDrivenBlockJoinTest, ShardRoutingTest, PrimUtilsTest, BigEndianAscendingWordDeserializerTest, SolrGraphiteReporterTest, MetricsHandlerTest, CoreAdminCreateDiscoverTest, TestSolrCloudWithDelegationTokens, TestDistribStateManager, TestSchemaResource, TestBinaryField, TestPayloadCheckQParserPlugin, SharedFSAutoReplicaFailoverTest, RollingRestartTest, OverseerStatusTest, ChaosMonkeyNothingIsSafeTest, TestFieldCacheReopen, AutoScalingHandlerTest, TestCloudNestedDocsSort, HttpTriggerListenerTest, BadCopyFieldTest, XsltUpdateRequestHandlerTest, TestLeaderElectionZkExpiry, TestExceedMaxTermLength, NumberUtilsTest, TestRequestStatusCollectionAPI, DistributedFacetExistsSmallTest, TestRealTimeGet, DistanceFunctionTest, OverseerTest, TestRecoveryHdfs, TestReqParamsAPI, TestIBSimilarityFactory, SimpleMLTQParserTest, TestAtomicUpdateErrorCases, TestSolrCoreSnapshots, TestRuleBasedAuthorizationPlugin, ConjunctionSolrSpellCheckerTest, TestJsonRequest, AddReplicaTest, TestSolrCloudWithSecureImpersonation, TestManagedSchemaAPI, AtomicUpdatesTest, SolrMetricsIntegrationTest, PreAnalyzedFieldManagedSchemaCloudTest, AssignBackwardCompatibilityTest, TestSegmentSorting, TestRandomDVFaceting, TestMiniSolrCloudClusterSSL, TestGeoJSONResponseWriter, TestSizeLimitedDistributedMap, TestLazyCores, TestGenericDistributedQueue, TestFieldResource, SaslZkACLProviderTest, TestUpdate, TestRestManager, ConfigureRecoveryStrategyTest, TestSweetSpotSimilarityFactory, NodeMutatorTest, HdfsThreadLeakTest, TestRandomRequestDistribution, TestMissingGroups, CollectionsAPISolrJTest, DateRangeFieldTest, HdfsCollectionsAPIDistributedZkTest, TestSimpleTextCodec, TestSlowCompositeReaderWrapper, SolrJmxReporterTest, LeaderInitiatedRecoveryOnShardRestartTest, SpatialFilterTest, TestReversedWildcardFilterFactory, DateMathParserTest, ZkStateReaderTest, TestHttpShardHandlerFactory, UUIDFieldTest, TestPseudoReturnFields, TestLMDirichletSimilarityFactory, SyncSliceTest, LeaderElectionIntegrationTest, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, ZkCLITest, ZkControllerTest, TestStressReorder, TestJoin, TestRangeQuery, SpellCheckComponentTest, SolrCmdDistributorTest, PeerSyncTest, DistributedQueryElevationComponentTest, AnalysisAfterCoreReloadTest, SpellCheckCollatorTest, TestFoldingMultitermQuery, SuggesterTSTTest, TestStressLucene, PolyFieldTest, SchemaVersionSpecificBehaviorTest, DirectUpdateHandlerOptimizeTest, DocValuesMultiTest, SolrInfoBeanTest, CacheHeaderTest, TestSurroundQueryParser, DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, RequestHandlersTest, DocumentBuilderTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, FastVectorHighlighterTest, RegexBoostProcessorTest, IndexSchemaTest, ReturnFieldsTest, QueryParsingTest, JsonLoaderTest, BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, SearchHandlerTest, TestLFUCache, TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, TestSearchPerf, NumericFieldsTest, TestConfig, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestSolrCoreProperties, TestLuceneMatchVersion, TestPhraseSuggestions, TestCharFilters, TestCodecSupport, TestXIncludeConfig, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TimeZoneUtilsTest, ResourceLoaderTest, PluginInfoTest, TestFastLRUCache, TestSystemIdResolver, DateFieldTest, DOMUtilTest, ClusterStateTest, TestUtils, SystemInfoHandlerTest, DistributedMLTComponentTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestTolerantSearch, TestLuceneIndexBackCompat, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI]
   [junit4] Completed [510/766 (1!)] on J0 in 0.27s, 2 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 1773 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.request.SchemaTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_ABAFF1637956AFF1-001/init-core-data-001
   [junit4]   2> 160906 WARN  (SUITE-SchemaTest-seed#[ABAFF1637956AFF1]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=19 numCloses=19
   [junit4]   2> 160906 INFO  (SUITE-SchemaTest-seed#[ABAFF1637956AFF1]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 160909 INFO  (SUITE-SchemaTest-seed#[ABAFF1637956AFF1]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 160909 INFO  (SUITE-SchemaTest-seed#[ABAFF1637956AFF1]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 160911 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testGetFieldsAccuracy
   [junit4]   2> 160962 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 160962 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 160962 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_ABAFF1637956AFF1-001/tempDir-003/cores/core
   [junit4]   2> 160965 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 160967 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4249d34{/solr,null,AVAILABLE}
   [junit4]   2> 160977 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3ceaa511{HTTP/1.1,[http/1.1]}{127.0.0.1:65046}
   [junit4]   2> 160977 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.e.j.s.Server Started @168002ms
   [junit4]   2> 160977 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=65046, configSetBaseDir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_ABAFF1637956AFF1-001/tempDir-001, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_ABAFF1637956AFF1-001/tempDir-003/cores}
   [junit4]   2> 160977 ERROR (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 160977 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 160978 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 160978 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 160978 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-09T04:47:54.163Z
   [junit4]   2> 160978 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_ABAFF1637956AFF1-001/tempDir-001/solr.xml
   [junit4]   2> 160985 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5e8a23e6, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 161068 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e8a23e6
   [junit4]   2> 161077 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e8a23e6
   [junit4]   2> 161077 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e8a23e6
   [junit4]   2> 161082 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_ABAFF1637956AFF1-001/tempDir-003/cores
   [junit4]   2> 161083 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 161083 INFO  (coreLoadExecutor-910-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 161103 INFO  (coreLoadExecutor-910-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 161112 INFO  (coreLoadExecutor-910-thread-1) [    x:collection1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 161115 INFO  (coreLoadExecutor-910-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 161168 WARN  (coreLoadExecutor-910-thread-1) [    x:collection1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 161168 WARN  (coreLoadExecutor-910-thread-1) [    x:collection1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 161168 INFO  (coreLoadExecutor-910-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 161170 INFO  (coreLoadExecutor-910-thread-1) [    x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_ABAFF1637956AFF1-001/tempDir-001/collection1/conf/managed-schema
   [junit4]   2> 161171 INFO  (coreLoadExecutor-910-thread-1) [    x:collection1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema, renamed the non-managed schema /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_ABAFF1637956AFF1-001/tempDir-001/collection1/conf/schema.xml to /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_ABAFF1637956AFF1-001/tempDir-001/collection1/conf/schema.xml.bak
   [junit4]   2> 161171 INFO  (coreLoadExecutor-910-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_ABAFF1637956AFF1-001/tempDir-001/collection1, trusted=true
   [junit4]   2> 161172 INFO  (coreLoadExecutor-910-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e8a23e6
   [junit4]   2> 161172 INFO  (coreLoadExecutor-910-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 161172 INFO  (coreLoadExecutor-910-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_ABAFF1637956AFF1-001/tempDir-001/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_ABAFF1637956AFF1-001/tempDir-003/cores/core/data/]
   [junit4]   2> 161229 WARN  (coreLoadExecutor-910-thread-1) [    x:collection1] o.a.s.c.RequestHandlers no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 161229 INFO  (coreLoadExecutor-910-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 161230 INFO  (coreLoadExecutor-910-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 161252 INFO  (coreLoadExecutor-910-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4c72996f[collection1] main]
   [junit4]   2> 161254 INFO  (coreLoadExecutor-910-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_ABAFF1637956AFF1-001/tempDir-001/collection1/conf
   [junit4]   2> 161255 INFO  (coreLoadExecutor-910-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 161256 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.SolrJettyTestBase Jetty Assigned Port#65046
   [junit4]   2> 161256 INFO  (searcherExecutor-911-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4c72996f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 161291 INFO  (qtp2047835301-2007) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema/fields params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 161297 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3ceaa511{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 161297 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1586180103
   [junit4]   2> 161297 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 161297 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5cabf3ef: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@6c90e322
   [junit4]   2> 161302 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 161302 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@78887143: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7757a854
   [junit4]   2> 161320 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 161320 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@92bd855: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@1fe9c10e
   [junit4]   2> 161321 INFO  (coreCloseExecutor-915-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1eb89b05
   [junit4]   2> 161321 INFO  (coreCloseExecutor-915-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=515414789
   [junit4]   2> 161321 INFO  (coreCloseExecutor-915-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@85e05c2: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@6a4c71ab
   [junit4]   2> 161328 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4249d34{/solr,null,UNAVAILABLE}
   [junit4]   2> 161328 INFO  (TEST-SchemaTest.testGetFieldsAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testGetFieldsAccuracy
   [junit4]   2> 161330 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testReplaceFieldTypeAccuracy
   [junit4]   2> 161363 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 161363 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 161363 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_ABAFF1637956AFF1-001/tempDir-006/cores/core
   [junit4]   2> 161365 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 161366 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@51fc556b{/solr,null,AVAILABLE}
   [junit4]   2> 161366 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1f40c4a1{HTTP/1.1,[http/1.1]}{127.0.0.1:65055}
   [junit4]   2> 161366 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.e.j.s.Server Started @168392ms
   [junit4]   2> 161366 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=65055, configSetBaseDir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_ABAFF1637956AFF1-001/tempDir-004, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_ABAFF1637956AFF1-001/tempDir-006/cores}
   [junit4]   2> 161367 ERROR (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 161367 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 161367 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 161367 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 161367 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-09T04:47:54.552Z
   [junit4]   2> 161367 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_ABAFF1637956AFF1-001/tempDir-004/solr.xml
   [junit4]   2> 161372 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5e8a23e6, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 161416 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e8a23e6
   [junit4]   2> 161424 INFO  (TEST-SchemaTest.testReplaceFieldTypeAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e8a

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

adExecutor-1318-thread-1) [    x:collection1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema, renamed the non-managed schema /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_ABAFF1637956AFF1-001/tempDir-103/collection1/conf/schema.xml to /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_ABAFF1637956AFF1-001/tempDir-103/collection1/conf/schema.xml.bak
   [junit4]   2> 172832 INFO  (coreLoadExecutor-1318-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_ABAFF1637956AFF1-001/tempDir-103/collection1, trusted=true
   [junit4]   2> 172833 INFO  (coreLoadExecutor-1318-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e8a23e6
   [junit4]   2> 172833 INFO  (coreLoadExecutor-1318-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 172833 INFO  (coreLoadExecutor-1318-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_ABAFF1637956AFF1-001/tempDir-103/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_ABAFF1637956AFF1-001/tempDir-105/cores/core/data/]
   [junit4]   2> 172892 WARN  (coreLoadExecutor-1318-thread-1) [    x:collection1] o.a.s.c.RequestHandlers no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 172892 INFO  (coreLoadExecutor-1318-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 172892 INFO  (coreLoadExecutor-1318-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 172894 INFO  (coreLoadExecutor-1318-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4f55d913[collection1] main]
   [junit4]   2> 172894 INFO  (coreLoadExecutor-1318-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_ABAFF1637956AFF1-001/tempDir-103/collection1/conf
   [junit4]   2> 172895 INFO  (coreLoadExecutor-1318-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 172895 INFO  (TEST-SchemaTest.testDeleteFieldAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.SolrJettyTestBase Jetty Assigned Port#65284
   [junit4]   2> 172896 INFO  (searcherExecutor-1319-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4f55d913[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 172901 INFO  (qtp1253428099-2729) [    x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_ABAFF1637956AFF1-001/tempDir-103/collection1/conf/managed-schema
   [junit4]   2> 172902 INFO  (qtp1253428099-2729) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 172903 INFO  (qtp1253428099-2730) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema/fields/fieldToBeDeleted params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 172904 INFO  (qtp1253428099-2731) [    x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_ABAFF1637956AFF1-001/tempDir-103/collection1/conf/managed-schema
   [junit4]   2> 172905 INFO  (qtp1253428099-2731) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 172906 INFO  (qtp1253428099-2732) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema/fields/fieldToBeDeleted params={wt=javabin&version=2} status=404 QTime=0
   [junit4]   2> 172907 INFO  (TEST-SchemaTest.testDeleteFieldAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5e4a3d02{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 172907 INFO  (TEST-SchemaTest.testDeleteFieldAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1957958896
   [junit4]   2> 172907 INFO  (TEST-SchemaTest.testDeleteFieldAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 172907 INFO  (TEST-SchemaTest.testDeleteFieldAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@683bcea1: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@cd31e2f
   [junit4]   2> 172913 INFO  (TEST-SchemaTest.testDeleteFieldAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 172913 INFO  (TEST-SchemaTest.testDeleteFieldAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5a8fa6a1: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7757a854
   [junit4]   2> 172917 INFO  (TEST-SchemaTest.testDeleteFieldAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 172917 INFO  (TEST-SchemaTest.testDeleteFieldAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@22211307: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@1fe9c10e
   [junit4]   2> 172918 INFO  (coreCloseExecutor-1323-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@537c6b8d
   [junit4]   2> 172918 INFO  (coreCloseExecutor-1323-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1400662925
   [junit4]   2> 172918 INFO  (coreCloseExecutor-1323-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7b30b988: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@3defd33a
   [junit4]   2> 172925 INFO  (TEST-SchemaTest.testDeleteFieldAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@375e0f09{/solr,null,UNAVAILABLE}
   [junit4]   2> 172926 INFO  (TEST-SchemaTest.testDeleteFieldAccuracy-seed#[ABAFF1637956AFF1]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDeleteFieldAccuracy
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.SchemaTest_ABAFF1637956AFF1-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=true): {}, locale=es-NI, timezone=MST
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=62480752,total=289583104
   [junit4]   2> NOTE: All tests run in this JVM: [CorrelationEvaluatorTest, OperationsTest, HttpSolrClientConPoolTest, SolrZkClientTest, HyperbolicCosineEvaluatorTest, LBHttpSolrClientBuilderTest, QueryResponseTest, StreamExpressionParserTest, ClientUtilsTest, RawValueEvaluatorTest, LargeVolumeBinaryJettyTest, TestV2Request, StreamExpressionToExplanationTest, OrEvaluatorTest, TestConfigSetAdminRequest, TestValidatingJsonMap, CloudSolrClientTest, AndEvaluatorTest, CommonParamsTest, NormalizeEvaluatorTest, CubedRootEvaluatorTest, JsonValidatorTest, HyperbolicTangentEvaluatorTest, CoalesceEvaluatorTest, ConcurrentUpdateSolrClientTest, TestSolrJErrorHandling, SolrSchemalessExampleTest, TestPathTrie, TestClusteringResponse, ContentStreamTest, FieldValueEvaluatorTest, SolrQueryTest, ArcCosineEvaluatorTest, MergeIndexesEmbeddedTest, SolrPingTest, LargeVolumeJettyTest, SolrParamTest, TestCoreAdmin, CollectionAdminRequestRequiredParamsTest, GetByIdTest, TestLBHttpSolrClient, CloudSolrClientCacheTest, HttpSolrClientBuilderTest, GraphExpressionTest, JdbcDriverTest, JDBCStreamTest, AbsoluteValueEvaluatorTest, AddEvaluatorTest, AppendEvaluatorTest, ArcTangentEvaluatorTest, AscEvaluatorTest, CosineEvaluatorTest, DivideEvaluatorTest, EqualToEvaluatorTest, FloorEvaluatorTest, GreaterThanEqualToEvaluatorTest, HyperbolicSineEvaluatorTest, LessThanEqualToEvaluatorTest, ModuloEvaluatorTest, MultiplyEvaluatorTest, NaturalLogEvaluatorTest, NormalDistributionEvaluatorTest, NotEvaluatorTest, PowerEvaluatorTest, RecursiveEvaluatorTest, RegressionEvaluatorTest, ReverseEvaluatorTest, RoundEvaluatorTest, SineEvaluatorTest, SquareRootEvaluatorTest, SubtractEvaluatorTest, TangentEvaluatorTest, UniformDistributionEvaluatorTest, UuidEvaluatorTest, SchemaTest]
   [junit4] Completed [135/146 (1!)] on J1 in 12.03s, 35 tests, 8 errors <<< FAILURES!

[...truncated 47295 lines...]