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

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk-10) - Build # 2531 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2531/
Java: 64bit/jdk-10 -XX:-UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Expected moving a replica of 'withCollection': testMoveReplicaWithCollection_abc to fail

Stack Trace:
java.lang.AssertionError: Expected moving a replica of 'withCollection': testMoveReplicaWithCollection_abc to fail
	at __randomizedtesting.SeedInfo.seed([65C0268E6F0F8C45:2AD71F2DFC7D4533]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.TestWithCollection.testMoveReplicaWithCollection(TestWithCollection.java:389)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.autoscaling.NodeLostTriggerTest.testTrigger

Error Message:
[127.0.0.1:39079_solr] doesn't contain 127.0.0.1:42357_solr

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




Build Log:
[...truncated 14282 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestWithCollection
   [junit4]   2> 1471674 INFO  (SUITE-TestWithCollection-seed#[65C0268E6F0F8C45]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/init-core-data-001
   [junit4]   2> 1471675 WARN  (SUITE-TestWithCollection-seed#[65C0268E6F0F8C45]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1881 numCloses=1881
   [junit4]   2> 1471675 INFO  (SUITE-TestWithCollection-seed#[65C0268E6F0F8C45]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1471676 INFO  (SUITE-TestWithCollection-seed#[65C0268E6F0F8C45]-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> 1471676 INFO  (SUITE-TestWithCollection-seed#[65C0268E6F0F8C45]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001
   [junit4]   2> 1471677 INFO  (SUITE-TestWithCollection-seed#[65C0268E6F0F8C45]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1471677 INFO  (Thread-3963) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1471677 INFO  (Thread-3963) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1471678 ERROR (Thread-3963) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1471777 INFO  (SUITE-TestWithCollection-seed#[65C0268E6F0F8C45]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:42191
   [junit4]   2> 1471778 INFO  (zkConnectionManagerCallback-8131-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1471781 INFO  (jetty-launcher-8128-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10+46
   [junit4]   2> 1471781 INFO  (jetty-launcher-8128-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10+46
   [junit4]   2> 1471782 INFO  (jetty-launcher-8128-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1471782 INFO  (jetty-launcher-8128-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1471782 INFO  (jetty-launcher-8128-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1471782 INFO  (jetty-launcher-8128-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1471782 INFO  (jetty-launcher-8128-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1471782 INFO  (jetty-launcher-8128-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1471782 INFO  (jetty-launcher-8128-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1a270027{/solr,null,AVAILABLE}
   [junit4]   2> 1471782 INFO  (jetty-launcher-8128-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@579c4d4a{/solr,null,AVAILABLE}
   [junit4]   2> 1471784 INFO  (jetty-launcher-8128-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1aa4f018{SSL,[ssl, http/1.1]}{127.0.0.1:43731}
   [junit4]   2> 1471784 INFO  (jetty-launcher-8128-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@51f55ba3{SSL,[ssl, http/1.1]}{127.0.0.1:41297}
   [junit4]   2> 1471784 INFO  (jetty-launcher-8128-thread-2) [    ] o.e.j.s.Server Started @1471830ms
   [junit4]   2> 1471784 INFO  (jetty-launcher-8128-thread-1) [    ] o.e.j.s.Server Started @1471830ms
   [junit4]   2> 1471784 INFO  (jetty-launcher-8128-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43731}
   [junit4]   2> 1471784 INFO  (jetty-launcher-8128-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41297}
   [junit4]   2> 1471784 ERROR (jetty-launcher-8128-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1471784 ERROR (jetty-launcher-8128-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1471784 INFO  (jetty-launcher-8128-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1471784 INFO  (jetty-launcher-8128-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1471784 INFO  (jetty-launcher-8128-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 1471784 INFO  (jetty-launcher-8128-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 1471784 INFO  (jetty-launcher-8128-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1471784 INFO  (jetty-launcher-8128-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1471784 INFO  (jetty-launcher-8128-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1471784 INFO  (jetty-launcher-8128-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1471784 INFO  (jetty-launcher-8128-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-11T04:42:51.541598Z
   [junit4]   2> 1471784 INFO  (jetty-launcher-8128-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-11T04:42:51.541611Z
   [junit4]   2> 1471785 INFO  (zkConnectionManagerCallback-8135-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1471785 INFO  (zkConnectionManagerCallback-8134-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1471785 INFO  (jetty-launcher-8128-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1471785 INFO  (jetty-launcher-8128-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1471788 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1004b642cee0002, likely client has closed socket
   [junit4]   2> 1471859 INFO  (jetty-launcher-8128-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42191/solr
   [junit4]   2> 1471860 INFO  (zkConnectionManagerCallback-8139-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1471861 INFO  (zkConnectionManagerCallback-8141-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1471899 INFO  (jetty-launcher-8128-thread-2) [n:127.0.0.1:43731_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43731_solr
   [junit4]   2> 1471899 INFO  (jetty-launcher-8128-thread-2) [n:127.0.0.1:43731_solr    ] o.a.s.c.Overseer Overseer (id=72140487660535812-127.0.0.1:43731_solr-n_0000000000) starting
   [junit4]   2> 1471903 INFO  (zkConnectionManagerCallback-8148-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1471904 INFO  (jetty-launcher-8128-thread-2) [n:127.0.0.1:43731_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42191/solr ready
   [junit4]   2> 1471905 INFO  (OverseerStateUpdate-72140487660535812-127.0.0.1:43731_solr-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43731_solr
   [junit4]   2> 1471905 INFO  (jetty-launcher-8128-thread-2) [n:127.0.0.1:43731_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43731_solr
   [junit4]   2> 1471905 DEBUG (OverseerAutoScalingTriggerThread-72140487660535812-127.0.0.1:43731_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 1471906 DEBUG (OverseerAutoScalingTriggerThread-72140487660535812-127.0.0.1:43731_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1471906 DEBUG (OverseerAutoScalingTriggerThread-72140487660535812-127.0.0.1:43731_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 1471906 DEBUG (OverseerAutoScalingTriggerThread-72140487660535812-127.0.0.1:43731_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1471909 DEBUG (OverseerAutoScalingTriggerThread-72140487660535812-127.0.0.1:43731_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: []
   [junit4]   2> 1471919 INFO  (zkCallback-8140-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1471919 DEBUG (ScheduledTrigger-7562-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 0
   [junit4]   2> 1471923 INFO  (zkCallback-8147-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1471927 DEBUG (OverseerAutoScalingTriggerThread-72140487660535812-127.0.0.1:43731_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1471927 DEBUG (OverseerAutoScalingTriggerThread-72140487660535812-127.0.0.1:43731_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1471935 INFO  (jetty-launcher-8128-thread-2) [n:127.0.0.1:43731_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1471950 INFO  (jetty-launcher-8128-thread-2) [n:127.0.0.1:43731_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43731.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@60398a1
   [junit4]   2> 1471969 INFO  (jetty-launcher-8128-thread-2) [n:127.0.0.1:43731_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43731.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@60398a1
   [junit4]   2> 1471970 INFO  (jetty-launcher-8128-thread-2) [n:127.0.0.1:43731_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43731.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@60398a1
   [junit4]   2> 1471970 INFO  (jetty-launcher-8128-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42191/solr
   [junit4]   2> 1471970 INFO  (jetty-launcher-8128-thread-2) [n:127.0.0.1:43731_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node2/.
   [junit4]   2> 1471970 INFO  (zkConnectionManagerCallback-8153-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1471971 INFO  (zkConnectionManagerCallback-8155-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1471975 INFO  (jetty-launcher-8128-thread-1) [n:127.0.0.1:41297_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1471976 INFO  (jetty-launcher-8128-thread-1) [n:127.0.0.1:41297_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1471977 INFO  (jetty-launcher-8128-thread-1) [n:127.0.0.1:41297_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41297_solr
   [junit4]   2> 1471979 INFO  (zkCallback-8147-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1471979 INFO  (zkCallback-8154-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1471979 INFO  (zkCallback-8140-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1471990 INFO  (zkConnectionManagerCallback-8162-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1471991 INFO  (jetty-launcher-8128-thread-1) [n:127.0.0.1:41297_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1471991 INFO  (jetty-launcher-8128-thread-1) [n:127.0.0.1:41297_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42191/solr ready
   [junit4]   2> 1471991 INFO  (jetty-launcher-8128-thread-1) [n:127.0.0.1:41297_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1472004 INFO  (jetty-launcher-8128-thread-1) [n:127.0.0.1:41297_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41297.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@60398a1
   [junit4]   2> 1472011 INFO  (jetty-launcher-8128-thread-1) [n:127.0.0.1:41297_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41297.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@60398a1
   [junit4]   2> 1472011 INFO  (jetty-launcher-8128-thread-1) [n:127.0.0.1:41297_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41297.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@60398a1
   [junit4]   2> 1472012 INFO  (jetty-launcher-8128-thread-1) [n:127.0.0.1:41297_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/.
   [junit4]   2> 1472026 INFO  (zkConnectionManagerCallback-8165-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1472028 INFO  (zkConnectionManagerCallback-8170-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1472028 INFO  (SUITE-TestWithCollection-seed#[65C0268E6F0F8C45]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1472029 INFO  (SUITE-TestWithCollection-seed#[65C0268E6F0F8C45]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42191/solr ready
   [junit4]   2> 1472036 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[65C0268E6F0F8C45]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testAddReplicaWithPolicy
   [junit4]   2> 1472037 DEBUG (zkCallback-8147-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 1472037 DEBUG (OverseerAutoScalingTriggerThread-72140487660535812-127.0.0.1:43731_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 1472037 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[65C0268E6F0F8C45]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1472039 DEBUG (OverseerAutoScalingTriggerThread-72140487660535812-127.0.0.1:43731_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1472040 DEBUG (OverseerAutoScalingTriggerThread-72140487660535812-127.0.0.1:43731_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1472040 DEBUG (OverseerAutoScalingTriggerThread-72140487660535812-127.0.0.1:43731_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 1472063 INFO  (qtp128918370-23828) [n:127.0.0.1:41297_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1472068 INFO  (qtp505086064-23896) [n:127.0.0.1:43731_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1472068 DEBUG (qtp505086064-23829) [n:127.0.0.1:43731_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1472068 INFO  (qtp505086064-23829) [n:127.0.0.1:43731_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=17
   [junit4]   2> 1472068 DEBUG (zkCallback-8147-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 1472068 DEBUG (OverseerAutoScalingTriggerThread-72140487660535812-127.0.0.1:43731_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 1472068 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[65C0268E6F0F8C45]) [    ] o.a.s.c.TestWithCollection Chosen node 127.0.0.1:41297_solr for collection testAddReplicaWithPolicy_abc
   [junit4]   2> 1472068 DEBUG (OverseerAutoScalingTriggerThread-72140487660535812-127.0.0.1:43731_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1472069 DEBUG (OverseerAutoScalingTriggerThread-72140487660535812-127.0.0.1:43731_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1472069 DEBUG (OverseerAutoScalingTriggerThread-72140487660535812-127.0.0.1:43731_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 1472069 INFO  (qtp505086064-23827) [n:127.0.0.1:43731_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=testAddReplicaWithPolicy_abc&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:41297_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1472070 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testAddReplicaWithPolicy_abc
   [junit4]   2> 1472070 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/protwords.txt
   [junit4]   2> 1472071 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/managed-schema
   [junit4]   2> 1472072 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/solrconfig.xml
   [junit4]   2> 1472072 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/synonyms.txt
   [junit4]   2> 1472073 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/stopwords.txt
   [junit4]   2> 1472073 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 1472074 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 1472075 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 1472075 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 1472076 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 1472076 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 1472077 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 1472078 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 1472078 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 1472079 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 1472079 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 1472080 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 1472081 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 1472081 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 1472082 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 1472082 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 1472083 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 1472083 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 1472084 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 1472084 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 1472085 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 1472085 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 1472086 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 1472086 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 1472087 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 1472087 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 1472088 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 1472088 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 1472089 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 1472089 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 1472090 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 1472091 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 1472091 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 1472092 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 1472092 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 1472093 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 1472094 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 1472094 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 1472095 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/params.json
   [junit4]   2> 1472197 DEBUG (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.s.c.a.PolicyHelper Creating a new session
   [junit4]   2> 1472199 INFO  (qtp505086064-23831) [n:127.0.0.1:43731_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> 1472200 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_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> 1472200 DEBUG (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.s.c.a.PolicyHelper New session created 
   [junit4]   2> 1472200 INFO  (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 1264856825 sessionWrapper.createTime 1264856824923672, this.sessionWrapper.createTime 1264856824923672 
   [junit4]   2> 1472202 INFO  (OverseerStateUpdate-72140487660535812-127.0.0.1:43731_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testAddReplicaWithPolicy_abc",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testAddReplicaWithPolicy_abc_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:41297/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1472404 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr    x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=testAddReplicaWithPolicy_abc.AUTOCREATED&newCollection=true&name=testAddReplicaWithPolicy_abc_shard1_replica_n1&action=CREATE&numShards=1&collection=testAddReplicaWithPolicy_abc&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1473411 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 1473411 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 1473412 WARN  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_abc_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_abc_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 1473412 WARN  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_abc_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 1473412 WARN  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_abc_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_abc_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 1473412 WARN  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_abc_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 1473412 WARN  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_abc_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_abc_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 1473412 WARN  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_abc_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 1473413 WARN  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_abc_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_abc_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 1473413 WARN  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_abc_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 1473419 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 1473437 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.s.IndexSchema [testAddReplicaWithPolicy_abc_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 1473568 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1473581 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testAddReplicaWithPolicy_abc_shard1_replica_n1' using configuration from collection testAddReplicaWithPolicy_abc, trusted=true
   [junit4]   2> 1473581 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41297.solr.core.testAddReplicaWithPolicy_abc.shard1.replica_n1' (registry 'solr.core.testAddReplicaWithPolicy_abc.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@60398a1
   [junit4]   2> 1473582 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1473582 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.c.SolrCore [[testAddReplicaWithPolicy_abc_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_abc_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/./testAddReplicaWithPolicy_abc_shard1_replica_n1/data/]
   [junit4]   2> 1473585 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 1473630 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1473630 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1473632 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1473632 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1473633 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2572680[testAddReplicaWithPolicy_abc_shard1_replica_n1] main]
   [junit4]   2> 1473634 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testAddReplicaWithPolicy_abc.AUTOCREATED
   [junit4]   2> 1473634 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testAddReplicaWithPolicy_abc.AUTOCREATED
   [junit4]   2> 1473634 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/managed-schema
   [junit4]   2> 1473634 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1473634 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1473635 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_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> 1473635 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1473635 INFO  (searcherExecutor-7576-thread-1-processing-n:127.0.0.1:41297_solr x:testAddReplicaWithPolicy_abc_shard1_replica_n1 c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@2572680[testAddReplicaWithPolicy_abc_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1473636 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1608476339358138368
   [junit4]   2> 1473636 INFO  (searcherExecutor-7576-thread-1-processing-n:127.0.0.1:41297_solr x:testAddReplicaWithPolicy_abc_shard1_replica_n1 c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1473636 INFO  (searcherExecutor-7576-thread-1-processing-n:127.0.0.1:41297_solr x:testAddReplicaWithPolicy_abc_shard1_replica_n1 c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1473636 INFO  (searcherExecutor-7576-thread-1-processing-n:127.0.0.1:41297_solr x:testAddReplicaWithPolicy_abc_shard1_replica_n1 c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.c.SolrCore [testAddReplicaWithPolicy_abc_shard1_replica_n1] Registered new searcher Searcher@2572680[testAddReplicaWithPolicy_abc_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1473639 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testAddReplicaWithPolicy_abc/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1473640 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1473640 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1473640 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:41297/solr/testAddReplicaWithPolicy_abc_shard1_replica_n1/
   [junit4]   2> 1473640 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1473640 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:41297/solr/testAddReplicaWithPolicy_abc_shard1_replica_n1/ has no replicas
   [junit4]   2> 1473640 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1473642 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:41297/solr/testAddReplicaWithPolicy_abc_shard1_replica_n1/ shard1
   [junit4]   2> 1473743 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1473744 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testAddReplicaWithPolicy_abc.AUTOCREATED&newCollection=true&name=testAddReplicaWithPolicy_abc_shard1_replica_n1&action=CREATE&numShards=1&collection=testAddReplicaWithPolicy_abc&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1339
   [junit4]   2> 1473744 DEBUG (OverseerThreadFactory-7564-thread-1) [    ] o.a.s.c.s.c.a.PolicyHelper session set to NULL
   [junit4]   2> 1473745 INFO  (qtp505086064-23827) [n:127.0.0.1:43731_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1473844 INFO  (zkCallback-8154-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testAddReplicaWithPolicy_abc/state.json] for collection [testAddReplicaWithPolicy_abc] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1474071 INFO  (OverseerCollectionConfigSetProcessor-72140487660535812-127.0.0.1:43731_solr-n_0000000000) [    ] 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> 1474746 INFO  (qtp505086064-23827) [n:127.0.0.1:43731_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&name=testAddReplicaWithPolicy_abc&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:41297_solr&wt=javabin&version=2} status=0 QTime=2676
   [junit4]   2> 1474746 INFO  (qtp505086064-23829) [n:127.0.0.1:43731_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&withCollection=testAddReplicaWithPolicy_abc&name=testAddReplicaWithPolicy_xyz&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1474747 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testAddReplicaWithPolicy_xyz
   [junit4]   2> 1474748 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/protwords.txt
   [junit4]   2> 1474748 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/managed-schema
   [junit4]   2> 1474749 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/solrconfig.xml
   [junit4]   2> 1474750 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/synonyms.txt
   [junit4]   2> 1474750 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/stopwords.txt
   [junit4]   2> 1474751 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 1474752 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 1474752 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 1474753 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 1474753 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 1474754 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 1474754 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 1474755 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 1474756 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 1474756 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 1474757 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 1474757 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 1474758 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 1474758 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 1474759 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 1474759 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 1474760 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 1474760 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 1474761 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 1474761 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 1474762 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 1474762 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 1474763 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 1474763 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 1474764 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 1474765 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 1474765 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 1474766 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 1474766 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 1474767 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 1474768 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 1474768 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 1474769 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 1474769 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 1474770 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 1474771 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 1474771 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 1474772 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 1474772 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/params.json
   [junit4]   2> 1474976 DEBUG (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.s.c.a.PolicyHelper Creating a new session
   [junit4]   2> 1474977 INFO  (qtp505086064-23896) [n:127.0.0.1:43731_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> 1474978 INFO  (qtp128918370-23828) [n:127.0.0.1:41297_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.testAddReplicaWithPolicy_abc.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 1474979 INFO  (qtp128918370-23830) [n:127.0.0.1:41297_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> 1474979 DEBUG (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.s.c.a.PolicyHelper New session created 
   [junit4]   2> 1474981 INFO  (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 1264859605 sessionWrapper.createTime 1264859604229572, this.sessionWrapper.createTime 1264859604229572 
   [junit4]   2> 1474982 INFO  (OverseerStateUpdate-72140487660535812-127.0.0.1:43731_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testAddReplicaWithPolicy_xyz",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testAddReplicaWithPolicy_xyz_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:41297/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1475184 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr    x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=testAddReplicaWithPolicy_xyz.AUTOCREATED&newCollection=true&name=testAddReplicaWithPolicy_xyz_shard1_replica_n1&action=CREATE&numShards=1&collection=testAddReplicaWithPolicy_xyz&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1476190 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 1476190 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 1476191 WARN  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_xyz_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_xyz_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 1476191 WARN  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_xyz_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_xyz_shard1_replica_n1/../../../../dist
   [junit4]   2> 1476191 WARN  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_xyz_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_xyz_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 1476192 WARN  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_xyz_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_xyz_shard1_replica_n1/../../../../dist
   [junit4]   2> 1476192 WARN  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_xyz_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_xyz_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 1476192 WARN  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_xyz_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_xyz_shard1_replica_n1/../../../../dist
   [junit4]   2> 1476192 WARN  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_xyz_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_xyz_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 1476192 WARN  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_xyz_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_xyz_shard1_replica_n1/../../../../dist
   [junit4]   2> 1476210 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 1476230 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.s.IndexSchema [testAddReplicaWithPolicy_xyz_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 1476330 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1476349 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testAddReplicaWithPolicy_xyz_shard1_replica_n1' using configuration from collection testAddReplicaWithPolicy_xyz, trusted=true
   [junit4]   2> 1476349 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41297.solr.core.testAddReplicaWithPolicy_xyz.shard1.replica_n1' (registry 'solr.core.testAddReplicaWithPolicy_xyz.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@60398a1
   [junit4]   2> 1476350 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1476350 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.c.SolrCore [[testAddReplicaWithPolicy_xyz_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/testAddReplicaWithPolicy_xyz_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_65C0268E6F0F8C45-001/tempDir-001/node1/./testAddReplicaWithPolicy_xyz_shard1_replica_n1/data/]
   [junit4]   2> 1476355 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 1476391 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1476391 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1476392 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1476392 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1476393 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@cf748cd[testAddReplicaWithPolicy_xyz_shard1_replica_n1] main]
   [junit4]   2> 1476394 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED
   [junit4]   2> 1476394 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testAddReplicaWithPolicy_xyz.AUTOCREATED
   [junit4]   2> 1476394 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/managed-schema
   [junit4]   2> 1476394 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1476394 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1476394 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_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> 1476395 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1476395 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1608476342251159552
   [junit4]   2> 1476395 INFO  (searcherExecutor-7581-thread-1-processing-n:127.0.0.1:41297_solr x:testAddReplicaWithPolicy_xyz_shard1_replica_n1 c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@cf748cd[testAddReplicaWithPolicy_xyz_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1476395 INFO  (searcherExecutor-7581-thread-1-processing-n:127.0.0.1:41297_solr x:testAddReplicaWithPolicy_xyz_shard1_replica_n1 c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1476396 INFO  (searcherExecutor-7581-thread-1-processing-n:127.0.0.1:41297_solr x:testAddReplicaWithPolicy_xyz_shard1_replica_n1 c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1476396 INFO  (searcherExecutor-7581-thread-1-processing-n:127.0.0.1:41297_solr x:testAddReplicaWithPolicy_xyz_shard1_replica_n1 c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.c.SolrCore [testAddReplicaWithPolicy_xyz_shard1_replica_n1] Registered new searcher Searcher@cf748cd[testAddReplicaWithPolicy_xyz_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1476400 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testAddReplicaWithPolicy_xyz/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1476401 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1476401 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1476402 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:41297/solr/testAddReplicaWithPolicy_xyz_shard1_replica_n1/
   [junit4]   2> 1476402 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1476402 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:41297/solr/testAddReplicaWithPolicy_xyz_shard1_replica_n1/ has no replicas
   [junit4]   2> 1476402 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1476403 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:41297/solr/testAddReplicaWithPolicy_xyz_shard1_replica_n1/ shard1
   [junit4]   2> 1476504 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1476505 INFO  (qtp128918370-23826) [n:127.0.0.1:41297_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node2 x:testAddReplicaWithPolicy_xyz_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testAddReplicaWithPolicy_xyz.AUTOCREATED&newCollection=true&name=testAddReplicaWithPolicy_xyz_shard1_replica_n1&action=CREATE&numShards=1&collection=testAddReplicaWithPolicy_xyz&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1321
   [junit4]   2> 1476506 DEBUG (OverseerThreadFactory-7564-thread-2) [    ] o.a.s.c.s.c.a.PolicyHelper session set to NULL
   [junit4]   2> 1476507 INFO  (qtp505086064-23829) [n:127.0.0.1:43731_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1476607 INFO  (zkCallback-8154-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testAddReplicaWithPolicy_abc/state.json] for collection [testAddReplicaWithPolicy_abc] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1476607 INFO  (zkCallback-8154-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testAddRe

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

.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43785_solr
   [junit4]   2> 1598088 INFO  (jetty-closer-5058-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1598088 INFO  (zkCallback-5104-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1598088 INFO  (zkCallback-5093-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1598088 INFO  (zkCallback-5117-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1598088 INFO  (zkCallback-5083-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1598090 INFO  (jetty-closer-5058-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1598091 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1004b65f6760010, likely client has closed socket
   [junit4]   2> 1598092 INFO  (jetty-closer-5058-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3666ab3a{/solr,null,UNAVAILABLE}
   [junit4]   2> 1598092 INFO  (jetty-closer-5058-thread-3) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1598093 INFO  (jetty-closer-5058-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@ad420de{/solr,null,UNAVAILABLE}
   [junit4]   2> 1598093 INFO  (jetty-closer-5058-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1598093 ERROR (SUITE-NodeLostTriggerTest-seed#[65C0268E6F0F8C45]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1598093 INFO  (SUITE-NodeLostTriggerTest-seed#[65C0268E6F0F8C45]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45451 45451
   [junit4]   2> 1598141 INFO  (Thread-6075) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45451 45451
   [junit4]   2> 1598141 WARN  (Thread-6075) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	15	/solr/aliases.json
   [junit4]   2> 	7	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	15	/solr/clusterstate.json
   [junit4]   2> 	15	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72140495336636427-127.0.0.1:43785_solr-n_0000000002
   [junit4]   2> 	2	/solr/overseer_elect/election/72140495336636425-127.0.0.1:43273_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	15	/solr/collections
   [junit4]   2> 	14	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.NodeLostTriggerTest_65C0268E6F0F8C45-001
   [junit4]   2> Aug 11, 2018 4:44:57 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 8 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=false): {}, locale=az-Latn-AZ, timezone=Australia/Sydney
   [junit4]   2> NOTE: Linux 4.15.0-29-generic amd64/Oracle Corporation 10 (64-bit)/cpus=8,threads=1,free=95140080,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsBasicDistributedZkTest, HttpSolrCallGetCoreTest, TestManagedSynonymGraphFilterFactory, DebugComponentTest, TestFieldSortValues, TestFaceting, CoreAdminCreateDiscoverTest, DocValuesNotIndexedTest, TestUniqueKeyFieldResource, TestXmlQParser, SolrJmxReporterTest, TestBM25SimilarityFactory, OrderedExecutorTest, StressHdfsTest, ZkFailoverTest, DistributedTermsComponentTest, TestPointFields, TestDistribStateManager, SearchRateTriggerIntegrationTest, TestExactStatsCache, RestartWhileUpdatingTest, TestMissingGroups, CollectionTooManyReplicasTest, TestCustomStream, QueryElevationComponentTest, TimeRoutedAliasUpdateProcessorTest, TestFoldingMultitermQuery, Tagger2Test, TriggerSetPropertiesIntegrationTest, TestRecovery, TestStandardQParsers, WrapperMergePolicyFactoryTest, TestOverriddenPrefixQueryForCustomFieldType, CdcrUpdateLogTest, TestPrepRecovery, TestCopyFieldCollectionResource, TestSuggestSpellingConverter, TestRequestForwarding, JavabinLoaderTest, BasicAuthStandaloneTest, TestLuceneIndexBackCompat, TestCollectionAPIs, TestSchemaSimilarityResource, TestInitParams, LeaderTragicEventTest, HdfsDirectoryFactoryTest, XmlInterpolationTest, HighlighterMaxOffsetTest, CurrencyFieldTypeTest, TestAuthenticationFramework, TestLegacyTerms, TestPolicyCloud, TestReversedWildcardFilterFactory, SolrGangliaReporterTest, TestPolicyCloud, TestRTGBase, SecurityConfHandlerTest, SolrInfoBeanTest, TestFieldCacheSortRandom, SolrCloudExampleTest, SpellCheckCollatorWithCollapseTest, TestManagedResourceStorage, TermVectorComponentDistributedTest, TestUnifiedSolrHighlighter, AssignBackwardCompatibilityTest, IndexSchemaTest, TestFieldCollectionResource, VersionInfoTest, TestLeaderElectionWithEmptyReplica, IndexSizeTriggerTest, SearchHandlerTest, TestComponentsName, ClassificationUpdateProcessorTest, TestDefaultStatsCache, DistributedMLTComponentTest, AtomicUpdatesTest, TestSolr4Spatial2, VMParamsZkACLAndCredentialsProvidersTest, CircularListTest, TestIndexSearcher, TestCollationFieldDocValues, FileBasedSpellCheckerTest, ReplaceNodeNoTargetTest, DistribJoinFromCollectionTest, TestCloudPivotFacet, TestSolrDeletionPolicy2, RangeFacetCloudTest, TestHighFrequencyDictionaryFactory, FieldAnalysisRequestHandlerTest, DeleteNodeTest, SchemaVersionSpecificBehaviorTest, TestZkAclsWithHadoopAuth, BaseCdcrDistributedZkTest, TestSurroundQueryParser, DistributedQueryElevationComponentTest, TestCoreContainer, ExecutePlanActionTest, MetricsHandlerTest, TestFieldCache, TestUninvertingReader, OverseerTaskQueueTest, ZookeeperStatusHandlerTest, DisMaxRequestHandlerTest, TestCloudManagedSchema, QueryResultKeyTest, OutOfBoxZkACLAndCredentialsProvidersTest, ZkStateWriterTest, BigEndianAscendingWordSerializerTest, HdfsTlogReplayBufferedWhileIndexingTest, TestCloudSearcherWarming, TestSimpleQParserPlugin, TestSolrQueryResponse, BlockJoinFacetSimpleTest, NodeAddedTriggerIntegrationTest, SolrRequestParserTest, DistributedFacetPivotSmallAdvancedTest, TestConfigReload, TestLargeCluster, TestReloadDeadlock, TestFieldTypeResource, TestSolrCloudWithDelegationTokens, TestSolrJ, MetricsHistoryIntegrationTest, RecoveryAfterSoftCommitTest, TestHdfsUpdateLog, ConcurrentDeleteAndCreateCollectionTest, PrimitiveFieldTypeTest, HdfsLockFactoryTest, TestDFRSimilarityFactory, LIRRollingUpdatesTest, TestFileDictionaryLookup, BooleanFieldTest, TestCollapseQParserPlugin, TestMergePolicyConfig, TestSimpleTrackingShardHandler, ConnectionReuseTest, BasicDistributedZk2Test, CloudExitableDirectoryReaderTest, ClusterStateTest, ClusterStateUpdateTest, CollectionStateFormat2Test, ConcurrentCreateRoutedAliasTest, ConfigSetsAPITest, ConnectionManagerTest, CreateRoutedAliasTest, DeleteShardTest, DistribCursorPagingTest, LeaderFailoverAfterPartitionTest, MissingSegmentRecoveryTest, MoveReplicaHDFSTest, SSLMigrationTest, SaslZkACLProviderTest, ShardRoutingCustomTest, SharedFSAutoReplicaFailoverTest, SliceStateTest, TestCloudDeleteByQuery, TestCloudJSONFacetJoinDomain, TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion, TestPullReplicaErrorHandling, TestStressCloudBlindAtomicUpdates, TestTolerantUpdateProcessorCloud, TestUtilizeNode, TestZkChroot, TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, ZkShardTermsTest, ZkSolrClientTest, AssignTest, HdfsCollectionsAPIDistributedZkTest, ShardSplitTest, SimpleCollectionCreateDeleteTest, TestCollectionsAPIViaSolrCloudCluster, TestRequestStatusCollectionAPI, AutoAddReplicasIntegrationTest, AutoAddReplicasPlanActionTest, AutoScalingHandlerTest, NodeLostTriggerTest]
   [junit4] Completed [538/828 (2!)] on J1 in 9.82s, 4 tests, 1 failure <<< FAILURES!

[...truncated 42946 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2531/consoleText

[repro] Revision: 59e4bf8479852666836d96237e538c506e57e852

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=TestWithCollection -Dtests.method=testMoveReplicaWithCollection -Dtests.seed=65C0268E6F0F8C45 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=vai-Vaii-LR -Dtests.timezone=Asia/Baghdad -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] Repro line:  ant test  -Dtestcase=NodeLostTriggerTest -Dtests.method=testTrigger -Dtests.seed=65C0268E6F0F8C45 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=az-Latn-AZ -Dtests.timezone=Australia/Sydney -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       NodeLostTriggerTest
[repro]       TestWithCollection
[repro] ant compile-test

[...truncated 3339 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.NodeLostTriggerTest|*.TestWithCollection" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=65C0268E6F0F8C45 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=az-Latn-AZ -Dtests.timezone=Australia/Sydney -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 152 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.TestWithCollection
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.NodeLostTriggerTest
[repro] Exiting with code 0

[...truncated 40 lines...]

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk-10) - Build # 2534 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2534/
Java: 64bit/jdk-10 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

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

Error Message:
Error from server at https://127.0.0.1:34135/solr: Could not find collection : testDeleteWithCollection_abc

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:34135/solr: Could not find collection : testDeleteWithCollection_abc
	at __randomizedtesting.SeedInfo.seed([DB3D593C1FFC92E1:A0E4AED14666405F]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.TestWithCollection.testDeleteWithCollection(TestWithCollection.java:197)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.TestWithCollection.testMoveReplicaWithCollection

Error Message:
Expected moving a replica of 'withCollection': testMoveReplicaWithCollection_abc to fail

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




Build Log:
[...truncated 1873 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/test/temp/junit4-J2-20180811_133959_88316776880093320186928.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/test/temp/junit4-J1-20180811_133959_88313857020053586316620.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/test/temp/junit4-J0-20180811_133959_88314587202950113028115.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 298 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/test-framework/test/temp/junit4-J1-20180811_134719_5354671085477589639012.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/test-framework/test/temp/junit4-J0-20180811_134719_5357063277133131906213.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/test-framework/test/temp/junit4-J2-20180811_134719_5356351925711954079317.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 1050 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/common/test/temp/junit4-J2-20180811_134836_7137324824953034537979.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/common/test/temp/junit4-J1-20180811_134836_7137054786162716468438.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 33 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/common/test/temp/junit4-J0-20180811_134836_7137166552247815792171.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 255 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/icu/test/temp/junit4-J1-20180811_135045_02014686542792472358298.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/icu/test/temp/junit4-J0-20180811_135045_02015344241892662841684.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/icu/test/temp/junit4-J2-20180811_135045_020311992145849702886.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 253 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J0-20180811_135058_83114031105940923540639.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J1-20180811_135058_8315753123572487919564.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J2-20180811_135058_8319202307624369942040.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 162 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J1-20180811_135125_1185344550146312504062.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J0-20180811_135125_1169827300710915490874.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J2-20180811_135125_1374411712889260928617.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 204 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/nori/test/temp/junit4-J0-20180811_135131_19310426038187963888522.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/nori/test/temp/junit4-J2-20180811_135131_1937895553200057921437.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/nori/test/temp/junit4-J1-20180811_135131_1935381320050529494142.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 168 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J2-20180811_135147_0867275963984923542780.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J0-20180811_135147_0867070187261096258298.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J1-20180811_135147_08612979892852224008377.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 173 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J2-20180811_135150_7389117275308597114874.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J1-20180811_135150_7385323578705863952425.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J0-20180811_135150_7388078794325128908639.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 161 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J0-20180811_135201_7962434732668762856028.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J1-20180811_135201_7961739864547368816499.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 165 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/stempel/test/temp/junit4-J1-20180811_135211_2888396011999763779754.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/stempel/test/temp/junit4-J2-20180811_135211_28813796421637190386534.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/stempel/test/temp/junit4-J0-20180811_135211_2888843905045217566725.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 206 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/backward-codecs/test/temp/junit4-J1-20180811_135214_68110599395994131435054.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 19 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/backward-codecs/test/temp/junit4-J2-20180811_135214_68111928367966370975071.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/backward-codecs/test/temp/junit4-J0-20180811_135214_681436554012623817467.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1401 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/benchmark/test/temp/junit4-J2-20180811_135412_23613729669974008587672.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/benchmark/test/temp/junit4-J1-20180811_135412_2362854361760257679474.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/benchmark/test/temp/junit4-J0-20180811_135412_2365176699522970550832.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 253 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/classification/test/temp/junit4-J2-20180811_135421_1593541053766605275377.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/classification/test/temp/junit4-J0-20180811_135421_1593039201625612521214.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/classification/test/temp/junit4-J1-20180811_135421_15910409299464002944550.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 207 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/codecs/test/temp/junit4-J1-20180811_135432_9425712735541306901676.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/codecs/test/temp/junit4-J0-20180811_135432_9429443578911532772086.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 64 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/codecs/test/temp/junit4-J2-20180811_135432_94517852573684053826126.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 234 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/demo/test/temp/junit4-J0-20180811_135653_2072548281696939988630.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/demo/test/temp/junit4-J2-20180811_135653_20817921494865706865320.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/demo/test/temp/junit4-J1-20180811_135653_20712380522286828231949.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 176 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/expressions/test/temp/junit4-J1-20180811_135656_4421499004492126072454.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/expressions/test/temp/junit4-J2-20180811_135656_4424171086259460415976.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/expressions/test/temp/junit4-J0-20180811_135656_4422886509464699352050.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 223 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/facet/test/temp/junit4-J2-20180811_135702_9442119683212565382006.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/facet/test/temp/junit4-J1-20180811_135702_94413456334472562034406.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 12 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/facet/test/temp/junit4-J0-20180811_135702_94416777430285879946307.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 182 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/grouping/test/temp/junit4-J1-20180811_135741_6046332473303401418942.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/grouping/test/temp/junit4-J0-20180811_135741_604296732023294574158.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/grouping/test/temp/junit4-J2-20180811_135741_60416145121144372827802.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 258 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/highlighter/test/temp/junit4-J1-20180811_135754_82414706094917798393903.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/highlighter/test/temp/junit4-J0-20180811_135754_82416299745809095473838.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/highlighter/test/temp/junit4-J2-20180811_135754_82511004990747046960964.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 166 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/join/test/temp/junit4-J1-20180811_135815_57114182193668833392811.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/join/test/temp/junit4-J2-20180811_135815_5716564449258249199455.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/join/test/temp/junit4-J0-20180811_135815_57111598253299733493306.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 155 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/memory/test/temp/junit4-J0-20180811_135844_26116490452935252386801.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/memory/test/temp/junit4-J1-20180811_135844_2619963890853291119469.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 187 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/misc/test/temp/junit4-J0-20180811_135854_97715930924881821339064.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/misc/test/temp/junit4-J2-20180811_135854_9785083702829330903400.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/misc/test/temp/junit4-J1-20180811_135854_9789285334945338022963.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 341 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/queries/test/temp/junit4-J0-20180811_135910_2318644935915965466148.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/queries/test/temp/junit4-J2-20180811_135910_2316857707976881382551.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/queries/test/temp/junit4-J1-20180811_135910_2311138416308009660699.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 232 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/queryparser/test/temp/junit4-J2-20180811_135918_60212267158256278784032.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/queryparser/test/temp/junit4-J1-20180811_135918_60216189439279223684940.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/queryparser/test/temp/junit4-J0-20180811_135918_6022506824308479584809.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 204 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/replicator/test/temp/junit4-J1-20180811_135925_7355175962780515821869.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/replicator/test/temp/junit4-J0-20180811_135925_7351135024559756985546.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/replicator/test/temp/junit4-J2-20180811_135925_73511115758509847843856.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 209 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/sandbox/test/temp/junit4-J0-20180811_135937_86311709958886691657090.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 7 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/sandbox/test/temp/junit4-J1-20180811_135937_863433631291784981141.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/sandbox/test/temp/junit4-J2-20180811_135937_86317359723571727385147.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 298 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/spatial-extras/test/temp/junit4-J2-20180811_140237_9969572723691303184188.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/spatial-extras/test/temp/junit4-J1-20180811_140237_99616315711373911390308.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/spatial-extras/test/temp/junit4-J0-20180811_140237_9965274516974717018030.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 153 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/spatial/test/temp/junit4-J0-20180811_140314_60513702480994797864792.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 181 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/spatial3d/test/temp/junit4-J2-20180811_140316_640116741828857578586.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/spatial3d/test/temp/junit4-J1-20180811_140316_64014441154672091227331.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/spatial3d/test/temp/junit4-J0-20180811_140316_6404466817318490394820.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 252 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/suggest/test/temp/junit4-J2-20180811_140430_767984045108507647931.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/suggest/test/temp/junit4-J1-20180811_140430_7673506447912863947995.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 12 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/suggest/test/temp/junit4-J0-20180811_140430_76716434762105477620627.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3615 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestWithCollection
   [junit4]   2> 1525031 INFO  (SUITE-TestWithCollection-seed#[DB3D593C1FFC92E1]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_DB3D593C1FFC92E1-001/init-core-data-001
   [junit4]   2> 1525032 WARN  (SUITE-TestWithCollection-seed#[DB3D593C1FFC92E1]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=14 numCloses=14
   [junit4]   2> 1525032 INFO  (SUITE-TestWithCollection-seed#[DB3D593C1FFC92E1]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1525032 INFO  (SUITE-TestWithCollection-seed#[DB3D593C1FFC92E1]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1525033 INFO  (SUITE-TestWithCollection-seed#[DB3D593C1FFC92E1]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_DB3D593C1FFC92E1-001/tempDir-001
   [junit4]   2> 1525033 INFO  (SUITE-TestWithCollection-seed#[DB3D593C1FFC92E1]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1525033 INFO  (Thread-2989) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1525033 INFO  (Thread-2989) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1525035 ERROR (Thread-2989) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1525133 INFO  (SUITE-TestWithCollection-seed#[DB3D593C1FFC92E1]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:41251
   [junit4]   2> 1525135 INFO  (zkConnectionManagerCallback-4212-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1525137 INFO  (jetty-launcher-4209-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10+46
   [junit4]   2> 1525137 INFO  (jetty-launcher-4209-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10+46
   [junit4]   2> 1525138 INFO  (jetty-launcher-4209-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1525138 INFO  (jetty-launcher-4209-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1525138 INFO  (jetty-launcher-4209-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1525138 INFO  (jetty-launcher-4209-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1525138 INFO  (jetty-launcher-4209-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1525138 INFO  (jetty-launcher-4209-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1525138 INFO  (jetty-launcher-4209-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3be910cb{/solr,null,AVAILABLE}
   [junit4]   2> 1525138 INFO  (jetty-launcher-4209-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@386317a0{/solr,null,AVAILABLE}
   [junit4]   2> 1525139 INFO  (jetty-launcher-4209-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6078b5be{SSL,[ssl, http/1.1]}{127.0.0.1:35929}
   [junit4]   2> 1525139 INFO  (jetty-launcher-4209-thread-1) [    ] o.e.j.s.Server Started @1525169ms
   [junit4]   2> 1525139 INFO  (jetty-launcher-4209-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4ac629bd{SSL,[ssl, http/1.1]}{127.0.0.1:34135}
   [junit4]   2> 1525139 INFO  (jetty-launcher-4209-thread-2) [    ] o.e.j.s.Server Started @1525169ms
   [junit4]   2> 1525139 INFO  (jetty-launcher-4209-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35929}
   [junit4]   2> 1525139 INFO  (jetty-launcher-4209-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34135}
   [junit4]   2> 1525139 ERROR (jetty-launcher-4209-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1525139 ERROR (jetty-launcher-4209-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1525139 INFO  (jetty-launcher-4209-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1525139 INFO  (jetty-launcher-4209-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1525139 INFO  (jetty-launcher-4209-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.5.0
   [junit4]   2> 1525139 INFO  (jetty-launcher-4209-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.5.0
   [junit4]   2> 1525140 INFO  (jetty-launcher-4209-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1525140 INFO  (jetty-launcher-4209-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1525140 INFO  (jetty-launcher-4209-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1525140 INFO  (jetty-launcher-4209-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1525140 INFO  (jetty-launcher-4209-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-11T14:31:08.558063Z
   [junit4]   2> 1525140 INFO  (jetty-launcher-4209-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-11T14:31:08.558072Z
   [junit4]   2> 1525141 INFO  (zkConnectionManagerCallback-4215-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1525141 INFO  (zkConnectionManagerCallback-4216-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1525141 INFO  (jetty-launcher-4209-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1525141 INFO  (jetty-launcher-4209-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1525199 INFO  (jetty-launcher-4209-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41251/solr
   [junit4]   2> 1525200 INFO  (zkConnectionManagerCallback-4220-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1525201 INFO  (zkConnectionManagerCallback-4222-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1525208 INFO  (jetty-launcher-4209-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41251/solr
   [junit4]   2> 1525209 INFO  (zkConnectionManagerCallback-4228-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1525210 INFO  (zkConnectionManagerCallback-4230-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1525220 INFO  (jetty-launcher-4209-thread-1) [n:127.0.0.1:35929_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35929_solr
   [junit4]   2> 1525221 INFO  (jetty-launcher-4209-thread-1) [n:127.0.0.1:35929_solr    ] o.a.s.c.Overseer Overseer (id=72142800885907462-127.0.0.1:35929_solr-n_0000000000) starting
   [junit4]   2> 1525224 INFO  (zkConnectionManagerCallback-4237-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1525224 INFO  (jetty-launcher-4209-thread-1) [n:127.0.0.1:35929_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41251/solr ready
   [junit4]   2> 1525225 INFO  (OverseerStateUpdate-72142800885907462-127.0.0.1:35929_solr-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:35929_solr
   [junit4]   2> 1525225 INFO  (jetty-launcher-4209-thread-1) [n:127.0.0.1:35929_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35929_solr
   [junit4]   2> 1525225 DEBUG (OverseerAutoScalingTriggerThread-72142800885907462-127.0.0.1:35929_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 1525226 DEBUG (OverseerAutoScalingTriggerThread-72142800885907462-127.0.0.1:35929_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1525226 INFO  (zkCallback-4229-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1525226 INFO  (zkCallback-4236-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1525226 DEBUG (OverseerAutoScalingTriggerThread-72142800885907462-127.0.0.1:35929_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 1525226 DEBUG (OverseerAutoScalingTriggerThread-72142800885907462-127.0.0.1:35929_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1525228 DEBUG (OverseerAutoScalingTriggerThread-72142800885907462-127.0.0.1:35929_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:35929_solr]
   [junit4]   2> 1525228 DEBUG (OverseerAutoScalingTriggerThread-72142800885907462-127.0.0.1:35929_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1525229 DEBUG (OverseerAutoScalingTriggerThread-72142800885907462-127.0.0.1:35929_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1525229 DEBUG (ScheduledTrigger-6405-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1525238 INFO  (jetty-launcher-4209-thread-1) [n:127.0.0.1:35929_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1525243 INFO  (jetty-launcher-4209-thread-2) [n:127.0.0.1:34135_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1525245 INFO  (jetty-launcher-4209-thread-2) [n:127.0.0.1:34135_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1525245 INFO  (jetty-launcher-4209-thread-2) [n:127.0.0.1:34135_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34135_solr
   [junit4]   2> 1525246 INFO  (zkCallback-4236-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1525247 INFO  (zkCallback-4229-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1525250 INFO  (zkCallback-4221-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1525255 INFO  (jetty-launcher-4209-thread-1) [n:127.0.0.1:35929_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35929.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@45a57915
   [junit4]   2> 1525260 INFO  (zkConnectionManagerCallback-4243-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1525261 INFO  (jetty-launcher-4209-thread-2) [n:127.0.0.1:34135_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1525261 INFO  (jetty-launcher-4209-thread-2) [n:127.0.0.1:34135_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41251/solr ready
   [junit4]   2> 1525261 INFO  (jetty-launcher-4209-thread-2) [n:127.0.0.1:34135_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1525262 INFO  (jetty-launcher-4209-thread-1) [n:127.0.0.1:35929_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35929.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@45a57915
   [junit4]   2> 1525262 INFO  (jetty-launcher-4209-thread-1) [n:127.0.0.1:35929_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35929.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@45a57915
   [junit4]   2> 1525263 INFO  (jetty-launcher-4209-thread-1) [n:127.0.0.1:35929_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_DB3D593C1FFC92E1-001/tempDir-001/node1/.
   [junit4]   2> 1525273 INFO  (jetty-launcher-4209-thread-2) [n:127.0.0.1:34135_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34135.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@45a57915
   [junit4]   2> 1525280 INFO  (jetty-launcher-4209-thread-2) [n:127.0.0.1:34135_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34135.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@45a57915
   [junit4]   2> 1525280 INFO  (jetty-launcher-4209-thread-2) [n:127.0.0.1:34135_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34135.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@45a57915
   [junit4]   2> 1525281 INFO  (jetty-launcher-4209-thread-2) [n:127.0.0.1:34135_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_DB3D593C1FFC92E1-001/tempDir-001/node2/.
   [junit4]   2> 1525299 INFO  (zkConnectionManagerCallback-4246-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1525301 INFO  (zkConnectionManagerCallback-4251-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1525302 INFO  (SUITE-TestWithCollection-seed#[DB3D593C1FFC92E1]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1525302 INFO  (SUITE-TestWithCollection-seed#[DB3D593C1FFC92E1]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41251/solr ready
   [junit4]   2> 1525310 INFO  (TEST-TestWithCollection.testAddReplicaSimple-seed#[DB3D593C1FFC92E1]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testAddReplicaSimple
   [junit4]   2> 1525310 DEBUG (zkCallback-4236-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 1525310 DEBUG (OverseerAutoScalingTriggerThread-72142800885907462-127.0.0.1:35929_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 1525311 INFO  (TEST-TestWithCollection.testAddReplicaSimple-seed#[DB3D593C1FFC92E1]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1525312 DEBUG (OverseerAutoScalingTriggerThread-72142800885907462-127.0.0.1:35929_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1525312 DEBUG (OverseerAutoScalingTriggerThread-72142800885907462-127.0.0.1:35929_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1525312 DEBUG (OverseerAutoScalingTriggerThread-72142800885907462-127.0.0.1:35929_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 1525312 INFO  (TEST-TestWithCollection.testAddReplicaSimple-seed#[DB3D593C1FFC92E1]) [    ] o.a.s.c.TestWithCollection Chosen node 127.0.0.1:34135_solr for collection testAddReplica_abc
   [junit4]   2> 1525321 INFO  (qtp772229413-15176) [n:127.0.0.1:34135_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=testAddReplica_abc&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:34135_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1525322 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testAddReplica_abc
   [junit4]   2> 1525322 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testAddReplica_abc.AUTOCREATED/protwords.txt
   [junit4]   2> 1525323 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testAddReplica_abc.AUTOCREATED/managed-schema
   [junit4]   2> 1525323 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testAddReplica_abc.AUTOCREATED/solrconfig.xml
   [junit4]   2> 1525324 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testAddReplica_abc.AUTOCREATED/synonyms.txt
   [junit4]   2> 1525324 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testAddReplica_abc.AUTOCREATED/stopwords.txt
   [junit4]   2> 1525325 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 1525326 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 1525326 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 1525327 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 1525327 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 1525328 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 1525328 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 1525329 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 1525329 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 1525330 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 1525330 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 1525331 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 1525331 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 1525332 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 1525332 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 1525333 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 1525334 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 1525334 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 1525335 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 1525335 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 1525336 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 1525337 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 1525337 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 1525338 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 1525339 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 1525339 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 1525340 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 1525340 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 1525341 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 1525341 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 1525342 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 1525343 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 1525343 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 1525344 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 1525344 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 1525345 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 1525345 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 1525346 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/testAddReplica_abc.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 1525347 INFO  (OverseerThreadFactory-6407-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/testAddReplica_abc.AUTOCREATED/params.json
   [junit4]   2> 1525450 INFO  (OverseerStateUpdate-72142800885907462-127.0.0.1:35929_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testAddReplica_abc",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testAddReplica_abc_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34135/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1525654 INFO  (qtp772229413-15246) [n:127.0.0.1:34135_solr    x:testAddReplica_abc_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=testAddReplica_abc.AUTOCREATED&newCollection=true&name=testAddReplica_abc_shard1_replica_n1&action=CREATE&numShards=1&collection=testAddReplica_abc&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1526661 INFO  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 1526661 INFO  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 1526662 WARN  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_DB3D593C1FFC92E1-001/tempDir-001/node2/testAddReplica_abc_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_DB3D593C1FFC92E1-001/tempDir-001/node2/testAddReplica_abc_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 1526662 WARN  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_DB3D593C1FFC92E1-001/tempDir-001/node2/testAddReplica_abc_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_DB3D593C1FFC92E1-001/tempDir-001/node2/testAddReplica_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 1526662 WARN  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_DB3D593C1FFC92E1-001/tempDir-001/node2/testAddReplica_abc_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_DB3D593C1FFC92E1-001/tempDir-001/node2/testAddReplica_abc_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 1526662 WARN  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_DB3D593C1FFC92E1-001/tempDir-001/node2/testAddReplica_abc_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_DB3D593C1FFC92E1-001/tempDir-001/node2/testAddReplica_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 1526662 WARN  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_DB3D593C1FFC92E1-001/tempDir-001/node2/testAddReplica_abc_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_DB3D593C1FFC92E1-001/tempDir-001/node2/testAddReplica_abc_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 1526663 WARN  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_DB3D593C1FFC92E1-001/tempDir-001/node2/testAddReplica_abc_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_DB3D593C1FFC92E1-001/tempDir-001/node2/testAddReplica_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 1526663 WARN  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_DB3D593C1FFC92E1-001/tempDir-001/node2/testAddReplica_abc_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_DB3D593C1FFC92E1-001/tempDir-001/node2/testAddReplica_abc_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 1526663 WARN  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_DB3D593C1FFC92E1-001/tempDir-001/node2/testAddReplica_abc_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_DB3D593C1FFC92E1-001/tempDir-001/node2/testAddReplica_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 1526669 INFO  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 1526692 INFO  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.s.IndexSchema [testAddReplica_abc_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 1526799 INFO  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1526810 INFO  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testAddReplica_abc_shard1_replica_n1' using configuration from collection testAddReplica_abc, trusted=true
   [junit4]   2> 1526810 INFO  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34135.solr.core.testAddReplica_abc.shard1.replica_n1' (registry 'solr.core.testAddReplica_abc.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@45a57915
   [junit4]   2> 1526810 INFO  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1526810 INFO  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.c.SolrCore [[testAddReplica_abc_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_DB3D593C1FFC92E1-001/tempDir-001/node2/testAddReplica_abc_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_DB3D593C1FFC92E1-001/tempDir-001/node2/./testAddReplica_abc_shard1_replica_n1/data/]
   [junit4]   2> 1526813 INFO  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 1526843 INFO  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1526843 INFO  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1526844 INFO  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1526844 INFO  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1526845 INFO  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@25e4a1cb[testAddReplica_abc_shard1_replica_n1] main]
   [junit4]   2> 1526846 INFO  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testAddReplica_abc.AUTOCREATED
   [junit4]   2> 1526846 INFO  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testAddReplica_abc.AUTOCREATED
   [junit4]   2> 1526846 INFO  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testAddReplica_abc.AUTOCREATED/managed-schema
   [junit4]   2> 1526846 INFO  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1526847 INFO  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1526847 INFO  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_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> 1526847 INFO  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1526848 INFO  (qtp772229413-15246) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1608513350812041216
   [junit4]   2> 1526848 INFO  (searcherExecutor-6416-thread-1-processing-n:127.0.0.1:34135_solr x:testAddReplica_abc_shard1_replica_n1 c:testAddReplica_abc s:shard1 r:core_node2) [n:127.0.0.1:34135_solr c:testAddReplica_abc s:shard1 r:core_node2 x:testAddReplica_abc_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to

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

593C1FFC92E1]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 102565 INFO  (SUITE-TestWithCollection-seed#[DB3D593C1FFC92E1]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39159 39159
   [junit4]   2> 103434 INFO  (Thread-0) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39159 39159
   [junit4]   2> 103435 WARN  (Thread-0) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	25	/solr/collections/testNodeAdded_xyz/terms/shard1
   [junit4]   2> 	25	/solr/collections/testNodeAdded_abc/terms/shard1
   [junit4]   2> 	20	/solr/aliases.json
   [junit4]   2> 	12	/solr/collections/testMultipleWithCollections_abc2/terms/shard1
   [junit4]   2> 	12	/solr/collections/testAddReplicaWithPolicy_abc/terms/shard1
   [junit4]   2> 	12	/solr/collections/testMultipleWithCollections_abc/terms/shard1
   [junit4]   2> 	12	/solr/collections/testAddReplica_abc/terms/shard1
   [junit4]   2> 	12	/solr/collections/testMoveReplicaMainCollection_xyz/terms/shard1
   [junit4]   2> 	12	/solr/collections/testMultipleWithCollections_xyz/terms/shard1
   [junit4]   2> 	10	/solr/collections/testMoveReplicaMainCollection_abc/terms/shard1
   [junit4]   2> 	10	/solr/collections/testMultipleWithCollections_xyz2/terms/shard1
   [junit4]   2> 	10	/solr/collections/testAddReplica_xyz/terms/shard1
   [junit4]   2> 	10	/solr/collections/testAddReplicaWithPolicy_xyz/terms/shard1
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	3	/solr/configs/testNodeAdded_xyz.AUTOCREATED
   [junit4]   2> 	3	/solr/collections/testCreateCollection_abc/terms/shard1
   [junit4]   2> 	3	/solr/configs/testNodeAdded_abc.AUTOCREATED/managed-schema
   [junit4]   2> 	3	/solr/collections/testCreateCollectionNoWithCollection_abc/terms/shard2
   [junit4]   2> 	3	/solr/collections/testCreateCollectionNoWithCollection_abc/terms/shard1
   [junit4]   2> 	3	/solr/configs/testNodeAdded_xyz.AUTOCREATED/managed-schema
   [junit4]   2> 	3	/solr/collections/testCreateCollection_xyz/terms/shard1
   [junit4]   2> 	3	/solr/configs/testNodeAdded_abc.AUTOCREATED
   [junit4]   2> 	3	/solr/collections/testDeleteWithCollection_xyz/terms/shard1
   [junit4]   2> 	3	/solr/collections/testDeleteWithCollection_abc/terms/shard1
   [junit4]   2> 	2	/solr/configs/testAddReplicaWithPolicy_xyz.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testAddReplica_abc.AUTOCREATED
   [junit4]   2> 	2	/solr/collections/testMoveReplicaWithCollection_abc/terms/shard1
   [junit4]   2> 	2	/solr/configs/testCreateCollectionNoWithCollection_abc.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_xyz2.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testAddReplica_abc.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_abc2.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testAddReplicaWithPolicy_abc.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testAddReplicaWithPolicy_abc.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_abc.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_abc2.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_xyz.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testMoveReplicaMainCollection_abc.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testAddReplica_xyz.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testAddReplica_xyz.AUTOCREATED
   [junit4]   2> 	2	/solr/collections/testMoveReplicaWithCollection_xyz/terms/shard1
   [junit4]   2> 	2	/solr/configs/testCreateCollectionNoWithCollection_abc.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_abc.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_xyz2.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_xyz.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	45	/solr/aliases.json
   [junit4]   2> 	20	/solr/clusterprops.json
   [junit4]   2> 	20	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/collections/testMultipleWithCollections_abc/state.json
   [junit4]   2> 	6	/solr/collections/testNodeAdded_xyz/state.json
   [junit4]   2> 	6	/solr/collections/testMoveReplicaMainCollection_xyz/state.json
   [junit4]   2> 	6	/solr/collections/testNodeAdded_abc/state.json
   [junit4]   2> 	5	/solr/collections/testAddReplica_abc/state.json
   [junit4]   2> 	5	/solr/collections/testMultipleWithCollections_abc2/state.json
   [junit4]   2> 	5	/solr/collections/testMultipleWithCollections_xyz/state.json
   [junit4]   2> 	4	/solr/collections/testMultipleWithCollections_xyz2/state.json
   [junit4]   2> 	4	/solr/collections/testAddReplica_xyz/state.json
   [junit4]   2> 	4	/solr/collections/testCreateCollectionNoWithCollection_abc/state.json
   [junit4]   2> 	3	/solr/collections/testAddReplicaWithPolicy_xyz/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72142871779868677-127.0.0.1:45377_solr-n_0000000001
   [junit4]   2> 	2	/solr/collections/testMoveReplicaMainCollection_abc/state.json
   [junit4]   2> 	2	/solr/collections/testAddReplicaWithPolicy_abc/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	194	/solr/collections
   [junit4]   2> 	48	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_DB3D593C1FFC92E1-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=450, maxMBSortInHeap=7.185839918485694, sim=RandomSimilarity(queryNorm=false): {}, locale=vun, timezone=Australia/Tasmania
   [junit4]   2> NOTE: Linux 4.15.0-29-generic amd64/Oracle Corporation 10 (64-bit)/cpus=8,threads=1,free=320664144,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestWithCollection]
   [junit4] Completed [1/5 (1!)] on J0 in 102.61s, 9 tests, 1 error <<< FAILURES!

[...truncated 26 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/temp/junit4-J2-20180811_144907_50412241221465403054906.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 12 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/temp/junit4-J0-20180811_144907_5049991773643045147313.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 12 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/temp/junit4-J1-20180811_144907_5047672299349436418298.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 10 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:1568: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:1092: There were test failures: 5 suites, 45 tests, 1 error [seed: DB3D593C1FFC92E1]

Total time: 3 minutes 31 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   1/5 failed: org.apache.solr.cloud.TestWithCollection
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=489a9157791efe8d26f86fc448bed5992b3d2d5f, workspace=/var/lib/jenkins/workspace/Lucene-Solr-7.x-Linux
[WARNINGS] Computing warning deltas based on reference build #2533
Recording test results
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS-EA] Lucene-Solr-7.x-Linux (64bit/jdk-11-ea+25) - Build # 2533 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2533/
Java: 64bit/jdk-11-ea+25 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

21 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.DocValuesNotIndexedTest

Error Message:
Collection not found: dv_coll

Stack Trace:
org.apache.solr.common.SolrException: Collection not found: dv_coll
	at __randomizedtesting.SeedInfo.seed([1223A9FC6D1F4989]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:853)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.cloud.DocValuesNotIndexedTest.createCluster(DocValuesNotIndexedTest.java:155)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:874)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.DocValuesNotIndexedTest

Error Message:
Collection not found: dv_coll

Stack Trace:
org.apache.solr.common.SolrException: Collection not found: dv_coll
	at __randomizedtesting.SeedInfo.seed([1223A9FC6D1F4989]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:853)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.cloud.DocValuesNotIndexedTest.createCluster(DocValuesNotIndexedTest.java:155)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:874)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.DocValuesNotIndexedTest

Error Message:
Collection not found: dv_coll

Stack Trace:
org.apache.solr.common.SolrException: Collection not found: dv_coll
	at __randomizedtesting.SeedInfo.seed([1223A9FC6D1F4989]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:853)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.cloud.DocValuesNotIndexedTest.createCluster(DocValuesNotIndexedTest.java:155)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:874)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.DocValuesNotIndexedTest

Error Message:
Collection not found: dv_coll

Stack Trace:
org.apache.solr.common.SolrException: Collection not found: dv_coll
	at __randomizedtesting.SeedInfo.seed([1223A9FC6D1F4989]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:853)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.cloud.DocValuesNotIndexedTest.createCluster(DocValuesNotIndexedTest.java:155)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:874)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.DocValuesNotIndexedTest

Error Message:
Collection not found: dv_coll

Stack Trace:
org.apache.solr.common.SolrException: Collection not found: dv_coll
	at __randomizedtesting.SeedInfo.seed([1223A9FC6D1F4989]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:853)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.cloud.DocValuesNotIndexedTest.createCluster(DocValuesNotIndexedTest.java:155)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:874)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.component.CustomHighlightComponentTest

Error Message:
Could not find collection:collection90

Stack Trace:
java.lang.AssertionError: Could not find collection:collection90
	at __randomizedtesting.SeedInfo.seed([1223A9FC6D1F4989]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
	at org.apache.solr.handler.component.CustomHighlightComponentTest.setupCluster(CustomHighlightComponentTest.java:125)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:874)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.DocValuesNotIndexedTest.testDistribFaceting

Error Message:
Error from server at https://127.0.0.1:43117/solr/dv_coll: Async exception during distributed update: Received fatal alert: internal_error

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:43117/solr/dv_coll: Async exception during distributed update: Received fatal alert: internal_error
	at __randomizedtesting.SeedInfo.seed([1223A9FC6D1F4989:709257C10904625B]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:895)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:858)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:873)
	at org.apache.solr.cloud.DocValuesNotIndexedTest.before(DocValuesNotIndexedTest.java:165)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:968)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.api.collections.CustomCollectionTest.testRouteFieldForImplicitRouter

Error Message:
expected:<3> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<3> but was:<2>
	at __randomizedtesting.SeedInfo.seed([1223A9FC6D1F4989:4773416EC1E68679]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.api.collections.CustomCollectionTest.testRouteFieldForImplicitRouter(CustomCollectionTest.java:145)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.api.collections.CustomCollectionTest.testRouteFieldForImplicitRouter

Error Message:
expected:<3> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<3> but was:<2>
	at __randomizedtesting.SeedInfo.seed([1223A9FC6D1F4989:4773416EC1E68679]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.api.collections.CustomCollectionTest.testRouteFieldForImplicitRouter(CustomCollectionTest.java:145)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.api.collections.CustomCollectionTest.testRouteFieldForHashRouter

Error Message:
Error from server at https://127.0.0.1:44535/solr/routeFieldColl: Async exception during distributed update: Received fatal alert: internal_error

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:44535/solr/routeFieldColl: Async exception during distributed update: Received fatal alert: internal_error
	at __randomizedtesting.SeedInfo.seed([1223A9FC6D1F4989:BA153721F27EA2D3]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:895)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:858)
	at org.apache.solr.cloud.api.collections.CustomCollectionTest.testRouteFieldForHashRouter(CustomCollectionTest.java:176)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.api.collections.CustomCollectionTest.testRouteFieldForImplicitRouter

Error Message:
Collection not found: withShardField

Stack Trace:
org.apache.solr.common.SolrException: Collection not found: withShardField
	at __randomizedtesting.SeedInfo.seed([1223A9FC6D1F4989:4773416EC1E68679]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:853)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
	at org.apache.solr.cloud.api.collections.CustomCollectionTest.testRouteFieldForImplicitRouter(CustomCollectionTest.java:143)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.api.collections.CustomCollectionTest.testRouteFieldForHashRouter

Error Message:
Error from server at https://127.0.0.1:41205/solr/routeFieldColl: Async exception during distributed update: Received fatal alert: internal_error

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:41205/solr/routeFieldColl: Async exception during distributed update: Received fatal alert: internal_error
	at __randomizedtesting.SeedInfo.seed([1223A9FC6D1F4989:BA153721F27EA2D3]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:895)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:858)
	at org.apache.solr.cloud.api.collections.CustomCollectionTest.testRouteFieldForHashRouter(CustomCollectionTest.java:176)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.api.collections.CustomCollectionTest.testCustomCollectionsAPI

Error Message:
Error from server at https://127.0.0.1:44121/solr/implicitcoll: Async exception during distributed update: Remote host terminated the handshake

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:44121/solr/implicitcoll: Async exception during distributed update: Remote host terminated the handshake
	at __randomizedtesting.SeedInfo.seed([1223A9FC6D1F4989:78C227975085FFF1]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:895)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:858)
	at org.apache.solr.cloud.api.collections.CustomCollectionTest.testCustomCollectionsAPI(CustomCollectionTest.java:88)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.rule.RulesTest.testPortRuleInPresenceOfClusterPolicy

Error Message:
Could not find collection : portRuleColl2

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : portRuleColl2
	at __randomizedtesting.SeedInfo.seed([1223A9FC6D1F4989:AB0B257CDAC603C1]:0)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:118)
	at org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:258)
	at org.apache.solr.cloud.rule.RulesTest.testPortRuleInPresenceOfClusterPolicy(RulesTest.java:119)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.rule.RulesTest.testPortRuleInPresenceOfClusterPolicy

Error Message:
Could not find collection : portRuleColl2

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : portRuleColl2
	at __randomizedtesting.SeedInfo.seed([1223A9FC6D1F4989:AB0B257CDAC603C1]:0)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:118)
	at org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:258)
	at org.apache.solr.cloud.rule.RulesTest.testPortRuleInPresenceOfClusterPolicy(RulesTest.java:119)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.rule.RulesTest.testPortRuleInPresenceOfClusterPolicy

Error Message:
Could not find collection : portRuleColl2

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : portRuleColl2
	at __randomizedtesting.SeedInfo.seed([1223A9FC6D1F4989:AB0B257CDAC603C1]:0)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:118)
	at org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:258)
	at org.apache.solr.cloud.rule.RulesTest.testPortRuleInPresenceOfClusterPolicy(RulesTest.java:119)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.rule.RulesTest.testPortRuleInPresenceOfClusterPolicy

Error Message:
Could not find collection : portRuleColl2

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : portRuleColl2
	at __randomizedtesting.SeedInfo.seed([1223A9FC6D1F4989:AB0B257CDAC603C1]:0)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:118)
	at org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:258)
	at org.apache.solr.cloud.rule.RulesTest.testPortRuleInPresenceOfClusterPolicy(RulesTest.java:119)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.rule.RulesTest.testPortRuleInPresenceOfClusterPolicy

Error Message:
Could not find collection : portRuleColl2

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : portRuleColl2
	at __randomizedtesting.SeedInfo.seed([1223A9FC6D1F4989:AB0B257CDAC603C1]:0)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:118)
	at org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:258)
	at org.apache.solr.cloud.rule.RulesTest.testPortRuleInPresenceOfClusterPolicy(RulesTest.java:119)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.handler.component.CustomHighlightComponentTest.test

Error Message:
too few or too many elements: 1 expected:<3> but was:<1>

Stack Trace:
java.lang.AssertionError: too few or too many elements: 1 expected:<3> but was:<1>
	at __randomizedtesting.SeedInfo.seed([1223A9FC6D1F4989:9A779626C3E32471]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.handler.component.CustomHighlightComponentTest.checkHighlightingResponseList(CustomHighlightComponentTest.java:260)
	at org.apache.solr.handler.component.CustomHighlightComponentTest.test(CustomHighlightComponentTest.java:229)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.handler.component.CustomHighlightComponentTest.test

Error Message:
java.lang.NullPointerException

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([1223A9FC6D1F4989:9A779626C3E32471]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:998)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
	at org.apache.solr.handler.component.CustomHighlightComponentTest.test(CustomHighlightComponentTest.java:177)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.NullPointerException
	at org.apache.solr.client.solrj.impl.CloudSolrClient.buildUrlMap(CloudSolrClient.java:641)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:502)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1015)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	... 42 more


FAILED:  org.apache.solr.handler.component.CustomHighlightComponentTest.test

Error Message:
java.lang.NullPointerException

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([1223A9FC6D1F4989:9A779626C3E32471]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:998)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
	at org.apache.solr.handler.component.CustomHighlightComponentTest.test(CustomHighlightComponentTest.java:177)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.NullPointerException
	at org.apache.solr.client.solrj.impl.CloudSolrClient.buildUrlMap(CloudSolrClient.java:641)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:502)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1015)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	... 42 more




Build Log:
[...truncated 1871 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/test/temp/junit4-J1-20180811_105532_40013428291315185478205.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/test/temp/junit4-J2-20180811_105532_39911609238007719545059.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 4 lines...]
   

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

13] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.implicitcoll.x.leader, tag=3e323f99
   [junit4]   2> 315299 INFO  (coreCloseExecutor-959-thread-1) [n:127.0.0.1:34063_solr c:implicitcoll s:b r:core_node9 x:implicitcoll_b_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.implicitcoll.b.leader, tag=682a8322
   [junit4]   2> 315301 INFO  (coreCloseExecutor-962-thread-2) [n:127.0.0.1:43287_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.implicitcoll.c.leader, tag=214ebb80
   [junit4]   2> 315303 INFO  (coreCloseExecutor-960-thread-1) [n:127.0.0.1:41205_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.implicitcoll.b.leader, tag=404a9619
   [junit4]   2> 315303 INFO  (coreCloseExecutor-960-thread-2) [n:127.0.0.1:41205_solr c:implicitcoll s:x r:core_node16 x:implicitcoll_x_replica_n15] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.implicitcoll.x.leader, tag=3b1bd126
   [junit4]   2> 315309 INFO  (jetty-closer-412-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@10f6247f{/solr,null,UNAVAILABLE}
   [junit4]   2> 315309 INFO  (jetty-closer-412-thread-4) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 315309 INFO  (coreCloseExecutor-961-thread-2) [n:127.0.0.1:36879_solr c:implicitcoll s:c r:core_node11 x:implicitcoll_c_replica_n8] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.implicitcoll.c.leader, tag=6af136db
   [junit4]   2> 315311 INFO  (jetty-closer-412-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72142239753306120-127.0.0.1:41205_solr-n_0000000000) closing
   [junit4]   2> 315312 INFO  (OverseerStateUpdate-72142239753306120-127.0.0.1:41205_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41205_solr
   [junit4]   2> 315312 INFO  (jetty-closer-412-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7184f093{/solr,null,UNAVAILABLE}
   [junit4]   2> 315312 WARN  (OverseerAutoScalingTriggerThread-72142239753306120-127.0.0.1:41205_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 315312 INFO  (jetty-closer-412-thread-3) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 315313 INFO  (zkCallback-448-thread-2) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36879_solr
   [junit4]   2> 315314 INFO  (jetty-closer-412-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@746ccbf5{/solr,null,UNAVAILABLE}
   [junit4]   2> 315314 INFO  (jetty-closer-412-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 315316 INFO  (jetty-closer-412-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@58b83f41{/solr,null,UNAVAILABLE}
   [junit4]   2> 315316 INFO  (jetty-closer-412-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 315317 ERROR (SUITE-CustomCollectionTest-seed#[1223A9FC6D1F4989]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 315317 INFO  (SUITE-CustomCollectionTest-seed#[1223A9FC6D1F4989]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43457 43457
   [junit4]   2> 316100 INFO  (Thread-275) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43457 43457
   [junit4]   2> 316101 WARN  (Thread-275) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	33	/solr/collections/withShardField/terms/d
   [junit4]   2> 	28	/solr/collections/withShardField/terms/a
   [junit4]   2> 	23	/solr/collections/withShardField/terms/b
   [junit4]   2> 	22	/solr/collections/withShardField/terms/c
   [junit4]   2> 	15	/solr/configs/conf
   [junit4]   2> 	13	/solr/aliases.json
   [junit4]   2> 	11	/solr/collections/implicitcoll/terms/x
   [junit4]   2> 	10	/solr/collections/routeFieldColl/terms/shard3
   [junit4]   2> 	10	/solr/collections/routeFieldColl/terms/shard1
   [junit4]   2> 	9	/solr/collections/routeFieldColl/terms/shard4
   [junit4]   2> 	9	/solr/collections/routeFieldColl/terms/shard2
   [junit4]   2> 	7	/solr/collections/implicitcoll/terms/c
   [junit4]   2> 	7	/solr/collections/implicitcoll/terms/b
   [junit4]   2> 	7	/solr/collections/implicitcoll/terms/a
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	3	/solr/collections/testCreateShardRepFactor/terms/x
   [junit4]   2> 	3	/solr/collections/testCreateShardRepFactor/terms/a
   [junit4]   2> 	3	/solr/collections/testCreateShardRepFactor/terms/b
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	26	/solr/collections/withShardField/state.json
   [junit4]   2> 	13	/solr/clusterprops.json
   [junit4]   2> 	13	/solr/clusterstate.json
   [junit4]   2> 	10	/solr/aliases.json
   [junit4]   2> 	10	/solr/collections/routeFieldColl/state.json
   [junit4]   2> 	6	/solr/collections/implicitcoll/state.json
   [junit4]   2> 	5	/solr/collections/testCreateShardRepFactor/state.json
   [junit4]   2> 	3	/solr/collections/withShardField/leader_elect/a/election/72142239753306123-core_node9-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/72142239753306120-127.0.0.1:41205_solr-n_0000000000
   [junit4]   2> 	2	/solr/collections/withShardField/leader_elect/b/election/72142239753306127-core_node15-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	31	/solr/collections
   [junit4]   2> 	13	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CustomCollectionTest_1223A9FC6D1F4989-003
   [junit4]   2> Aug 11, 2018 12:09:26 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {shard_s=PostingsFormat(name=Memory), _version_=Lucene50(blocksize=128), id=PostingsFormat(name=LuceneVarGapFixedInterval), _route_=PostingsFormat(name=MockRandom)}, docValues:{shard_s=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1766, maxMBSortInHeap=6.342221526483319, sim=RandomSimilarity(queryNorm=false): {}, locale=en-DE, timezone=Europe/Minsk
   [junit4]   2> NOTE: Linux 4.15.0-29-generic amd64/Oracle Corporation 11-ea (64-bit)/cpus=8,threads=1,free=205899200,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [CustomCollectionTest, RulesTest, DocValuesNotIndexedTest, CustomCollectionTest, DocValuesNotIndexedTest, DocValuesNotIndexedTest, CustomCollectionTest]
   [junit4] Completed [20/20 (16!)] on J2 in 60.95s, 4 tests, 2 errors <<< FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/temp/junit4-J2-20180811_120410_6825834948226493251445.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 19 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:1568: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:1092: There were test failures: 20 suites, 63 tests, 5 suite-level errors, 10 errors, 4 failures [seed: 1223A9FC6D1F4989]

Total time: 5 minutes 18 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   3/5 failed: org.apache.solr.handler.component.CustomHighlightComponentTest
[repro]   4/5 failed: org.apache.solr.cloud.api.collections.CustomCollectionTest
[repro]   4/5 failed: org.apache.solr.cloud.rule.RulesTest
[repro]   5/5 failed: org.apache.solr.cloud.DocValuesNotIndexedTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=d8ecf976124eb519e1f8c66e6749e246976a95d9, workspace=/var/lib/jenkins/workspace/Lucene-Solr-7.x-Linux
[WARNINGS] Computing warning deltas based on reference build #2532
Recording test results
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-7.x-Linux (32bit/jdk1.8.0_172) - Build # 2532 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2532/
Java: 32bit/jdk1.8.0_172 -client -XX:+UseG1GC

3 tests failed.
FAILED:  org.apache.solr.cloud.TestWithCollection.testDeleteWithCollection

Error Message:
Error from server at https://127.0.0.1:39971/solr: Could not find collection : testDeleteWithCollection_abc

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:39971/solr: Could not find collection : testDeleteWithCollection_abc
	at __randomizedtesting.SeedInfo.seed([EA8CE8F95A07E5F:75713962CC3AACE1]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.TestWithCollection.testDeleteWithCollection(TestWithCollection.java:197)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestWithCollection.testDeleteWithCollection

Error Message:
Error from server at https://127.0.0.1:42339/solr: Could not find collection : testDeleteWithCollection_abc

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:42339/solr: Could not find collection : testDeleteWithCollection_abc
	at __randomizedtesting.SeedInfo.seed([EA8CE8F95A07E5F:75713962CC3AACE1]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.TestWithCollection.testDeleteWithCollection(TestWithCollection.java:197)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestWithCollection.testMoveReplicaWithCollection

Error Message:
Expected moving a replica of 'withCollection': testMoveReplicaWithCollection_abc to fail

Stack Trace:
java.lang.AssertionError: Expected moving a replica of 'withCollection': testMoveReplicaWithCollection_abc to fail
	at __randomizedtesting.SeedInfo.seed([EA8CE8F95A07E5F:41BFF72C06D2B729]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.TestWithCollection.testMoveReplicaWithCollection(TestWithCollection.java:389)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14187 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestWithCollection
   [junit4]   2> 2170940 INFO  (SUITE-TestWithCollection-seed#[EA8CE8F95A07E5F]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/init-core-data-001
   [junit4]   2> 2170941 WARN  (SUITE-TestWithCollection-seed#[EA8CE8F95A07E5F]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1730 numCloses=1730
   [junit4]   2> 2170941 INFO  (SUITE-TestWithCollection-seed#[EA8CE8F95A07E5F]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2170943 INFO  (SUITE-TestWithCollection-seed#[EA8CE8F95A07E5F]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2170945 INFO  (SUITE-TestWithCollection-seed#[EA8CE8F95A07E5F]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001
   [junit4]   2> 2170945 INFO  (SUITE-TestWithCollection-seed#[EA8CE8F95A07E5F]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2170946 INFO  (Thread-4842) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2170946 INFO  (Thread-4842) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2170947 ERROR (Thread-4842) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2171046 INFO  (SUITE-TestWithCollection-seed#[EA8CE8F95A07E5F]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:38589
   [junit4]   2> 2171048 INFO  (zkConnectionManagerCallback-5645-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2171054 INFO  (jetty-launcher-5642-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 2171054 INFO  (jetty-launcher-5642-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 2171058 INFO  (jetty-launcher-5642-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2171058 INFO  (jetty-launcher-5642-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2171058 INFO  (jetty-launcher-5642-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2171058 INFO  (jetty-launcher-5642-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2171058 INFO  (jetty-launcher-5642-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2171058 INFO  (jetty-launcher-5642-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2171058 INFO  (jetty-launcher-5642-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@c22d8f{/solr,null,AVAILABLE}
   [junit4]   2> 2171058 INFO  (jetty-launcher-5642-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@68eddf{/solr,null,AVAILABLE}
   [junit4]   2> 2171060 INFO  (jetty-launcher-5642-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@158400b{SSL,[ssl, http/1.1]}{127.0.0.1:42339}
   [junit4]   2> 2171060 INFO  (jetty-launcher-5642-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@8ab059{SSL,[ssl, http/1.1]}{127.0.0.1:33479}
   [junit4]   2> 2171060 INFO  (jetty-launcher-5642-thread-1) [    ] o.e.j.s.Server Started @2171107ms
   [junit4]   2> 2171060 INFO  (jetty-launcher-5642-thread-2) [    ] o.e.j.s.Server Started @2171107ms
   [junit4]   2> 2171060 INFO  (jetty-launcher-5642-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33479}
   [junit4]   2> 2171060 INFO  (jetty-launcher-5642-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42339}
   [junit4]   2> 2171060 ERROR (jetty-launcher-5642-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2171060 ERROR (jetty-launcher-5642-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2171060 INFO  (jetty-launcher-5642-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2171060 INFO  (jetty-launcher-5642-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2171060 INFO  (jetty-launcher-5642-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 2171060 INFO  (jetty-launcher-5642-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 2171060 INFO  (jetty-launcher-5642-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2171060 INFO  (jetty-launcher-5642-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2171060 INFO  (jetty-launcher-5642-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2171060 INFO  (jetty-launcher-5642-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2171060 INFO  (jetty-launcher-5642-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-11T08:16:03.524Z
   [junit4]   2> 2171060 INFO  (jetty-launcher-5642-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-11T08:16:03.524Z
   [junit4]   2> 2171062 INFO  (zkConnectionManagerCallback-5647-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2171062 INFO  (zkConnectionManagerCallback-5649-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2171062 INFO  (jetty-launcher-5642-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2171062 INFO  (jetty-launcher-5642-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2171083 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1004c275d960002, likely client has closed socket
   [junit4]   2> 2171790 INFO  (jetty-launcher-5642-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38589/solr
   [junit4]   2> 2171792 INFO  (zkConnectionManagerCallback-5653-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2171808 INFO  (zkConnectionManagerCallback-5655-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2171929 INFO  (jetty-launcher-5642-thread-1) [n:127.0.0.1:42339_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42339_solr
   [junit4]   2> 2171930 INFO  (jetty-launcher-5642-thread-1) [n:127.0.0.1:42339_solr    ] o.a.s.c.Overseer Overseer (id=72141325995474948-127.0.0.1:42339_solr-n_0000000000) starting
   [junit4]   2> 2171940 INFO  (zkConnectionManagerCallback-5662-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2171942 INFO  (jetty-launcher-5642-thread-1) [n:127.0.0.1:42339_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38589/solr ready
   [junit4]   2> 2171945 INFO  (OverseerStateUpdate-72141325995474948-127.0.0.1:42339_solr-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42339_solr
   [junit4]   2> 2171957 INFO  (jetty-launcher-5642-thread-1) [n:127.0.0.1:42339_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42339_solr
   [junit4]   2> 2171959 DEBUG (OverseerAutoScalingTriggerThread-72141325995474948-127.0.0.1:42339_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 2171967 INFO  (zkCallback-5654-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2171969 DEBUG (OverseerAutoScalingTriggerThread-72141325995474948-127.0.0.1:42339_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 2171971 DEBUG (OverseerAutoScalingTriggerThread-72141325995474948-127.0.0.1:42339_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 2171971 DEBUG (OverseerAutoScalingTriggerThread-72141325995474948-127.0.0.1:42339_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 2171984 INFO  (zkCallback-5661-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2171991 DEBUG (OverseerAutoScalingTriggerThread-72141325995474948-127.0.0.1:42339_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:42339_solr]
   [junit4]   2> 2171999 DEBUG (OverseerAutoScalingTriggerThread-72141325995474948-127.0.0.1:42339_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 2171999 INFO  (jetty-launcher-5642-thread-1) [n:127.0.0.1:42339_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2171999 DEBUG (OverseerAutoScalingTriggerThread-72141325995474948-127.0.0.1:42339_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 2172000 DEBUG (ScheduledTrigger-7387-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 2172034 INFO  (jetty-launcher-5642-thread-1) [n:127.0.0.1:42339_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42339.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d5c3fe
   [junit4]   2> 2172046 INFO  (jetty-launcher-5642-thread-1) [n:127.0.0.1:42339_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42339.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d5c3fe
   [junit4]   2> 2172046 INFO  (jetty-launcher-5642-thread-1) [n:127.0.0.1:42339_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42339.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d5c3fe
   [junit4]   2> 2172048 INFO  (jetty-launcher-5642-thread-1) [n:127.0.0.1:42339_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/.
   [junit4]   2> 2172434 INFO  (jetty-launcher-5642-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38589/solr
   [junit4]   2> 2172436 INFO  (zkConnectionManagerCallback-5667-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2172438 INFO  (zkConnectionManagerCallback-5669-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2172442 INFO  (jetty-launcher-5642-thread-2) [n:127.0.0.1:33479_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2172444 INFO  (jetty-launcher-5642-thread-2) [n:127.0.0.1:33479_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2172444 INFO  (jetty-launcher-5642-thread-2) [n:127.0.0.1:33479_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33479_solr
   [junit4]   2> 2172445 INFO  (zkCallback-5661-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2172452 INFO  (zkCallback-5654-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2172452 INFO  (zkCallback-5668-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2172470 INFO  (zkConnectionManagerCallback-5676-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2172472 INFO  (jetty-launcher-5642-thread-2) [n:127.0.0.1:33479_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2172473 INFO  (jetty-launcher-5642-thread-2) [n:127.0.0.1:33479_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38589/solr ready
   [junit4]   2> 2172473 INFO  (jetty-launcher-5642-thread-2) [n:127.0.0.1:33479_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2172499 INFO  (jetty-launcher-5642-thread-2) [n:127.0.0.1:33479_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33479.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d5c3fe
   [junit4]   2> 2172509 INFO  (jetty-launcher-5642-thread-2) [n:127.0.0.1:33479_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33479.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d5c3fe
   [junit4]   2> 2172509 INFO  (jetty-launcher-5642-thread-2) [n:127.0.0.1:33479_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33479.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d5c3fe
   [junit4]   2> 2172510 INFO  (jetty-launcher-5642-thread-2) [n:127.0.0.1:33479_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node2/.
   [junit4]   2> 2172532 INFO  (zkConnectionManagerCallback-5679-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2172536 INFO  (zkConnectionManagerCallback-5684-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2172537 INFO  (SUITE-TestWithCollection-seed#[EA8CE8F95A07E5F]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2172538 INFO  (SUITE-TestWithCollection-seed#[EA8CE8F95A07E5F]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38589/solr ready
   [junit4]   2> 2172560 INFO  (TEST-TestWithCollection.testMoveReplicaMainCollection-seed#[EA8CE8F95A07E5F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMoveReplicaMainCollection
   [junit4]   2> 2172561 DEBUG (zkCallback-5661-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 2172561 DEBUG (OverseerAutoScalingTriggerThread-72141325995474948-127.0.0.1:42339_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 2172565 INFO  (TEST-TestWithCollection.testMoveReplicaMainCollection-seed#[EA8CE8F95A07E5F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2172566 DEBUG (OverseerAutoScalingTriggerThread-72141325995474948-127.0.0.1:42339_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 2172566 DEBUG (OverseerAutoScalingTriggerThread-72141325995474948-127.0.0.1:42339_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 2172566 DEBUG (OverseerAutoScalingTriggerThread-72141325995474948-127.0.0.1:42339_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 2172763 INFO  (qtp3739231-20200) [n:127.0.0.1:33479_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2172769 INFO  (qtp17476867-20203) [n:127.0.0.1:42339_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2172775 DEBUG (qtp17476867-20199) [n:127.0.0.1:42339_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 2172776 INFO  (qtp17476867-20199) [n:127.0.0.1:42339_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=103
   [junit4]   2> 2172776 DEBUG (zkCallback-5661-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 2172776 DEBUG (OverseerAutoScalingTriggerThread-72141325995474948-127.0.0.1:42339_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 2172776 DEBUG (OverseerAutoScalingTriggerThread-72141325995474948-127.0.0.1:42339_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 2172776 DEBUG (OverseerAutoScalingTriggerThread-72141325995474948-127.0.0.1:42339_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 2172776 INFO  (TEST-TestWithCollection.testMoveReplicaMainCollection-seed#[EA8CE8F95A07E5F]) [    ] o.a.s.c.TestWithCollection Chosen node 127.0.0.1:42339_solr for collection testMoveReplicaMainCollection_abc
   [junit4]   2> 2172776 DEBUG (OverseerAutoScalingTriggerThread-72141325995474948-127.0.0.1:42339_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 2172777 INFO  (qtp17476867-20199) [n:127.0.0.1:42339_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=testMoveReplicaMainCollection_abc&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:42339_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2172779 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testMoveReplicaMainCollection_abc
   [junit4]   2> 2172780 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/protwords.txt
   [junit4]   2> 2172781 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/managed-schema
   [junit4]   2> 2172782 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/solrconfig.xml
   [junit4]   2> 2172783 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/synonyms.txt
   [junit4]   2> 2172784 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/stopwords.txt
   [junit4]   2> 2172785 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 2172787 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 2172788 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 2172789 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 2172790 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 2172791 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 2172791 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 2172792 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 2172793 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 2172794 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 2172795 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 2172795 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 2172796 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 2172797 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 2172799 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 2172800 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 2172801 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 2172804 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 2172807 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 2172808 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 2172809 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 2172810 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 2172811 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 2172813 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 2172814 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 2172815 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 2172816 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 2172817 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 2172818 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 2172819 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 2172820 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 2172820 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 2172821 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 2172822 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 2172823 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 2172824 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 2172825 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 2172826 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 2172827 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/params.json
   [junit4]   2> 2172940 DEBUG (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.s.c.a.PolicyHelper Creating a new session
   [junit4]   2> 2172944 INFO  (qtp17476867-20270) [n:127.0.0.1:42339_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> 2172946 INFO  (qtp3739231-20202) [n:127.0.0.1:33479_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> 2172946 DEBUG (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.s.c.a.PolicyHelper New session created 
   [junit4]   2> 2172956 INFO  (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 1277650288 sessionWrapper.createTime 1277650278365605, this.sessionWrapper.createTime 1277650278365605 
   [junit4]   2> 2172959 INFO  (OverseerStateUpdate-72141325995474948-127.0.0.1:42339_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testMoveReplicaMainCollection_abc",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testMoveReplicaMainCollection_abc_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42339/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2173165 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr    x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=testMoveReplicaMainCollection_abc.AUTOCREATED&newCollection=true&name=testMoveReplicaMainCollection_abc_shard1_replica_n1&action=CREATE&numShards=1&collection=testMoveReplicaMainCollection_abc&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2173166 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr    x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2174192 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 2174192 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 2174193 WARN  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 2174193 WARN  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 2174193 WARN  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 2174193 WARN  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 2174194 WARN  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 2174194 WARN  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 2174194 WARN  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 2174194 WARN  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 2174206 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 2174263 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.s.IndexSchema [testMoveReplicaMainCollection_abc_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 2174486 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 2174513 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testMoveReplicaMainCollection_abc_shard1_replica_n1' using configuration from collection testMoveReplicaMainCollection_abc, trusted=true
   [junit4]   2> 2174514 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42339.solr.core.testMoveReplicaMainCollection_abc.shard1.replica_n1' (registry 'solr.core.testMoveReplicaMainCollection_abc.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d5c3fe
   [junit4]   2> 2174514 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2174514 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.SolrCore [[testMoveReplicaMainCollection_abc_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_abc_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/./testMoveReplicaMainCollection_abc_shard1_replica_n1/data/]
   [junit4]   2> 2174519 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 2174589 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2174589 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2174592 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 2174592 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2174595 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@c66aa8[testMoveReplicaMainCollection_abc_shard1_replica_n1] main]
   [junit4]   2> 2174596 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testMoveReplicaMainCollection_abc.AUTOCREATED
   [junit4]   2> 2174597 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testMoveReplicaMainCollection_abc.AUTOCREATED
   [junit4]   2> 2174597 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testMoveReplicaMainCollection_abc.AUTOCREATED/managed-schema
   [junit4]   2> 2174597 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2174598 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2174598 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_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> 2174600 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2174601 INFO  (searcherExecutor-7401-thread-1-processing-n:127.0.0.1:42339_solr x:testMoveReplicaMainCollection_abc_shard1_replica_n1 c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@c66aa8[testMoveReplicaMainCollection_abc_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2174601 INFO  (searcherExecutor-7401-thread-1-processing-n:127.0.0.1:42339_solr x:testMoveReplicaMainCollection_abc_shard1_replica_n1 c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 2174601 INFO  (searcherExecutor-7401-thread-1-processing-n:127.0.0.1:42339_solr x:testMoveReplicaMainCollection_abc_shard1_replica_n1 c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2174602 INFO  (searcherExecutor-7401-thread-1-processing-n:127.0.0.1:42339_solr x:testMoveReplicaMainCollection_abc_shard1_replica_n1 c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.SolrCore [testMoveReplicaMainCollection_abc_shard1_replica_n1] Registered new searcher Searcher@c66aa8[testMoveReplicaMainCollection_abc_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2174602 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1608489754496598016
   [junit4]   2> 2174607 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testMoveReplicaMainCollection_abc/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 2174608 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2174608 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2174608 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:42339/solr/testMoveReplicaMainCollection_abc_shard1_replica_n1/
   [junit4]   2> 2174608 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2174609 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:42339/solr/testMoveReplicaMainCollection_abc_shard1_replica_n1/ has no replicas
   [junit4]   2> 2174609 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2174611 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:42339/solr/testMoveReplicaMainCollection_abc_shard1_replica_n1/ shard1
   [junit4]   2> 2174713 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2174814 INFO  (zkCallback-5654-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMoveReplicaMainCollection_abc/state.json] for collection [testMoveReplicaMainCollection_abc] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2174927 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testMoveReplicaMainCollection_abc.AUTOCREATED&newCollection=true&name=testMoveReplicaMainCollection_abc_shard1_replica_n1&action=CREATE&numShards=1&collection=testMoveReplicaMainCollection_abc&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1762
   [junit4]   2> 2174928 DEBUG (OverseerThreadFactory-7389-thread-1) [    ] o.a.s.c.s.c.a.PolicyHelper session set to NULL
   [junit4]   2> 2174935 INFO  (qtp17476867-20199) [n:127.0.0.1:42339_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2174935 INFO  (qtp17476867-20199) [n:127.0.0.1:42339_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&name=testMoveReplicaMainCollection_abc&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:42339_solr&wt=javabin&version=2} status=0 QTime=2157
   [junit4]   2> 2174937 INFO  (qtp17476867-20201) [n:127.0.0.1:42339_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&withCollection=testMoveReplicaMainCollection_abc&name=testMoveReplicaMainCollection_xyz&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2174941 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testMoveReplicaMainCollection_xyz
   [junit4]   2> 2174941 INFO  (OverseerCollectionConfigSetProcessor-72141325995474948-127.0.0.1:42339_solr-n_0000000000) [    ] 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> 2174942 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/protwords.txt
   [junit4]   2> 2174944 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/managed-schema
   [junit4]   2> 2174946 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/solrconfig.xml
   [junit4]   2> 2174948 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/synonyms.txt
   [junit4]   2> 2174951 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/stopwords.txt
   [junit4]   2> 2174954 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 2174956 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 2174958 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 2174964 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 2174965 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 2174966 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 2174966 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 2174967 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 2174968 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 2174969 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 2174971 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 2174977 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 2174989 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 2174990 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 2174991 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 2174993 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 2174995 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 2174999 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 2175000 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 2175002 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 2175006 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 2175007 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 2175009 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 2175010 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 2175011 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 2175012 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 2175013 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 2175015 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 2175017 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 2175017 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 2175019 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 2175019 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 2175020 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 2175021 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 2175022 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 2175023 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 2175023 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 2175024 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 2175025 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/params.json
   [junit4]   2> 2175230 DEBUG (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.s.c.a.PolicyHelper Creating a new session
   [junit4]   2> 2175232 INFO  (qtp17476867-20203) [n:127.0.0.1:42339_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.testMoveReplicaMainCollection_abc.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 2175234 INFO  (qtp17476867-20191) [n:127.0.0.1:42339_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> 2175235 INFO  (qtp3739231-20200) [n:127.0.0.1:33479_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> 2175237 DEBUG (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.s.c.a.PolicyHelper New session created 
   [junit4]   2> 2175240 INFO  (OverseerThreadFactory-7389-thread-2) [    ] o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 1277652572 sessionWrapper.createTime 1277652568579900, this.sessionWrapper.createTime 1277652568579900 
   [junit4]   2> 2175242 INFO  (OverseerStateUpdate-72141325995474948-127.0.0.1:42339_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testMoveReplicaMainCollection_xyz",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testMoveReplicaMainCollection_xyz_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42339/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2175445 INFO  (qtp17476867-20270) [n:127.0.0.1:42339_solr    x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=testMoveReplicaMainCollection_xyz.AUTOCREATED&newCollection=true&name=testMoveReplicaMainCollection_xyz_shard1_replica_n1&action=CREATE&numShards=1&collection=testMoveReplicaMainCollection_xyz&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2176456 INFO  (qtp17476867-20270) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 2176456 INFO  (qtp17476867-20270) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 2176457 WARN  (qtp17476867-20270) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 2176460 WARN  (qtp17476867-20270) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../dist
   [junit4]   2> 2176460 WARN  (qtp17476867-20270) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 2176461 WARN  (qtp17476867-20270) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../dist
   [junit4]   2> 2176461 WARN  (qtp17476867-20270) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 2176461 WARN  (qtp17476867-20270) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../dist
   [junit4]   2> 2176461 WARN  (qtp17476867-20270) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 2176461 WARN  (qtp17476867-20270) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../dist
   [junit4]   2> 2176470 INFO  (qtp17476867-20270) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 2176495 INFO  (qtp17476867-20270) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.s.IndexSchema [testMoveReplicaMainCollection_xyz_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 2176679 INFO  (qtp17476867-20270) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 2176697 INFO  (qtp17476867-20270) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testMoveReplicaMainCollection_xyz_shard1_replica_n1' using configuration from collection testMoveReplicaMainCollection_xyz, trusted=true
   [junit4]   2> 2176698 INFO  (qtp17476867-20270) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42339.solr.core.testMoveReplicaMainCollection_xyz.shard1.replica_n1' (registry 'solr.core.testMoveReplicaMainCollection_xyz.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d5c3fe
   [junit4]   2> 2176698 INFO  (qtp17476867-20270) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2176699 INFO  (qtp17476867-20270) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.c.SolrCore [[testMoveReplicaMainCollection_xyz_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/testMoveReplicaMainCollection_xyz_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001/tempDir-001/node1/./testMoveReplicaMainCollection_xyz_shard1_replica_n1/data/]
   [junit4]   2> 2176703 INFO  (qtp17476867-20270) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 2176755 INFO  (qtp17476867-20270) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2176755 INFO  (qtp17476867-20270) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2176757 INFO  (qtp17476867-20270) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 2176757 INFO  (qtp17476867-20270) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2176758 INFO  (qtp17476867-20270) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3c878f[testMoveReplicaMainCollection_xyz_shard1_replica_n1] main]
   [junit4]   2> 2176759 INFO  (qtp17476867-20270) [n:127.0.0.1:42339_solr c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 

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

r:core_node4) [n:127.0.0.1:46403_solr c:testAddReplica_xyz s:shard1 r:core_node4 x:testAddReplica_xyz_shard1_replica_n3] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testAddReplica_xyz.shard1.leader, tag=1afddf2
   [junit4]   2> 235553 WARN  (recoveryExecutor-151-thread-1-processing-n:127.0.0.1:46403_solr x:testAddReplica_xyz_shard1_replica_n3 c:testAddReplica_xyz s:shard1 r:core_node4) [n:127.0.0.1:46403_solr c:testAddReplica_xyz s:shard1 r:core_node4 x:testAddReplica_xyz_shard1_replica_n3] o.a.s.c.RecoveryStrategy Stopping recovery for core=[testAddReplica_xyz_shard1_replica_n3] coreNodeName=[core_node4]
   [junit4]   2> 235556 INFO  (jetty-closer-129-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@193b1ad{/solr,null,UNAVAILABLE}
   [junit4]   2> 235556 INFO  (jetty-closer-129-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 235557 ERROR (SUITE-TestWithCollection-seed#[EA8CE8F95A07E5F]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 235557 INFO  (SUITE-TestWithCollection-seed#[EA8CE8F95A07E5F]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35779 35779
   [junit4]   2> 235665 INFO  (Thread-60) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35779 35779
   [junit4]   2> 235666 WARN  (Thread-60) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	25	/solr/collections/testNodeAdded_xyz/terms/shard1
   [junit4]   2> 	24	/solr/collections/testNodeAdded_abc/terms/shard1
   [junit4]   2> 	20	/solr/aliases.json
   [junit4]   2> 	12	/solr/collections/testMultipleWithCollections_abc2/terms/shard1
   [junit4]   2> 	12	/solr/collections/testAddReplicaWithPolicy_abc/terms/shard1
   [junit4]   2> 	12	/solr/collections/testMultipleWithCollections_abc/terms/shard1
   [junit4]   2> 	12	/solr/collections/testMoveReplicaMainCollection_xyz/terms/shard1
   [junit4]   2> 	12	/solr/collections/testDeleteWithCollection_abc/terms/shard1
   [junit4]   2> 	12	/solr/collections/testMultipleWithCollections_xyz/terms/shard1
   [junit4]   2> 	11	/solr/collections/testMoveReplicaMainCollection_abc/terms/shard1
   [junit4]   2> 	10	/solr/collections/testMultipleWithCollections_xyz2/terms/shard1
   [junit4]   2> 	10	/solr/collections/testAddReplicaWithPolicy_xyz/terms/shard1
   [junit4]   2> 	9	/solr/collections/testAddReplica_abc/terms/shard1
   [junit4]   2> 	7	/solr/collections/testAddReplica_xyz/terms/shard1
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	3	/solr/configs/testNodeAdded_xyz.AUTOCREATED
   [junit4]   2> 	3	/solr/collections/testCreateCollection_abc/terms/shard1
   [junit4]   2> 	3	/solr/configs/testNodeAdded_abc.AUTOCREATED/managed-schema
   [junit4]   2> 	3	/solr/collections/testCreateCollectionNoWithCollection_abc/terms/shard2
   [junit4]   2> 	3	/solr/collections/testMoveReplicaWithCollection_abc/terms/shard1
   [junit4]   2> 	3	/solr/collections/testCreateCollectionNoWithCollection_abc/terms/shard1
   [junit4]   2> 	3	/solr/configs/testNodeAdded_xyz.AUTOCREATED/managed-schema
   [junit4]   2> 	3	/solr/collections/testCreateCollection_xyz/terms/shard1
   [junit4]   2> 	3	/solr/configs/testNodeAdded_abc.AUTOCREATED
   [junit4]   2> 	3	/solr/collections/testDeleteWithCollection_xyz/terms/shard1
   [junit4]   2> 	3	/solr/collections/testMoveReplicaWithCollection_xyz/terms/shard1
   [junit4]   2> 	2	/solr/configs/testAddReplicaWithPolicy_xyz.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testAddReplica_abc.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testCreateCollectionNoWithCollection_abc.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_xyz2.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testAddReplica_abc.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_abc2.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testAddReplicaWithPolicy_abc.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testAddReplicaWithPolicy_abc.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_abc.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_abc2.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_xyz.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testMoveReplicaMainCollection_abc.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testDeleteWithCollection_abc.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testAddReplica_xyz.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testAddReplica_xyz.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testDeleteWithCollection_abc.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testCreateCollectionNoWithCollection_abc.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_abc.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_xyz2.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_xyz.AUTOCREATED
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	45	/solr/aliases.json
   [junit4]   2> 	20	/solr/clusterprops.json
   [junit4]   2> 	20	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/collections/testNodeAdded_xyz/state.json
   [junit4]   2> 	6	/solr/collections/testMoveReplicaMainCollection_xyz/state.json
   [junit4]   2> 	6	/solr/collections/testMultipleWithCollections_abc2/state.json
   [junit4]   2> 	6	/solr/collections/testNodeAdded_abc/state.json
   [junit4]   2> 	5	/solr/collections/testMoveReplicaMainCollection_abc/state.json
   [junit4]   2> 	5	/solr/collections/testMultipleWithCollections_abc/state.json
   [junit4]   2> 	5	/solr/collections/testAddReplica_abc/state.json
   [junit4]   2> 	5	/solr/collections/testDeleteWithCollection_abc/state.json
   [junit4]   2> 	5	/solr/collections/testMultipleWithCollections_xyz/state.json
   [junit4]   2> 	4	/solr/collections/testMultipleWithCollections_xyz2/state.json
   [junit4]   2> 	4	/solr/collections/testAddReplicaWithPolicy_xyz/state.json
   [junit4]   2> 	3	/solr/collections/testAddReplica_xyz/state.json
   [junit4]   2> 	2	/solr/collections/testCreateCollectionNoWithCollection_abc/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72141441473314823-127.0.0.1:46403_solr-n_0000000001
   [junit4]   2> 	2	/solr/collections/testAddReplicaWithPolicy_abc/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	200	/solr/collections
   [junit4]   2> 	43	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_EA8CE8F95A07E5F-001
   [junit4]   2> Aug 11, 2018 8:47:13 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=false): {}, locale=cs, timezone=America/Argentina/San_Luis
   [junit4]   2> NOTE: Linux 4.15.0-29-generic i386/Oracle Corporation 1.8.0_172 (32-bit)/cpus=8,threads=1,free=118995176,total=235929600
   [junit4]   2> NOTE: All tests run in this JVM: [TestWithCollection, TestWithCollection]
   [junit4] Completed [4/5 (2!)] on J1 in 108.85s, 9 tests, 1 error <<< FAILURES!

[...truncated 24 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:1568: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:1092: There were test failures: 5 suites, 45 tests, 2 errors [seed: EA8CE8F95A07E5F]

Total time: 4 minutes 4 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   2/5 failed: org.apache.solr.cloud.TestWithCollection
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=59e4bf8479852666836d96237e538c506e57e852, workspace=/var/lib/jenkins/workspace/Lucene-Solr-7.x-Linux
[WARNINGS] Computing warning deltas based on reference build #2531
Recording test results
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2