You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/05/07 14:32:48 UTC

[JENKINS] Lucene-Solr-Tests-master - Build # 4649 - Unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/4649/

1 tests failed.
FAILED:  org.apache.solr.search.FuzzySearchTest.testTooComplex

Error Message:
Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:46268/solr/c1]

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:46268/solr/c1]
	at __randomizedtesting.SeedInfo.seed([B4232B6E6AB49B7:DDE07892F9787AFD]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2751)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2739)
	at org.apache.solr.search.FuzzySearchTest.testTooComplex(FuzzySearchTest.java:64)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:46268/solr/c1]
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1147)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:910)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:842)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1004)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1019)
	at org.apache.solr.search.FuzzySearchTest.lambda$testTooComplex$0(FuzzySearchTest.java:64)
	at org.apache.lucene.util.LuceneTestCase._expectThrows(LuceneTestCase.java:2869)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2744)
	... 41 more
Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:46268/solr/c1: Term too complex: headquarters(在日米海軍横須賀基地司令部庁舎/旧横須賀鎮守府会議所・横須賀海軍艦船部)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	... 50 more




Build Log:
[...truncated 13935 lines...]
   [junit4] Suite: org.apache.solr.search.FuzzySearchTest
   [junit4]   2> 2198943 INFO  (SUITE-FuzzySearchTest-seed#[B4232B6E6AB49B7]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 2198943 INFO  (SUITE-FuzzySearchTest-seed#[B4232B6E6AB49B7]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2198944 INFO  (SUITE-FuzzySearchTest-seed#[B4232B6E6AB49B7]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.search.FuzzySearchTest_B4232B6E6AB49B7-001/data-dir-130-001
   [junit4]   2> 2198960 WARN  (SUITE-FuzzySearchTest-seed#[B4232B6E6AB49B7]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=72 numCloses=72
   [junit4]   2> 2198960 INFO  (SUITE-FuzzySearchTest-seed#[B4232B6E6AB49B7]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2198961 INFO  (SUITE-FuzzySearchTest-seed#[B4232B6E6AB49B7]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 2198962 INFO  (SUITE-FuzzySearchTest-seed#[B4232B6E6AB49B7]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.search.FuzzySearchTest_B4232B6E6AB49B7-001/tempDir-001
   [junit4]   2> 2198963 INFO  (SUITE-FuzzySearchTest-seed#[B4232B6E6AB49B7]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2198963 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 2198963 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2199063 INFO  (SUITE-FuzzySearchTest-seed#[B4232B6E6AB49B7]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 34161
   [junit4]   2> 2199063 INFO  (SUITE-FuzzySearchTest-seed#[B4232B6E6AB49B7]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:34161
   [junit4]   2> 2199063 INFO  (SUITE-FuzzySearchTest-seed#[B4232B6E6AB49B7]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34161
   [junit4]   2> 2199063 INFO  (SUITE-FuzzySearchTest-seed#[B4232B6E6AB49B7]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34161
   [junit4]   2> 2199065 INFO  (SUITE-FuzzySearchTest-seed#[B4232B6E6AB49B7]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2199076 INFO  (zkConnectionManagerCallback-17383-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2199076 INFO  (SUITE-FuzzySearchTest-seed#[B4232B6E6AB49B7]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2199079 INFO  (SUITE-FuzzySearchTest-seed#[B4232B6E6AB49B7]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2199080 INFO  (zkConnectionManagerCallback-17385-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2199080 INFO  (SUITE-FuzzySearchTest-seed#[B4232B6E6AB49B7]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2199081 INFO  (SUITE-FuzzySearchTest-seed#[B4232B6E6AB49B7]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2199082 INFO  (zkConnectionManagerCallback-17387-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2199082 INFO  (SUITE-FuzzySearchTest-seed#[B4232B6E6AB49B7]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2199207 INFO  (jetty-launcher-17388-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2199207 INFO  (jetty-launcher-17388-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2199207 INFO  (jetty-launcher-17388-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.4+10-LTS
   [junit4]   2> 2199220 INFO  (jetty-launcher-17388-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2199220 INFO  (jetty-launcher-17388-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2199220 INFO  (jetty-launcher-17388-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2199221 INFO  (jetty-launcher-17388-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6024f77c{/solr,null,AVAILABLE}
   [junit4]   2> 2199222 INFO  (jetty-launcher-17388-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2c4b4d0b{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:46268}
   [junit4]   2> 2199222 INFO  (jetty-launcher-17388-thread-1) [     ] o.e.j.s.Server Started @2199347ms
   [junit4]   2> 2199222 INFO  (jetty-launcher-17388-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46268}
   [junit4]   2> 2199222 ERROR (jetty-launcher-17388-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2199222 INFO  (jetty-launcher-17388-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2199222 INFO  (jetty-launcher-17388-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 2199222 INFO  (jetty-launcher-17388-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2199222 INFO  (jetty-launcher-17388-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr
   [junit4]   2> 2199222 INFO  (jetty-launcher-17388-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-07T13:23:32.014813Z
   [junit4]   2> 2199223 INFO  (jetty-launcher-17388-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2199224 INFO  (zkConnectionManagerCallback-17390-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2199225 INFO  (jetty-launcher-17388-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2199225 INFO  (jetty-launcher-17388-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2199332 INFO  (jetty-launcher-17388-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2199334 WARN  (jetty-launcher-17388-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1ac3a87[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2199334 WARN  (jetty-launcher-17388-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1ac3a87[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2199337 WARN  (jetty-launcher-17388-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5a0d243d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2199337 WARN  (jetty-launcher-17388-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5a0d243d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2199338 INFO  (jetty-launcher-17388-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34161/solr
   [junit4]   2> 2199339 INFO  (jetty-launcher-17388-thread-1) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2199340 INFO  (zkConnectionManagerCallback-17401-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2199340 INFO  (jetty-launcher-17388-thread-1) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2199540 INFO  (jetty-launcher-17388-thread-1) [n:127.0.0.1:46268_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46268_solr
   [junit4]   2> 2199541 INFO  (jetty-launcher-17388-thread-1) [n:127.0.0.1:46268_solr     ] o.a.s.c.Overseer Overseer (id=72754461090054148-127.0.0.1:46268_solr-n_0000000000) starting
   [junit4]   2> 2199546 INFO  (OverseerStateUpdate-72754461090054148-127.0.0.1:46268_solr-n_0000000000) [n:127.0.0.1:46268_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:46268_solr
   [junit4]   2> 2199547 INFO  (jetty-launcher-17388-thread-1) [n:127.0.0.1:46268_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46268_solr
   [junit4]   2> 2199548 INFO  (OverseerStateUpdate-72754461090054148-127.0.0.1:46268_solr-n_0000000000) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2199558 INFO  (jetty-launcher-17388-thread-1) [n:127.0.0.1:46268_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2199558 WARN  (jetty-launcher-17388-thread-1) [n:127.0.0.1:46268_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 2199709 INFO  (jetty-launcher-17388-thread-1) [n:127.0.0.1:46268_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2199801 INFO  (jetty-launcher-17388-thread-1) [n:127.0.0.1:46268_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46268.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d52b397
   [junit4]   2> 2199855 INFO  (jetty-launcher-17388-thread-1) [n:127.0.0.1:46268_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46268.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d52b397
   [junit4]   2> 2199855 INFO  (jetty-launcher-17388-thread-1) [n:127.0.0.1:46268_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46268.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d52b397
   [junit4]   2> 2199873 INFO  (jetty-launcher-17388-thread-1) [n:127.0.0.1:46268_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.search.FuzzySearchTest_B4232B6E6AB49B7-001/tempDir-001/node1/.
   [junit4]   2> 2199893 INFO  (SUITE-FuzzySearchTest-seed#[B4232B6E6AB49B7]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 2199906 INFO  (SUITE-FuzzySearchTest-seed#[B4232B6E6AB49B7]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2199907 INFO  (zkConnectionManagerCallback-17418-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2199907 INFO  (SUITE-FuzzySearchTest-seed#[B4232B6E6AB49B7]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2199909 INFO  (SUITE-FuzzySearchTest-seed#[B4232B6E6AB49B7]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2199911 INFO  (SUITE-FuzzySearchTest-seed#[B4232B6E6AB49B7]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34161/solr ready
   [junit4]   2> 2199954 INFO  (TEST-FuzzySearchTest.testTooComplex-seed#[B4232B6E6AB49B7]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testTooComplex
   [junit4]   2> 2200124 INFO  (qtp649275003-26802) [n:127.0.0.1:46268_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2200162 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection c1
   [junit4]   2> 2200171 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/c1.AUTOCREATED/protwords.txt
   [junit4]   2> 2200173 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 2200183 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/c1.AUTOCREATED/solrconfig.xml
   [junit4]   2> 2200186 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/c1.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 2200209 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/c1.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 2200211 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/c1.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 2200213 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/c1.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 2200214 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/c1.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 2200216 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/c1.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 2200218 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/c1.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 2200228 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/c1.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 2200229 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/c1.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 2200240 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/c1.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 2200241 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/c1.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 2200243 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/c1.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 2200245 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/c1.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 2200246 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/c1.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 2200248 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/c1.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 2200250 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/c1.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 2200252 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/c1.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 2200254 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/c1.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 2200256 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/c1.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 2200257 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/c1.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 2200267 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/c1.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 2200269 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/c1.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 2200287 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/c1.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 2200290 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/c1.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 2200292 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/c1.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 2200293 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/c1.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 2200295 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/c1.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 2200297 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/c1.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 2200298 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/c1.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 2200300 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/c1.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 2200302 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/c1.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 2200312 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/c1.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 2200314 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/c1.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 2200315 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/c1.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 2200342 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/c1.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 2200344 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/c1.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 2200345 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/c1.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 2200347 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/c1.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 2200357 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/c1.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 2200359 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/c1.AUTOCREATED/synonyms.txt
   [junit4]   2> 2200361 INFO  (OverseerThreadFactory-17408-thread-1-processing-n:127.0.0.1:46268_solr) [n:127.0.0.1:46268_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/c1.AUTOCREATED/stopwords.txt
   [junit4]   2> 2200510 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1
   [junit4]   2> 2200521 INFO  (qtp649275003-26800) [n:127.0.0.1:46268_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1
   [junit4]   2> 2200527 INFO  (OverseerStateUpdate-72754461090054148-127.0.0.1:46268_solr-n_0000000000) [n:127.0.0.1:46268_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"c1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"c1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46268/solr",
   [junit4]   2>   "node_name":"127.0.0.1:46268_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2200731 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr    x:c1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=c1.AUTOCREATED&newCollection=true&name=c1_shard1_replica_n1&action=CREATE&numShards=1&collection=c1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2200731 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr    x:c1_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 2200789 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2200931 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 2201550 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 2201550 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'c1_shard1_replica_n1' using configuration from configset c1.AUTOCREATED, trusted=true
   [junit4]   2> 2201550 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46268.solr.core.c1.shard1.replica_n1' (registry 'solr.core.c1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d52b397
   [junit4]   2> 2201551 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [[c1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.search.FuzzySearchTest_B4232B6E6AB49B7-001/tempDir-001/node1/./c1_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.search.FuzzySearchTest_B4232B6E6AB49B7-001/tempDir-001/node1/./c1_shard1_replica_n1/data/]
   [junit4]   2> 2202001 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2202001 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2202003 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 2202003 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2202005 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5086699d[c1_shard1_replica_n1] main]
   [junit4]   2> 2202007 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/c1.AUTOCREATED
   [junit4]   2> 2202024 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/c1.AUTOCREATED
   [junit4]   2> 2202024 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 2202025 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2202025 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2202026 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_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> 2202027 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2202027 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1666038172031647744
   [junit4]   2> 2202047 INFO  (searcherExecutor-17420-thread-1-processing-n:127.0.0.1:46268_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@5086699d[c1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2202047 INFO  (searcherExecutor-17420-thread-1-processing-n:127.0.0.1:46268_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 2202047 INFO  (searcherExecutor-17420-thread-1-processing-n:127.0.0.1:46268_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2202049 INFO  (searcherExecutor-17420-thread-1-processing-n:127.0.0.1:46268_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [c1_shard1_replica_n1] Registered new searcher Searcher@5086699d[c1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2202051 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/c1/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 2202051 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/c1/leaders/shard1
   [junit4]   2> 2202055 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2202055 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2202055 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:46268/solr/c1_shard1_replica_n1/
   [junit4]   2> 2202055 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2202056 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:46268/solr/c1_shard1_replica_n1/ has no replicas
   [junit4]   2> 2202056 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/c1/leaders/shard1/leader after winning as /collections/c1/leader_elect/shard1/election/72754461090054148-core_node2-n_0000000000
   [junit4]   2> 2202066 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:46268/solr/c1_shard1_replica_n1/ shard1
   [junit4]   2> 2202168 INFO  (zkCallback-17400-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2202168 INFO  (zkCallback-17400-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2202169 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2202171 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=c1.AUTOCREATED&newCollection=true&name=c1_shard1_replica_n1&action=CREATE&numShards=1&collection=c1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1440
   [junit4]   2> 2202194 INFO  (qtp649275003-26802) [n:127.0.0.1:46268_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2202272 INFO  (zkCallback-17400-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2202272 INFO  (zkCallback-17400-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2202272 INFO  (zkCallback-17400-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2202273 INFO  (qtp649275003-26802) [n:127.0.0.1:46268_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=2149
   [junit4]   2> 2202273 INFO  (TEST-FuzzySearchTest.testTooComplex-seed#[B4232B6E6AB49B7]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: c1
   [junit4]   2> 2202441 INFO  (qtp649275003-26800) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Persisted managed schema version 1  at /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 2202441 INFO  (zkCallback-17400-thread-1) [     ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/c1.AUTOCREATED/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 2202442 INFO  (zkCallback-17400-thread-1) [     ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from Zookeeper
   [junit4]   2> 2202444 INFO  (qtp649275003-26800) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/c1/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 2202444 INFO  (qtp649275003-26800) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1666038172465758208)]} 0 167
   [junit4]   2> 2202446 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1666038172471001088,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2202446 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@7f2aaccf commitCommandVersion:1666038172471001088
   [junit4]   2> 2202446 INFO  (zkCallback-17400-thread-1) [     ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 2202449 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@50e75d73[c1_shard1_replica_n1] main]
   [junit4]   2> 2202450 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2202450 INFO  (searcherExecutor-17420-thread-1-processing-n:127.0.0.1:46268_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@50e75d73[c1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={java.vendor=Oracle Corporation, timestamp=1588857815240, java.version=11.0.4, java.vm.version=11.0.4+10-LTS, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.4+10-LTS, os.version=4.4.0-170-generic, os=Linux}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] :id=cpr3pmup62q8pe6q1sqpjgxa1)))}
   [junit4]   2> 2202450 INFO  (searcherExecutor-17420-thread-1-processing-n:127.0.0.1:46268_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 2202466 INFO  (searcherExecutor-17420-thread-1-processing-n:127.0.0.1:46268_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [c1_shard1_replica_n1] Registered new searcher Searcher@50e75d73[c1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={java.vendor=Oracle Corporation, timestamp=1588857815240, java.version=11.0.4, java.vm.version=11.0.4+10-LTS, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.4+10-LTS, os.version=4.4.0-170-generic, os=Linux}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] :id=cpr3pmup62q8pe6q1sqpjgxa1)))}
   [junit4]   2> 2202467 INFO  (qtp649275003-26801) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=c1:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 21
   [junit4]   2> 2202756 ERROR (qtp649275003-26802) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.RequestHandlerBase org.apache.lucene.search.FuzzyTermsEnum$FuzzyTermsException: Term too complex: headquarters(在日米海軍横須賀基地司令部庁舎/旧横須賀鎮守府会議所・横須賀海軍艦船部)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyAutomatonBuilder.buildAutomatonSet(FuzzyAutomatonBuilder.java:63)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyTermsEnum$AutomatonAttributeImpl.init(FuzzyTermsEnum.java:365)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyTermsEnum.<init>(FuzzyTermsEnum.java:125)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyTermsEnum.<init>(FuzzyTermsEnum.java:111)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyQuery.getTermsEnum(FuzzyQuery.java:175)
   [junit4]   2> 	at org.apache.lucene.search.MultiTermQuery$RewriteMethod.getTermsEnum(MultiTermQuery.java:78)
   [junit4]   2> 	at org.apache.lucene.search.TermCollectingRewrite.collectTerms(TermCollectingRewrite.java:58)
   [junit4]   2> 	at org.apache.lucene.search.TopTermsRewrite.rewrite(TopTermsRewrite.java:67)
   [junit4]   2> 	at org.apache.lucene.search.MultiTermQuery.rewrite(MultiTermQuery.java:313)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.rewrite(IndexSearcher.java:756)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:527)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:201)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1580)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1400)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:583)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1489)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:401)
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2586)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:803)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:582)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> Caused by: org.apache.lucene.util.automaton.TooComplexToDeterminizeException: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states.
   [junit4]   2> 	at org.apache.lucene.util.automaton.Operations.determinize(Operations.java:747)
   [junit4]   2> 	at org.apache.lucene.util.automaton.RunAutomaton.<init>(RunAutomaton.java:75)
   [junit4]   2> 	at org.apache.lucene.util.automaton.ByteRunAutomaton.<init>(ByteRunAutomaton.java:31)
   [junit4]   2> 	at org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:254)
   [junit4]   2> 	at org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:140)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyAutomatonBuilder.buildAutomatonSet(FuzzyAutomatonBuilder.java:60)
   [junit4]   2> 	... 56 more
   [junit4]   2> 
   [junit4]   2> 2202756 INFO  (qtp649275003-26802) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=text:headquarters\(在日米海軍横須賀基地司令部庁舎\/旧横須賀鎮守府会議所・横須賀海軍艦船部\)~&_stateVer_=c1:4&wt=javabin&version=2} status=500 QTime=287
   [junit4]   2> 2202756 ERROR (qtp649275003-26802) [n:127.0.0.1:46268_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.HttpSolrCall null:org.apache.lucene.search.FuzzyTermsEnum$FuzzyTermsException: Term too complex: headquarters(在日米海軍横須賀基地司令部庁舎/旧横須賀鎮守府会議所・横須賀海軍艦船部)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyAutomatonBuilder.buildAutomatonSet(FuzzyAutomatonBuilder.java:63)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyTermsEnum$AutomatonAttributeImpl.init(FuzzyTermsEnum.java:365)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyTermsEnum.<init>(FuzzyTermsEnum.java:125)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyTermsEnum.<init>(FuzzyTermsEnum.java:111)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyQuery.getTermsEnum(FuzzyQuery.java:175)
   [junit4]   2> 	at org.apache.lucene.search.MultiTermQuery$RewriteMethod.getTermsEnum(MultiTermQuery.java:78)
   [junit4]   2> 	at org.apache.lucene.search.TermCollectingRewrite.collectTerms(TermCollectingRewrite.java:58)
   [junit4]   2> 	at org.apache.lucene.search.TopTermsRewrite.rewrite(TopTermsRewrite.java:67)
   [junit4]   2> 	at org.apache.lucene.search.MultiTermQuery.rewrite(MultiTermQuery.java:313)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.rewrite(IndexSearcher.java:756)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:527)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:201)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1580)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1400)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:583)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1489)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:401)
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2586)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:803)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:582)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> Caused by: org.apache.lucene.util.automaton.TooComplexToDeterminizeException: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states.
   [junit4]   2> 	at org.apache.lucene.util.automaton.Operations.determinize(Operations.java:747)
   [junit4]   2> 	at org.apache.lucene.util.automaton.RunAutomaton.<init>(RunAutomaton.java:75)
   [junit4]   2> 	at org.apache.lucene.util.automaton.ByteRunAutomaton.<init>(ByteRunAutomaton.java:31)
   [junit4]   2> 	at org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:254)
   [junit4]   2> 	at org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:140)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyAutomatonBuilder.buildAutomatonSet(FuzzyAutomatonBuilder.java:60)
   [junit4]   2> 	... 56 more
   [junit4]   2> 
   [junit4]   2> 2202758 ERROR (TEST-FuzzySearchTest.testTooComplex-seed#[B4232B6E6AB49B7]) [     ] o.a.s.c.s.i.BaseCloudSolrClient Request to collection [c1] failed due to (500) org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:46268/solr/c1: Term too complex: headquarters(在日米海軍横須賀基地司令部庁舎/旧横須賀鎮守府会議所・横須賀海軍艦船部), retry=0 commError=false errorCode=500 
   [junit4]   2> 2202758 INFO  (TEST-FuzzySearchTest.testTooComplex-seed#[B4232B6E6AB49B7]) [     ] o.a.s.c.s.i.BaseCloudSolrClient request was not communication error it seems
   [junit4]   2> 2202759 INFO  (TEST-FuzzySearchTest.testTooComplex-seed#[B4232B6E6AB49B7]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testTooComplex
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=FuzzySearchTest -Dtests.method=testTooComplex -Dtests.seed=B4232B6E6AB49B7 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=jmc -Dtests.timezone=Europe/Riga -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 2.84s J1 | FuzzySearchTest.testTooComplex <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:46268/solr/c1]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B4232B6E6AB49B7:DDE07892F9787AFD]:0)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2751)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2739)
   [junit4]    > 	at org.apache.solr.search.FuzzySearchTest.testTooComplex(FuzzySearchTest.java:64)
   [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:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:46268/solr/c1]
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1147)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:910)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:842)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1004)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1019)
   [junit4]    > 	at org.apache.solr.search.FuzzySearchTest.lambda$testTooComplex$0(FuzzySearchTest.java:64)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase._expectThrows(LuceneTestCase.java:2869)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2744)
   [junit4]    > 	... 41 more
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:46268/solr/c1: Term too complex: headquarters(在日米海軍横須賀基地司令部庁舎/旧横須賀鎮守府会議所・横須賀海軍艦船部)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
   [junit4]    > 	... 50 more
   [junit4]   2> 2202902 INFO  (jetty-closer-17426-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1050937651
   [junit4]   2> 2202902 INFO  (jetty-closer-17426-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:46268_solr
   [junit4]   2> 2202903 INFO  (jetty-closer-17426-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2202903 INFO  (jetty-closer-17426-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:46268_solr as DOWN
   [junit4]   2> 2202921 INFO  (coreCloseExecutor-17430-thread-1) [n:127.0.0.1:46268_solr     ] o.a.s.c.SolrCore [c1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7c1b41f
   [junit4]   2> 2202921 INFO  (coreCloseExecutor-17430-thread-1) [n:127.0.0.1:46268_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.c1.shard1.replica_n1 tag=SolrCore@7c1b41f
   [junit4]   2> 2202921 INFO  (coreCloseExecutor-17430-thread-1) [n:127.0.0.1:46268_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@16ae907b: rootName = solr_46268, domain = solr.core.c1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.c1.shard1.replica_n1/com.codahale.metrics.MetricRegistry@1c806768
   [junit4]   2> 2202989 INFO  (zkCallback-17400-thread-1) [     ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 2202989 INFO  (zkCallback-17400-thread-1) [     ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 547 ms
   [junit4]   2> 2203006 INFO  (coreCloseExecutor-17430-thread-1) [n:127.0.0.1:46268_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.c1.shard1.leader tag=SolrCore@7c1b41f
   [junit4]   2> 2203008 INFO  (coreCloseExecutor-17430-thread-1) [n:127.0.0.1:46268_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 2203014 INFO  (jetty-closer-17426-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 2203014 INFO  (jetty-closer-17426-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@21502a01: rootName = solr_46268, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@6a46743b
   [junit4]   2> 2203023 INFO  (zkCallback-17400-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2203023 INFO  (zkCallback-17400-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2203042 INFO  (zkCallback-17400-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2203042 INFO  (jetty-closer-17426-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 2203042 INFO  (jetty-closer-17426-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@15483c3a: rootName = solr_46268, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@11d4b477
   [junit4]   2> 2203054 INFO  (jetty-closer-17426-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 2203054 INFO  (jetty-closer-17426-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4b4df926: rootName = solr_46268, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@43e97923
   [junit4]   2> 2203054 INFO  (jetty-closer-17426-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 2203055 INFO  (closeThreadPool-17432-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72754461090054148-127.0.0.1:46268_solr-n_0000000000) closing
   [junit4]   2> 2203055 INFO  (OverseerStateUpdate-72754461090054148-127.0.0.1:46268_solr-n_0000000000) [n:127.0.0.1:46268_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:46268_solr
   [junit4]   2> 2203056 INFO  (OverseerAutoScalingTriggerThread-72754461090054148-127.0.0.1:46268_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2203057 INFO  (closeThreadPool-17432-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72754461090054148-127.0.0.1:46268_solr-n_0000000000) closing
   [junit4]   2> 2203159 INFO  (jetty-closer-17426-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72754461090054148-127.0.0.1:46268_solr-n_0000000000) closing
   [junit4]   2> 2203160 INFO  (jetty-closer-17426-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2c4b4d0b{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:0}
   [junit4]   2> 2203160 INFO  (jetty-closer-17426-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6024f77c{/solr,null,UNAVAILABLE}
   [junit4]   2> 2203161 INFO  (jetty-closer-17426-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2203161 INFO  (SUITE-FuzzySearchTest-seed#[B4232B6E6AB49B7]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 2203365 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/c1/terms/shard1
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/collections/c1/state.json
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/overseer/queue
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 2203367 INFO  (SUITE-FuzzySearchTest-seed#[B4232B6E6AB49B7]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:34161
   [junit4]   2> 2203367 INFO  (SUITE-FuzzySearchTest-seed#[B4232B6E6AB49B7]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34161
   [junit4]   2> 2203367 INFO  (SUITE-FuzzySearchTest-seed#[B4232B6E6AB49B7]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34161
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.search.FuzzySearchTest_B4232B6E6AB49B7-001
   [junit4]   2> May 07, 2020 1:23: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=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1499, maxMBSortInHeap=7.238810718683818, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@c02b4f1), locale=jmc, timezone=Europe/Riga
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=8,threads=1,free=255960584,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [InfoHandlerTest, TestJavabinTupleStreamParser, TestStreamBody, OpenExchangeRatesOrgProviderTest, TestSolrFieldCacheBean, TestNoOpRegenerator, TestMaxTokenLenTokenizer, HdfsChaosMonkeySafeLeaderTest, DisMaxRequestHandlerTest, TestSolr4Spatial2, TestStressCloudBlindAtomicUpdates, TestRawResponseWriter, TestRangeQuery, SolrPluginUtilsTest, DeleteReplicaTest, TestReplicationHandlerBackup, TestFuzzyAnalyzedSuggestions, ChangedSchemaMergeTest, XCJFQueryTest, SimplePostToolTest, JvmMetricsTest, SpatialHeatmapFacetsTest, MBeansHandlerTest, ReplaceNodeTest, CloudReplicaSourceTest, VersionInfoTest, DaemonStreamApiTest, TestInitQParser, TestHdfsCloudBackupRestore, DistribCursorPagingTest, ChaosMonkeySafeLeaderWithPullReplicasTest, TestConfigSetImmutable, IndexSizeTriggerSizeEstimationTest, TestAuthorizationFramework, SuggesterFSTTest, TestNumericRangeQuery64, TestPerFieldSimilarityWithDefaultOverride, ClusterStateUpdateTest, PropertiesRequestHandlerTest, TestQueryUtils, TestSystemCollAutoCreate, TestStressRecovery, TestCustomStream, LeaderFailoverAfterPartitionTest, SplitByPrefixTest, SyncSliceTest, TestManagedStopFilterFactory, TestComponentsName, SparseHLLTest, TestRecovery, CloudExitableDirectoryReaderTest, ClassificationUpdateProcessorFactoryTest, ManagedSchemaRoundRobinCloudTest, TestBlobHandler, TestSolrQueryResponse, UpdateRequestProcessorFactoryTest, QueryEqualityTest, SharedFSAutoReplicaFailoverTest, ExitableDirectoryReaderTest, TestFaceting, TransactionLogTest, TestSha256AuthenticationProvider, ConfigureRecoveryStrategyTest, TestRandomFaceting, TestCodecSupport, CollectionsAPISolrJTest, TestPullReplicaErrorHandling, TestLRUStatsCacheCloud, TestCloudInspectUtil, DistributedUpdateProcessorTest, HdfsAutoAddReplicasIntegrationTest, TestTolerantUpdateProcessorRandomCloud, TestDocTermOrdsUninvertLimit, TestDynamicLoadingUrl, TestDeprecatedFilters, TestSolrCloudWithDelegationTokens, SolrCloudExampleTest, HdfsDirectoryTest, AtomicUpdateRemovalJavabinTest, ReindexCollectionTest, MoreLikeThisComponentTest, TestSystemIdResolver, TestReloadDeadlock, SolrSlf4jReporterTest, TestInPlaceUpdatesDistrib, ForceLeaderTest, BJQParserTest, TestHighlightDedupGrouping, TestFieldCacheSort, TestDynamicFieldCollectionResource, TestJsonFacetsStatsParsing, CdcrOpsAndBoundariesTest, DirectSolrSpellCheckerTest, AuditLoggerPluginTest, TestMacroExpander, HdfsRecoveryZkTest, TestCloudSearcherWarming, MinimalSchemaTest, SolrGraphiteReporterTest, PingRequestHandlerTest, PeerSyncTest, NodeMutatorTest, TestSolrConfigHandlerCloud, TestFieldCacheWithThreads, NodeLostTriggerIntegrationTest, DirectUpdateHandlerTest, TestExactStatsCacheCloud, SolrIndexMetricsTest, TestBinaryField, TermVectorComponentTest, SystemLogListenerTest, HdfsBasicDistributedZk2Test, TestIBSimilarityFactory, TestClassicSimilarityFactory, RollingRestartTest, TestSimNodeLostTrigger, QueryResultKeyTest, TestLegacyBM25SimilarityFactory, TestSafeXMLParsing, BinaryUpdateRequestHandlerTest, ShardsWhitelistTest, TestSolrXml, HighlighterTest, FuzzySearchTest]
   [junit4] Completed [413/911 (1!)] on J1 in 4.85s, 1 test, 1 failure <<< FAILURES!

[...truncated 54335 lines...]

[JENKINS] Lucene-Solr-Tests-master - Build # 4653 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/4653/

2 tests failed.
FAILED:  org.apache.solr.cloud.TestWithCollection.testAddReplicaSimple

Error Message:
Timeout occurred while waiting response from server at: https://127.0.0.1:34365/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: https://127.0.0.1:34365/solr
	at __randomizedtesting.SeedInfo.seed([B44ED32181DE888F:9277563124A1C6B7]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1147)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:910)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:842)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.TestWithCollection.testAddReplicaSimple(TestWithCollection.java:240)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
	... 49 more


FAILED:  org.apache.solr.search.FuzzySearchTest.testTooComplex

Error Message:
Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:40674/solr/c1]

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:40674/solr/c1]
	at __randomizedtesting.SeedInfo.seed([B44ED32181DE888F:62EC99059E0DBBC5]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2751)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2739)
	at org.apache.solr.search.FuzzySearchTest.testTooComplex(FuzzySearchTest.java:64)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:40674/solr/c1]
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1147)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:910)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:842)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1004)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1019)
	at org.apache.solr.search.FuzzySearchTest.lambda$testTooComplex$0(FuzzySearchTest.java:64)
	at org.apache.lucene.util.LuceneTestCase._expectThrows(LuceneTestCase.java:2869)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2744)
	... 41 more
Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:40674/solr/c1: Term too complex: headquarters(在日米海軍横須賀基地司令部庁舎/旧横須賀鎮守府会議所・横須賀海軍艦船部)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	... 50 more




Build Log:
[...truncated 14084 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestWithCollection
   [junit4]   2> 1804933 INFO  (SUITE-TestWithCollection-seed#[B44ED32181DE888F]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1804933 INFO  (SUITE-TestWithCollection-seed#[B44ED32181DE888F]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1804934 INFO  (SUITE-TestWithCollection-seed#[B44ED32181DE888F]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_B44ED32181DE888F-001/data-dir-166-001
   [junit4]   2> 1804934 INFO  (SUITE-TestWithCollection-seed#[B44ED32181DE888F]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1804935 INFO  (SUITE-TestWithCollection-seed#[B44ED32181DE888F]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1804939 INFO  (TEST-TestWithCollection.testDeleteWithCollection-seed#[B44ED32181DE888F]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDeleteWithCollection
   [junit4]   2> 1804940 INFO  (TEST-TestWithCollection.testDeleteWithCollection-seed#[B44ED32181DE888F]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_B44ED32181DE888F-001/tempDir-001
   [junit4]   2> 1804940 INFO  (TEST-TestWithCollection.testDeleteWithCollection-seed#[B44ED32181DE888F]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1804940 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1804941 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1805041 INFO  (TEST-TestWithCollection.testDeleteWithCollection-seed#[B44ED32181DE888F]) [     ] o.a.s.c.ZkTestServer start zk server on port: 34896
   [junit4]   2> 1805041 INFO  (TEST-TestWithCollection.testDeleteWithCollection-seed#[B44ED32181DE888F]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:34896
   [junit4]   2> 1805041 INFO  (TEST-TestWithCollection.testDeleteWithCollection-seed#[B44ED32181DE888F]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34896
   [junit4]   2> 1805041 INFO  (TEST-TestWithCollection.testDeleteWithCollection-seed#[B44ED32181DE888F]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34896
   [junit4]   2> 1805043 INFO  (TEST-TestWithCollection.testDeleteWithCollection-seed#[B44ED32181DE888F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1805045 INFO  (zkConnectionManagerCallback-14413-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1805045 INFO  (TEST-TestWithCollection.testDeleteWithCollection-seed#[B44ED32181DE888F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1805048 INFO  (TEST-TestWithCollection.testDeleteWithCollection-seed#[B44ED32181DE888F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1805049 INFO  (zkConnectionManagerCallback-14415-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1805049 INFO  (TEST-TestWithCollection.testDeleteWithCollection-seed#[B44ED32181DE888F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1805050 INFO  (TEST-TestWithCollection.testDeleteWithCollection-seed#[B44ED32181DE888F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1805051 INFO  (zkConnectionManagerCallback-14417-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1805053 INFO  (TEST-TestWithCollection.testDeleteWithCollection-seed#[B44ED32181DE888F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1805160 INFO  (jetty-launcher-14418-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1805160 INFO  (jetty-launcher-14418-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1805160 INFO  (jetty-launcher-14418-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1805161 INFO  (jetty-launcher-14418-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1805161 INFO  (jetty-launcher-14418-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.4+10-LTS
   [junit4]   2> 1805161 INFO  (jetty-launcher-14418-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.4+10-LTS
   [junit4]   2> 1805162 INFO  (jetty-launcher-14418-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1805162 INFO  (jetty-launcher-14418-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1805162 INFO  (jetty-launcher-14418-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1805162 INFO  (jetty-launcher-14418-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1805162 INFO  (jetty-launcher-14418-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1805162 INFO  (jetty-launcher-14418-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1805163 INFO  (jetty-launcher-14418-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6e31122f{/solr,null,AVAILABLE}
   [junit4]   2> 1805163 INFO  (jetty-launcher-14418-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7f624258{/solr,null,AVAILABLE}
   [junit4]   2> 1805164 INFO  (jetty-launcher-14418-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@13f9acf8{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:42023}
   [junit4]   2> 1805164 INFO  (jetty-launcher-14418-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@71d16488{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:41766}
   [junit4]   2> 1805164 INFO  (jetty-launcher-14418-thread-2) [     ] o.e.j.s.Server Started @1805202ms
   [junit4]   2> 1805164 INFO  (jetty-launcher-14418-thread-1) [     ] o.e.j.s.Server Started @1805202ms
   [junit4]   2> 1805164 INFO  (jetty-launcher-14418-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42023}
   [junit4]   2> 1805164 INFO  (jetty-launcher-14418-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41766}
   [junit4]   2> 1805164 ERROR (jetty-launcher-14418-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1805164 ERROR (jetty-launcher-14418-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1805164 INFO  (jetty-launcher-14418-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1805164 INFO  (jetty-launcher-14418-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1805164 INFO  (jetty-launcher-14418-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1805164 INFO  (jetty-launcher-14418-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1805164 INFO  (jetty-launcher-14418-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1805164 INFO  (jetty-launcher-14418-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1805164 INFO  (jetty-launcher-14418-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr
   [junit4]   2> 1805164 INFO  (jetty-launcher-14418-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr
   [junit4]   2> 1805164 INFO  (jetty-launcher-14418-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-07T21:15:23.720891Z
   [junit4]   2> 1805164 INFO  (jetty-launcher-14418-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-07T21:15:23.720893Z
   [junit4]   2> 1805165 INFO  (jetty-launcher-14418-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1805166 INFO  (jetty-launcher-14418-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1805166 INFO  (zkConnectionManagerCallback-14422-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1805167 INFO  (jetty-launcher-14418-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1805167 INFO  (zkConnectionManagerCallback-14421-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1805167 INFO  (jetty-launcher-14418-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1805167 INFO  (jetty-launcher-14418-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1805167 INFO  (jetty-launcher-14418-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1805275 INFO  (jetty-launcher-14418-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1805276 WARN  (jetty-launcher-14418-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@34d09357[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1805276 WARN  (jetty-launcher-14418-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@34d09357[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1805280 WARN  (jetty-launcher-14418-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@486d87ef[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1805280 WARN  (jetty-launcher-14418-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@486d87ef[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1805281 INFO  (jetty-launcher-14418-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34896/solr
   [junit4]   2> 1805282 INFO  (jetty-launcher-14418-thread-2) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1805284 INFO  (zkConnectionManagerCallback-14433-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1805284 INFO  (jetty-launcher-14418-thread-2) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1805372 INFO  (jetty-launcher-14418-thread-2) [n:127.0.0.1:41766_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41766_solr
   [junit4]   2> 1805373 INFO  (jetty-launcher-14418-thread-2) [n:127.0.0.1:41766_solr     ] o.a.s.c.Overseer Overseer (id=72756316527591429-127.0.0.1:41766_solr-n_0000000000) starting
   [junit4]   2> 1805375 INFO  (jetty-launcher-14418-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1805376 WARN  (jetty-launcher-14418-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@65076ed7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1805376 WARN  (jetty-launcher-14418-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@65076ed7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1805380 WARN  (jetty-launcher-14418-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7d88daf7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1805380 WARN  (jetty-launcher-14418-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7d88daf7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1805381 INFO  (OverseerStateUpdate-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [n:127.0.0.1:41766_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:41766_solr
   [junit4]   2> 1805381 INFO  (jetty-launcher-14418-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34896/solr
   [junit4]   2> 1805382 INFO  (jetty-launcher-14418-thread-1) [n:127.0.0.1:42023_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1805383 INFO  (jetty-launcher-14418-thread-2) [n:127.0.0.1:41766_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41766_solr
   [junit4]   2> 1805383 DEBUG (OverseerAutoScalingTriggerThread-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 1805384 INFO  (zkConnectionManagerCallback-14451-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1805384 INFO  (jetty-launcher-14418-thread-1) [n:127.0.0.1:42023_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1805384 DEBUG (OverseerAutoScalingTriggerThread-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1805384 INFO  (zkCallback-14432-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1805385 DEBUG (OverseerAutoScalingTriggerThread-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 1805385 DEBUG (OverseerAutoScalingTriggerThread-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1805386 INFO  (jetty-launcher-14418-thread-2) [n:127.0.0.1:41766_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1805386 WARN  (jetty-launcher-14418-thread-2) [n:127.0.0.1:41766_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1805388 DEBUG (OverseerAutoScalingTriggerThread-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:41766_solr]
   [junit4]   2> 1805389 DEBUG (OverseerAutoScalingTriggerThread-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1805389 DEBUG (ScheduledTrigger-14446-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 1805389 TRACE (ScheduledTrigger-14446-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Current Live Nodes for .auto_add_replicas: [127.0.0.1:41766_solr]
   [junit4]   2> 1805389 TRACE (ScheduledTrigger-14446-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Last Live Nodes for .auto_add_replicas: [127.0.0.1:41766_solr]
   [junit4]   2> 1805389 DEBUG (OverseerAutoScalingTriggerThread-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1805392 INFO  (jetty-launcher-14418-thread-1) [n:127.0.0.1:42023_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1805396 INFO  (jetty-launcher-14418-thread-1) [n:127.0.0.1:42023_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42023_solr as DOWN
   [junit4]   2> 1805397 INFO  (jetty-launcher-14418-thread-1) [n:127.0.0.1:42023_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1805397 INFO  (jetty-launcher-14418-thread-1) [n:127.0.0.1:42023_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42023_solr
   [junit4]   2> 1805398 DEBUG (OverseerStateUpdate-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [n:127.0.0.1:41766_solr     ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:42023_solr
   [junit4]   2> 1805398 INFO  (zkCallback-14432-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1805399 INFO  (zkCallback-14450-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1805400 INFO  (jetty-launcher-14418-thread-1) [n:127.0.0.1:42023_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1805400 WARN  (jetty-launcher-14418-thread-1) [n:127.0.0.1:42023_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1805405 INFO  (jetty-launcher-14418-thread-2) [n:127.0.0.1:41766_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1805419 INFO  (jetty-launcher-14418-thread-1) [n:127.0.0.1:42023_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1805442 INFO  (jetty-launcher-14418-thread-2) [n:127.0.0.1:41766_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41766.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f095d05
   [junit4]   2> 1805450 INFO  (jetty-launcher-14418-thread-1) [n:127.0.0.1:42023_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42023.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f095d05
   [junit4]   2> 1805456 INFO  (jetty-launcher-14418-thread-2) [n:127.0.0.1:41766_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41766.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f095d05
   [junit4]   2> 1805456 INFO  (jetty-launcher-14418-thread-2) [n:127.0.0.1:41766_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41766.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f095d05
   [junit4]   2> 1805457 INFO  (jetty-launcher-14418-thread-2) [n:127.0.0.1:41766_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_B44ED32181DE888F-001/tempDir-001/node2/.
   [junit4]   2> 1805463 INFO  (jetty-launcher-14418-thread-1) [n:127.0.0.1:42023_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42023.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f095d05
   [junit4]   2> 1805463 INFO  (jetty-launcher-14418-thread-1) [n:127.0.0.1:42023_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42023.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f095d05
   [junit4]   2> 1805465 INFO  (jetty-launcher-14418-thread-1) [n:127.0.0.1:42023_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_B44ED32181DE888F-001/tempDir-001/node1/.
   [junit4]   2> 1805476 INFO  (TEST-TestWithCollection.testDeleteWithCollection-seed#[B44ED32181DE888F]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 1805477 INFO  (TEST-TestWithCollection.testDeleteWithCollection-seed#[B44ED32181DE888F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1805478 INFO  (zkConnectionManagerCallback-14469-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1805478 INFO  (TEST-TestWithCollection.testDeleteWithCollection-seed#[B44ED32181DE888F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1805480 INFO  (TEST-TestWithCollection.testDeleteWithCollection-seed#[B44ED32181DE888F]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1805481 INFO  (TEST-TestWithCollection.testDeleteWithCollection-seed#[B44ED32181DE888F]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34896/solr ready
   [junit4]   2> 1805486 DEBUG (zkCallback-14432-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 1805486 DEBUG (OverseerAutoScalingTriggerThread-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 1805498 DEBUG (OverseerAutoScalingTriggerThread-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1805499 DEBUG (OverseerAutoScalingTriggerThread-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 1805553 INFO  (qtp1543721779-23391) [n:127.0.0.1:42023_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=testDeleteWithCollection_abc&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1805556 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testDeleteWithCollection_abc
   [junit4]   2> 1805557 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/protwords.txt
   [junit4]   2> 1805559 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testDeleteWithCollection_abc.AUTOCREATED/managed-schema
   [junit4]   2> 1805561 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testDeleteWithCollection_abc.AUTOCREATED/solrconfig.xml
   [junit4]   2> 1805563 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 1805565 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 1805567 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 1805569 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 1805570 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 1805572 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 1805573 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 1805575 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 1805577 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 1805579 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 1805581 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 1805583 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 1805585 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 1805586 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 1805588 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 1805590 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 1805592 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 1805594 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 1805595 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 1805597 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 1805599 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 1805601 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 1805603 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 1805604 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 1805606 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 1805608 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 1805610 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 1805611 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 1805613 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 1805615 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 1805617 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 1805618 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 1805620 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 1805622 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 1805624 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 1805626 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 1805627 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 1805629 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 1805631 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 1805633 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/synonyms.txt
   [junit4]   2> 1805634 INFO  (OverseerThreadFactory-14449-thread-1-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testDeleteWithCollection_abc.AUTOCREATED/stopwords.txt
   [junit4]   2> 1805639 DEBUG (OverseerStateUpdate-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [n:127.0.0.1:41766_solr     ] o.a.s.c.o.ClusterStateMutator building a new cName: testDeleteWithCollection_abc
   [junit4]   2> 1805640 DEBUG (OverseerStateUpdate-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [n:127.0.0.1:41766_solr     ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testDeleteWithCollection_abc/state.json
   [junit4]   2> 1805745 INFO  (OverseerStateUpdate-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [n:127.0.0.1:41766_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testDeleteWithCollection_abc",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testDeleteWithCollection_abc_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42023/solr",
   [junit4]   2>   "node_name":"127.0.0.1:42023_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1805746 DEBUG (OverseerStateUpdate-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [n:127.0.0.1:41766_solr     ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 1805746 DEBUG (OverseerStateUpdate-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [n:127.0.0.1:41766_solr     ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node2":{
   [junit4]   2>       "core":"testDeleteWithCollection_abc_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:42023/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":"127.0.0.1:42023_solr",
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1805847 DEBUG (OverseerStateUpdate-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [n:127.0.0.1:41766_solr     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testDeleteWithCollection_abc/state.json version: 0
   [junit4]   2> 1805959 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr    x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=testDeleteWithCollection_abc.AUTOCREATED&newCollection=true&name=testDeleteWithCollection_abc_shard1_replica_n1&action=CREATE&numShards=1&collection=testDeleteWithCollection_abc&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1805964 DEBUG (OverseerStateUpdate-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [n:127.0.0.1:41766_solr     ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testDeleteWithCollection_abc_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:42023/solr",
   [junit4]   2>   "node_name":"127.0.0.1:42023_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testDeleteWithCollection_abc",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1805964 DEBUG (OverseerStateUpdate-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [n:127.0.0.1:41766_solr     ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node2:{
   [junit4]   2>   "core":"testDeleteWithCollection_abc_shard1_replica_n1",
   [junit4]   2>   "base_url":"https://127.0.0.1:42023/solr",
   [junit4]   2>   "node_name":"127.0.0.1:42023_solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false"}
   [junit4]   2> 1805964 DEBUG (OverseerStateUpdate-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [n:127.0.0.1:41766_solr     ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testDeleteWithCollection_abc//collections/testDeleteWithCollection_abc/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"testDeleteWithCollection_abc_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:42023/solr",
   [junit4]   2>           "node_name":"127.0.0.1:42023_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 1805971 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1806003 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 1806065 DEBUG (OverseerStateUpdate-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [n:127.0.0.1:41766_solr     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testDeleteWithCollection_abc/state.json version: 1
   [junit4]   2> 1806196 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1806196 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testDeleteWithCollection_abc_shard1_replica_n1' using configuration from configset testDeleteWithCollection_abc.AUTOCREATED, trusted=true
   [junit4]   2> 1806197 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42023.solr.core.testDeleteWithCollection_abc.shard1.replica_n1' (registry 'solr.core.testDeleteWithCollection_abc.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f095d05
   [junit4]   2> 1806197 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.c.SolrCore [[testDeleteWithCollection_abc_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_B44ED32181DE888F-001/tempDir-001/node1/./testDeleteWithCollection_abc_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_B44ED32181DE888F-001/tempDir-001/node1/./testDeleteWithCollection_abc_shard1_replica_n1/data/]
   [junit4]   2> 1806293 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1806293 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1806296 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 1806296 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1806298 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@25f0f940[testDeleteWithCollection_abc_shard1_replica_n1] main]
   [junit4]   2> 1806299 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testDeleteWithCollection_abc.AUTOCREATED
   [junit4]   2> 1806300 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testDeleteWithCollection_abc.AUTOCREATED
   [junit4]   2> 1806300 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testDeleteWithCollection_abc.AUTOCREATED/managed-schema
   [junit4]   2> 1806301 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1806301 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1806301 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_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> 1806303 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1806303 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1666067857260150784
   [junit4]   2> 1806305 INFO  (searcherExecutor-14471-thread-1-processing-n:127.0.0.1:42023_solr x:testDeleteWithCollection_abc_shard1_replica_n1 c:testDeleteWithCollection_abc s:shard1 r:core_node2) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@25f0f940[testDeleteWithCollection_abc_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1806305 INFO  (searcherExecutor-14471-thread-1-processing-n:127.0.0.1:42023_solr x:testDeleteWithCollection_abc_shard1_replica_n1 c:testDeleteWithCollection_abc s:shard1 r:core_node2) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1806305 INFO  (searcherExecutor-14471-thread-1-processing-n:127.0.0.1:42023_solr x:testDeleteWithCollection_abc_shard1_replica_n1 c:testDeleteWithCollection_abc s:shard1 r:core_node2) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1806307 INFO  (searcherExecutor-14471-thread-1-processing-n:127.0.0.1:42023_solr x:testDeleteWithCollection_abc_shard1_replica_n1 c:testDeleteWithCollection_abc s:shard1 r:core_node2) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.c.SolrCore [testDeleteWithCollection_abc_shard1_replica_n1] Registered new searcher Searcher@25f0f940[testDeleteWithCollection_abc_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1806309 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testDeleteWithCollection_abc/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1806309 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testDeleteWithCollection_abc/leaders/shard1
   [junit4]   2> 1806313 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1806313 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1806313 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:42023/solr/testDeleteWithCollection_abc_shard1_replica_n1/
   [junit4]   2> 1806313 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1806314 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:42023/solr/testDeleteWithCollection_abc_shard1_replica_n1/ has no replicas
   [junit4]   2> 1806314 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testDeleteWithCollection_abc/leaders/shard1/leader after winning as /collections/testDeleteWithCollection_abc/leader_elect/shard1/election/72756316527591430-core_node2-n_0000000000
   [junit4]   2> 1806316 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:42023/solr/testDeleteWithCollection_abc_shard1_replica_n1/ shard1
   [junit4]   2> 1806417 DEBUG (OverseerStateUpdate-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [n:127.0.0.1:41766_solr     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testDeleteWithCollection_abc/state.json version: 2
   [junit4]   2> 1806418 INFO  (zkCallback-14450-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testDeleteWithCollection_abc/state.json] for collection [testDeleteWithCollection_abc] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1806418 INFO  (zkCallback-14450-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testDeleteWithCollection_abc/state.json] for collection [testDeleteWithCollection_abc] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1806420 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr c:testDeleteWithCollection_abc s:shard1 r:core_node2 x:testDeleteWithCollection_abc_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1806421 DEBUG (OverseerStateUpdate-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [n:127.0.0.1:41766_solr     ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testDeleteWithCollection_abc_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:42023/solr",
   [junit4]   2>   "node_name":"127.0.0.1:42023_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testDeleteWithCollection_abc",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1806421 DEBUG (OverseerStateUpdate-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [n:127.0.0.1:41766_solr     ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node2:{
   [junit4]   2>   "core":"testDeleteWithCollection_abc_shard1_replica_n1",
   [junit4]   2>   "base_url":"https://127.0.0.1:42023/solr",
   [junit4]   2>   "node_name":"127.0.0.1:42023_solr",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "leader":"true"}
   [junit4]   2> 1806421 DEBUG (OverseerStateUpdate-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [n:127.0.0.1:41766_solr     ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testDeleteWithCollection_abc//collections/testDeleteWithCollection_abc/state.json/3)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"testDeleteWithCollection_abc_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:42023/solr",
   [junit4]   2>           "node_name":"127.0.0.1:42023_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false",
   [junit4]   2>           "leader":"true"}}}}}
   [junit4]   2> 1806422 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testDeleteWithCollection_abc.AUTOCREATED&newCollection=true&name=testDeleteWithCollection_abc_shard1_replica_n1&action=CREATE&numShards=1&collection=testDeleteWithCollection_abc&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=463
   [junit4]   2> 1806424 INFO  (qtp1543721779-23391) [n:127.0.0.1:42023_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1806522 DEBUG (OverseerStateUpdate-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [n:127.0.0.1:41766_solr     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testDeleteWithCollection_abc/state.json version: 3
   [junit4]   2> 1806523 INFO  (zkCallback-14450-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testDeleteWithCollection_abc/state.json] for collection [testDeleteWithCollection_abc] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1806523 INFO  (zkCallback-14450-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testDeleteWithCollection_abc/state.json] for collection [testDeleteWithCollection_abc] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1806523 INFO  (zkCallback-14450-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testDeleteWithCollection_abc/state.json] for collection [testDeleteWithCollection_abc] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1806523 INFO  (qtp1543721779-23391) [n:127.0.0.1:42023_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&name=testDeleteWithCollection_abc&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=970
   [junit4]   2> 1806525 INFO  (qtp1543721779-23393) [n:127.0.0.1:42023_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&withCollection=testDeleteWithCollection_abc&name=testDeleteWithCollection_xyz&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1806527 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testDeleteWithCollection_xyz
   [junit4]   2> 1806528 INFO  (OverseerCollectionConfigSetProcessor-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [n:127.0.0.1:41766_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> 1806529 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/protwords.txt
   [junit4]   2> 1806531 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testDeleteWithCollection_xyz.AUTOCREATED/managed-schema
   [junit4]   2> 1806533 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testDeleteWithCollection_xyz.AUTOCREATED/solrconfig.xml
   [junit4]   2> 1806535 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 1806537 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 1806539 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 1806540 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 1806542 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 1806544 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 1806545 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 1806547 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 1806549 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 1806551 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 1806552 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 1806554 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 1806556 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 1806558 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 1806559 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 1806561 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 1806563 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 1806565 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 1806567 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 1806568 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 1806570 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 1806572 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 1806574 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 1806576 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 1806578 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 1806580 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 1806581 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 1806583 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 1806585 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 1806586 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 1806588 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 1806590 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 1806591 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 1806593 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 1806595 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 1806597 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 1806599 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 1806600 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 1806602 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 1806604 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/synonyms.txt
   [junit4]   2> 1806605 INFO  (OverseerThreadFactory-14449-thread-2-processing-n:127.0.0.1:41766_solr) [n:127.0.0.1:41766_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testDeleteWithCollection_xyz.AUTOCREATED/stopwords.txt
   [junit4]   2> 1806610 DEBUG (OverseerStateUpdate-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [n:127.0.0.1:41766_solr     ] o.a.s.c.o.ClusterStateMutator building a new cName: testDeleteWithCollection_xyz
   [junit4]   2> 1806710 DEBUG (OverseerStateUpdate-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [n:127.0.0.1:41766_solr     ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testDeleteWithCollection_xyz/state.json
   [junit4]   2> 1806815 INFO  (OverseerStateUpdate-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [n:127.0.0.1:41766_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testDeleteWithCollection_xyz",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testDeleteWithCollection_xyz_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42023/solr",
   [junit4]   2>   "node_name":"127.0.0.1:42023_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1806816 DEBUG (OverseerStateUpdate-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [n:127.0.0.1:41766_solr     ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 1806817 DEBUG (OverseerStateUpdate-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [n:127.0.0.1:41766_solr     ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node2":{
   [junit4]   2>       "core":"testDeleteWithCollection_xyz_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:42023/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":"127.0.0.1:42023_solr",
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1806917 DEBUG (OverseerStateUpdate-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [n:127.0.0.1:41766_solr     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testDeleteWithCollection_xyz/state.json version: 0
   [junit4]   2> 1807018 INFO  (qtp1543721779-23389) [n:127.0.0.1:42023_solr    x:testDeleteWithCollection_xyz_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=testDeleteWithCollection_xyz.AUTOCREATED&newCollection=true&name=testDeleteWithCollection_xyz_shard1_replica_n1&action=CREATE&numShards=1&collection=testDeleteWithCollection_xyz&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1807021 DEBUG (OverseerStateUpdate-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [n:127.0.0.1:41766_solr     ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testDeleteWithCollection_xyz_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:42023/solr",
   [junit4]   2>   "node_name":"127.0.0.1:42023_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testDeleteWithCollection_xyz",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1807021 DEBUG (OverseerStateUpdate-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [n:127.0.0.1:41766_solr     ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node2:{
   [junit4]   2>   "core":"testDeleteWithCollection_xyz_shard1_replica_n1",
   [junit4]   2>   "base_url":"https://127.0.0.1:42023/solr",
   [junit4]   2>   "node_name":"127.0.0.1:42023_solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false"}
   [junit4]   2> 1807021 DEBUG (OverseerStateUpdate-72756316527591429-127.0.0.1:41766_solr-n_0000000000) [n:127.0.0.1:41766_solr     ] o.a.s.c.o.Repl

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

FO  (jetty-closer-29472-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4ed2d966: rootName = solr_40674, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@7fed5697
   [junit4]   2> 3653608 INFO  (jetty-closer-29472-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 3653609 INFO  (closeThreadPool-29478-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72756437460582404-127.0.0.1:40674_solr-n_0000000000) closing
   [junit4]   2> 3653609 INFO  (OverseerStateUpdate-72756437460582404-127.0.0.1:40674_solr-n_0000000000) [n:127.0.0.1:40674_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:40674_solr
   [junit4]   2> 3653610 INFO  (OverseerAutoScalingTriggerThread-72756437460582404-127.0.0.1:40674_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 3653611 INFO  (closeThreadPool-29478-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72756437460582404-127.0.0.1:40674_solr-n_0000000000) closing
   [junit4]   2> 3653712 INFO  (jetty-closer-29472-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72756437460582404-127.0.0.1:40674_solr-n_0000000000) closing
   [junit4]   2> 3653713 INFO  (jetty-closer-29472-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5bf320f9{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:0}
   [junit4]   2> 3653713 INFO  (jetty-closer-29472-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6f481f07{/solr,null,UNAVAILABLE}
   [junit4]   2> 3653713 INFO  (jetty-closer-29472-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3653714 INFO  (SUITE-FuzzySearchTest-seed#[B44ED32181DE888F]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 3653917 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/c1/terms/shard1
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/collections/c1/state.json
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/overseer/queue
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 3653940 INFO  (SUITE-FuzzySearchTest-seed#[B44ED32181DE888F]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:43934
   [junit4]   2> 3653940 INFO  (SUITE-FuzzySearchTest-seed#[B44ED32181DE888F]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43934
   [junit4]   2> 3653940 INFO  (SUITE-FuzzySearchTest-seed#[B44ED32181DE888F]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43934
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.search.FuzzySearchTest_B44ED32181DE888F-001
   [junit4]   2> May 07, 2020 9:46:12 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(Lucene84), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2880126b), locale=ro-RO, timezone=UCT
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=8,threads=1,free=273150864,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [SystemLogListenerTest, BasicAuthStandaloneTest, TestUnifiedSolrHighlighter, TestManagedStopFilterFactory, AssignTest, TestHttpServletCarrier, CoreAdminOperationTest, TestCodecSupport, TestShortCircuitedRequests, DistributedQueueTest, TestSimDistributedQueue, DistribCursorPagingTest, DateFieldTest, OverseerCollectionConfigSetProcessorTest, ZkDynamicConfigTest, TestSystemIdResolver, DirectUpdateHandlerTest, TestSchemaVersionResource, JWTAuthPluginTest, JvmMetricsTest, AddReplicaTest, ChaosMonkeySafeLeaderWithPullReplicasTest, BadCopyFieldTest, ManagedSchemaRoundRobinCloudTest, TestTolerantUpdateProcessorRandomCloud, TestClassicSimilarityFactory, HLLSerializationTest, TestSchemaField, FastVectorHighlighterTest, ImplicitSnitchTest, TransactionLogTest, RegexBoostProcessorTest, TestSimGenericDistributedQueue, PeerSyncTest, SimpleFacetsTest, TestGraphTermsQParserPlugin, TestIBSimilarityFactory, TestHdfsCloudBackupRestore, TestCloudPseudoReturnFields, DistanceUnitsTest, TestInitQParser, BasicDistributedZk2Test, MetricTriggerTest, HdfsDirectoryTest, OpenExchangeRatesOrgProviderTest, ExternalFileFieldSortTest, HdfsRecoveryZkTest, ResponseHeaderTest, TestSha256AuthenticationProvider, TestBlobHandler, DocValuesMultiTest, TestSystemCollAutoCreate, TestSort, TestManagedSchemaThreadSafety, TestSolrDeletionPolicy1, SolrRrdBackendFactoryTest, TestSortableTextField, AnalysisErrorHandlingTest, MinimalSchemaTest, HdfsAutoAddReplicasIntegrationTest, ChangedSchemaMergeTest, TestSafeXMLParsing, CloudExitableDirectoryReaderTest, NodeMutatorTest, UninvertDocValuesMergePolicyTest, ZkNodePropsTest, ClassificationUpdateProcessorFactoryTest, PeerSyncReplicationTest, TestSolrTestCaseJ4, XCJFQueryTest, MBeansHandlerTest, MetricsHistoryWithAuthIntegrationTest, TestPayloadScoreQParserPlugin, TestRestManager, AtomicUpdateRemovalJavabinTest, RollingRestartTest, TestTrieFacet, ZookeeperReadAPITest, TestQueryUtils, FieldAnalysisRequestHandlerTest, TestFieldCacheSort, TestBlendedInfixSuggestions, AnalyticsQueryTest, QueryResultKeyTest, AutoScalingHandlerTest, SolrPluginUtilsTest, TestCoreBackup, ConnectionManagerTest, TestLegacyField, TestNumericRangeQuery64, TestLegacyBM25SimilarityFactory, SolrGraphiteReporterTest, TestStressCloudBlindAtomicUpdates, ResponseBuilderTest, TestCursorMarkWithoutUniqueKey, BitVectorTest, CollectionsAPISolrJTest, TestRandomFlRTGCloud, ForceLeaderTest, DeleteInactiveReplicaTest, TestWordDelimiterFilterFactory, TestHalfAndHalfDocValues, DistributedFacetPivotSmallAdvancedTest, TestElisionMultitermQuery, PeerSyncWithLeaderAndIndexFingerprintCachingTest, TestExpandComponent, HdfsThreadLeakTest, TestSimpleQParserPlugin, PreAnalyzedFieldTest, TestRestoreCore, SpatialFilterTest, TestMaxTokenLenTokenizer, SpatialHeatmapFacetsTest, OverseerSolrResponseTest, SpellCheckCollatorTest, TestSolrCloudSnapshots, TestStreamBody, ClusterStateUpdateTest, TestTlogReplayVsRecovery, CloudReplicaSourceTest, TestXmlQParserPlugin, NestedAtomicUpdateTest, SignatureUpdateProcessorFactoryTest, TestRecovery, CdcrVersionReplicationTest, TestRawResponseWriter, TestComponentsName, MultiSolrCloudTestCaseTest, TestQuerySenderListener, NumberUtilsTest, BJQParserTest, TestOnReconnectListenerSupport, CdcrOpsAndBoundariesTest, DistributedFacetExistsSmallTest, TestPerFieldSimilarityWithDefaultOverride, DistributedUpdateProcessorTest, TestSimNodeLostTrigger, HttpPartitionOnCommitTest, TestNumericTerms64, QueryEqualityTest, RestoreTriggerStateTest, TestStressVersions, ShardsWhitelistTest, TestExactStatsCacheCloud, TestJavabinTupleStreamParser, DirectSolrConnectionTest, CloudMLTQParserTest, LeaderVoteWaitTimeoutTest, TestEmbeddedSolrServerAdminHandler, TestWithCollection, TestDocumentBuilder, TestGroupingSearch, TestHighlightDedupGrouping, TestRandomDVFaceting, TestTrie, PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, TestCharFilters, TestDeprecatedFilters, TokenizerChainTest, TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, ConnectionReuseTest, AliasIntegrationTest, BasicZkTest, ChaosMonkeyNothingIsSafeTest, DeleteReplicaTest, LeaderElectionContextKeyTest, LeaderElectionIntegrationTest, LeaderFailoverAfterPartitionTest, OverseerTest, ReplaceNodeNoTargetTest, ReplaceNodeTest, SSLMigrationTest, SaslZkACLProviderTest, ShardRoutingTest, SharedFSAutoReplicaFailoverTest, SliceStateTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, SplitShardTest, TestAuthenticationFramework, TestCloudDeleteByQuery, TestCloudInspectUtil, TestCloudPhrasesIdentificationComponent, TestCloudRecovery2, TestCloudSearcherWarming, TestDistribDocBasedVersion, TestLeaderElectionWithEmptyReplica, TestRebalanceLeaders, TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, VMParamsZkACLAndCredentialsProvidersTest, ZkCLITest, CollectionsAPIDistributedZkTest, HttpTriggerListenerTest, IndexSizeTriggerSizeEstimationTest, TriggerEventQueueTest, TriggerIntegrationTest, DirectoryFactoryTest, ResourceLoaderTest, SolrCoreCheckLockOnStartupTest, TestBackupRepositoryFactory, TestConfig, TestConfigOverlay, TestConfigSetImmutable, TestCoreContainer, TestDynamicLoadingUrl, TestJmxIntegration, TestQuerySenderNoQuery, TestReloadAndDeleteDocs, TestShardHandlerFactory, TestSolrIndexConfig, TestDistribPackageStore, TestReplicationHandler, StatsComponentTest, JavabinLoaderTest, EmbeddedSolrNoSerializeTest, RandomizedTaggerTest, TaggerTest, HighlighterTest, CheckHdfsIndexTest, TestCopyFieldCollectionResource, TestDynamicFieldCollectionResource, TestFieldCollectionResource, TestFieldResource, TestFieldTypeCollectionResource, TestFieldTypeResource, TestSchemaNameResource, TestSchemaResource, TestSerializedLuceneMatchVersion, BadIndexSchemaTest, SynonymTokenizerTest, TestCloudManagedSchema, TestCollationField, TestManagedSchema, TestUseDocValuesAsStored2, UUIDFieldTest, CurrencyRangeFacetCloudTest, CursorMarkTest, FuzzySearchTest]
   [junit4] Completed [769/911 (2!)] on J1 in 4.70s, 1 test, 1 failure <<< FAILURES!

[...truncated 53059 lines...]

[JENKINS] Lucene-Solr-Tests-master - Build # 4652 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/4652/

1 tests failed.
FAILED:  org.apache.solr.search.FuzzySearchTest.testTooComplex

Error Message:
Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:37849/solr/c1]

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:37849/solr/c1]
	at __randomizedtesting.SeedInfo.seed([652CBA9ED7372E0A:B38EF0BAC8E41D40]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2751)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2739)
	at org.apache.solr.search.FuzzySearchTest.testTooComplex(FuzzySearchTest.java:64)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:37849/solr/c1]
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1147)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:910)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:842)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1004)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1019)
	at org.apache.solr.search.FuzzySearchTest.lambda$testTooComplex$0(FuzzySearchTest.java:64)
	at org.apache.lucene.util.LuceneTestCase._expectThrows(LuceneTestCase.java:2869)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2744)
	... 41 more
Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:37849/solr/c1: Term too complex: headquarters(在日米海軍横須賀基地司令部庁舎/旧横須賀鎮守府会議所・横須賀海軍艦船部)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	... 50 more




Build Log:
[...truncated 15167 lines...]
   [junit4] Suite: org.apache.solr.search.FuzzySearchTest
   [junit4]   2> 2500129 INFO  (SUITE-FuzzySearchTest-seed#[652CBA9ED7372E0A]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 2500129 INFO  (SUITE-FuzzySearchTest-seed#[652CBA9ED7372E0A]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2500130 INFO  (SUITE-FuzzySearchTest-seed#[652CBA9ED7372E0A]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.search.FuzzySearchTest_652CBA9ED7372E0A-001/data-dir-299-001
   [junit4]   2> 2500130 WARN  (SUITE-FuzzySearchTest-seed#[652CBA9ED7372E0A]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 2500130 INFO  (SUITE-FuzzySearchTest-seed#[652CBA9ED7372E0A]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2500131 INFO  (SUITE-FuzzySearchTest-seed#[652CBA9ED7372E0A]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 2500131 INFO  (SUITE-FuzzySearchTest-seed#[652CBA9ED7372E0A]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.search.FuzzySearchTest_652CBA9ED7372E0A-001/tempDir-001
   [junit4]   2> 2500131 INFO  (SUITE-FuzzySearchTest-seed#[652CBA9ED7372E0A]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2500131 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 2500131 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2500231 INFO  (SUITE-FuzzySearchTest-seed#[652CBA9ED7372E0A]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 39285
   [junit4]   2> 2500231 INFO  (SUITE-FuzzySearchTest-seed#[652CBA9ED7372E0A]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:39285
   [junit4]   2> 2500231 INFO  (SUITE-FuzzySearchTest-seed#[652CBA9ED7372E0A]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39285
   [junit4]   2> 2500231 INFO  (SUITE-FuzzySearchTest-seed#[652CBA9ED7372E0A]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39285
   [junit4]   2> 2500233 INFO  (SUITE-FuzzySearchTest-seed#[652CBA9ED7372E0A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2500235 INFO  (zkConnectionManagerCallback-30793-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2500235 INFO  (SUITE-FuzzySearchTest-seed#[652CBA9ED7372E0A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2500237 INFO  (SUITE-FuzzySearchTest-seed#[652CBA9ED7372E0A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2500245 INFO  (zkConnectionManagerCallback-30795-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2500245 INFO  (SUITE-FuzzySearchTest-seed#[652CBA9ED7372E0A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2500245 INFO  (SUITE-FuzzySearchTest-seed#[652CBA9ED7372E0A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2500246 INFO  (zkConnectionManagerCallback-30797-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2500246 INFO  (SUITE-FuzzySearchTest-seed#[652CBA9ED7372E0A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2500348 INFO  (jetty-launcher-30798-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2500348 INFO  (jetty-launcher-30798-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2500348 INFO  (jetty-launcher-30798-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.4+10-LTS
   [junit4]   2> 2500348 INFO  (jetty-launcher-30798-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2500348 INFO  (jetty-launcher-30798-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2500348 INFO  (jetty-launcher-30798-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2500349 INFO  (jetty-launcher-30798-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@356a390{/solr,null,AVAILABLE}
   [junit4]   2> 2500349 INFO  (jetty-launcher-30798-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7c7a97b1{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:37849}
   [junit4]   2> 2500349 INFO  (jetty-launcher-30798-thread-1) [     ] o.e.j.s.Server Started @2500390ms
   [junit4]   2> 2500349 INFO  (jetty-launcher-30798-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37849}
   [junit4]   2> 2500349 ERROR (jetty-launcher-30798-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2500349 INFO  (jetty-launcher-30798-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2500349 INFO  (jetty-launcher-30798-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 2500349 INFO  (jetty-launcher-30798-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2500349 INFO  (jetty-launcher-30798-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr
   [junit4]   2> 2500349 INFO  (jetty-launcher-30798-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-07T19:50:45.258665Z
   [junit4]   2> 2500350 INFO  (jetty-launcher-30798-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2500350 INFO  (zkConnectionManagerCallback-30800-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2500350 INFO  (jetty-launcher-30798-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2500351 INFO  (jetty-launcher-30798-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2500456 INFO  (jetty-launcher-30798-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2500457 WARN  (jetty-launcher-30798-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6f07c5ca[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2500457 WARN  (jetty-launcher-30798-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6f07c5ca[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2500459 WARN  (jetty-launcher-30798-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@58414d1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2500459 WARN  (jetty-launcher-30798-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@58414d1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2500460 INFO  (jetty-launcher-30798-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39285/solr
   [junit4]   2> 2500461 INFO  (jetty-launcher-30798-thread-1) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2500462 INFO  (zkConnectionManagerCallback-30811-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2500462 INFO  (jetty-launcher-30798-thread-1) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2500525 INFO  (jetty-launcher-30798-thread-1) [n:127.0.0.1:37849_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37849_solr
   [junit4]   2> 2500526 INFO  (jetty-launcher-30798-thread-1) [n:127.0.0.1:37849_solr     ] o.a.s.c.Overseer Overseer (id=73715827740704772-127.0.0.1:37849_solr-n_0000000000) starting
   [junit4]   2> 2500531 INFO  (OverseerStateUpdate-73715827740704772-127.0.0.1:37849_solr-n_0000000000) [n:127.0.0.1:37849_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:37849_solr
   [junit4]   2> 2500532 INFO  (jetty-launcher-30798-thread-1) [n:127.0.0.1:37849_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37849_solr
   [junit4]   2> 2500533 INFO  (zkCallback-30810-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2500534 INFO  (jetty-launcher-30798-thread-1) [n:127.0.0.1:37849_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2500534 WARN  (jetty-launcher-30798-thread-1) [n:127.0.0.1:37849_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 2500547 INFO  (jetty-launcher-30798-thread-1) [n:127.0.0.1:37849_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2500567 INFO  (jetty-launcher-30798-thread-1) [n:127.0.0.1:37849_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37849.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@afd7262
   [junit4]   2> 2500573 INFO  (jetty-launcher-30798-thread-1) [n:127.0.0.1:37849_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37849.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@afd7262
   [junit4]   2> 2500573 INFO  (jetty-launcher-30798-thread-1) [n:127.0.0.1:37849_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37849.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@afd7262
   [junit4]   2> 2500574 INFO  (jetty-launcher-30798-thread-1) [n:127.0.0.1:37849_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.search.FuzzySearchTest_652CBA9ED7372E0A-001/tempDir-001/node1/.
   [junit4]   2> 2500579 INFO  (SUITE-FuzzySearchTest-seed#[652CBA9ED7372E0A]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 2500580 INFO  (SUITE-FuzzySearchTest-seed#[652CBA9ED7372E0A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2500580 INFO  (zkConnectionManagerCallback-30828-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2500580 INFO  (SUITE-FuzzySearchTest-seed#[652CBA9ED7372E0A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2500581 INFO  (SUITE-FuzzySearchTest-seed#[652CBA9ED7372E0A]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2500582 INFO  (SUITE-FuzzySearchTest-seed#[652CBA9ED7372E0A]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39285/solr ready
   [junit4]   2> 2500592 INFO  (TEST-FuzzySearchTest.testTooComplex-seed#[652CBA9ED7372E0A]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testTooComplex
   [junit4]   2> 2500601 INFO  (qtp1925019542-45843) [n:127.0.0.1:37849_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2500607 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection c1
   [junit4]   2> 2500607 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/c1.AUTOCREATED/protwords.txt
   [junit4]   2> 2500609 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 2500610 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/c1.AUTOCREATED/solrconfig.xml
   [junit4]   2> 2500611 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/c1.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 2500613 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/c1.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 2500614 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/c1.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 2500615 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/c1.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 2500616 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/c1.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 2500617 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/c1.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 2500619 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/c1.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 2500620 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/c1.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 2500621 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/c1.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 2500622 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/c1.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 2500623 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/c1.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 2500624 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/c1.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 2500626 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/c1.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 2500627 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/c1.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 2500628 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/c1.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 2500629 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/c1.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 2500630 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/c1.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 2500631 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/c1.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 2500633 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/c1.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 2500634 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/c1.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 2500635 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/c1.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 2500636 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/c1.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 2500638 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/c1.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 2500639 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/c1.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 2500640 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/c1.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 2500641 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/c1.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 2500642 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/c1.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 2500643 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/c1.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 2500645 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/c1.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 2500646 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/c1.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 2500647 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/c1.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 2500649 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/c1.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 2500650 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/c1.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 2500651 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/c1.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 2500652 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/c1.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 2500653 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/c1.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 2500654 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/c1.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 2500655 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/c1.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 2500657 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/c1.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 2500658 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/c1.AUTOCREATED/synonyms.txt
   [junit4]   2> 2500659 INFO  (OverseerThreadFactory-30818-thread-1-processing-n:127.0.0.1:37849_solr) [n:127.0.0.1:37849_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/c1.AUTOCREATED/stopwords.txt
   [junit4]   2> 2500764 INFO  (qtp1925019542-45845) [n:127.0.0.1:37849_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2500767 INFO  (qtp1925019542-45846) [n:127.0.0.1:37849_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2500770 INFO  (OverseerStateUpdate-73715827740704772-127.0.0.1:37849_solr-n_0000000000) [n:127.0.0.1:37849_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"c1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"c1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:37849/solr",
   [junit4]   2>   "node_name":"127.0.0.1:37849_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2500972 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr    x:c1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=c1.AUTOCREATED&newCollection=true&name=c1_shard1_replica_n1&action=CREATE&numShards=1&collection=c1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2500972 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr    x:c1_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 2500980 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2501002 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 2501146 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 2501146 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'c1_shard1_replica_n1' using configuration from configset c1.AUTOCREATED, trusted=true
   [junit4]   2> 2501147 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37849.solr.core.c1.shard1.replica_n1' (registry 'solr.core.c1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@afd7262
   [junit4]   2> 2501147 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [[c1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.search.FuzzySearchTest_652CBA9ED7372E0A-001/tempDir-001/node1/./c1_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.search.FuzzySearchTest_652CBA9ED7372E0A-001/tempDir-001/node1/./c1_shard1_replica_n1/data/]
   [junit4]   2> 2501208 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2501208 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2501210 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 2501210 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2501211 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@56c0c705[c1_shard1_replica_n1] main]
   [junit4]   2> 2501212 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/c1.AUTOCREATED
   [junit4]   2> 2501212 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/c1.AUTOCREATED
   [junit4]   2> 2501212 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 2501213 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2501213 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2501213 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_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> 2501214 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2501214 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1666062531819470848
   [junit4]   2> 2501216 INFO  (searcherExecutor-30830-thread-1-processing-n:127.0.0.1:37849_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@56c0c705[c1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2501216 INFO  (searcherExecutor-30830-thread-1-processing-n:127.0.0.1:37849_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 2501216 INFO  (searcherExecutor-30830-thread-1-processing-n:127.0.0.1:37849_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2501218 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/c1/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 2501218 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/c1/leaders/shard1
   [junit4]   2> 2501221 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2501221 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2501221 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37849/solr/c1_shard1_replica_n1/
   [junit4]   2> 2501221 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2501221 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:37849/solr/c1_shard1_replica_n1/ has no replicas
   [junit4]   2> 2501221 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/c1/leaders/shard1/leader after winning as /collections/c1/leader_elect/shard1/election/73715827740704772-core_node2-n_0000000000
   [junit4]   2> 2501221 INFO  (searcherExecutor-30830-thread-1-processing-n:127.0.0.1:37849_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [c1_shard1_replica_n1] Registered new searcher Searcher@56c0c705[c1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2501222 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37849/solr/c1_shard1_replica_n1/ shard1
   [junit4]   2> 2501323 INFO  (zkCallback-30810-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2501323 INFO  (zkCallback-30810-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2501324 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2501325 INFO  (qtp1925019542-45842) [n:127.0.0.1:37849_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=c1.AUTOCREATED&newCollection=true&name=c1_shard1_replica_n1&action=CREATE&numShards=1&collection=c1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=353
   [junit4]   2> 2501328 INFO  (qtp1925019542-45843) [n:127.0.0.1:37849_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2501425 INFO  (zkCallback-30810-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2501425 INFO  (zkCallback-30810-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2501425 INFO  (zkCallback-30810-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2501426 INFO  (qtp1925019542-45843) [n:127.0.0.1:37849_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=826
   [junit4]   2> 2501426 INFO  (TEST-FuzzySearchTest.testTooComplex-seed#[652CBA9ED7372E0A]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: c1
   [junit4]   2> 2501483 INFO  (qtp1925019542-45844) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Persisted managed schema version 1  at /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 2501483 INFO  (zkCallback-30810-thread-4) [     ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/c1.AUTOCREATED/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 2501483 INFO  (zkCallback-30810-thread-4) [     ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from Zookeeper
   [junit4]   2> 2501485 INFO  (qtp1925019542-45844) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/c1/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 2501485 INFO  (qtp1925019542-45844) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1666062532101537792)]} 0 57
   [junit4]   2> 2501487 INFO  (qtp1925019542-45845) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1666062532105732096,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2501487 INFO  (qtp1925019542-45845) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@2f123e13 commitCommandVersion:1666062532105732096
   [junit4]   2> 2501487 INFO  (zkCallback-30810-thread-4) [     ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 2501490 INFO  (qtp1925019542-45845) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4997de8f[c1_shard1_replica_n1] main]
   [junit4]   2> 2501491 INFO  (qtp1925019542-45845) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2501491 INFO  (searcherExecutor-30830-thread-1-processing-n:127.0.0.1:37849_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@4997de8f[c1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={java.version=11.0.4, java.vm.version=11.0.4+10-LTS, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.4+10-LTS, os.version=4.15.0-54-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1588881046398}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] :id=duunvwgyvxts6ttzomj176kd1)))}
   [junit4]   2> 2501491 INFO  (searcherExecutor-30830-thread-1-processing-n:127.0.0.1:37849_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 2501493 INFO  (searcherExecutor-30830-thread-1-processing-n:127.0.0.1:37849_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [c1_shard1_replica_n1] Registered new searcher Searcher@4997de8f[c1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={java.version=11.0.4, java.vm.version=11.0.4+10-LTS, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.4+10-LTS, os.version=4.15.0-54-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1588881046398}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] :id=duunvwgyvxts6ttzomj176kd1)))}
   [junit4]   2> 2501494 INFO  (qtp1925019542-45845) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=c1:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 7
   [junit4]   2> 2501535 ERROR (qtp1925019542-45845) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.RequestHandlerBase org.apache.lucene.search.FuzzyTermsEnum$FuzzyTermsException: Term too complex: headquarters(???????????????/???????????????????)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyAutomatonBuilder.buildAutomatonSet(FuzzyAutomatonBuilder.java:63)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyTermsEnum$AutomatonAttributeImpl.init(FuzzyTermsEnum.java:365)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyTermsEnum.<init>(FuzzyTermsEnum.java:125)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyTermsEnum.<init>(FuzzyTermsEnum.java:111)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyQuery.getTermsEnum(FuzzyQuery.java:175)
   [junit4]   2> 	at org.apache.lucene.search.MultiTermQuery$RewriteMethod.getTermsEnum(MultiTermQuery.java:78)
   [junit4]   2> 	at org.apache.lucene.search.TermCollectingRewrite.collectTerms(TermCollectingRewrite.java:58)
   [junit4]   2> 	at org.apache.lucene.search.TopTermsRewrite.rewrite(TopTermsRewrite.java:67)
   [junit4]   2> 	at org.apache.lucene.search.MultiTermQuery.rewrite(MultiTermQuery.java:313)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.rewrite(IndexSearcher.java:756)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:527)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:201)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1580)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1400)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:583)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1489)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:401)
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2586)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:803)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:582)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> Caused by: org.apache.lucene.util.automaton.TooComplexToDeterminizeException: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states.
   [junit4]   2> 	at org.apache.lucene.util.automaton.Operations.determinize(Operations.java:747)
   [junit4]   2> 	at org.apache.lucene.util.automaton.RunAutomaton.<init>(RunAutomaton.java:75)
   [junit4]   2> 	at org.apache.lucene.util.automaton.ByteRunAutomaton.<init>(ByteRunAutomaton.java:31)
   [junit4]   2> 	at org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:254)
   [junit4]   2> 	at org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:140)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyAutomatonBuilder.buildAutomatonSet(FuzzyAutomatonBuilder.java:60)
   [junit4]   2> 	... 52 more
   [junit4]   2> 
   [junit4]   2> 2501535 INFO  (qtp1925019542-45845) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=text:headquarters\(???????????????\/???????????????????\)~&_stateVer_=c1:4&wt=javabin&version=2} status=500 QTime=39
   [junit4]   2> 2501535 ERROR (qtp1925019542-45845) [n:127.0.0.1:37849_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.HttpSolrCall null:org.apache.lucene.search.FuzzyTermsEnum$FuzzyTermsException: Term too complex: headquarters(???????????????/???????????????????)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyAutomatonBuilder.buildAutomatonSet(FuzzyAutomatonBuilder.java:63)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyTermsEnum$AutomatonAttributeImpl.init(FuzzyTermsEnum.java:365)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyTermsEnum.<init>(FuzzyTermsEnum.java:125)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyTermsEnum.<init>(FuzzyTermsEnum.java:111)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyQuery.getTermsEnum(FuzzyQuery.java:175)
   [junit4]   2> 	at org.apache.lucene.search.MultiTermQuery$RewriteMethod.getTermsEnum(MultiTermQuery.java:78)
   [junit4]   2> 	at org.apache.lucene.search.TermCollectingRewrite.collectTerms(TermCollectingRewrite.java:58)
   [junit4]   2> 	at org.apache.lucene.search.TopTermsRewrite.rewrite(TopTermsRewrite.java:67)
   [junit4]   2> 	at org.apache.lucene.search.MultiTermQuery.rewrite(MultiTermQuery.java:313)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.rewrite(IndexSearcher.java:756)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:527)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:201)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1580)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1400)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:583)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1489)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:401)
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2586)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:803)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:582)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> Caused by: org.apache.lucene.util.automaton.TooComplexToDeterminizeException: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states.
   [junit4]   2> 	at org.apache.lucene.util.automaton.Operations.determinize(Operations.java:747)
   [junit4]   2> 	at org.apache.lucene.util.automaton.RunAutomaton.<init>(RunAutomaton.java:75)
   [junit4]   2> 	at org.apache.lucene.util.automaton.ByteRunAutomaton.<init>(ByteRunAutomaton.java:31)
   [junit4]   2> 	at org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:254)
   [junit4]   2> 	at org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:140)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyAutomatonBuilder.buildAutomatonSet(FuzzyAutomatonBuilder.java:60)
   [junit4]   2> 	... 52 more
   [junit4]   2> 
   [junit4]   2> 2501536 ERROR (TEST-FuzzySearchTest.testTooComplex-seed#[652CBA9ED7372E0A]) [     ] o.a.s.c.s.i.BaseCloudSolrClient Request to collection [c1] failed due to (500) org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:37849/solr/c1: Term too complex: headquarters(???????????????/???????????????????), retry=0 commError=false errorCode=500 
   [junit4]   2> 2501536 INFO  (TEST-FuzzySearchTest.testTooComplex-seed#[652CBA9ED7372E0A]) [     ] o.a.s.c.s.i.BaseCloudSolrClient request was not communication error it seems
   [junit4]   2> 2501538 INFO  (TEST-FuzzySearchTest.testTooComplex-seed#[652CBA9ED7372E0A]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testTooComplex
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=FuzzySearchTest -Dtests.method=testTooComplex -Dtests.seed=652CBA9ED7372E0A -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=mn -Dtests.timezone=Europe/Belgrade -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.96s J1 | FuzzySearchTest.testTooComplex <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:37849/solr/c1]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([652CBA9ED7372E0A:B38EF0BAC8E41D40]:0)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2751)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2739)
   [junit4]    > 	at org.apache.solr.search.FuzzySearchTest.testTooComplex(FuzzySearchTest.java:64)
   [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:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:37849/solr/c1]
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1147)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:910)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:842)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1004)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1019)
   [junit4]    > 	at org.apache.solr.search.FuzzySearchTest.lambda$testTooComplex$0(FuzzySearchTest.java:64)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase._expectThrows(LuceneTestCase.java:2869)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2744)
   [junit4]    > 	... 41 more
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:37849/solr/c1: Term too complex: headquarters(在日米海軍横須賀基地司令部庁舎/旧横須賀鎮守府会議所・横須賀海軍艦船部)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
   [junit4]    > 	... 50 more
   [junit4]   2> 2501643 INFO  (jetty-closer-30836-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=216786072
   [junit4]   2> 2501643 INFO  (jetty-closer-30836-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:37849_solr
   [junit4]   2> 2501644 INFO  (jetty-closer-30836-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2501644 INFO  (jetty-closer-30836-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:37849_solr as DOWN
   [junit4]   2> 2501646 INFO  (coreCloseExecutor-30840-thread-1) [n:127.0.0.1:37849_solr     ] o.a.s.c.SolrCore [c1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4b2a6d30
   [junit4]   2> 2501646 INFO  (coreCloseExecutor-30840-thread-1) [n:127.0.0.1:37849_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.c1.shard1.replica_n1 tag=SolrCore@4b2a6d30
   [junit4]   2> 2501646 INFO  (coreCloseExecutor-30840-thread-1) [n:127.0.0.1:37849_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@573fe681: rootName = solr_37849, domain = solr.core.c1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.c1.shard1.replica_n1/com.codahale.metrics.MetricRegistry@4adff101
   [junit4]   2> 2501678 INFO  (coreCloseExecutor-30840-thread-1) [n:127.0.0.1:37849_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.c1.shard1.leader tag=SolrCore@4b2a6d30
   [junit4]   2> 2501679 INFO  (coreCloseExecutor-30840-thread-1) [n:127.0.0.1:37849_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 2501681 INFO  (jetty-closer-30836-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 2501681 INFO  (jetty-closer-30836-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3fd4ffac: rootName = solr_37849, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@273a4c3e
   [junit4]   2> 2501687 INFO  (jetty-closer-30836-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 2501687 INFO  (jetty-closer-30836-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@69128384: rootName = solr_37849, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@e6df670
   [junit4]   2> 2501689 INFO  (jetty-closer-30836-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 2501689 INFO  (jetty-closer-30836-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@20a80c64: rootName = solr_37849, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@72d448af
   [junit4]   2> 2501689 INFO  (jetty-closer-30836-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 2501690 INFO  (closeThreadPool-30842-thread-2) [     ] o.a.s.c.Overseer Overseer (id=73715827740704772-127.0.0.1:37849_solr-n_0000000000) closing
   [junit4]   2> 2501690 INFO  (OverseerStateUpdate-73715827740704772-127.0.0.1:37849_solr-n_0000000000) [n:127.0.0.1:37849_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:37849_solr
   [junit4]   2> 2501690 INFO  (OverseerAutoScalingTriggerThread-73715827740704772-127.0.0.1:37849_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2501692 INFO  (closeThreadPool-30842-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73715827740704772-127.0.0.1:37849_solr-n_0000000000) closing
   [junit4]   2> 2501700 INFO  (zkCallback-30810-thread-4) [     ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 2501700 INFO  (zkCallback-30810-thread-4) [     ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 216 ms
   [junit4]   2> 2501800 INFO  (jetty-closer-30836-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73715827740704772-127.0.0.1:37849_solr-n_0000000000) closing
   [junit4]   2> 2501801 INFO  (jetty-closer-30836-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7c7a97b1{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 2501802 INFO  (jetty-closer-30836-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@356a390{/solr,null,UNAVAILABLE}
   [junit4]   2> 2501802 INFO  (jetty-closer-30836-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2501802 INFO  (SUITE-FuzzySearchTest-seed#[652CBA9ED7372E0A]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 2502005 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/c1/terms/shard1
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/collections/c1/state.json
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/overseer/queue
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 2502007 INFO  (SUITE-FuzzySearchTest-seed#[652CBA9ED7372E0A]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:39285
   [junit4]   2> 2502007 INFO  (SUITE-FuzzySearchTest-seed#[652CBA9ED7372E0A]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39285
   [junit4]   2> 2502007 INFO  (SUITE-FuzzySearchTest-seed#[652CBA9ED7372E0A]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39285
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.search.FuzzySearchTest_652CBA9ED7372E0A-001
   [junit4]   2> May 07, 2020 7:50:46 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(Lucene84): {}, docValues:{}, maxPointsInLeafNode=801, maxMBSortInHeap=7.043669418175396, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@41c20535), locale=mn, timezone=Europe/Belgrade
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=4,threads=1,free=376111392,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [CoreAdminOperationTest, TestJsonFacetsStatsParsing, BasicFunctionalityTest, TestStreamBody, TestReloadDeadlock, UninvertDocValuesMergePolicyTest, TestStressCloudBlindAtomicUpdates, TaggerTest, HighlighterTest, SolrMetricManagerTest, SolrIndexMetricsTest, TestFilteredDocIdSet, TestNumericRangeQuery64, TestLazyCores, JWTAuthPluginTest, DirectSolrSpellCheckerTest, SystemLogListenerTest, SimplePostToolTest, SaslZkACLProviderTest, TestDistributedSearch, BasicAuthStandaloneTest, PropertiesRequestHandlerTest, ClassificationUpdateProcessorFactoryTest, AnalyticsQueryTest, TestExceedMaxTermLength, TriggerEventQueueTest, TestSort, TestWithCollection, ShowFileRequestHandlerTest, TestCoreBackup, TestSolr4Spatial2, ChaosMonkeySafeLeaderWithPullReplicasTest, TestLocalStatsCacheCloud, NodeMutatorTest, TestExactStatsCache, TestFieldCacheSort, DistributedTermsComponentTest, TestOrdValues, FieldAnalysisRequestHandlerTest, ScheduledTriggerTest, TestMacroExpander, TestSortableTextField, SpatialFilterTest, SolrPluginUtilsTest, AuditLoggerPluginTest, LeaderFailoverAfterPartitionTest, ZkNodePropsTest, TestLegacyTerms, TestMaxTokenLenTokenizer, BasicDistributedZk2Test, TestNestedDocsSort, TestXmlQParserPlugin, HdfsDirectoryTest, TestRequestForwarding, CloneFieldUpdateProcessorFactoryTest, TestTolerantUpdateProcessorRandomCloud, TestIndexingPerformance, ReindexCollectionTest, TestIBSimilarityFactory, TestRawResponseWriter, TestJavabinTupleStreamParser, DistributedUpdateProcessorTest, TestSimDistributedQueue, QueryEqualityTest, TestRestManager, TestClassicSimilarityFactory, CollectionsAPISolrJTest, TestShardHandlerFactory, TestDocTermOrdsUninvertLimit, TestRequestStatusCollectionAPI, TestCloudInspectUtil, SignatureUpdateProcessorFactoryTest, CloudExitableDirectoryReaderTest, TestCloudSearcherWarming, TestRecovery, TestElisionMultitermQuery, ReplaceNodeTest, TestEmbeddedSolrServerAdminHandler, DistributedFacetPivotSmallAdvancedTest, DistributedQueueTest, TestReplicationHandlerBackup, TermVectorComponentTest, TestLRUStatsCacheCloud, AutoScalingHandlerTest, ConnectionManagerTest, TestPerFieldSimilarityWithDefaultOverride, DeleteReplicaTest, TestJsonFacetErrors, TestConfigSetImmutable, SolrSlf4jReporterTest, ZkDynamicConfigTest, TimeZoneUtilsTest, TestSolrXml, TestSystemCollAutoCreate, OverseerCollectionConfigSetProcessorTest, DisMaxRequestHandlerTest, RestoreTriggerStateTest, ReturnFieldsTest, SplitByPrefixTest, TestSolrTestCaseJ4, DistributedFacetExistsSmallTest, TestFieldCacheWithThreads, SimpleFacetsTest, TestSolrCloudWithDelegationTokens, MinimalSchemaTest, MetricsHistoryWithAuthIntegrationTest, DistanceUnitsTest, PreAnalyzedFieldTest, TestRestoreCore, ImplicitSnitchTest, SolrGraphiteReporterTest, TestPartialUpdateDeduplication, TestRangeQuery, RollingRestartTest, TestCollectionAPIs, TestSolrCloudSnapshots, TestSystemIdResolver, HdfsRecoveryZkTest, AssignTest, ResourceLoaderTest, BadCopyFieldTest, CloudMLTQParserTest, LeaderElectionContextKeyTest, HdfsAutoAddReplicasIntegrationTest, CollectionTooManyReplicasTest, HdfsCollectionsAPIDistributedZkTest, ClusterStateUpdateTest, TestCodecSupport, TemplateUpdateProcessorTest, LeaderVoteWaitTimeoutTest, ShardsWhitelistTest, TransactionLogTest, TestBlendedInfixSuggestions, TestDeleteCollectionOnDownNodes, TestDeprecatedFilters, TestUnifiedSolrHighlighter, TestCustomDocTransformer, ExternalFileFieldSortTest, TestCloudPseudoReturnFields, SoftAutoCommitTest, TestExpandComponent, TestRandomFlRTGCloud, TestSolrConfigHandlerCloud, TestQueryUtils, AtomicUpdateRemovalJavabinTest, NodeLostTriggerIntegrationTest, TestSchemaVersionResource, TestDefaultStatsCache, SharedFSAutoReplicaFailoverTest, TestRandomFaceting, SampleTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestGroupingSearch, TestJoin, TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, AddReplicaTest, BasicZkTest, ChaosMonkeyNothingIsSafeTest, CreateRoutedAliasTest, DeleteShardTest, DeleteStatusTest, DocValuesNotIndexedTest, ForceLeaderTest, FullSolrCloudDistribCmdsTest, MissingSegmentRecoveryTest, MoveReplicaHDFSFailoverTest, MoveReplicaTest, OverseerRolesTest, PackageManagerCLITest, RecoveryAfterSoftCommitTest, SliceStateTest, SolrCLIZkUtilsTest, SplitShardTest, TestCloudConsistency, TestOnReconnectListenerSupport, TestPullReplica, TestPullReplicaErrorHandling, TestShortCircuitedRequests, TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, VMParamsZkACLAndCredentialsProvidersTest, AsyncCallRequestStatusResponseTest, CollectionsAPIAsyncDistributedZkTest, ConcurrentCreateCollectionTest, ShardSplitTest, ScheduledMaintenanceTriggerTest, TriggerSetPropertiesIntegrationTest, TestSimGenericDistributedQueue, TestSimNodeAddedTrigger, TestSimNodeLostTrigger, TestSimScenario, TestSimTriggerIntegration, TestSimUtils, TestSnapshotCloudManager, BaseCdcrDistributedZkTest, CdcrBidirectionalTest, CdcrBootstrapTest, HdfsTlogReplayBufferedWhileIndexingTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, TestClusterStateMutator, ZkCollectionPropsCachingTest, ExitableDirectoryReaderTest, RAMDirectoryFactoryTest, SOLR749Test, SolrCoreCheckLockOnStartupTest, TestBackupRepositoryFactory, TestConfigSetProperties, TestConfigSets, TestCoreDiscovery, TestCustomStream, TestImplicitCoreProperties, TestNRTOpen, TestQuerySenderNoQuery, TestSolrDeletionPolicy1, TestXIncludeConfig, TestSolrCoreSnapshots, TestDistribPackageStore, TestReplicationHandlerDiskOverFlow, V2ApiIntegrationTest, V2StandaloneTest, XmlUpdateRequestHandlerTest, AutoscalingHistoryHandlerTest, SecurityConfHandlerTest, SplitHandlerTest, StatsReloadRaceTest, SystemInfoHandlerTest, TestConfigsApi, TestCoreAdminApis, ZookeeperReadAPITest, BadComponentTest, CloudReplicaSourceTest, CustomHighlightComponentTest, CustomTermsComponentTest, DistributedDebugComponentTest, DistributedMLTComponentTest, DistributedQueryElevationComponentTest, MoreLikeThisComponentTest, QueryElevationComponentTest, TermsComponentTest, TestPivotHelperCode, TestTrackingShardHandlerFactory, TestNumericTokenStream, JvmMetricsTest, SolrRrdBackendFactoryTest, TestRetrieveFieldsOptimizer, TestChildDocTransformerHierarchy, TestSubQueryTransformer, TestCopyFieldCollectionResource, TestDynamicFieldCollectionResource, TestDynamicFieldResource, TestFieldCollectionResource, TestFieldTypeResource, TestSerializedLuceneMatchVersion, TestManagedStopFilterFactory, ChangedSchemaMergeTest, DateFieldTest, DocValuesMultiTest, IndexSchemaTest, NumericFieldsTest, OpenExchangeRatesOrgProviderTest, RequiredFieldsTest, ResolveAnalyzerByNameTest, SchemaApiFailureTest, SpatialRPTFieldTypeTest, TestCloudSchemaless, TestUseDocValuesAsStored2, CursorMarkTest, FuzzySearchTest]
   [junit4] Completed [761/911 (1!)] on J1 in 2.83s, 1 test, 1 failure <<< FAILURES!

[...truncated 53065 lines...]

[JENKINS] Lucene-Solr-Tests-master - Build # 4651 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/4651/

1 tests failed.
FAILED:  org.apache.solr.search.FuzzySearchTest.testTooComplex

Error Message:
Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:43209/solr/c1]

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:43209/solr/c1]
	at __randomizedtesting.SeedInfo.seed([B6A1F20B2D413B4:DDC85504AD0720FE]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2751)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2739)
	at org.apache.solr.search.FuzzySearchTest.testTooComplex(FuzzySearchTest.java:64)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:43209/solr/c1]
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1147)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:910)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:842)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1004)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1019)
	at org.apache.solr.search.FuzzySearchTest.lambda$testTooComplex$0(FuzzySearchTest.java:64)
	at org.apache.lucene.util.LuceneTestCase._expectThrows(LuceneTestCase.java:2869)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2744)
	... 41 more
Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:43209/solr/c1: Term too complex: headquarters(在日米海軍横須賀基地司令部庁舎/旧横須賀鎮守府会議所・横須賀海軍艦船部)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	... 50 more




Build Log:
[...truncated 15193 lines...]
   [junit4] Suite: org.apache.solr.search.FuzzySearchTest
   [junit4]   2> 2456733 INFO  (SUITE-FuzzySearchTest-seed#[B6A1F20B2D413B4]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 2456734 INFO  (SUITE-FuzzySearchTest-seed#[B6A1F20B2D413B4]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.search.FuzzySearchTest_B6A1F20B2D413B4-001/data-dir-253-001
   [junit4]   2> 2456734 WARN  (SUITE-FuzzySearchTest-seed#[B6A1F20B2D413B4]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 2456734 INFO  (SUITE-FuzzySearchTest-seed#[B6A1F20B2D413B4]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2456735 INFO  (SUITE-FuzzySearchTest-seed#[B6A1F20B2D413B4]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 2456735 INFO  (SUITE-FuzzySearchTest-seed#[B6A1F20B2D413B4]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2456735 INFO  (SUITE-FuzzySearchTest-seed#[B6A1F20B2D413B4]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.search.FuzzySearchTest_B6A1F20B2D413B4-001/tempDir-001
   [junit4]   2> 2456735 INFO  (SUITE-FuzzySearchTest-seed#[B6A1F20B2D413B4]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2456736 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 2456736 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2456836 INFO  (SUITE-FuzzySearchTest-seed#[B6A1F20B2D413B4]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 45365
   [junit4]   2> 2456836 INFO  (SUITE-FuzzySearchTest-seed#[B6A1F20B2D413B4]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:45365
   [junit4]   2> 2456836 INFO  (SUITE-FuzzySearchTest-seed#[B6A1F20B2D413B4]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45365
   [junit4]   2> 2456836 INFO  (SUITE-FuzzySearchTest-seed#[B6A1F20B2D413B4]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45365
   [junit4]   2> 2456839 INFO  (SUITE-FuzzySearchTest-seed#[B6A1F20B2D413B4]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2456851 INFO  (zkConnectionManagerCallback-34605-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2456851 INFO  (SUITE-FuzzySearchTest-seed#[B6A1F20B2D413B4]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2456853 INFO  (SUITE-FuzzySearchTest-seed#[B6A1F20B2D413B4]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2456855 INFO  (zkConnectionManagerCallback-34607-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2456855 INFO  (SUITE-FuzzySearchTest-seed#[B6A1F20B2D413B4]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2456855 INFO  (SUITE-FuzzySearchTest-seed#[B6A1F20B2D413B4]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2456856 INFO  (zkConnectionManagerCallback-34609-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2456856 INFO  (SUITE-FuzzySearchTest-seed#[B6A1F20B2D413B4]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2456962 INFO  (jetty-launcher-34610-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2456962 INFO  (jetty-launcher-34610-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2456962 INFO  (jetty-launcher-34610-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.4+10-LTS
   [junit4]   2> 2456962 INFO  (jetty-launcher-34610-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2456962 INFO  (jetty-launcher-34610-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2456962 INFO  (jetty-launcher-34610-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2456962 INFO  (jetty-launcher-34610-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@559961c8{/solr,null,AVAILABLE}
   [junit4]   2> 2456963 INFO  (jetty-launcher-34610-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@b10f24a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:43209}
   [junit4]   2> 2456963 INFO  (jetty-launcher-34610-thread-1) [     ] o.e.j.s.Server Started @2457008ms
   [junit4]   2> 2456963 INFO  (jetty-launcher-34610-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43209}
   [junit4]   2> 2456963 ERROR (jetty-launcher-34610-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2456963 INFO  (jetty-launcher-34610-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2456963 INFO  (jetty-launcher-34610-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 2456963 INFO  (jetty-launcher-34610-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2456963 INFO  (jetty-launcher-34610-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr
   [junit4]   2> 2456963 INFO  (jetty-launcher-34610-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-07T18:29:51.423498Z
   [junit4]   2> 2456964 INFO  (jetty-launcher-34610-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2456964 INFO  (zkConnectionManagerCallback-34612-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2456964 INFO  (jetty-launcher-34610-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2456965 INFO  (jetty-launcher-34610-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2457071 INFO  (jetty-launcher-34610-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2457072 WARN  (jetty-launcher-34610-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@41cd913b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2457072 WARN  (jetty-launcher-34610-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@41cd913b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2457074 WARN  (jetty-launcher-34610-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1162a3c4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2457074 WARN  (jetty-launcher-34610-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1162a3c4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2457075 INFO  (jetty-launcher-34610-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45365/solr
   [junit4]   2> 2457079 INFO  (jetty-launcher-34610-thread-1) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2457080 INFO  (zkConnectionManagerCallback-34623-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2457080 INFO  (jetty-launcher-34610-thread-1) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2457150 INFO  (jetty-launcher-34610-thread-1) [n:127.0.0.1:43209_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43209_solr
   [junit4]   2> 2457150 INFO  (jetty-launcher-34610-thread-1) [n:127.0.0.1:43209_solr     ] o.a.s.c.Overseer Overseer (id=73715509639446532-127.0.0.1:43209_solr-n_0000000000) starting
   [junit4]   2> 2457153 INFO  (OverseerStateUpdate-73715509639446532-127.0.0.1:43209_solr-n_0000000000) [n:127.0.0.1:43209_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43209_solr
   [junit4]   2> 2457154 INFO  (jetty-launcher-34610-thread-1) [n:127.0.0.1:43209_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43209_solr
   [junit4]   2> 2457155 INFO  (zkCallback-34622-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2457156 INFO  (jetty-launcher-34610-thread-1) [n:127.0.0.1:43209_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2457156 WARN  (jetty-launcher-34610-thread-1) [n:127.0.0.1:43209_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 2457172 INFO  (jetty-launcher-34610-thread-1) [n:127.0.0.1:43209_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2457193 INFO  (jetty-launcher-34610-thread-1) [n:127.0.0.1:43209_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43209.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4615b163
   [junit4]   2> 2457200 INFO  (jetty-launcher-34610-thread-1) [n:127.0.0.1:43209_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43209.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4615b163
   [junit4]   2> 2457200 INFO  (jetty-launcher-34610-thread-1) [n:127.0.0.1:43209_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43209.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4615b163
   [junit4]   2> 2457201 INFO  (jetty-launcher-34610-thread-1) [n:127.0.0.1:43209_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.search.FuzzySearchTest_B6A1F20B2D413B4-001/tempDir-001/node1/.
   [junit4]   2> 2457206 INFO  (SUITE-FuzzySearchTest-seed#[B6A1F20B2D413B4]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 2457207 INFO  (SUITE-FuzzySearchTest-seed#[B6A1F20B2D413B4]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2457207 INFO  (zkConnectionManagerCallback-34640-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2457207 INFO  (SUITE-FuzzySearchTest-seed#[B6A1F20B2D413B4]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2457208 INFO  (SUITE-FuzzySearchTest-seed#[B6A1F20B2D413B4]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2457209 INFO  (SUITE-FuzzySearchTest-seed#[B6A1F20B2D413B4]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45365/solr ready
   [junit4]   2> 2457219 INFO  (TEST-FuzzySearchTest.testTooComplex-seed#[B6A1F20B2D413B4]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testTooComplex
   [junit4]   2> 2457221 INFO  (qtp97983616-53648) [n:127.0.0.1:43209_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2457223 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection c1
   [junit4]   2> 2457223 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/c1.AUTOCREATED/protwords.txt
   [junit4]   2> 2457225 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 2457228 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/c1.AUTOCREATED/solrconfig.xml
   [junit4]   2> 2457233 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/c1.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 2457234 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/c1.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 2457235 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/c1.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 2457236 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/c1.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 2457237 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/c1.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 2457238 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/c1.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 2457239 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/c1.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 2457240 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/c1.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 2457241 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/c1.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 2457242 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/c1.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 2457245 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/c1.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 2457246 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/c1.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 2457247 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/c1.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 2457248 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/c1.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 2457249 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/c1.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 2457250 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/c1.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 2457251 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/c1.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 2457253 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/c1.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 2457254 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/c1.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 2457255 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/c1.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 2457257 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/c1.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 2457258 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/c1.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 2457259 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/c1.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 2457260 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/c1.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 2457261 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/c1.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 2457262 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/c1.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 2457263 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/c1.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 2457265 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/c1.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 2457266 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/c1.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 2457267 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/c1.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 2457268 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/c1.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 2457269 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/c1.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 2457273 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/c1.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 2457282 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/c1.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 2457283 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/c1.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 2457284 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/c1.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 2457285 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/c1.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 2457286 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/c1.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 2457287 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/c1.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 2457288 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/c1.AUTOCREATED/synonyms.txt
   [junit4]   2> 2457289 INFO  (OverseerThreadFactory-34630-thread-1-processing-n:127.0.0.1:43209_solr) [n:127.0.0.1:43209_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/c1.AUTOCREATED/stopwords.txt
   [junit4]   2> 2457395 INFO  (qtp97983616-53650) [n:127.0.0.1:43209_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2457396 INFO  (qtp97983616-53651) [n:127.0.0.1:43209_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2457399 INFO  (OverseerStateUpdate-73715509639446532-127.0.0.1:43209_solr-n_0000000000) [n:127.0.0.1:43209_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"c1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"c1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43209/solr",
   [junit4]   2>   "node_name":"127.0.0.1:43209_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2457601 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr    x:c1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=c1.AUTOCREATED&newCollection=true&name=c1_shard1_replica_n1&action=CREATE&numShards=1&collection=c1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2457601 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr    x:c1_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 2457610 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2457633 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 2457774 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 2457774 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'c1_shard1_replica_n1' using configuration from configset c1.AUTOCREATED, trusted=true
   [junit4]   2> 2457775 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43209.solr.core.c1.shard1.replica_n1' (registry 'solr.core.c1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4615b163
   [junit4]   2> 2457775 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [[c1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.search.FuzzySearchTest_B6A1F20B2D413B4-001/tempDir-001/node1/./c1_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.search.FuzzySearchTest_B6A1F20B2D413B4-001/tempDir-001/node1/./c1_shard1_replica_n1/data/]
   [junit4]   2> 2457844 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2457844 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2457845 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 2457846 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2457846 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@714cc923[c1_shard1_replica_n1] main]
   [junit4]   2> 2457847 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/c1.AUTOCREATED
   [junit4]   2> 2457848 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/c1.AUTOCREATED
   [junit4]   2> 2457848 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 2457848 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2457849 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2457849 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_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> 2457849 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2457850 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1666057442227650560
   [junit4]   2> 2457851 INFO  (searcherExecutor-34642-thread-1-processing-n:127.0.0.1:43209_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@714cc923[c1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2457851 INFO  (searcherExecutor-34642-thread-1-processing-n:127.0.0.1:43209_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 2457851 INFO  (searcherExecutor-34642-thread-1-processing-n:127.0.0.1:43209_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2457852 INFO  (searcherExecutor-34642-thread-1-processing-n:127.0.0.1:43209_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [c1_shard1_replica_n1] Registered new searcher Searcher@714cc923[c1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2457854 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/c1/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 2457854 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/c1/leaders/shard1
   [junit4]   2> 2457856 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2457856 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2457856 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:43209/solr/c1_shard1_replica_n1/
   [junit4]   2> 2457857 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2457857 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:43209/solr/c1_shard1_replica_n1/ has no replicas
   [junit4]   2> 2457857 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/c1/leaders/shard1/leader after winning as /collections/c1/leader_elect/shard1/election/73715509639446532-core_node2-n_0000000000
   [junit4]   2> 2457858 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:43209/solr/c1_shard1_replica_n1/ shard1
   [junit4]   2> 2457959 INFO  (zkCallback-34622-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2457959 INFO  (zkCallback-34622-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2457960 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2457964 INFO  (qtp97983616-53647) [n:127.0.0.1:43209_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=c1.AUTOCREATED&newCollection=true&name=c1_shard1_replica_n1&action=CREATE&numShards=1&collection=c1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=363
   [junit4]   2> 2457965 INFO  (qtp97983616-53648) [n:127.0.0.1:43209_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2458063 INFO  (zkCallback-34622-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2458063 INFO  (zkCallback-34622-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2458063 INFO  (zkCallback-34622-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2458064 INFO  (qtp97983616-53648) [n:127.0.0.1:43209_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=843
   [junit4]   2> 2458064 INFO  (TEST-FuzzySearchTest.testTooComplex-seed#[B6A1F20B2D413B4]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: c1
   [junit4]   2> 2458146 INFO  (qtp97983616-53649) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Persisted managed schema version 1  at /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 2458146 INFO  (zkCallback-34622-thread-2) [     ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/c1.AUTOCREATED/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 2458146 INFO  (zkCallback-34622-thread-2) [     ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from Zookeeper
   [junit4]   2> 2458149 INFO  (zkCallback-34622-thread-2) [     ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 2458151 INFO  (qtp97983616-53649) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/c1/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 2458151 INFO  (qtp97983616-53649) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1666057442538029056)]} 0 85
   [junit4]   2> 2458153 INFO  (qtp97983616-53650) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1666057442545369088,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2458153 INFO  (qtp97983616-53650) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@45b8ebdc commitCommandVersion:1666057442545369088
   [junit4]   2> 2458155 INFO  (qtp97983616-53650) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@19b99faf[c1_shard1_replica_n1] main]
   [junit4]   2> 2458156 INFO  (qtp97983616-53650) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2458156 INFO  (searcherExecutor-34642-thread-1-processing-n:127.0.0.1:43209_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@19b99faf[c1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.4+10-LTS, os.version=4.15.0-54-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1588876192614, java.version=11.0.4, java.vm.version=11.0.4+10-LTS}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] :id=2c9790tior33ap59lkhk0zxyj)))}
   [junit4]   2> 2458156 INFO  (searcherExecutor-34642-thread-1-processing-n:127.0.0.1:43209_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 2458158 INFO  (searcherExecutor-34642-thread-1-processing-n:127.0.0.1:43209_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [c1_shard1_replica_n1] Registered new searcher Searcher@19b99faf[c1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.4+10-LTS, os.version=4.15.0-54-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1588876192614, java.version=11.0.4, java.vm.version=11.0.4+10-LTS}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] :id=2c9790tior33ap59lkhk0zxyj)))}
   [junit4]   2> 2458159 INFO  (qtp97983616-53650) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=c1:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 7
   [junit4]   2> 2458200 ERROR (qtp97983616-53651) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.RequestHandlerBase org.apache.lucene.search.FuzzyTermsEnum$FuzzyTermsException: Term too complex: headquarters(在日米海軍横須賀基地司令部庁舎/旧横須賀鎮守府会議所・横須賀海軍艦船部)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyAutomatonBuilder.buildAutomatonSet(FuzzyAutomatonBuilder.java:63)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyTermsEnum$AutomatonAttributeImpl.init(FuzzyTermsEnum.java:365)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyTermsEnum.<init>(FuzzyTermsEnum.java:125)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyTermsEnum.<init>(FuzzyTermsEnum.java:111)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyQuery.getTermsEnum(FuzzyQuery.java:175)
   [junit4]   2> 	at org.apache.lucene.search.MultiTermQuery$RewriteMethod.getTermsEnum(MultiTermQuery.java:78)
   [junit4]   2> 	at org.apache.lucene.search.TermCollectingRewrite.collectTerms(TermCollectingRewrite.java:58)
   [junit4]   2> 	at org.apache.lucene.search.TopTermsRewrite.rewrite(TopTermsRewrite.java:67)
   [junit4]   2> 	at org.apache.lucene.search.MultiTermQuery.rewrite(MultiTermQuery.java:313)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.rewrite(IndexSearcher.java:756)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:527)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:201)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1580)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1400)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:583)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1489)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:401)
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2586)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:803)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:582)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> Caused by: org.apache.lucene.util.automaton.TooComplexToDeterminizeException: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states.
   [junit4]   2> 	at org.apache.lucene.util.automaton.Operations.determinize(Operations.java:747)
   [junit4]   2> 	at org.apache.lucene.util.automaton.RunAutomaton.<init>(RunAutomaton.java:75)
   [junit4]   2> 	at org.apache.lucene.util.automaton.ByteRunAutomaton.<init>(ByteRunAutomaton.java:31)
   [junit4]   2> 	at org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:254)
   [junit4]   2> 	at org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:140)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyAutomatonBuilder.buildAutomatonSet(FuzzyAutomatonBuilder.java:60)
   [junit4]   2> 	... 52 more
   [junit4]   2> 
   [junit4]   2> 2458200 INFO  (qtp97983616-53651) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=text:headquarters\(在日米海軍横須賀基地司令部庁舎\/旧横須賀鎮守府会議所・横須賀海軍艦船部\)~&_stateVer_=c1:4&wt=javabin&version=2} status=500 QTime=39
   [junit4]   2> 2458200 ERROR (qtp97983616-53651) [n:127.0.0.1:43209_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.HttpSolrCall null:org.apache.lucene.search.FuzzyTermsEnum$FuzzyTermsException: Term too complex: headquarters(在日米海軍横須賀基地司令部庁舎/旧横須賀鎮守府会議所・横須賀海軍艦船部)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyAutomatonBuilder.buildAutomatonSet(FuzzyAutomatonBuilder.java:63)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyTermsEnum$AutomatonAttributeImpl.init(FuzzyTermsEnum.java:365)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyTermsEnum.<init>(FuzzyTermsEnum.java:125)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyTermsEnum.<init>(FuzzyTermsEnum.java:111)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyQuery.getTermsEnum(FuzzyQuery.java:175)
   [junit4]   2> 	at org.apache.lucene.search.MultiTermQuery$RewriteMethod.getTermsEnum(MultiTermQuery.java:78)
   [junit4]   2> 	at org.apache.lucene.search.TermCollectingRewrite.collectTerms(TermCollectingRewrite.java:58)
   [junit4]   2> 	at org.apache.lucene.search.TopTermsRewrite.rewrite(TopTermsRewrite.java:67)
   [junit4]   2> 	at org.apache.lucene.search.MultiTermQuery.rewrite(MultiTermQuery.java:313)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.rewrite(IndexSearcher.java:756)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:527)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:201)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1580)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1400)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:583)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1489)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:401)
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2586)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:803)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:582)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> Caused by: org.apache.lucene.util.automaton.TooComplexToDeterminizeException: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states.
   [junit4]   2> 	at org.apache.lucene.util.automaton.Operations.determinize(Operations.java:747)
   [junit4]   2> 	at org.apache.lucene.util.automaton.RunAutomaton.<init>(RunAutomaton.java:75)
   [junit4]   2> 	at org.apache.lucene.util.automaton.ByteRunAutomaton.<init>(ByteRunAutomaton.java:31)
   [junit4]   2> 	at org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:254)
   [junit4]   2> 	at org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:140)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyAutomatonBuilder.buildAutomatonSet(FuzzyAutomatonBuilder.java:60)
   [junit4]   2> 	... 52 more
   [junit4]   2> 
   [junit4]   2> 2458201 ERROR (TEST-FuzzySearchTest.testTooComplex-seed#[B6A1F20B2D413B4]) [     ] o.a.s.c.s.i.BaseCloudSolrClient Request to collection [c1] failed due to (500) org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:43209/solr/c1: Term too complex: headquarters(在日米海軍横須賀基地司令部庁舎/旧横須賀鎮守府会議所・横須賀海軍艦船部), retry=0 commError=false errorCode=500 
   [junit4]   2> 2458201 INFO  (TEST-FuzzySearchTest.testTooComplex-seed#[B6A1F20B2D413B4]) [     ] o.a.s.c.s.i.BaseCloudSolrClient request was not communication error it seems
   [junit4]   2> 2458202 INFO  (TEST-FuzzySearchTest.testTooComplex-seed#[B6A1F20B2D413B4]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testTooComplex
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=FuzzySearchTest -Dtests.method=testTooComplex -Dtests.seed=B6A1F20B2D413B4 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=yue-Hant-HK -Dtests.timezone=America/Dawson -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.99s J0 | FuzzySearchTest.testTooComplex <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:43209/solr/c1]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B6A1F20B2D413B4:DDC85504AD0720FE]:0)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2751)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2739)
   [junit4]    > 	at org.apache.solr.search.FuzzySearchTest.testTooComplex(FuzzySearchTest.java:64)
   [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:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:43209/solr/c1]
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1147)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:910)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:842)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1004)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1019)
   [junit4]    > 	at org.apache.solr.search.FuzzySearchTest.lambda$testTooComplex$0(FuzzySearchTest.java:64)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase._expectThrows(LuceneTestCase.java:2869)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2744)
   [junit4]    > 	... 41 more
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:43209/solr/c1: Term too complex: headquarters(在日米海軍横須賀基地司令部庁舎/旧横須賀鎮守府会議所・横須賀海軍艦船部)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
   [junit4]    > 	... 50 more
   [junit4]   2> 2458258 INFO  (zkCallback-34622-thread-2) [     ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 2458258 INFO  (zkCallback-34622-thread-2) [     ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 112 ms
   [junit4]   2> 2458306 INFO  (jetty-closer-34648-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=732537624
   [junit4]   2> 2458306 INFO  (jetty-closer-34648-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43209_solr
   [junit4]   2> 2458307 INFO  (jetty-closer-34648-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2458307 INFO  (jetty-closer-34648-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:43209_solr as DOWN
   [junit4]   2> 2458309 INFO  (coreCloseExecutor-34652-thread-1) [n:127.0.0.1:43209_solr     ] o.a.s.c.SolrCore [c1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@38cb9db0
   [junit4]   2> 2458309 INFO  (coreCloseExecutor-34652-thread-1) [n:127.0.0.1:43209_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.c1.shard1.replica_n1 tag=SolrCore@38cb9db0
   [junit4]   2> 2458309 INFO  (coreCloseExecutor-34652-thread-1) [n:127.0.0.1:43209_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5847616f: rootName = solr_43209, domain = solr.core.c1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.c1.shard1.replica_n1/com.codahale.metrics.MetricRegistry@362c6520
   [junit4]   2> 2458320 INFO  (coreCloseExecutor-34652-thread-1) [n:127.0.0.1:43209_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.c1.shard1.leader tag=SolrCore@38cb9db0
   [junit4]   2> 2458321 INFO  (coreCloseExecutor-34652-thread-1) [n:127.0.0.1:43209_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 2458322 INFO  (jetty-closer-34648-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 2458322 INFO  (jetty-closer-34648-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@47bafa8e: rootName = solr_43209, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@737b484b
   [junit4]   2> 2458327 INFO  (jetty-closer-34648-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 2458327 INFO  (jetty-closer-34648-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5532c5df: rootName = solr_43209, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@10ebbeef
   [junit4]   2> 2458330 INFO  (jetty-closer-34648-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 2458330 INFO  (jetty-closer-34648-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6bd43b95: rootName = solr_43209, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@2d633c1b
   [junit4]   2> 2458330 INFO  (jetty-closer-34648-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 2458330 INFO  (closeThreadPool-34654-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73715509639446532-127.0.0.1:43209_solr-n_0000000000) closing
   [junit4]   2> 2458330 INFO  (OverseerStateUpdate-73715509639446532-127.0.0.1:43209_solr-n_0000000000) [n:127.0.0.1:43209_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43209_solr
   [junit4]   2> 2458331 INFO  (OverseerAutoScalingTriggerThread-73715509639446532-127.0.0.1:43209_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2458331 INFO  (closeThreadPool-34654-thread-2) [     ] o.a.s.c.Overseer Overseer (id=73715509639446532-127.0.0.1:43209_solr-n_0000000000) closing
   [junit4]   2> 2458432 INFO  (jetty-closer-34648-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73715509639446532-127.0.0.1:43209_solr-n_0000000000) closing
   [junit4]   2> 2458433 INFO  (jetty-closer-34648-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@b10f24a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 2458433 INFO  (jetty-closer-34648-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@559961c8{/solr,null,UNAVAILABLE}
   [junit4]   2> 2458433 INFO  (jetty-closer-34648-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2458433 INFO  (SUITE-FuzzySearchTest-seed#[B6A1F20B2D413B4]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 2458636 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/c1/terms/shard1
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/collections/c1/state.json
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/overseer/queue
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 2458638 INFO  (SUITE-FuzzySearchTest-seed#[B6A1F20B2D413B4]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:45365
   [junit4]   2> 2458638 INFO  (SUITE-FuzzySearchTest-seed#[B6A1F20B2D413B4]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45365
   [junit4]   2> 2458638 INFO  (SUITE-FuzzySearchTest-seed#[B6A1F20B2D413B4]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45365
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.search.FuzzySearchTest_B6A1F20B2D413B4-001
   [junit4]   2> May 07, 2020 6:29:53 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=HighCompressionCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=9, maxDocsPerChunk=10, blockShift=4), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=9, blockSize=4)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@175cf097), locale=yue-Hant-HK, timezone=America/Dawson
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=4,threads=1,free=89442328,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestFacetMethods, TestSimExtremeIndexing, TestJsonRequest, TestSolrQueryParser, TestImpersonationWithHadoopAuth, BasicAuthOnSingleNodeTest, TestFastOutputStream, TestLMJelinekMercerSimilarityFactory, FieldMutatingUpdateProcessorTest, AnalyticsMergeStrategyTest, SolrIndexConfigTest, TestManagedResourceStorage, TestCSVResponseWriter, TestManagedSynonymGraphFilterFactory, SearchRateTriggerTest, TestReversedWildcardFilterFactory, MergeStrategyTest, TestCollectionsAPIViaSolrCloudCluster, OverseerStatusTest, RulesTest, CategoryRoutedAliasUpdateProcessorTest, AuthToolTest, JWTAuthPluginIntegrationTest, RequiredFieldsTest, ScriptEngineTest, TestPayloadCheckQParserPlugin, TestSegmentSorting, SolrLogAuditLoggerPluginTest, HdfsChaosMonkeyNothingIsSafeTest, TestEmbeddedSolrServerSchemaAPI, TestPointFields, FullSolrCloudDistribCmdsTest, ZkSolrClientTest, SolrCLIZkUtilsTest, NodeAddedTriggerTest, TestRetrieveFieldsOptimizer, TestCloudRecovery2, TestTermsQParserPlugin, TestDistributedTracing, TestCloudPivotFacet, SegmentsInfoRequestHandlerTest, TestJmxIntegration, TestRTimerTree, CurrencyFieldTypeTest, ZkFailoverTest, FileUtilsTest, SearchHandlerTest, TestApiFramework, TestSchemaSimilarityResource, AuditLoggerIntegrationTest, TestReplicaProperties, IndexSizeEstimatorTest, NoCacheHeaderTest, HdfsSyncSliceTest, AdminHandlersProxyTest, TolerantUpdateProcessorTest, JWTVerificationkeyResolverTest, QueryElevationComponentTest, RegexBytesRefFilterTest, TestDistributedMissingSort, TestRuleBasedAuthorizationPlugin, PreAnalyzedUpdateProcessorTest, TestTolerantUpdateProcessorCloud, CustomTermsComponentTest, SortSpecParsingTest, HttpPartitionWithTlogReplicasTest, LeaderTragicEventTest, DeleteStatusTest, TestLegacyNumericUtils, XmlInterpolationTest, TestCoreAdminApis, DistributedFacetPivotLongTailTest, TestExactSharedStatsCache, RankQueryTest, TestMaxScoreQueryParser, MetricsHistoryHandlerTest, DocValuesNotIndexedTest, SuggesterTest, DeleteNodeTest, TestCopyFieldCollectionResource, HdfsUnloadDistributedZkTest, TestCryptoKeys, EnumFieldTest, TestPivotHelperCode, TestCloudJSONFacetSKG, PackageManagerCLITest, TestComplexPhraseQParserPlugin, TestTrie, TestExactSharedStatsCacheCloud, TestCaffeineCache, TestCollationFieldDocValues, VMParamsZkACLAndCredentialsProvidersTest, TestConfigReload, TestNumericTerms32, MoreLikeThisHandlerTest, StatelessScriptUpdateProcessorFactoryTest, IndexSizeTriggerMixedBoundsTest, SearchHandlerTest, RestartWhileUpdatingTest, TestSolrCloudWithSecureImpersonation, TestSolrJacksonAnnotation, AddBlockUpdateTest, DistribJoinFromCollectionTest, JavabinLoaderTest, JSONWriterTest, TestRSAKeyPair, TestDistribPackageStore, CheckHdfsIndexTest, TestPerFieldSimilarity, MoveReplicaTest, SolrMetricsIntegrationTest, SynonymTokenizerTest, TestJsonRangeFacets, TestRemoteStreaming, TestUpdate, IndexSchemaTest, TestFieldSortValues, OverseerRolesTest, EchoParamsTest, ClusterStateTest, DistributedQueryComponentOptimizationTest, TestSolrCoreParser, TestDistributedStatsComponentCardinality, AnalysisAfterCoreReloadTest, TestPhraseSuggestions, DataDrivenBlockJoinTest, CdcrRequestHandlerTest, TestAnalyzedSuggestions, PreAnalyzedFieldManagedSchemaCloudTest, RequestHandlersTest, CoreMergeIndexesAdminHandlerTest, CreateRoutedAliasTest, HdfsRecoverLeaseTest, TestWriterPerf, TestPushWriter, BooleanFieldTest, DocumentAnalysisRequestHandlerTest, TestStressLiveNodes, TestLuceneIndexBackCompat, FullHLLTest, TestInPlaceUpdatesStandalone, TestFieldCacheReopen, JavaBinAtomicUpdateMultivalueTest, TestRebalanceLeaders, ReplaceNodeNoTargetTest, TestJsonFacets, TestDFRSimilarityFactory, TestNRTOpen, CleanupOldIndexTest, CloudExitableDirectoryReaderTest, CollectionStateFormat2Test, CollectionsAPISolrJTest, ForceLeaderWithTlogReplicasTest, HttpPartitionTest, LeaderFailureAfterFreshStartTest, OverseerCollectionConfigSetProcessorTest, RecoveryAfterSoftCommitTest, RoutingToNodesWithPropertiesTest, SSLMigrationTest, SaslZkACLProviderTest, ShardRoutingTest, SharedFSAutoReplicaFailoverTest, SliceStateTest, SplitShardTest, SyncSliceTest, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestDistributedMap, TestDownShardTolerantSearch, TestDynamicFieldNamesIndexCorrectly, TestLRUStatsCacheCloud, TestLocalStatsCacheCloud, TestLockTree, TestMiniSolrCloudClusterSSL, TestSolrCloudWithDelegationTokens, TestWaitForStateWithJettyShutdowns, TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, ZkControllerTest, AsyncCallRequestStatusResponseTest, CollectionReloadTest, CollectionsAPIAsyncDistributedZkTest, HdfsCollectionsAPIDistributedZkTest, SimpleCollectionCreateDeleteTest, TestCollectionAPI, ComputePlanActionTest, MetricTriggerTest, ScheduledTriggerIntegrationTest, ScheduledTriggerTest, SearchRateTriggerIntegrationTest, TestPolicyCloud, TestSimClusterStateProvider, TestSimDistribStateManager, TestSimNodeAddedTrigger, TestSimNodeLostTrigger, TestSimScenario, BaseCdcrDistributedZkTest, CdcrBootstrapTest, ImplicitSnitchTest, RuleEngineTest, AlternateDirectoryTest, BlobRepositoryCloudTest, ConfigureRecoveryStrategyTest, ExitableDirectoryReaderTest, HdfsDirectoryFactoryTest, SolrCoreCheckLockOnStartupTest, TestBadConfig, TestConfigSetProperties, TestConfigSets, TestCustomStream, TestDynamicURP, TestImplicitCoreProperties, TestInfoStreamLogging, TestMergePolicyConfig, TestSolrConfigHandler, TestReplicationHandlerBackup, TestReqParamsAPI, TestSQLHandler, LukeRequestHandlerTest, MetricsHandlerTest, SplitHandlerTest, TestConfigsApi, ZookeeperStatusHandlerTest, BadComponentTest, CloudReplicaSourceTest, DistributedDebugComponentTest, DistributedExpandComponentTest, DistributedFacetExistsSmallTest, DistributedFacetPivotSmallTest, DistributedTermsComponentTest, TermVectorComponentDistributedTest, TestLogWatcher, JvmMetricsTest, SolrMetricManagerTest, SolrJmxReporterTest, SolrShardReporterTest, TestFieldResource, TestSchemaNameResource, TestManagedStopFilterFactory, CopyFieldTest, DocValuesMissingTest, DocValuesTest, TestCloudManagedSchema, TestManagedSchemaAPI, TestSchemaManager, TestSortableTextField, TestUseDocValuesAsStored2, CurrencyRangeFacetCloudTest, CursorMarkTest, FuzzySearchTest]
   [junit4] Completed [765/911 (1!)] on J0 in 2.65s, 1 test, 1 failure <<< FAILURES!

[...truncated 53052 lines...]

[JENKINS] Lucene-Solr-Tests-master - Build # 4650 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/4650/

1 tests failed.
FAILED:  org.apache.solr.search.FuzzySearchTest.testTooComplex

Error Message:
Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:46805/solr/c1]

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:46805/solr/c1]
	at __randomizedtesting.SeedInfo.seed([53B2443B2AF9FE63:85100E1F352ACD29]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2751)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2739)
	at org.apache.solr.search.FuzzySearchTest.testTooComplex(FuzzySearchTest.java:64)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:46805/solr/c1]
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1147)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:910)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:842)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1004)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1019)
	at org.apache.solr.search.FuzzySearchTest.lambda$testTooComplex$0(FuzzySearchTest.java:64)
	at org.apache.lucene.util.LuceneTestCase._expectThrows(LuceneTestCase.java:2869)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2744)
	... 41 more
Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:46805/solr/c1: Term too complex: headquarters(在日米海軍横須賀基地司令部庁舎/旧横須賀鎮守府会議所・横須賀海軍艦船部)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	... 50 more




Build Log:
[...truncated 15155 lines...]
   [junit4] Suite: org.apache.solr.search.FuzzySearchTest
   [junit4]   2> 2358319 INFO  (SUITE-FuzzySearchTest-seed#[53B2443B2AF9FE63]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 2358319 INFO  (SUITE-FuzzySearchTest-seed#[53B2443B2AF9FE63]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2358320 INFO  (SUITE-FuzzySearchTest-seed#[53B2443B2AF9FE63]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.FuzzySearchTest_53B2443B2AF9FE63-001/data-dir-262-001
   [junit4]   2> 2358320 WARN  (SUITE-FuzzySearchTest-seed#[53B2443B2AF9FE63]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 2358320 INFO  (SUITE-FuzzySearchTest-seed#[53B2443B2AF9FE63]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2358321 INFO  (SUITE-FuzzySearchTest-seed#[53B2443B2AF9FE63]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 2358322 INFO  (SUITE-FuzzySearchTest-seed#[53B2443B2AF9FE63]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.FuzzySearchTest_53B2443B2AF9FE63-001/tempDir-001
   [junit4]   2> 2358322 INFO  (SUITE-FuzzySearchTest-seed#[53B2443B2AF9FE63]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2358327 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 2358327 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2358427 INFO  (SUITE-FuzzySearchTest-seed#[53B2443B2AF9FE63]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 39485
   [junit4]   2> 2358427 INFO  (SUITE-FuzzySearchTest-seed#[53B2443B2AF9FE63]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:39485
   [junit4]   2> 2358427 INFO  (SUITE-FuzzySearchTest-seed#[53B2443B2AF9FE63]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39485
   [junit4]   2> 2358427 INFO  (SUITE-FuzzySearchTest-seed#[53B2443B2AF9FE63]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39485
   [junit4]   2> 2358438 INFO  (SUITE-FuzzySearchTest-seed#[53B2443B2AF9FE63]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2358550 INFO  (zkConnectionManagerCallback-25664-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2358550 INFO  (SUITE-FuzzySearchTest-seed#[53B2443B2AF9FE63]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2358565 INFO  (SUITE-FuzzySearchTest-seed#[53B2443B2AF9FE63]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2358571 INFO  (zkConnectionManagerCallback-25666-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2358571 INFO  (SUITE-FuzzySearchTest-seed#[53B2443B2AF9FE63]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2358573 INFO  (SUITE-FuzzySearchTest-seed#[53B2443B2AF9FE63]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2358576 INFO  (zkConnectionManagerCallback-25668-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2358576 INFO  (SUITE-FuzzySearchTest-seed#[53B2443B2AF9FE63]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2358719 INFO  (jetty-launcher-25669-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2358719 INFO  (jetty-launcher-25669-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2358719 INFO  (jetty-launcher-25669-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.4+10-LTS
   [junit4]   2> 2358725 INFO  (jetty-launcher-25669-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2358725 INFO  (jetty-launcher-25669-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2358725 INFO  (jetty-launcher-25669-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2358725 INFO  (jetty-launcher-25669-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@33bd7dc6{/solr,null,AVAILABLE}
   [junit4]   2> 2358726 INFO  (jetty-launcher-25669-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@38d7c892{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:46805}
   [junit4]   2> 2358726 INFO  (jetty-launcher-25669-thread-1) [     ] o.e.j.s.Server Started @2358752ms
   [junit4]   2> 2358726 INFO  (jetty-launcher-25669-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46805}
   [junit4]   2> 2358726 ERROR (jetty-launcher-25669-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2358726 INFO  (jetty-launcher-25669-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2358726 INFO  (jetty-launcher-25669-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 2358726 INFO  (jetty-launcher-25669-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2358726 INFO  (jetty-launcher-25669-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr
   [junit4]   2> 2358726 INFO  (jetty-launcher-25669-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-07T15:57:59.560708Z
   [junit4]   2> 2358729 INFO  (jetty-launcher-25669-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2358737 INFO  (zkConnectionManagerCallback-25671-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2358737 INFO  (jetty-launcher-25669-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2358738 INFO  (jetty-launcher-25669-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2358843 INFO  (jetty-launcher-25669-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2358844 WARN  (jetty-launcher-25669-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7c6ec7a1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2358844 WARN  (jetty-launcher-25669-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7c6ec7a1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2358862 WARN  (jetty-launcher-25669-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4832af05[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2358862 WARN  (jetty-launcher-25669-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4832af05[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2358863 INFO  (jetty-launcher-25669-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39485/solr
   [junit4]   2> 2358877 INFO  (jetty-launcher-25669-thread-1) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2358877 INFO  (zkConnectionManagerCallback-25682-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2358877 INFO  (jetty-launcher-25669-thread-1) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2358954 INFO  (jetty-launcher-25669-thread-1) [n:127.0.0.1:46805_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46805_solr
   [junit4]   2> 2358954 INFO  (jetty-launcher-25669-thread-1) [n:127.0.0.1:46805_solr     ] o.a.s.c.Overseer Overseer (id=73714912473907204-127.0.0.1:46805_solr-n_0000000000) starting
   [junit4]   2> 2358958 INFO  (OverseerStateUpdate-73714912473907204-127.0.0.1:46805_solr-n_0000000000) [n:127.0.0.1:46805_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:46805_solr
   [junit4]   2> 2358962 INFO  (jetty-launcher-25669-thread-1) [n:127.0.0.1:46805_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46805_solr
   [junit4]   2> 2358963 INFO  (zkCallback-25681-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2358965 INFO  (jetty-launcher-25669-thread-1) [n:127.0.0.1:46805_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2358965 WARN  (jetty-launcher-25669-thread-1) [n:127.0.0.1:46805_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 2358985 INFO  (jetty-launcher-25669-thread-1) [n:127.0.0.1:46805_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2359008 INFO  (jetty-launcher-25669-thread-1) [n:127.0.0.1:46805_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46805.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@542d2b4a
   [junit4]   2> 2359015 INFO  (jetty-launcher-25669-thread-1) [n:127.0.0.1:46805_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46805.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@542d2b4a
   [junit4]   2> 2359015 INFO  (jetty-launcher-25669-thread-1) [n:127.0.0.1:46805_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46805.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@542d2b4a
   [junit4]   2> 2359016 INFO  (jetty-launcher-25669-thread-1) [n:127.0.0.1:46805_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.FuzzySearchTest_53B2443B2AF9FE63-001/tempDir-001/node1/.
   [junit4]   2> 2359021 INFO  (SUITE-FuzzySearchTest-seed#[53B2443B2AF9FE63]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 2359022 INFO  (SUITE-FuzzySearchTest-seed#[53B2443B2AF9FE63]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2359023 INFO  (zkConnectionManagerCallback-25699-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2359023 INFO  (SUITE-FuzzySearchTest-seed#[53B2443B2AF9FE63]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2359024 INFO  (SUITE-FuzzySearchTest-seed#[53B2443B2AF9FE63]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2359025 INFO  (SUITE-FuzzySearchTest-seed#[53B2443B2AF9FE63]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39485/solr ready
   [junit4]   2> 2359035 INFO  (TEST-FuzzySearchTest.testTooComplex-seed#[53B2443B2AF9FE63]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testTooComplex
   [junit4]   2> 2359074 INFO  (qtp1999450684-39907) [n:127.0.0.1:46805_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2359076 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection c1
   [junit4]   2> 2359077 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/c1.AUTOCREATED/protwords.txt
   [junit4]   2> 2359078 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 2359079 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/c1.AUTOCREATED/solrconfig.xml
   [junit4]   2> 2359081 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/c1.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 2359082 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/c1.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 2359083 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/c1.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 2359085 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/c1.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 2359086 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/c1.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 2359087 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/c1.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 2359088 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/c1.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 2359090 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/c1.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 2359091 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/c1.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 2359092 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/c1.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 2359093 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/c1.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 2359094 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/c1.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 2359096 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/c1.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 2359097 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/c1.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 2359098 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/c1.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 2359099 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/c1.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 2359100 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/c1.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 2359102 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/c1.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 2359103 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/c1.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 2359104 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/c1.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 2359105 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/c1.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 2359106 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/c1.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 2359108 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/c1.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 2359109 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/c1.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 2359110 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/c1.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 2359111 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/c1.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 2359112 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/c1.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 2359114 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/c1.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 2359115 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/c1.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 2359116 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/c1.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 2359117 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/c1.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 2359118 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/c1.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 2359120 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/c1.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 2359121 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/c1.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 2359122 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/c1.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 2359123 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/c1.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 2359124 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/c1.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 2359125 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/c1.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 2359126 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/c1.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 2359127 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/c1.AUTOCREATED/synonyms.txt
   [junit4]   2> 2359128 INFO  (OverseerThreadFactory-25689-thread-1-processing-n:127.0.0.1:46805_solr) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/c1.AUTOCREATED/stopwords.txt
   [junit4]   2> 2359242 INFO  (qtp1999450684-39911) [n:127.0.0.1:46805_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2359245 INFO  (qtp1999450684-39909) [n:127.0.0.1:46805_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2359248 INFO  (OverseerStateUpdate-73714912473907204-127.0.0.1:46805_solr-n_0000000000) [n:127.0.0.1:46805_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"c1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"c1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46805/solr",
   [junit4]   2>   "node_name":"127.0.0.1:46805_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2359451 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr    x:c1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=c1.AUTOCREATED&newCollection=true&name=c1_shard1_replica_n1&action=CREATE&numShards=1&collection=c1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2359451 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr    x:c1_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 2359465 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2359493 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 2359631 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 2359631 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'c1_shard1_replica_n1' using configuration from configset c1.AUTOCREATED, trusted=true
   [junit4]   2> 2359632 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46805.solr.core.c1.shard1.replica_n1' (registry 'solr.core.c1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@542d2b4a
   [junit4]   2> 2359632 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [[c1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.FuzzySearchTest_53B2443B2AF9FE63-001/tempDir-001/node1/./c1_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.FuzzySearchTest_53B2443B2AF9FE63-001/tempDir-001/node1/./c1_shard1_replica_n1/data/]
   [junit4]   2> 2359697 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2359697 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2359699 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 2359699 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2359700 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d046501[c1_shard1_replica_n1] main]
   [junit4]   2> 2359701 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/c1.AUTOCREATED
   [junit4]   2> 2359701 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/c1.AUTOCREATED
   [junit4]   2> 2359701 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 2359702 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2359702 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2359702 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_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> 2359703 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2359703 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1666047887841165312
   [junit4]   2> 2359705 INFO  (searcherExecutor-25701-thread-1-processing-n:127.0.0.1:46805_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@1d046501[c1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2359705 INFO  (searcherExecutor-25701-thread-1-processing-n:127.0.0.1:46805_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 2359705 INFO  (searcherExecutor-25701-thread-1-processing-n:127.0.0.1:46805_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2359706 INFO  (searcherExecutor-25701-thread-1-processing-n:127.0.0.1:46805_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [c1_shard1_replica_n1] Registered new searcher Searcher@1d046501[c1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2359708 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/c1/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 2359708 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/c1/leaders/shard1
   [junit4]   2> 2359711 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2359711 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2359711 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:46805/solr/c1_shard1_replica_n1/
   [junit4]   2> 2359711 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2359711 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:46805/solr/c1_shard1_replica_n1/ has no replicas
   [junit4]   2> 2359711 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/c1/leaders/shard1/leader after winning as /collections/c1/leader_elect/shard1/election/73714912473907204-core_node2-n_0000000000
   [junit4]   2> 2359712 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:46805/solr/c1_shard1_replica_n1/ shard1
   [junit4]   2> 2359814 INFO  (zkCallback-25681-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2359814 INFO  (zkCallback-25681-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2359814 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2359816 INFO  (qtp1999450684-39910) [n:127.0.0.1:46805_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=c1.AUTOCREATED&newCollection=true&name=c1_shard1_replica_n1&action=CREATE&numShards=1&collection=c1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=365
   [junit4]   2> 2359817 INFO  (qtp1999450684-39907) [n:127.0.0.1:46805_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2359916 INFO  (zkCallback-25681-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2359916 INFO  (zkCallback-25681-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2359916 INFO  (zkCallback-25681-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2359917 INFO  (qtp1999450684-39907) [n:127.0.0.1:46805_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=842
   [junit4]   2> 2359917 INFO  (TEST-FuzzySearchTest.testTooComplex-seed#[53B2443B2AF9FE63]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: c1
   [junit4]   2> 2359988 INFO  (zkCallback-25681-thread-4) [     ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/c1.AUTOCREATED/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 2359988 INFO  (qtp1999450684-39908) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Persisted managed schema version 1  at /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 2359989 INFO  (zkCallback-25681-thread-4) [     ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from Zookeeper
   [junit4]   2> 2359992 INFO  (zkCallback-25681-thread-4) [     ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 2359993 INFO  (qtp1999450684-39908) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/c1/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 2359993 INFO  (qtp1999450684-39908) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1666047888140009472)]} 0 67
   [junit4]   2> 2359995 INFO  (qtp1999450684-39911) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1666047888147349504,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2359995 INFO  (qtp1999450684-39911) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6fc2943f commitCommandVersion:1666047888147349504
   [junit4]   2> 2359997 INFO  (qtp1999450684-39911) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@aec43dc[c1_shard1_replica_n1] main]
   [junit4]   2> 2359998 INFO  (searcherExecutor-25701-thread-1-processing-n:127.0.0.1:46805_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@aec43dc[c1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={java.vm.version=11.0.4+10-LTS, java.version=11.0.4, timestamp=1588867080830, java.vendor=Oracle Corporation, os=Linux, os.version=4.15.0-54-generic, java.runtime.version=11.0.4+10-LTS, os.arch=amd64, source=flush, lucene.version=9.0.0}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] :id=9s7yiluqldy8k4dfjwgac5s1b)))}
   [junit4]   2> 2359998 INFO  (searcherExecutor-25701-thread-1-processing-n:127.0.0.1:46805_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 2360000 INFO  (searcherExecutor-25701-thread-1-processing-n:127.0.0.1:46805_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [c1_shard1_replica_n1] Registered new searcher Searcher@aec43dc[c1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={java.vm.version=11.0.4+10-LTS, java.version=11.0.4, timestamp=1588867080830, java.vendor=Oracle Corporation, os=Linux, os.version=4.15.0-54-generic, java.runtime.version=11.0.4+10-LTS, os.arch=amd64, source=flush, lucene.version=9.0.0}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] :id=9s7yiluqldy8k4dfjwgac5s1b)))}
   [junit4]   2> 2360001 INFO  (qtp1999450684-39911) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2360001 INFO  (qtp1999450684-39911) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=c1:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 6
   [junit4]   2> 2360041 ERROR (qtp1999450684-39911) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.RequestHandlerBase org.apache.lucene.search.FuzzyTermsEnum$FuzzyTermsException: Term too complex: headquarters(???????????????/???????????????????)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyAutomatonBuilder.buildAutomatonSet(FuzzyAutomatonBuilder.java:63)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyTermsEnum$AutomatonAttributeImpl.init(FuzzyTermsEnum.java:365)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyTermsEnum.<init>(FuzzyTermsEnum.java:125)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyTermsEnum.<init>(FuzzyTermsEnum.java:111)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyQuery.getTermsEnum(FuzzyQuery.java:191)
   [junit4]   2> 	at org.apache.lucene.search.MultiTermQuery$RewriteMethod.getTermsEnum(MultiTermQuery.java:78)
   [junit4]   2> 	at org.apache.lucene.search.TermCollectingRewrite.collectTerms(TermCollectingRewrite.java:58)
   [junit4]   2> 	at org.apache.lucene.search.TopTermsRewrite.rewrite(TopTermsRewrite.java:67)
   [junit4]   2> 	at org.apache.lucene.search.MultiTermQuery.rewrite(MultiTermQuery.java:313)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.rewrite(IndexSearcher.java:756)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:527)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:201)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1580)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1400)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:583)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1489)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:401)
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2586)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:803)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:582)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> Caused by: org.apache.lucene.util.automaton.TooComplexToDeterminizeException: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states.
   [junit4]   2> 	at org.apache.lucene.util.automaton.Operations.determinize(Operations.java:747)
   [junit4]   2> 	at org.apache.lucene.util.automaton.RunAutomaton.<init>(RunAutomaton.java:75)
   [junit4]   2> 	at org.apache.lucene.util.automaton.ByteRunAutomaton.<init>(ByteRunAutomaton.java:31)
   [junit4]   2> 	at org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:254)
   [junit4]   2> 	at org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:140)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyAutomatonBuilder.buildAutomatonSet(FuzzyAutomatonBuilder.java:60)
   [junit4]   2> 	... 56 more
   [junit4]   2> 
   [junit4]   2> 2360041 INFO  (qtp1999450684-39911) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=text:headquarters\(???????????????\/???????????????????\)~&_stateVer_=c1:4&wt=javabin&version=2} status=500 QTime=39
   [junit4]   2> 2360041 ERROR (qtp1999450684-39911) [n:127.0.0.1:46805_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.HttpSolrCall null:org.apache.lucene.search.FuzzyTermsEnum$FuzzyTermsException: Term too complex: headquarters(???????????????/???????????????????)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyAutomatonBuilder.buildAutomatonSet(FuzzyAutomatonBuilder.java:63)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyTermsEnum$AutomatonAttributeImpl.init(FuzzyTermsEnum.java:365)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyTermsEnum.<init>(FuzzyTermsEnum.java:125)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyTermsEnum.<init>(FuzzyTermsEnum.java:111)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyQuery.getTermsEnum(FuzzyQuery.java:191)
   [junit4]   2> 	at org.apache.lucene.search.MultiTermQuery$RewriteMethod.getTermsEnum(MultiTermQuery.java:78)
   [junit4]   2> 	at org.apache.lucene.search.TermCollectingRewrite.collectTerms(TermCollectingRewrite.java:58)
   [junit4]   2> 	at org.apache.lucene.search.TopTermsRewrite.rewrite(TopTermsRewrite.java:67)
   [junit4]   2> 	at org.apache.lucene.search.MultiTermQuery.rewrite(MultiTermQuery.java:313)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.rewrite(IndexSearcher.java:756)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:527)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:201)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1580)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1400)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:583)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1489)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:401)
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2586)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:803)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:582)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> Caused by: org.apache.lucene.util.automaton.TooComplexToDeterminizeException: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states.
   [junit4]   2> 	at org.apache.lucene.util.automaton.Operations.determinize(Operations.java:747)
   [junit4]   2> 	at org.apache.lucene.util.automaton.RunAutomaton.<init>(RunAutomaton.java:75)
   [junit4]   2> 	at org.apache.lucene.util.automaton.ByteRunAutomaton.<init>(ByteRunAutomaton.java:31)
   [junit4]   2> 	at org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:254)
   [junit4]   2> 	at org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:140)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyAutomatonBuilder.buildAutomatonSet(FuzzyAutomatonBuilder.java:60)
   [junit4]   2> 	... 56 more
   [junit4]   2> 
   [junit4]   2> 2360042 ERROR (TEST-FuzzySearchTest.testTooComplex-seed#[53B2443B2AF9FE63]) [     ] o.a.s.c.s.i.BaseCloudSolrClient Request to collection [c1] failed due to (500) org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:46805/solr/c1: Term too complex: headquarters(???????????????/???????????????????), retry=0 commError=false errorCode=500 
   [junit4]   2> 2360042 INFO  (TEST-FuzzySearchTest.testTooComplex-seed#[53B2443B2AF9FE63]) [     ] o.a.s.c.s.i.BaseCloudSolrClient request was not communication error it seems
   [junit4]   2> 2360044 INFO  (TEST-FuzzySearchTest.testTooComplex-seed#[53B2443B2AF9FE63]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testTooComplex
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=FuzzySearchTest -Dtests.method=testTooComplex -Dtests.seed=53B2443B2AF9FE63 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=tzm-MA -Dtests.timezone=Indian/Cocos -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 1.02s J2 | FuzzySearchTest.testTooComplex <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:46805/solr/c1]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([53B2443B2AF9FE63:85100E1F352ACD29]:0)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2751)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2739)
   [junit4]    > 	at org.apache.solr.search.FuzzySearchTest.testTooComplex(FuzzySearchTest.java:64)
   [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:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:46805/solr/c1]
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1147)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:910)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:842)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1004)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1019)
   [junit4]    > 	at org.apache.solr.search.FuzzySearchTest.lambda$testTooComplex$0(FuzzySearchTest.java:64)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase._expectThrows(LuceneTestCase.java:2869)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2744)
   [junit4]    > 	... 41 more
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:46805/solr/c1: Term too complex: headquarters(在日米海軍横須賀基地司令部庁舎/旧横須賀鎮守府会議所・横須賀海軍艦船部)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
   [junit4]    > 	... 50 more
   [junit4]   2> 2360113 INFO  (zkCallback-25681-thread-4) [     ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 2360113 INFO  (zkCallback-25681-thread-4) [     ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 124 ms
   [junit4]   2> 2360150 INFO  (jetty-closer-25707-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=79763134
   [junit4]   2> 2360150 INFO  (jetty-closer-25707-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:46805_solr
   [junit4]   2> 2360150 INFO  (jetty-closer-25707-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2360150 INFO  (jetty-closer-25707-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:46805_solr as DOWN
   [junit4]   2> 2360157 INFO  (coreCloseExecutor-25711-thread-1) [n:127.0.0.1:46805_solr     ] o.a.s.c.SolrCore [c1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@374d6741
   [junit4]   2> 2360157 INFO  (coreCloseExecutor-25711-thread-1) [n:127.0.0.1:46805_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.c1.shard1.replica_n1 tag=SolrCore@374d6741
   [junit4]   2> 2360157 INFO  (coreCloseExecutor-25711-thread-1) [n:127.0.0.1:46805_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7062fd27: rootName = solr_46805, domain = solr.core.c1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.c1.shard1.replica_n1/com.codahale.metrics.MetricRegistry@577df80b
   [junit4]   2> 2360168 INFO  (coreCloseExecutor-25711-thread-1) [n:127.0.0.1:46805_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.c1.shard1.leader tag=SolrCore@374d6741
   [junit4]   2> 2360169 INFO  (coreCloseExecutor-25711-thread-1) [n:127.0.0.1:46805_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 2360172 INFO  (jetty-closer-25707-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 2360172 INFO  (jetty-closer-25707-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6a62d849: rootName = solr_46805, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@5632343e
   [junit4]   2> 2360177 INFO  (jetty-closer-25707-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 2360177 INFO  (jetty-closer-25707-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3940c1f2: rootName = solr_46805, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@357db1c3
   [junit4]   2> 2360180 INFO  (jetty-closer-25707-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 2360180 INFO  (jetty-closer-25707-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@33a722de: rootName = solr_46805, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@41359fe4
   [junit4]   2> 2360180 INFO  (jetty-closer-25707-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 2360181 INFO  (closeThreadPool-25713-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73714912473907204-127.0.0.1:46805_solr-n_0000000000) closing
   [junit4]   2> 2360181 INFO  (OverseerStateUpdate-73714912473907204-127.0.0.1:46805_solr-n_0000000000) [n:127.0.0.1:46805_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:46805_solr
   [junit4]   2> 2360181 INFO  (OverseerAutoScalingTriggerThread-73714912473907204-127.0.0.1:46805_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2360193 INFO  (closeThreadPool-25713-thread-2) [     ] o.a.s.c.Overseer Overseer (id=73714912473907204-127.0.0.1:46805_solr-n_0000000000) closing
   [junit4]   2> 2360294 INFO  (jetty-closer-25707-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73714912473907204-127.0.0.1:46805_solr-n_0000000000) closing
   [junit4]   2> 2360294 INFO  (jetty-closer-25707-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@38d7c892{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:0}
   [junit4]   2> 2360294 INFO  (jetty-closer-25707-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@33bd7dc6{/solr,null,UNAVAILABLE}
   [junit4]   2> 2360295 INFO  (jetty-closer-25707-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2360295 INFO  (SUITE-FuzzySearchTest-seed#[53B2443B2AF9FE63]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 2360498 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/c1/terms/shard1
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/collections/c1/state.json
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/overseer/queue
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 2360499 INFO  (SUITE-FuzzySearchTest-seed#[53B2443B2AF9FE63]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:39485
   [junit4]   2> 2360499 INFO  (SUITE-FuzzySearchTest-seed#[53B2443B2AF9FE63]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39485
   [junit4]   2> 2360499 INFO  (SUITE-FuzzySearchTest-seed#[53B2443B2AF9FE63]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39485
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.FuzzySearchTest_53B2443B2AF9FE63-001
   [junit4]   2> May 07, 2020 3:58: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=HighCompressionCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=2, maxDocsPerChunk=995, blockShift=16), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=2, blockSize=16)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@59e7f49a), locale=tzm-MA, timezone=Indian/Cocos
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=4,threads=1,free=292251568,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestCSVLoader, TestDocumentBuilder, TaggingAttributeTest, LegacyCloudClusterPropTest, TestLuceneMatchVersion, AliasIntegrationTest, TestRecoveryHdfs, TestPKIAuthenticationPlugin, PrimitiveFieldTypeTest, TestDirectoryFactory, DistributedQueryComponentCustomSortTest, UUIDUpdateProcessorFallbackTest, TestExtendedDismaxParser, TestAnalyzeInfixSuggestions, ByteBuffersDirectoryFactoryTest, SolrRequestParserTest, NodeLostTriggerTest, QueryParsingTest, TestSubQueryTransformer, CSVRequestHandlerTest, CreateCollectionCleanupTest, GraphQueryTest, ConvertedLegacyTest, CertAuthPluginTest, TestBinaryResponseWriter, TestBackupRepositoryFactory, TestSimpleTrackingShardHandler, TestPHPSerializedResponseWriter, CoreAdminRequestStatusTest, AsyncCallRequestStatusResponseTest, TestCoreDiscovery, CdcrBidirectionalTest, TestSolrCoreSnapshots, ComputePlanActionTest, TestSimpleTextCodec, TestLeaderElectionWithEmptyReplica, TestObjectReleaseTracker, SpellCheckCollatorWithCollapseTest, TriggerIntegrationTest, TimeRoutedAliasUpdateProcessorTest, MigrateRouteKeyTest, RuleEngineTest, TestJoin, TestOverriddenPrefixQueryForCustomFieldType, SliceStateTest, CoreAdminCreateDiscoverTest, TermsComponentTest, SubstringBytesRefFilterTest, FacetPivotSmallTest, SpatialRPTFieldTypeTest, TestSearchPerf, DefaultValueUpdateProcessorTest, OverseerSolrResponseUnsafeSerializationTest, TestConfig, TestFieldCacheSortRandom, HighlighterWithoutStoredIdTest, BasicDistributedZkTest, SimpleMLTQParserTest, TestHighFrequencyDictionaryFactory, DistributedSpellCheckComponentTest, TestExclusionRuleCollectionAccess, SchemaApiFailureTest, RoutingToNodesWithPropertiesTest, TestSizeLimitedDistributedMap, DeleteLastCustomShardedReplicaTest, TestSolrConfigHandlerConcurrent, HttpTriggerListenerTest, ZkStateReaderTest, TestAddFieldRealTimeGet, TestCollectionAPI, SuggestComponentTest, TestPrepRecovery, IndexSizeTriggerTest, TestFunctionQuery, ZookeeperStatusHandlerTest, HdfsRestartWhileUpdatingTest, TestValueSourceCache, PolyFieldTest, FileBasedSpellCheckerTest, HdfsDirectoryFactoryTest, TestSurroundQueryParser, RandomizedTaggerTest, TestNonDefinedSimilarityFactory, SignificantTermsQParserPluginTest, DocumentBuilderTest, V2ApiIntegrationTest, CdcrWithNodesRestartsTest, HighlighterConfigTest, TestBulkSchemaAPI, DistributedVersionInfoTest, LargeFieldTest, TestExportWriter, LeaderFailureAfterFreshStartTest, ZkShardTermsTest, TestUtilizeNode, DeleteShardTest, TestExportTool, OutputWriterTest, TestTlogReplica, TestLocalFSCloudBackupRestore, TestInPlaceUpdatesRequiredField, AddSchemaFieldsUpdateProcessorFactoryTest, TestUninvertingReader, CoreSorterTest, PeerSyncWithBufferUpdatesTest, TestCloudRecovery, MultiThreadedOCPTest, TestSortByMinMaxFunction, TestDFISimilarityFactory, JsonLoaderTest, TestSimExecutePlanAction, TestCloudConsistency, RemoteQueryErrorTest, TestPackages, DistributedFacetPivotSmallTest, LoggingHandlerTest, TestTextField, SpellCheckComponentTest, TestHashQParserPlugin, ResponseLogComponentTest, HLLUtilTest, TestReRankQParserPlugin, TestConfigSetProperties, TestCollationField, TokenizerChainTest, TestClusterProperties, ConcurrentCreateRoutedAliasTest, LeaderElectionIntegrationTest, TestSolrJ, SearchRateTriggerIntegrationTest, AutoAddReplicasIntegrationTest, TestStressInPlaceUpdates, SolrJmxReporterCloudTest, TestRawTransformer, TestSolrCLIRunExample, TestMultiValuedNumericRangeQuery, ConnectionReuseTest, MoveReplicaHDFSTest, AlternateDirectoryTest, TestOmitPositions, DOMUtilTest, TestTestInjection, TestDynamicFieldNamesIndexCorrectly, TestMissingGroups, TestComplexPhraseLeadingWildcard, SolrCmdDistributorTest, SolrMetricReporterTest, RAMDirectoryFactoryTest, ForceLeaderWithTlogReplicasTest, ExplicitHLLTest, AddReplicaTest, BasicZkTest, ChaosMonkeyNothingIsSafeTest, DeleteReplicaTest, HttpPartitionOnCommitTest, MissingSegmentRecoveryTest, MoveReplicaHDFSFailoverTest, MoveReplicaTest, OverseerCollectionConfigSetProcessorTest, OverseerRolesTest, RecoveryAfterSoftCommitTest, ReplaceNodeNoTargetTest, ReplaceNodeTest, RestartWhileUpdatingTest, RollingRestartTest, ShardRoutingCustomTest, SolrXmlInZkTest, SystemCollectionCompatTest, TestAuthenticationFramework, TestConfigSetsAPIZkFailure, TestLeaderElectionZkExpiry, TestQueryingOnDownCollection, TestRSAKeyPair, TestRandomFlRTGCloud, TestSkipOverseerOperations, CollectionsAPIAsyncDistributedZkTest, HdfsCollectionsAPIDistributedZkTest, ShardSplitTest, HdfsRecoveryZkTest, HdfsSyncSliceTest, HdfsThreadLeakTest, HdfsTlogReplayBufferedWhileIndexingTest, StressHdfsTest, BlobRepositoryCloudTest, DirectoryFactoryTest, SolrCoreTest, TestInfoStreamLogging, TestJmxIntegration, TestLazyCores, TestDistribPackageStore, TestHdfsBackupRestoreCore, TestStressThreadBackup, TestSystemCollAutoCreate, XsltUpdateRequestHandlerTest, CoreAdminHandlerTest, CoreAdminOperationTest, CoreMergeIndexesAdminHandlerTest, DaemonStreamApiTest, IndexSizeEstimatorTest, SecurityConfHandlerTest, TestApiFramework, TestConfigsApi, ZookeeperReadAPITest, CloudReplicaSourceTest, CustomHighlightComponentTest, DebugComponentTest, DistributedDebugComponentTest, DistributedFacetExistsSmallTest, InfixSuggestersTest, MoreLikeThisComponentTest, PhrasesIdentificationComponentTest, SuggestComponentContextFilterQueryTest, TermVectorComponentTest, TestDistributedStatsComponentCardinality, RegexBytesRefFilterTest, SimpleFacetsTest, TestUnInvertedFieldException, TestMacros, TestCSVResponseWriter, TestCustomDocTransformer, TestGeoJSONResponseWriter, TestPushWriter, TestRawResponseWriter, TestChildDocTransformer, TestManagedResource, TestManagedResourceStorage, TestFieldTypeCollectionResource, TestSchemaSimilarityResource, TestSerializedLuceneMatchVersion, TestManagedSynonymFilterFactory, BooleanFieldTest, ChangedSchemaMergeTest, CurrencyFieldTypeTest, IndexSchemaRuntimeFieldTest, NotRequiredUniqueKeyTest, NumericFieldsTest, OpenExchangeRatesOrgProviderTest, PreAnalyzedFieldManagedSchemaCloudTest, PreAnalyzedFieldTest, RequiredFieldsTest, ResolveAnalyzerByNameTest, SchemaVersionSpecificBehaviorTest, TestCloudManagedSchema, TestCloudSchemaless, TestManagedSchemaAPI, TestSchemalessBufferedUpdates, TestUseDocValuesAsStored2, UUIDFieldTest, AnalyticsMergeStrategyTest, AnalyticsQueryTest, CursorMarkTest, FuzzySearchTest]
   [junit4] Completed [755/911 (1!)] on J2 in 2.71s, 1 test, 1 failure <<< FAILURES!

[...truncated 53093 lines...]