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

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_144) - Build # 21359 - Still Unstable!

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

1 tests failed.
FAILED:  org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test

Error Message:
Expected 2 of 3 replicas to be active but only found 1; [core_node4:{"core":"c8n_1x3_lf_shard1_replica_t1","base_url":"http://127.0.0.1:45541/gjo","node_name":"127.0.0.1:45541_gjo","state":"active","type":"TLOG","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/16)={   "pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node4":{           "core":"c8n_1x3_lf_shard1_replica_t1",           "base_url":"http://127.0.0.1:45541/gjo",           "node_name":"127.0.0.1:45541_gjo",           "state":"active",           "type":"TLOG",           "leader":"true"},         "core_node5":{           "core":"c8n_1x3_lf_shard1_replica_t2",           "base_url":"http://127.0.0.1:41651/gjo",           "node_name":"127.0.0.1:41651_gjo",           "state":"down",           "type":"TLOG"},         "core_node6":{           "state":"down",           "base_url":"http://127.0.0.1:37895/gjo",           "core":"c8n_1x3_lf_shard1_replica_t3",           "node_name":"127.0.0.1:37895_gjo",           "type":"TLOG"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"0",   "tlogReplicas":"3"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node4:{"core":"c8n_1x3_lf_shard1_replica_t1","base_url":"http://127.0.0.1:45541/gjo","node_name":"127.0.0.1:45541_gjo","state":"active","type":"TLOG","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/16)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node4":{
          "core":"c8n_1x3_lf_shard1_replica_t1",
          "base_url":"http://127.0.0.1:45541/gjo",
          "node_name":"127.0.0.1:45541_gjo",
          "state":"active",
          "type":"TLOG",
          "leader":"true"},
        "core_node5":{
          "core":"c8n_1x3_lf_shard1_replica_t2",
          "base_url":"http://127.0.0.1:41651/gjo",
          "node_name":"127.0.0.1:41651_gjo",
          "state":"down",
          "type":"TLOG"},
        "core_node6":{
          "state":"down",
          "base_url":"http://127.0.0.1:37895/gjo",
          "core":"c8n_1x3_lf_shard1_replica_t3",
          "node_name":"127.0.0.1:37895_gjo",
          "type":"TLOG"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"0",
  "tlogReplicas":"3"}
	at __randomizedtesting.SeedInfo.seed([38E75FB9AFFB5E5D:B0B36063010733A5]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11824 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> 112689 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[38E75FB9AFFB5E5D]-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-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/init-core-data-001
   [junit4]   2> 112689 WARN  (SUITE-LeaderFailoverAfterPartitionTest-seed#[38E75FB9AFFB5E5D]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=130 numCloses=130
   [junit4]   2> 112690 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[38E75FB9AFFB5E5D]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 112690 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[38E75FB9AFFB5E5D]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 112691 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[38E75FB9AFFB5E5D]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /gjo/
   [junit4]   2> 112692 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 112692 INFO  (Thread-242) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 112692 INFO  (Thread-242) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 112693 ERROR (Thread-242) [    ] 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> 112792 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.ZkTestServer start zk server on port:43853
   [junit4]   2> 112794 INFO  (zkConnectionManagerCallback-214-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 112797 INFO  (zkConnectionManagerCallback-216-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 112800 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 112800 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 112801 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 112801 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 112802 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 112802 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 112803 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 112803 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 112803 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 112804 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 112804 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 112805 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly asked otherwise
   [junit4]   2> 112869 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 112870 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 112870 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 112870 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 112870 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@10d64b07{/gjo,null,AVAILABLE}
   [junit4]   2> 112872 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@45f0b426{HTTP/1.1,[http/1.1]}{127.0.0.1:42461}
   [junit4]   2> 112872 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.Server Started @114763ms
   [junit4]   2> 112872 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/tempDir-001/control/data, replicaType=NRT, hostContext=/gjo, hostPort=37895, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/control-001/cores}
   [junit4]   2> 112872 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 112872 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 112872 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 112872 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 112872 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T19:59:49.139Z
   [junit4]   2> 112874 INFO  (zkConnectionManagerCallback-218-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 112874 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 112875 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/control-001/solr.xml
   [junit4]   2> 112879 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 112879 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 112880 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 112883 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43853/solr
   [junit4]   2> 112885 INFO  (zkConnectionManagerCallback-222-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 112889 INFO  (zkConnectionManagerCallback-224-thread-1-processing-n:127.0.0.1:37895_gjo) [n:127.0.0.1:37895_gjo    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 112918 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:37895_gjo    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 112918 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:37895_gjo    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37895_gjo
   [junit4]   2> 112918 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:37895_gjo    ] o.a.s.c.Overseer Overseer (id=99423563871617028-127.0.0.1:37895_gjo-n_0000000000) starting
   [junit4]   2> 112921 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:37895_gjo    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37895_gjo
   [junit4]   2> 112922 INFO  (zkCallback-223-thread-1-processing-n:127.0.0.1:37895_gjo) [n:127.0.0.1:37895_gjo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 112966 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:37895_gjo    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 112974 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:37895_gjo    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 112975 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:37895_gjo    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 112976 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:37895_gjo    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/control-001/cores
   [junit4]   2> 112990 INFO  (zkConnectionManagerCallback-230-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 112991 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 112992 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43853/solr ready
   [junit4]   2> 112992 INFO  (SocketProxy-Acceptor-37895) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=54686,localport=37895], receiveBufferSize:531000
   [junit4]   2> 112993 INFO  (SocketProxy-Acceptor-37895) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=42461,localport=34438], receiveBufferSize=530904
   [junit4]   2> 112995 INFO  (qtp1891344788-1065) [n:127.0.0.1:37895_gjo    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:37895_gjo&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 112996 INFO  (OverseerThreadFactory-432-thread-1-processing-n:127.0.0.1:37895_gjo) [n:127.0.0.1:37895_gjo    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 113102 INFO  (SocketProxy-Acceptor-37895) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=54690,localport=37895], receiveBufferSize:531000
   [junit4]   2> 113102 INFO  (SocketProxy-Acceptor-37895) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=42461,localport=34442], receiveBufferSize=530904
   [junit4]   2> 113103 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 113104 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 113209 INFO  (zkCallback-223-thread-1-processing-n:127.0.0.1:37895_gjo) [n:127.0.0.1:37895_gjo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 114145 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 114164 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 114239 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 114255 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 114256 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 114256 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 114256 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 114258 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1983381575, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 114260 WARN  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 114291 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 114291 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 114293 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 114293 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 114294 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1307911005, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 114295 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@57cd8ad8[control_collection_shard1_replica_n1] main]
   [junit4]   2> 114296 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 114296 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 114297 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 114298 INFO  (searcherExecutor-435-thread-1-processing-n:127.0.0.1:37895_gjo x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@57cd8ad8[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 114298 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590777023629885440
   [junit4]   2> 114302 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 114302 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 114302 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37895/gjo/control_collection_shard1_replica_n1/
   [junit4]   2> 114302 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 114302 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:37895/gjo/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 114302 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 114304 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37895/gjo/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 114405 INFO  (zkCallback-223-thread-2-processing-n:127.0.0.1:37895_gjo) [n:127.0.0.1:37895_gjo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 114455 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 114525 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1422
   [junit4]   2> 114529 INFO  (qtp1891344788-1065) [n:127.0.0.1:37895_gjo    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 114557 INFO  (zkCallback-223-thread-2-processing-n:127.0.0.1:37895_gjo) [n:127.0.0.1:37895_gjo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 114998 INFO  (OverseerCollectionConfigSetProcessor-99423563871617028-127.0.0.1:37895_gjo-n_0000000000) [n:127.0.0.1:37895_gjo    ] 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> 115529 INFO  (qtp1891344788-1065) [n:127.0.0.1:37895_gjo    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:37895_gjo&wt=javabin&version=2} status=0 QTime=2534
   [junit4]   2> 115534 INFO  (zkConnectionManagerCallback-234-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 115534 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 115535 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43853/solr ready
   [junit4]   2> 115535 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 115535 INFO  (SocketProxy-Acceptor-37895) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=54724,localport=37895], receiveBufferSize:531000
   [junit4]   2> 115536 INFO  (SocketProxy-Acceptor-37895) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=42461,localport=34476], receiveBufferSize=530904
   [junit4]   2> 115536 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 115537 INFO  (OverseerThreadFactory-432-thread-2-processing-n:127.0.0.1:37895_gjo) [n:127.0.0.1:37895_gjo    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 115538 WARN  (OverseerThreadFactory-432-thread-2-processing-n:127.0.0.1:37895_gjo) [n:127.0.0.1:37895_gjo    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 115742 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 115743 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=206
   [junit4]   2> 115819 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-1-001 of type TLOG
   [junit4]   2> 115819 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 115821 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 115821 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 115821 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 115821 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2cc4ecad{/gjo,null,AVAILABLE}
   [junit4]   2> 115821 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6204df5f{HTTP/1.1,[http/1.1]}{127.0.0.1:41835}
   [junit4]   2> 115821 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.Server Started @117713ms
   [junit4]   2> 115821 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/tempDir-001/jetty1, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/gjo, hostPort=44319, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-1-001/cores}
   [junit4]   2> 115821 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 115822 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 115822 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 115822 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 115822 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T19:59:52.089Z
   [junit4]   2> 115824 INFO  (zkConnectionManagerCallback-236-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 115825 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 115825 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-1-001/solr.xml
   [junit4]   2> 115828 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 115828 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 115828 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 115830 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43853/solr
   [junit4]   2> 115832 INFO  (zkConnectionManagerCallback-240-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 115834 INFO  (zkConnectionManagerCallback-242-thread-1-processing-n:127.0.0.1:44319_gjo) [n:127.0.0.1:44319_gjo    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 115837 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:44319_gjo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 115837 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:44319_gjo    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 115838 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:44319_gjo    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44319_gjo
   [junit4]   2> 115839 INFO  (zkCallback-223-thread-2-processing-n:127.0.0.1:37895_gjo) [n:127.0.0.1:37895_gjo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 115839 INFO  (zkCallback-241-thread-1-processing-n:127.0.0.1:44319_gjo) [n:127.0.0.1:44319_gjo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 115839 INFO  (zkCallback-233-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 115895 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:44319_gjo    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 115901 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:44319_gjo    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 115901 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:44319_gjo    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 115903 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:44319_gjo    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-1-001/cores
   [junit4]   2> 115919 INFO  (qtp1891344788-1105) [n:127.0.0.1:37895_gjo    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:44319_gjo&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 115921 INFO  (OverseerCollectionConfigSetProcessor-99423563871617028-127.0.0.1:37895_gjo-n_0000000000) [n:127.0.0.1:37895_gjo    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 115921 INFO  (OverseerThreadFactory-432-thread-3-processing-n:127.0.0.1:37895_gjo) [n:127.0.0.1:37895_gjo    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:44319_gjo for creating new replica
   [junit4]   2> 115922 INFO  (SocketProxy-Acceptor-44319) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=45158,localport=44319], receiveBufferSize:531000
   [junit4]   2> 115923 INFO  (SocketProxy-Acceptor-44319) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=41835,localport=50688], receiveBufferSize=530904
   [junit4]   2> 115924 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 115924 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 116028 INFO  (zkCallback-241-thread-1-processing-n:127.0.0.1:44319_gjo) [n:127.0.0.1:44319_gjo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 116947 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 116962 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema [collection1_shard2_replica_t41] Schema name=test
   [junit4]   2> 117043 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 117061 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t41' using configuration from collection collection1, trusted=true
   [junit4]   2> 117062 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_t41' (registry 'solr.core.collection1.shard2.replica_t41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 117062 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 117062 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore [[collection1_shard2_replica_t41] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-1-001/cores/collection1_shard2_replica_t41], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-1-001/cores/collection1_shard2_replica_t41/data/]
   [junit4]   2> 117065 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1983381575, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 117067 WARN  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 117106 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 117106 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 117108 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 117108 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 117109 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1307911005, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 117109 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.SolrIndexSearcher Opening [Searcher@5f2515aa[collection1_shard2_replica_t41] main]
   [junit4]   2> 117110 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 117110 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 117111 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 117111 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590777026579529728
   [junit4]   2> 117112 INFO  (searcherExecutor-446-thread-1-processing-n:127.0.0.1:44319_gjo x:collection1_shard2_replica_t41 s:shard2 c:collection1) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore [collection1_shard2_replica_t41] Registered new searcher Searcher@5f2515aa[collection1_shard2_replica_t41] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 117114 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 117114 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 117114 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44319/gjo/collection1_shard2_replica_t41/
   [junit4]   2> 117114 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 117114 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy http://127.0.0.1:44319/gjo/collection1_shard2_replica_t41/ has no replicas
   [junit4]   2> 117114 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 117115 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController collection1_shard2_replica_t41 stopping background replication from leader
   [junit4]   2> 117116 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:44319/gjo/collection1_shard2_replica_t41/ shard2
   [junit4]   2> 117218 INFO  (zkCallback-241-thread-1-processing-n:127.0.0.1:44319_gjo) [n:127.0.0.1:44319_gjo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 117267 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 117269 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1344
   [junit4]   2> 117271 INFO  (qtp1891344788-1105) [n:127.0.0.1:37895_gjo    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:44319_gjo&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2} status=0 QTime=1351
   [junit4]   2> 117347 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-2-001 of type TLOG
   [junit4]   2> 117348 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 117348 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 117348 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 117348 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 117349 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c8cea26{/gjo,null,AVAILABLE}
   [junit4]   2> 117349 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4911e594{HTTP/1.1,[http/1.1]}{127.0.0.1:34295}
   [junit4]   2> 117349 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.Server Started @119240ms
   [junit4]   2> 117349 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/tempDir-001/jetty2, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/gjo, hostPort=41651, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-2-001/cores}
   [junit4]   2> 117349 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 117349 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 117350 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 117350 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 117350 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T19:59:53.617Z
   [junit4]   2> 117351 INFO  (zkConnectionManagerCallback-246-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 117353 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 117353 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-2-001/solr.xml
   [junit4]   2> 117356 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 117356 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 117357 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 117361 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43853/solr
   [junit4]   2> 117363 INFO  (zkConnectionManagerCallback-250-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 117365 INFO  (zkConnectionManagerCallback-252-thread-1-processing-n:127.0.0.1:41651_gjo) [n:127.0.0.1:41651_gjo    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 117368 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:41651_gjo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 117368 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:41651_gjo    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 117369 INFO  (zkCallback-241-thread-1-processing-n:127.0.0.1:44319_gjo) [n:127.0.0.1:44319_gjo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 117369 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:41651_gjo    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41651_gjo
   [junit4]   2> 117370 INFO  (zkCallback-241-thread-1-processing-n:127.0.0.1:44319_gjo) [n:127.0.0.1:44319_gjo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 117370 INFO  (zkCallback-223-thread-2-processing-n:127.0.0.1:37895_gjo) [n:127.0.0.1:37895_gjo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 117370 INFO  (zkCallback-233-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 117370 INFO  (zkCallback-251-thread-1-processing-n:127.0.0.1:41651_gjo) [n:127.0.0.1:41651_gjo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 117421 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:41651_gjo    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 117426 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:41651_gjo    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 117427 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:41651_gjo    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 117428 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:41651_gjo    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-2-001/cores
   [junit4]   2> 117450 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:41651_gjo&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 117452 INFO  (OverseerCollectionConfigSetProcessor-99423563871617028-127.0.0.1:37895_gjo-n_0000000000) [n:127.0.0.1:37895_gjo    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 117452 INFO  (OverseerThreadFactory-432-thread-4-processing-n:127.0.0.1:37895_gjo) [n:127.0.0.1:37895_gjo    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:41651_gjo for creating new replica
   [junit4]   2> 117453 INFO  (SocketProxy-Acceptor-41651) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=43742,localport=41651], receiveBufferSize:531000
   [junit4]   2> 117454 INFO  (SocketProxy-Acceptor-41651) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=34295,localport=47858], receiveBufferSize=530904
   [junit4]   2> 117455 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 117455 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 117558 INFO  (zkCallback-241-thread-1-processing-n:127.0.0.1:44319_gjo) [n:127.0.0.1:44319_gjo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 117559 INFO  (zkCallback-251-thread-1-processing-n:127.0.0.1:41651_gjo) [n:127.0.0.1:41651_gjo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 118468 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 118494 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema [collection1_shard1_replica_t43] Schema name=test
   [junit4]   2> 118572 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 118584 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_t43' using configuration from collection collection1, trusted=true
   [junit4]   2> 118584 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_t43' (registry 'solr.core.collection1.shard1.replica_t43') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 118584 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 118584 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore [[collection1_shard1_replica_t43] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-2-001/cores/collection1_shard1_replica_t43], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-2-001/cores/collection1_shard1_replica_t43/data/]
   [junit4]   2> 118587 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1983381575, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 118589 WARN  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 118629 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 118629 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 118630 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 118630 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 118631 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1307911005, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 118631 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.SolrIndexSearcher Opening [Searcher@60e264f1[collection1_shard1_replica_t43] main]
   [junit4]   2> 118632 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 118633 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 118633 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 118634 INFO  (searcherExecutor-457-thread-1-processing-n:127.0.0.1:41651_gjo x:collection1_shard1_replica_t43 s:shard1 c:collection1) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore [collection1_shard1_replica_t43] Registered new searcher Searcher@60e264f1[collection1_shard1_replica_t43] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 118634 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590777028176510976
   [junit4]   2> 118637 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 118637 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 118637 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41651/gjo/collection1_shard1_replica_t43/
   [junit4]   2> 118637 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 118637 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy http://127.0.0.1:41651/gjo/collection1_shard1_replica_t43/ has no replicas
   [junit4]   2> 118637 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 118638 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController collection1_shard1_replica_t43 stopping background replication from leader
   [junit4]   2> 118639 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41651/gjo/collection1_shard1_replica_t43/ shard1
   [junit4]   2> 118740 INFO  (zkCallback-241-thread-1-processing-n:127.0.0.1:44319_gjo) [n:127.0.0.1:44319_gjo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 118740 INFO  (zkCallback-251-thread-1-processing-n:127.0.0.1:41651_gjo) [n:127.0.0.1:41651_gjo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 118789 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 118791 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1336
   [junit4]   2> 118795 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:41651_gjo&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2} status=0 QTime=1344
   [junit4]   2> 118871 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-3-001 of type TLOG
   [junit4]   2> 118872 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 118873 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 118873 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 118873 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 118873 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@367a242a{/gjo,null,AVAILABLE}
   [junit4]   2> 118873 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7ce420d3{HTTP/1.1,[http/1.1]}{127.0.0.1:40655}
   [junit4]   2> 118873 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.Server Started @120765ms
   [junit4]   2> 118873 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/tempDir-001/jetty3, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/gjo, hostPort=45541, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-3-001/cores}
   [junit4]   2> 118874 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 118874 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 118874 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 118874 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 118874 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T19:59:55.141Z
   [junit4]   2> 118876 INFO  (zkConnectionManagerCallback-256-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 118877 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 118877 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-3-001/solr.xml
   [junit4]   2> 118880 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 118880 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 118880 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 118882 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43853/solr
   [junit4]   2> 118883 INFO  (zkConnectionManagerCallback-260-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 118886 INFO  (zkConnectionManagerCallback-262-thread-1-processing-n:127.0.0.1:45541_gjo) [n:127.0.0.1:45541_gjo    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 118889 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:45541_gjo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 118890 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:45541_gjo    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 118891 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:45541_gjo    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45541_gjo
   [junit4]   2> 118891 INFO  (zkCallback-241-thread-1-processing-n:127.0.0.1:44319_gjo) [n:127.0.0.1:44319_gjo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 118891 INFO  (zkCallback-251-thread-1-processing-n:127.0.0.1:41651_gjo) [n:127.0.0.1:41651_gjo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 118891 INFO  (zkCallback-233-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 118891 INFO  (zkCallback-241-thread-2-processing-n:127.0.0.1:44319_gjo) [n:127.0.0.1:44319_gjo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 118891 INFO  (zkCallback-251-thread-2-processing-n:127.0.0.1:41651_gjo) [n:127.0.0.1:41651_gjo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 118892 INFO  (zkCallback-223-thread-2-processing-n:127.0.0.1:37895_gjo) [n:127.0.0.1:37895_gjo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 118892 INFO  (zkCallback-261-thread-1-processing-n:127.0.0.1:45541_gjo) [n:127.0.0.1:45541_gjo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 118950 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:45541_gjo    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 118955 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:45541_gjo    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 118955 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:45541_gjo    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 118956 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:45541_gjo    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-3-001/cores
   [junit4]   2> 118982 INFO  (qtp1891344788-1105) [n:127.0.0.1:37895_gjo    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:45541_gjo&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 118984 INFO  (OverseerCollectionConfigSetProcessor-99423563871617028-127.0.0.1:37895_gjo-n_0000000000) [n:127.0.0.1:37895_gjo    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 118984 INFO  (OverseerThreadFactory-432-thread-5-processing-n:127.0.0.1:37895_gjo) [n:127.0.0.1:37895_gjo    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:45541_gjo for creating new replica
   [junit4]   2> 118986 INFO  (SocketProxy-Acceptor-45541) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=48354,localport=45541], receiveBufferSize:531000
   [junit4]   2> 118986 INFO  (SocketProxy-Acceptor-45541) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=40655,localport=53964], receiveBufferSize=530904
   [junit4]   2> 118987 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 118987 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 119090 INFO  (zkCallback-251-thread-2-processing-n:127.0.0.1:41651_gjo) [n:127.0.0.1:41651_gjo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 119090 INFO  (zkCallback-261-thread-1-processing-n:127.0.0.1:45541_gjo) [n:127.0.0.1:45541_gjo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 119090 INFO  (zkCallback-241-thread-2-processing-n:127.0.0.1:44319_gjo) [n:127.0.0.1:44319_gjo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 120027 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 120038 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema [collection1_shard2_replica_t45] Schema name=test
   [junit4]   2> 120125 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 120133 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t45' using configuration from collection collection1, trusted=true
   [junit4]   2> 120134 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_t45' (registry 'solr.core.collection1.shard2.replica_t45') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 120134 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 120134 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore [[collection1_shard2_replica_t45] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-3-001/cores/collection1_shard2_replica_t45], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-3-001/cores/collection1_shard2_replica_t45/data/]
   [junit4]   2> 120136 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1983381575, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 120137 WARN  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 120162 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 120162 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 120163 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 120163 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 120164 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1307911005, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 120164 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.SolrIndexSearcher Opening [Searcher@53c6fb2f[collection1_shard2_replica_t45] main]
   [junit4]   2> 120165 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 120165 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 120166 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 120167 INFO  (searcherExecutor-468-thread-1-processing-n:127.0.0.1:45541_gjo x:collection1_shard2_replica_t45 s:shard2 c:collection1) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore [collection1_shard2_replica_t45] Registered new searcher Searcher@53c6fb2f[collection1_shard2_replica_t45] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 120167 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590777029783977984
   [junit4]   2> 120170 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.ZkController Core needs to recover:collection1_shard2_replica_t45
   [junit4]   2> 120171 INFO  (updateExecutor-257-thread-1-processing-n:127.0.0.1:45541_gjo x:collection1_shard2_replica_t45 s:shard2 c:collection1) [n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 120171 INFO  (recoveryExecutor-258-thread-1-processing-n:127.0.0.1:45541_gjo x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 120171 INFO  (recoveryExecutor-258-thread-1-processing-n:127.0.0.1:45541_gjo x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 120171 INFO  (recoveryExecutor-258-thread-1-processing-n:127.0.0.1:45541_gjo x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.ZkController collection1_shard2_replica_t45 stopping background replication from leader
   [junit4]   2> 120171 INFO  (recoveryExecutor-258-thread-1-processing-n:127.0.0.1:45541_gjo x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1_shard2_replica_t45]
   [junit4]   2> 120171 INFO  (recoveryExecutor-258-thread-1-processing-n:127.0.0.1:45541_gjo x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46 x:collec

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

d.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 272194 INFO  (qtp478973826-1192) [n:127.0.0.1:45541_gjo    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:37895_gjo&onlyIfLeaderActive=true&core=c8n_1x3_lf_shard1_replica_t1&coreNodeName=core_node6&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=400 QTime=95029
   [junit4]   2> 273881 WARN  (zkCallback-261-thread-3-processing-n:127.0.0.1:45541_gjo) [n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 273881 INFO  (zkCallback-261-thread-3-processing-n:127.0.0.1:45541_gjo) [n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 273881 INFO  (zkCallback-261-thread-3-processing-n:127.0.0.1:45541_gjo) [n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.SolrCore [collection1_shard2_replica_t45]  CLOSING SolrCore org.apache.solr.core.SolrCore@3a326024
   [junit4]   2> 273881 INFO  (zkCallback-261-thread-3-processing-n:127.0.0.1:45541_gjo) [n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard2.replica_t45, tag=976379940
   [junit4]   2> 273881 INFO  (zkCallback-261-thread-3-processing-n:127.0.0.1:45541_gjo) [n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@43314f21: rootName = null, domain = solr.core.collection1.shard2.replica_t45, service url = null, agent id = null] for registry solr.core.collection1.shard2.replica_t45 / com.codahale.metrics.MetricRegistry@223a54a0
   [junit4]   2> 273894 INFO  (zkCallback-261-thread-3-processing-n:127.0.0.1:45541_gjo) [n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard2.leader, tag=976379940
   [junit4]   2> 273898 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@7ce420d3{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 273898 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@367a242a{/gjo,null,UNAVAILABLE}
   [junit4]   2> 273898 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 273898 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] 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> 273898 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43853 43853
   [junit4]   2> 275049 INFO  (Thread-242) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43853 43853
   [junit4]   2> 275050 WARN  (Thread-242) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 	3	/solr/collections/c8n_1x3_lf/state.json
   [junit4]   2> 	3	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/overseer_elect/election/99423563871617033-127.0.0.1:44319_gjo-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 
   [junit4]   2> 275050 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SocketProxy Closing 7 connections to: http://127.0.0.1:45541/gjo, target: http://127.0.0.1:40655/gjo
   [junit4]   2> 275050 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:41651/gjo, target: http://127.0.0.1:34295/gjo
   [junit4]   2> 275050 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:37895/gjo, target: http://127.0.0.1:42461/gjo
   [junit4]   2> 275050 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SocketProxy Closing 68 connections to: http://127.0.0.1:44319/gjo, target: http://127.0.0.1:41835/gjo
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test -Dtests.seed=38E75FB9AFFB5E5D -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=th -Dtests.timezone=Pacific/Kosrae -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE  162s J0 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node4:{"core":"c8n_1x3_lf_shard1_replica_t1","base_url":"http://127.0.0.1:45541/gjo","node_name":"127.0.0.1:45541_gjo","state":"active","type":"TLOG","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/16)={
   [junit4]    >   "pullReplicas":"0",
   [junit4]    >   "replicationFactor":"1",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node4":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_t1",
   [junit4]    >           "base_url":"http://127.0.0.1:45541/gjo",
   [junit4]    >           "node_name":"127.0.0.1:45541_gjo",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"TLOG",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node5":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_t2",
   [junit4]    >           "base_url":"http://127.0.0.1:41651/gjo",
   [junit4]    >           "node_name":"127.0.0.1:41651_gjo",
   [junit4]    >           "state":"down",
   [junit4]    >           "type":"TLOG"},
   [junit4]    >         "core_node6":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:37895/gjo",
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_t3",
   [junit4]    >           "node_name":"127.0.0.1:37895_gjo",
   [junit4]    >           "type":"TLOG"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"0",
   [junit4]    >   "tlogReplicas":"3"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([38E75FB9AFFB5E5D:B0B36063010733A5]:0)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {multiDefault=PostingsFormat(name=Asserting), a_t=PostingsFormat(name=Asserting), id=Lucene50(blocksize=128), text=Lucene50(blocksize=128)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70), _version_=DocValuesFormat(name=Direct), intDefault=DocValuesFormat(name=Direct), id_i1=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Lucene70), intDvoDefault=DocValuesFormat(name=Lucene70), range_facet_l=DocValuesFormat(name=Lucene70), timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1141, maxMBSortInHeap=7.9561011496567415, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5dafc72), locale=th, timezone=Pacific/Kosrae
   [junit4]   2> NOTE: Linux 4.13.0-31-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=1,free=224506880,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestSubQueryTransformerCrossCore, TestJoin, SimpleCollectionCreateDeleteTest, TriLevelCompositeIdRoutingTest, TestReplicationHandlerBackup, TestSolrFieldCacheBean, TestConfigSets, FullSolrCloudDistribCmdsTest, TestFastOutputStream, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [57/770 (1!)] on J0 in 162.38s, 1 test, 1 failure <<< FAILURES!

[...truncated 50538 lines...]

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-10-ea+41) - Build # 21362 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21362/
Java: 64bit/jdk-10-ea+41 -XX:-UseCompressedOops -XX:+UseParallelGC

3 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Error from server at https://127.0.0.1:43495/solr/awhollynewcollection_0_shard1_replica_n6: ClusterState says we are the leader (https://127.0.0.1:43495/solr/awhollynewcollection_0_shard1_replica_n6), but locally we don't think so. Request came from null

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at https://127.0.0.1:43495/solr/awhollynewcollection_0_shard1_replica_n6: ClusterState says we are the leader (https://127.0.0.1:43495/solr/awhollynewcollection_0_shard1_replica_n6), but locally we don't think so. Request came from null
	at __randomizedtesting.SeedInfo.seed([47888F234334DAF3:FFDFB974507F566]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:550)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1013)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
	at org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:463)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:43495/solr/awhollynewcollection_0_shard1_replica_n6: ClusterState says we are the leader (https://127.0.0.1:43495/solr/awhollynewcollection_0_shard1_replica_n6), but locally we don't think so. Request came from null
	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.lambda$directUpdate$0(CloudSolrClient.java:527)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	... 1 more


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeLostTriggerRestoreState

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([47888F234334DAF3:6C775A78D94CCF23]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeLostTriggerRestoreState(TriggerIntegrationTest.java:368)
	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.TriggerIntegrationTest.testListeners

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([47888F234334DAF3:AA481833FE58472A]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testListeners(TriggerIntegrationTest.java:1053)
	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 12648 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest
   [junit4]   2> 981844 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[47888F234334DAF3]-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-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_47888F234334DAF3-001/init-core-data-001
   [junit4]   2> 981845 WARN  (SUITE-CollectionsAPIDistributedZkTest-seed#[47888F234334DAF3]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 981845 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[47888F234334DAF3]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 981845 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[47888F234334DAF3]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 981846 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[47888F234334DAF3]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_47888F234334DAF3-001/tempDir-001
   [junit4]   2> 981846 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[47888F234334DAF3]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 981846 INFO  (Thread-5547) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 981846 INFO  (Thread-5547) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 981848 ERROR (Thread-5547) [    ] 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> 981946 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[47888F234334DAF3]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:46187
   [junit4]   2> 981949 INFO  (zkConnectionManagerCallback-1940-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 981952 INFO  (jetty-launcher-1937-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 981952 INFO  (jetty-launcher-1937-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 981952 INFO  (jetty-launcher-1937-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 981952 INFO  (jetty-launcher-1937-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 981953 INFO  (jetty-launcher-1937-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 981953 INFO  (jetty-launcher-1937-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 981953 INFO  (jetty-launcher-1937-thread-3) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 981953 INFO  (jetty-launcher-1937-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 981953 INFO  (jetty-launcher-1937-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 981953 INFO  (jetty-launcher-1937-thread-4) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 981953 INFO  (jetty-launcher-1937-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@208fe3bf{/solr,null,AVAILABLE}
   [junit4]   2> 981954 INFO  (jetty-launcher-1937-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 981954 INFO  (jetty-launcher-1937-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 981954 INFO  (jetty-launcher-1937-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 981954 INFO  (jetty-launcher-1937-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 981954 INFO  (jetty-launcher-1937-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 981954 INFO  (jetty-launcher-1937-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@61518dcd{/solr,null,AVAILABLE}
   [junit4]   2> 981954 INFO  (jetty-launcher-1937-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 981954 INFO  (jetty-launcher-1937-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5a084045{/solr,null,AVAILABLE}
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7cca951e{/solr,null,AVAILABLE}
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@76768403{SSL,[ssl, http/1.1]}{127.0.0.1:40105}
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-3) [    ] o.e.j.s.Server Started @984007ms
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40105}
   [junit4]   2> 981955 ERROR (jetty-launcher-1937-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@9f826b4{SSL,[ssl, http/1.1]}{127.0.0.1:34243}
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-1) [    ] o.e.j.s.Server Started @984007ms
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34243}
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-28T07:09:48.341584Z
   [junit4]   2> 981955 ERROR (jetty-launcher-1937-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-28T07:09:48.341779Z
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7db3dd81{SSL,[ssl, http/1.1]}{127.0.0.1:37777}
   [junit4]   2> 981956 INFO  (jetty-launcher-1937-thread-2) [    ] o.e.j.s.Server Started @984008ms
   [junit4]   2> 981956 INFO  (jetty-launcher-1937-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37777}
   [junit4]   2> 981956 ERROR (jetty-launcher-1937-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 981956 INFO  (jetty-launcher-1937-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 981956 INFO  (jetty-launcher-1937-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 981956 INFO  (jetty-launcher-1937-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 981956 INFO  (jetty-launcher-1937-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-28T07:09:48.342287Z
   [junit4]   2> 981956 INFO  (zkConnectionManagerCallback-1942-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 981956 INFO  (jetty-launcher-1937-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7abd1815{SSL,[ssl, http/1.1]}{127.0.0.1:43495}
   [junit4]   2> 981956 INFO  (zkConnectionManagerCallback-1944-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 981956 INFO  (jetty-launcher-1937-thread-4) [    ] o.e.j.s.Server Started @984008ms
   [junit4]   2> 981956 INFO  (jetty-launcher-1937-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43495}
   [junit4]   2> 981956 ERROR (jetty-launcher-1937-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 981956 INFO  (jetty-launcher-1937-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 981956 INFO  (jetty-launcher-1937-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 981956 INFO  (jetty-launcher-1937-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 981956 INFO  (jetty-launcher-1937-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 981956 INFO  (jetty-launcher-1937-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 981956 INFO  (jetty-launcher-1937-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-28T07:09:48.342963Z
   [junit4]   2> 981957 INFO  (zkConnectionManagerCallback-1946-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 981957 INFO  (jetty-launcher-1937-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 981958 INFO  (jetty-launcher-1937-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 981958 INFO  (jetty-launcher-1937-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 981958 INFO  (jetty-launcher-1937-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 981958 INFO  (jetty-launcher-1937-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 981958 INFO  (jetty-launcher-1937-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 981958 INFO  (jetty-launcher-1937-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 981961 INFO  (zkConnectionManagerCallback-1948-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 981961 INFO  (jetty-launcher-1937-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 981963 INFO  (jetty-launcher-1937-thread-4) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 981963 INFO  (jetty-launcher-1937-thread-4) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 981963 INFO  (jetty-launcher-1937-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46187/solr
   [junit4]   2> 981964 INFO  (zkConnectionManagerCallback-1953-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 981965 INFO  (jetty-launcher-1937-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46187/solr
   [junit4]   2> 981966 INFO  (jetty-launcher-1937-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46187/solr
   [junit4]   2> 981969 INFO  (jetty-launcher-1937-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46187/solr
   [junit4]   2> 981975 INFO  (zkConnectionManagerCallback-1958-thread-1-processing-n:127.0.0.1:34243_solr) [n:127.0.0.1:34243_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 981975 INFO  (zkConnectionManagerCallback-1960-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 981989 INFO  (zkConnectionManagerCallback-1963-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 982004 INFO  (zkConnectionManagerCallback-1966-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 982004 INFO  (zkConnectionManagerCallback-1968-thread-1-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 982008 INFO  (jetty-launcher-1937-thread-4) [n:127.0.0.1:43495_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 982009 INFO  (jetty-launcher-1937-thread-4) [n:127.0.0.1:43495_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43495_solr
   [junit4]   2> 982009 INFO  (jetty-launcher-1937-thread-4) [n:127.0.0.1:43495_solr    ] o.a.s.c.Overseer Overseer (id=99426198371237898-127.0.0.1:43495_solr-n_0000000000) starting
   [junit4]   2> 982011 INFO  (zkConnectionManagerCallback-1971-thread-1-processing-n:127.0.0.1:40105_solr) [n:127.0.0.1:40105_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 982013 INFO  (zkConnectionManagerCallback-1973-thread-1-processing-n:127.0.0.1:37777_solr) [n:127.0.0.1:37777_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 982014 INFO  (jetty-launcher-1937-thread-4) [n:127.0.0.1:43495_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43495_solr
   [junit4]   2> 982015 INFO  (OverseerStateUpdate-99426198371237898-127.0.0.1:43495_solr-n_0000000000) [n:127.0.0.1:43495_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 982018 INFO  (jetty-launcher-1937-thread-3) [n:127.0.0.1:40105_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 982019 INFO  (jetty-launcher-1937-thread-2) [n:127.0.0.1:37777_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 982020 INFO  (jetty-launcher-1937-thread-3) [n:127.0.0.1:40105_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 982021 INFO  (jetty-launcher-1937-thread-2) [n:127.0.0.1:37777_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 982023 INFO  (jetty-launcher-1937-thread-3) [n:127.0.0.1:40105_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40105_solr
   [junit4]   2> 982023 INFO  (jetty-launcher-1937-thread-2) [n:127.0.0.1:37777_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37777_solr
   [junit4]   2> 982029 INFO  (zkCallback-1967-thread-1-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 982035 INFO  (jetty-launcher-1937-thread-1) [n:127.0.0.1:34243_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 982037 INFO  (jetty-launcher-1937-thread-1) [n:127.0.0.1:34243_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 982038 INFO  (jetty-launcher-1937-thread-1) [n:127.0.0.1:34243_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34243_solr
   [junit4]   2> 982039 INFO  (zkCallback-1967-thread-2-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 982040 INFO  (jetty-launcher-1937-thread-4) [n:127.0.0.1:43495_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@342523bc
   [junit4]   2> 982045 INFO  (jetty-launcher-1937-thread-4) [n:127.0.0.1:43495_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@342523bc
   [junit4]   2> 982045 INFO  (jetty-launcher-1937-thread-4) [n:127.0.0.1:43495_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@342523bc
   [junit4]   2> 982046 INFO  (jetty-launcher-1937-thread-4) [n:127.0.0.1:43495_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_47888F234334DAF3-001/tempDir-001/node4
   [junit4]   2> 982049 INFO  (zkCallback-1970-thread-1-processing-n:127.0.0.1:40105_solr) [n:127.0.0.1:40105_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 982049 INFO  (zkCallback-1972-thread-1-processing-n:127.0.0.1:37777_solr) [n:127.0.0.1:37777_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 982049 INFO  (zkCallback-1970-thread-2-processing-n:127.0.0.1:40105_solr) [n:127.0.0.1:40105_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 982053 INFO  (zkCallback-1957-thread-1-processing-n:127.0.0.1:34243_solr) [n:127.0.0.1:34243_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 982060 INFO  (jetty-launcher-1937-thread-2) [n:127.0.0.1:37777_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@342523bc
   [junit4]   2> 982068 INFO  (jetty-launcher-1937-thread-2) [n:127.0.0.1:37777_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@342523bc
   [junit4]   2> 982068 INFO  (jetty-launcher-1937-thread-2) [n:127.0.0.1:37777_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@342523bc
   [junit4]   2> 982069 INFO  (jetty-launcher-1937-thread-2) [n:127.0.0.1:37777_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_47888F234334DAF3-001/tempDir-001/node2
   [junit4]   2> 982082 INFO  (jetty-launcher-1937-thread-1) [n:127.0.0.1:34243_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@342523bc
   [junit4]   2> 982089 INFO  (jetty-launcher-1937-thread-1) [n:127.0.0.1:34243_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@342523bc
   [junit4]   2> 982090 INFO  (jetty-launcher-1937-thread-1) [n:127.0.0.1:34243_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@342523bc
   [junit4]   2> 982091 INFO  (jetty-launcher-1937-thread-1) [n:127.0.0.1:34243_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_47888F234334DAF3-001/tempDir-001/node1
   [junit4]   2> 982101 INFO  (jetty-launcher-1937-thread-3) [n:127.0.0.1:40105_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@342523bc
   [junit4]   2> 982115 WARN  (jetty-launcher-1937-thread-1) [n:127.0.0.1:34243_solr    ] o.a.s.m.r.j.JmxMetricsReporter Unable to register gauge
   [junit4]   2> javax.management.InstanceNotFoundException: solr:dom1=jvm,name0=memory,name1=non-heap,name=usage
   [junit4]   2> 	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
   [junit4]   2> 	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:423)
   [junit4]   2> 	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:411)
   [junit4]   2> 	at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546)
   [junit4]   2> 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.registerMBean(JmxMetricsReporter.java:530)
   [junit4]   2> 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.onGaugeAdded(JmxMetricsReporter.java:565)
   [junit4]   2> 	at com.codahale.metrics.MetricRegistry.notifyListenerOfAddedMetric(MetricRegistry.java:454)
   [junit4]   2> 	at com.codahale.metrics.MetricRegistry.onMetricAdded(MetricRegistry.java:448)
   [junit4]   2> 	at com.codahale.metrics.MetricRegistry.register(MetricRegistry.java:89)
   [junit4]   2> 	at org.apache.solr.metrics.SolrMetricManager.registerAll(SolrMetricManager.java:523)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.setupJvmMetrics(SolrDispatchFilter.java:214)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:186)
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:741)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1474)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1537)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1183)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1020)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:447)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:306)
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:394)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:367)
   [junit4]   2> 	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:384)
   [junit4]   2> 	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:247)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 982116 INFO  (jetty-launcher-1937-thread-3) [n:127.0.0.1:40105_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@342523bc
   [junit4]   2> 982117 INFO  (jetty-launcher-1937-thread-3) [n:127.0.0.1:40105_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@342523bc
   [junit4]   2> 982118 INFO  (jetty-launcher-1937-thread-3) [n:127.0.0.1:40105_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_47888F234334DAF3-001/tempDir-001/node3
   [junit4]   2> 982156 INFO  (zkConnectionManagerCallback-1982-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 982161 INFO  (zkConnectionManagerCallback-1986-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 982162 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[47888F234334DAF3]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 982162 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[47888F234334DAF3]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46187/solr ready
   [junit4]   2> 982174 INFO  (TEST-CollectionsAPIDistributedZkTest.testZeroNumShards-seed#[47888F234334DAF3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testZeroNumShards
   [junit4]   2> 982175 INFO  (TEST-CollectionsAPIDistributedZkTest.testZeroNumShards-seed#[47888F234334DAF3]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 982190 INFO  (qtp693360854-12748) [n:127.0.0.1:34243_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=10&collection.configName=conf&name=acollection&action=CREATE&numShards=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 982193 INFO  (OverseerThreadFactory-4557-thread-1-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection acollection
   [junit4]   2> 982193 ERROR (OverseerThreadFactory-4557-thread-1-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: acollection operation: create failed:org.apache.solr.common.SolrException: numShards must be > 0
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.CreateCollectionCmd.buildReplicaPositions(CreateCollectionCmd.java:285)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:121)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:252)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:469)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 982195 INFO  (qtp693360854-12748) [n:127.0.0.1:34243_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=10&collection.configName=conf&name=acollection&action=CREATE&numShards=0&wt=javabin&version=2} status=400 QTime=4
   [junit4]   2> 982195 INFO  (TEST-CollectionsAPIDistributedZkTest.testZeroNumShards-seed#[47888F234334DAF3]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testZeroNumShards
   [junit4]   2> 982210 INFO  (TEST-CollectionsAPIDistributedZkTest.testCreateShouldFailOnExistingCore-seed#[47888F234334DAF3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateShouldFailOnExistingCore
   [junit4]   2> 982210 INFO  (TEST-CollectionsAPIDistributedZkTest.testCreateShouldFailOnExistingCore-seed#[47888F234334DAF3]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 982211 INFO  (qtp693360854-12756) [n:127.0.0.1:34243_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=halfcollectionblocker&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 982217 INFO  (OverseerThreadFactory-4557-thread-2-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection halfcollectionblocker
   [junit4]   2> 982217 INFO  (OverseerCollectionConfigSetProcessor-99426198371237898-127.0.0.1:43495_solr-n_0000000000) [n:127.0.0.1:43495_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 982217 WARN  (OverseerThreadFactory-4557-thread-2-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (halfcollectionblocker) without cores.
   [junit4]   2> 982320 INFO  (qtp693360854-12756) [n:127.0.0.1:34243_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> 982320 INFO  (qtp693360854-12756) [n:127.0.0.1:34243_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=halfcollectionblocker&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&wt=javabin&version=2} status=0 QTime=109
   [junit4]   2> 982321 INFO  (qtp693360854-12748) [n:127.0.0.1:34243_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:43495_solr&name=halfcollection_shard1_replica_n1&action=ADDREPLICA&collection=halfcollectionblocker&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 982322 INFO  (OverseerCollectionConfigSetProcessor-99426198371237898-127.0.0.1:43495_solr-n_0000000000) [n:127.0.0.1:43495_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 982322 INFO  (OverseerThreadFactory-4557-thread-3-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:43495_solr for creating new replica
   [junit4]   2> 982323 INFO  (OverseerStateUpdate-99426198371237898-127.0.0.1:43495_solr-n_0000000000) [n:127.0.0.1:43495_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"halfcollectionblocker",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"halfcollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43495/solr",
   [junit4]   2>   "node_name":"127.0.0.1:43495_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 982547 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node21&collection.configName=conf&name=halfcollection_shard1_replica_n1&action=CREATE&collection=halfcollectionblocker&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 982548 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 982571 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 982577 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.s.IndexSchema [halfcollection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 982580 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 982580 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'halfcollection_shard1_replica_n1' using configuration from collection halfcollectionblocker, trusted=true
   [junit4]   2> 982581 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.halfcollectionblocker.shard1.core_node21' (registry 'solr.core.halfcollectionblocker.shard1.core_node21') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@342523bc
   [junit4]   2> 982582 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 982582 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.SolrCore [[halfcollection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_47888F234334DAF3-001/tempDir-001/node4/halfcollection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_47888F234334DAF3-001/tempDir-001/node4/halfcollection_shard1_replica_n1/data/]
   [junit4]   2> 982666 INFO  (zkCallback-1967-thread-2-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollectionblocker/state.json] for collection [halfcollectionblocker] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 982666 INFO  (zkCallback-1967-thread-1-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollectionblocker/state.json] for collection [halfcollectionblocker] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 982692 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 982692 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 982693 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 982694 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 982694 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@25dfa09d[halfcollection_shard1_replica_n1] main]
   [junit4]   2> 982695 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 982695 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 982696 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 982696 INFO  (searcherExecutor-4566-thread-1-processing-n:127.0.0.1:43495_solr x:halfcollection_shard1_replica_n1 s:shard1 c:halfcollectionblocker r:core_node21) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.SolrCore [halfcollection_shard1_replica_n1] Registered new searcher Searcher@25dfa09d[halfcollection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 982696 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590819174830047232
   [junit4]   2> 982701 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 982701 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 982701 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:43495/solr/halfcollection_shard1_replica_n1/
   [junit4]   2> 982701 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 982701 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:43495/solr/halfcollection_shard1_replica_n1/ has no replicas
   [junit4]   2> 982701 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 982703 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:43495/solr/halfcollection_shard1_replica_n1/ shard1
   [junit4]   2> 982804 INFO  (zkCallback-1967-thread-3-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollectionblocker/state.json] for collection [halfcollectionblocker] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 982804 INFO  (zkCallback-1967-thread-2-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollectionblocker/state.json] for collection [halfcollectionblocker] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 982854 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 982856 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node21&collection.configName=conf&name=halfcollection_shard1_replica_n1&action=CREATE&collection=halfcollectionblocker&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=308
   [junit4]   2> 982859 INFO  (qtp693360854-12748) [n:127.0.0.1:34243_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:43495_solr&name=halfcollection_shard1_replica_n1&action=ADDREPLICA&collection=halfcollectionblocker&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=538
   [junit4]   2> 982860 INFO  (qtp693360854-12756) [n:127.0.0.1:34243_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=halfcollectionblocker2&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 982865 INFO  (OverseerThreadFactory-4557-thread-4-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection halfcollectionblocker2
   [junit4]   2> 982866 INFO  (OverseerCollectionConfigSetProcessor-99426198371237898-127.0.0.1:43495_solr-n_0000000000) [n:127.0.0.1:43495_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 982866 WARN  (OverseerThreadFactory-4557-thread-4-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (halfcollectionblocker2) without cores.
   [junit4]   2> 982971 INFO  (zkCallback-1967-thread-2-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollectionblocker/state.json] for collection [halfcollectionblocker] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 982971 INFO  (zkCallback-1967-thread-3-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollectionblocker/state.json] for collection [halfcollectionblocker] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 983072 INFO  (qtp693360854-12756) [n:127.0.0.1:34243_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> 983072 INFO  (qtp693360854-12756) [n:127.0.0.1:34243_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=halfcollectionblocker2&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&wt=javabin&version=2} status=0 QTime=212
   [junit4]   2> 983073 INFO  (qtp693360854-12748) [n:127.0.0.1:34243_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:37777_solr&name=halfcollection_shard1_replica_n1&action=ADDREPLICA&collection=halfcollectionblocker2&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 983077 INFO  (OverseerCollectionConfigSetProcessor-99426198371237898-127.0.0.1:43495_solr-n_0000000000) [n:127.0.0.1:43495_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 983079 INFO  (OverseerThreadFactory-4557-thread-5-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:37777_solr for creating new replica
   [junit4]   2> 983083 INFO  (OverseerStateUpdate-99426198371237898-127.0.0.1:43495_solr-n_0000000000) [n:127.0.0.1:43495_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"halfcollectionblocker2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"halfcollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37777/solr",
   [junit4]   2>   "node_name":"127.0.0.1:37777_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 983310 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node21&collection.configName=conf&name=halfcollection_shard1_replica_n1&action=CREATE&collection=halfcollectionblocker2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 983311 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 983320 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 983342 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.s.IndexSchema [halfcollection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 983344 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 983344 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'halfcollection_shard1_replica_n1' using configuration from collection halfcollectionblocker2, trusted=true
   [junit4]   2> 983344 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.halfcollectionblocker2.shard1.core_node21' (registry 'solr.core.halfcollectionblocker2.shard1.core_node21') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@342523bc
   [junit4]   2> 983344 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 983344 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.SolrCore [[halfcollection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_47888F234334DAF3-001/tempDir-001/node2/halfcollection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_47888F234334DAF3-001/tempDir-001/node2/halfcollection_shard1_replica_n1/data/]
   [junit4]   2> 983413 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 983413 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 983415 INFO  (zkCallback-1972-thread-1-processing-n:127.0.0.1:37777_solr) [n:127.0.0.1:37777_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollectionblocker2/state.json] for collection [halfcollectionblocker2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 983416 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 983416 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 983418 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2e50255a[halfcollection_shard1_replica_n1] main]
   [junit4]   2> 983419 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 983419 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 983420 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 983421 INFO  (searcherExecutor-4571-thread-1-processing-n:127.0.0.1:37777_solr x:halfcollection_shard1_replica_n1 s:shard1 c:halfcollectionblocker2 r:core_node21) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.SolrCore [halfcollection_shard1_replica_n1] Registered new searcher Searcher@2e50255a[halfcollection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 983421 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590819175590264832
   [junit4]   2> 983421 INFO  (zkCallback-1972-thread-2-processing-n:127.0.0.1:37777_solr) [n:127.0.0.1:37777_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollectionblocker2/state.json] for collection [halfcollectionblocker2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 983427 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 983428 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 983428 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:37777/solr/halfcollection_shard1_replica_n1/
   [junit4]   2> 983428 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 983428 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:37777/solr/halfcollection_shard1_replica_n1/ has no replicas
   [junit4]   2> 983428 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 983430 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:37777/solr/halfcollection_shard1_replica_n1/ shard1
   [junit4]   2> 983532 INFO  (zkCallback-1972-thread-2-processing-n:127.0.0.1:37777_solr) [n:127.0.0.1:37777_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollectionblocker2/state.json] for collection [halfcollectionblocker2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 983532 INFO  (zkCallback-1972-thread-1-processing-n:127.0.0.1:37777_solr) [n:127.0.0.1:37777_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollectionblocker2/state.json] for collection [halfcollectionblocker2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 983581 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 983624 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node21&collection.configName=conf&name=halfcollection_shard1_replica_n1&action=CREATE&collection=halfcollectionblocker2&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=314
   [junit4]   2> 983627 INFO  (qtp693360854-12748) [n:127.0.0.1:34243_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:37777_solr&name=halfcollection_shard1_replica_n1&action=ADDREPLICA&collection=halfcollectionblocker2&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=553
   [junit4]   2> 983627 INFO  (qtp693360854-12756) [n:127.0.0.1:34243_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=halfcollection&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=127.0.0.1:43495_solr,127.0.0.1:37777_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 983628 INFO  (OverseerThreadFactory-4557-thread-5-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection halfcollection
   [junit4]   2> 983628 INFO  (OverseerCollectionConfigSetProcessor-99426198371237898-127.0.0.1:43495_solr-n_0000000000) [n:127.0.0.1:43495_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 983738 INFO  (zkCallback-1972-thread-2-processing-n:127.0.0.1:37777_solr) [n:127.0.0.1:37777_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollectionblocker2/state.json] for collection [halfcollectionblocker2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 983738 INFO  (zkCallback-1972-thread-1-processing-n:127.0.0.1:37777_solr) [n:127.0.0.1:37777_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollectionblocker2/state.json] for collection [halfcollectionblocker2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 983834 INFO  (OverseerStateUpdate-99426198371237898-127.0.0.1:43495_solr-n_0000000000) [n:127.0.0.1:43495_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"halfcollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"halfcollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37777/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 983837 INFO  (OverseerStateUpdate-99426198371237898-127.0.0.1:43495_solr-n_0000000000) [n:127.0.0.1:43495_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"halfcollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"halfcollection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43495/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 984053 INFO  (qtp1722477196-12751) [n:127.0.0.1:37777_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=halfcollection_shard1_replica_n1&action=CREATE&numShards=2&collection=halfcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 984054 INFO  (qtp668179350-12749) [n:127.0.0.1:43495_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=halfcollection_shard2_replica_n2&action=CREATE&numShards=2&collection=halfcollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 984054 WARN  (qtp1722477196-12751) [n:127.0.0.1:37777_solr    ] o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 984054 ERROR (qtp1722477196-12751) [n:127.0.0.1:37777_solr    ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Core with name 'halfcollection_shard1_replica_n1' already exists.
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:932)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:498)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:455)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:530)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:289)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:149)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 984055 INFO  (qtp1722477196-12751) [n:127.0.0.1:37777_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=halfcollection_shard1_replica_n1&action=CREATE&numShards=2&collection=halfcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=500 QTime=1
   [junit4]   2> 984055 ERROR (qtp1722477196-12751) [n:127.0.0.1:37777_solr    ] o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException: Core with name 'halfcollection_shard1_replica_n1' already exists.
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:932)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:498)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:455)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:530)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:289)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:149)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 984055 ERROR (OverseerThreadFactory-4557-thread-5-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error from shard: https://127.0.0.1:37777/solr
   [junit4]   2> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:37777/solr: Core with name 'halfcollection_shard1_replica_n1' already exists.
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 984164 INFO  (zkCallback-1967-thread-3-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollection/state.json] for collection [halfcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 984164 INFO  (zkCallback-1967-thread-2-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollection/state.json] for collection [halfcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 985068 INFO  (qtp668179350-12749) [n:127.0.0.1:43495_solr c:halfcollection s:shard2 r:core_node4 x:halfcollection_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 985071 INFO  (qtp668179350-12749) [n:127.0.0.1:43495_solr c:halfcollection s:shard2 r:core_node4 x:halfcollection_shard2_replica_n2] o.a.s.s.IndexSchema [halfcollection_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 985073 INFO  (qtp668179350-12749) [n:127.0.0.1:43495_solr c:halfcollection s:shard2 r:core_node4 x:halfcollection_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 985073 INFO  (qtp668179350-12749) [n:127.0.0.1:43495_solr c:halfcollection s:shard2 r:core_node4 x:halfcollection_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'halfcollection_shard2_replica_n2' using configuration from collection halfcollection, trusted=true
   [junit4]   2> 985073 INFO  (qtp668179350-12749) [n:127.0.0.1:43495_solr c:halfcollection s:shard2 r:core_node4 x:halfcollection_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.halfcollection.shard2.replica_n2' (registry 'solr.core.halfcollection.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@342523bc
   [junit4]   2> 985073 INFO  (qtp668179350-12749) [n:127.0.0.1:43495_solr c:halfcollection s:shard2 r:core_node4 x:halfcollection_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 985073 INFO  (qtp668179350-12749) [n:127.0.0.1:43495_solr c:halfcollection s:shard2 r:core_node4 x:halfcollection_shard2_replica_n2] o.a.s.c.SolrCore [[halfcollection_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_47888F234334DAF3-001/tempDir-001/node4/halfcollection_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_47888F234334DAF3-001/tempDir-001/node4/halfcollection_shard2_replica_n2/data/]
   [junit4]   2> 985106 INFO  (qtp668179350-12749) [n:127.0.0.1:43495_solr c:halfcollection s:shard2 r:core_node4 x:halfcollection_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 985106 INFO  (qtp668179350-12749) [n:127.0.0.1:43495_solr c:halfcollection s:shard2 r:core_node4 x:halfcollection_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 985107 INFO  (qtp668179350-12749) [n:127.0.0.1:43495_solr c:halfcollection s:shard2 r:core_node4 x:halfcollection_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 985107 INFO  (qtp668179350-12749) [n:127.0.0.1:43495_solr c:halfcollection s:shard2 r:core_node4 x:halfcollection_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 985108 INFO  (qtp668179350-12749) [n:127.0.0.1:43495_solr c:halfcollection s:shard2 r:core_node4 x:halfcollection_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@2a5283b8[halfcollection_shard2_replica_n2] main]
   [junit4]   2> 985109 INFO  (qtp668179350-12749) [n:127.0.0.1:43495_solr c:halfcollection s:shard2 r:core_node4 x:halfcollection_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 985109 INFO  (qtp668179350-12749) [n:127.0.0.1:43495_solr c:halfcollection s:shard2 r:core_node4 x:halfcol

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

atcher.process(ZkStateReader.java:1085)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$1(SolrZkClient.java:268)
   [junit4]   2> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 3338278 INFO  (jetty-closer-5880-thread-9) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4bbbda5e{/solr,null,UNAVAILABLE}
   [junit4]   2> 3338278 INFO  (jetty-closer-5880-thread-9) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 3338279 ERROR (SUITE-TriggerIntegrationTest-seed#[47888F234334DAF3]-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> 3338279 INFO  (SUITE-TriggerIntegrationTest-seed#[47888F234334DAF3]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45091 45091
   [junit4]   2> 3338391 INFO  (Thread-9358) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45091 45091
   [junit4]   2> 3338391 WARN  (Thread-9358) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/aliases.json
   [junit4]   2> 	20	/solr/security.json
   [junit4]   2> 	8	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	97	/solr/collections/collection1/state.json
   [junit4]   2> 	37	/solr/collections/testMetricTrigger/state.json
   [junit4]   2> 	21	/solr/clusterprops.json
   [junit4]   2> 	21	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/autoscaling.json
   [junit4]   2> 	4	/solr/overseer_elect/election/99426339510222874-127.0.0.1:34149_solr-n_0000000007
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/99426339510222871-core_node6-n_0000000002
   [junit4]   2> 	2	/solr/overseer_elect/election/99426339510222862-127.0.0.1:38243_solr-n_0000000003
   [junit4]   2> 	2	/solr/overseer_elect/election/99426339510222886-127.0.0.1:44143_solr-n_0000000011
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/99426339510222862-core_node8-n_0000000003
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/99426339510222874-core_node4-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/live_nodes
   [junit4]   2> 	21	/solr/collections
   [junit4]   2> 	6	/solr/overseer/queue-work
   [junit4]   2> 	6	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	6	/solr/overseer/queue
   [junit4]   2> 	6	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/autoscaling/events/node_lost_triggerMR
   [junit4]   2> 	2	/solr/autoscaling/events/node_added_triggerCTOOR
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_47888F234334DAF3-001
   [junit4]   2> Jan 28, 2018 7:49:04 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): {id=PostingsFormat(name=Asserting), x_s=Lucene50(blocksize=128)}, docValues:{_version_=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1458, maxMBSortInHeap=6.665252006510016, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6f45d88c), locale=uk, timezone=Atlantic/Cape_Verde
   [junit4]   2> NOTE: Linux 4.13.0-31-generic amd64/Oracle Corporation 10-ea (64-bit)/cpus=8,threads=1,free=204662264,total=492830720
   [junit4]   2> NOTE: All tests run in this JVM: [TestCharFilters, SolrCoreTest, TestTlogReplica, SpatialHeatmapFacetsTest, SolrInfoBeanTest, DistributedFacetPivotSmallTest, TestPivotHelperCode, HdfsBasicDistributedZkTest, ComputePlanActionTest, DistributedQueryComponentOptimizationTest, SchemaApiFailureTest, TestSolr4Spatial, AtomicUpdatesTest, TestCursorMarkWithoutUniqueKey, TestLegacyTerms, UninvertDocValuesMergePolicyTest, PrimUtilsTest, SolrMetricManagerTest, TestManagedSchemaAPI, TestLRUCache, DocValuesNotIndexedTest, AddBlockUpdateTest, TestLocalFSCloudBackupRestore, PrimitiveFieldTypeTest, TestBulkSchemaConcurrent, TestUtilizeNode, ReplaceNodeTest, TestFastLRUCache, TestSolrCloudWithDelegationTokens, ResponseHeaderTest, TestQueryUtils, OverseerTest, TestCollationFieldDocValues, CdcrBootstrapTest, TestPolicyCloud, MoveReplicaHDFSFailoverTest, TestPostingsSolrHighlighter, ClassificationUpdateProcessorTest, FieldMutatingUpdateProcessorTest, StatsReloadRaceTest, TestRandomFlRTGCloud, ZkStateWriterTest, TestCollectionAPI, TestUseDocValuesAsStored2, CollectionReloadTest, DeleteStatusTest, TestJettySolrRunner, TestFoldingMultitermQuery, TestSha256AuthenticationProvider, TestCoreBackup, IgnoreCommitOptimizeUpdateProcessorFactoryTest, SOLR749Test, CdcrRequestHandlerTest, BlockDirectoryTest, TestSchemaVersionResource, TestSolr4Spatial2, SmileWriterTest, VersionInfoTest, DistribJoinFromCollectionTest, TestDocBasedVersionConstraints, StressHdfsTest, TestTestInjection, HLLUtilTest, DistributedFacetPivotLargeTest, TestSimpleTrackingShardHandler, TestMissingGroups, TestPrepRecovery, TestDistributedGrouping, TestSchemaNameResource, TestRecovery, HdfsRestartWhileUpdatingTest, SoftAutoCommitTest, TestNodeLostTrigger, TestSubQueryTransformerDistrib, DeleteNodeTest, BasicAuthIntegrationTest, TestExactSharedStatsCache, TestEmbeddedSolrServerAdminHandler, TestSearchPerf, TestComputePlanAction, TestSimpleTextCodec, LegacyCloudClusterPropTest, TestDistributedStatsComponentCardinality, TestRestManager, DistributedIntervalFacetingTest, TestOverriddenPrefixQueryForCustomFieldType, CollectionsAPIDistributedZkTest, SystemInfoHandlerTest, BigEndianAscendingWordDeserializerTest, TestScoreJoinQPNoScore, QueryElevationComponentTest, SliceStateTest, VMParamsZkACLAndCredentialsProvidersTest, TestCorePropertiesReload, ExplicitHLLTest, ConfigSetsAPITest, TestRequestForwarding, CollectionStateFormat2Test, TestSystemIdResolver, TestManagedStopFilterFactory, TestAddFieldRealTimeGet, TestSchemaManager, HighlighterMaxOffsetTest, TestShortCircuitedRequests, TestSolrCloudWithHadoopAuthPlugin, TestSolrJ, TestSolrIndexConfig, AlternateDirectoryTest, RequiredFieldsTest, TestXIncludeConfig, DistributedMLTComponentTest, TestSQLHandlerNonCloud, TestLegacyField, QueryEqualityTest, TestNumericTerms32, CoreMergeIndexesAdminHandlerTest, BadComponentTest, CloudMLTQParserTest, TestSolrCloudSnapshots, QueryParsingTest, AsyncCallRequestStatusResponseTest, SolrShardReporterTest, TestDFISimilarityFactory, InfixSuggestersTest, SchemaVersionSpecificBehaviorTest, TestFieldCacheVsDocValues, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, FullSolrCloudDistribCmdsTest, LeaderElectionTest, TestZkChroot, ShardRoutingCustomTest, TestHashPartitioner, TestRealTimeGet, TestStressReorder, TestJoin, TestStressVersions, SolrCmdDistributorTest, ConvertedLegacyTest, TestSort, TestFiltering, HighlighterTest, ShowFileRequestHandlerTest, SimplePostToolTest, TestCoreDiscovery, SuggesterFSTTest, CoreAdminHandlerTest, TestTrie, SuggesterWFSTTest, PolyFieldTest, TestPseudoReturnFields, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, XsltUpdateRequestHandlerTest, TestSurroundQueryParser, TestWriterPerf, DirectSolrSpellCheckerTest, TestOmitPositions, TermsComponentTest, TermVectorComponentTest, TestSolrQueryParser, LoggingHandlerTest, TestJmxIntegration, ReturnFieldsTest, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, TestPartialUpdateDeduplication, CSVRequestHandlerTest, TestLFUCache, SynonymTokenizerTest, TestDFRSimilarityFactory, TestPerFieldSimilarity, TimeZoneUtilsTest, TestFastOutputStream, ChaosMonkeyNothingIsSafeTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, ConcurrentCreateRoutedAliasTest, ConnectionManagerTest, DeleteInactiveReplicaTest, DistributedQueueTest, HttpPartitionTest, MoveReplicaTest, NodeMutatorTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, OverseerRolesTest, PeerSyncReplicationTest, RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, ReplicationFactorTest, RestartWhileUpdatingTest, RollingRestartTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, SolrXmlInZkTest, TestAuthenticationFramework, TestCloudDeleteByQuery, TestCloudInspectUtil, TestCloudPivotFacet, TestCloudPseudoReturnFields, TestCloudSearcherWarming, TestClusterProperties, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion, TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica, TestLeaderElectionZkExpiry, TestLeaderInitiatedRecoveryThread, TestLockTree, TestMiniSolrCloudClusterSSL, TestSSLRandomization, TestStressCloudBlindAtomicUpdates, TestStressInPlaceUpdates, CollectionTooManyReplicasTest, CollectionsAPIAsyncDistributedZkTest, HdfsCollectionsAPIDistributedZkTest, ShardSplitTest, TriggerIntegrationTest]
   [junit4] Completed [630/770 (2!)] on J1 in 203.20s, 14 tests, 2 failures <<< FAILURES!

[...truncated 41353 lines...]

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_144) - Build # 21361 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21361/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseConcMarkSweepGC

4 tests failed.
FAILED:  org.apache.solr.cloud.TestUtilizeNode.test

Error Message:
no replica should be present in  127.0.0.1:39217_solr

Stack Trace:
java.lang.AssertionError: no replica should be present in  127.0.0.1:39217_solr
	at __randomizedtesting.SeedInfo.seed([9F4FE8CCAF6AF3:88CB70326253070B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.TestUtilizeNode.test(TestUtilizeNode.java:99)
	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.autoscaling.HdfsAutoAddReplicasIntegrationTest.testSimple

Error Message:
Waiting for collection testSimple1 null Live Nodes: [127.0.0.1:34381_solr, 127.0.0.1:36127_solr] Last available state: DocCollection(testSimple1//collections/testSimple1/state.json/15)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{       "range":"80000000-ffffffff",       "state":"active",       "replicas":{         "core_node3":{           "dataDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node3/data/",           "base_url":"https://127.0.0.1:34381/solr",           "node_name":"127.0.0.1:34381_solr",           "type":"NRT",           "ulogDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node3/data/tlog",           "core":"testSimple1_shard1_replica_n1",           "shared_storage":"true",           "state":"active"},         "core_node5":{           "dataDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node5/data/",           "base_url":"https://127.0.0.1:34381/solr",           "node_name":"127.0.0.1:34381_solr",           "type":"NRT",           "ulogDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node5/data/tlog",           "core":"testSimple1_shard1_replica_n2",           "shared_storage":"true",           "state":"active",           "leader":"true"}}},     "shard2":{       "range":"0-7fffffff",       "state":"active",       "replicas":{         "core_node6":{           "dataDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node6/data/",           "base_url":"https://127.0.0.1:37043/solr",           "node_name":"127.0.0.1:37043_solr",           "type":"NRT",           "ulogDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node6/data/tlog",           "core":"testSimple1_shard2_replica_n4",           "shared_storage":"true",           "state":"down"},         "core_node8":{           "dataDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node8/data/",           "base_url":"https://127.0.0.1:34381/solr",           "node_name":"127.0.0.1:34381_solr",           "type":"NRT",           "ulogDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node8/data/tlog",           "core":"testSimple1_shard2_replica_n7",           "shared_storage":"true",           "state":"active",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple1
null
Live Nodes: [127.0.0.1:34381_solr, 127.0.0.1:36127_solr]
Last available state: DocCollection(testSimple1//collections/testSimple1/state.json/15)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "dataDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node3/data/",
          "base_url":"https://127.0.0.1:34381/solr",
          "node_name":"127.0.0.1:34381_solr",
          "type":"NRT",
          "ulogDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node3/data/tlog",
          "core":"testSimple1_shard1_replica_n1",
          "shared_storage":"true",
          "state":"active"},
        "core_node5":{
          "dataDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node5/data/",
          "base_url":"https://127.0.0.1:34381/solr",
          "node_name":"127.0.0.1:34381_solr",
          "type":"NRT",
          "ulogDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node5/data/tlog",
          "core":"testSimple1_shard1_replica_n2",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node6":{
          "dataDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node6/data/",
          "base_url":"https://127.0.0.1:37043/solr",
          "node_name":"127.0.0.1:37043_solr",
          "type":"NRT",
          "ulogDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node6/data/tlog",
          "core":"testSimple1_shard2_replica_n4",
          "shared_storage":"true",
          "state":"down"},
        "core_node8":{
          "dataDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node8/data/",
          "base_url":"https://127.0.0.1:34381/solr",
          "node_name":"127.0.0.1:34381_solr",
          "type":"NRT",
          "ulogDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node8/data/tlog",
          "core":"testSimple1_shard2_replica_n7",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([9F4FE8CCAF6AF3:382C6B16EB5CBE22]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
	at org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:103)
	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.autoscaling.TriggerIntegrationTest.testListeners

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([9F4FE8CCAF6AF3:ED5FD8F871C3F72A]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testListeners(TriggerIntegrationTest.java:1053)
	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.handler.admin.AutoscalingHistoryHandlerTest.testHistory

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

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
	at __randomizedtesting.SeedInfo.seed([9F4FE8CCAF6AF3:6D63EB1576E795F4]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:244)
	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 11689 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest
   [junit4]   2> 38129 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[9F4FE8CCAF6AF3]-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-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/init-core-data-001
   [junit4]   2> 38130 WARN  (SUITE-AutoscalingHistoryHandlerTest-seed#[9F4FE8CCAF6AF3]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 38131 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[9F4FE8CCAF6AF3]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 38133 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[9F4FE8CCAF6AF3]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 38133 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[9F4FE8CCAF6AF3]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001
   [junit4]   2> 38133 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[9F4FE8CCAF6AF3]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 38135 INFO  (Thread-53) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 38135 INFO  (Thread-53) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 38137 ERROR (Thread-53) [    ] 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> 38235 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[9F4FE8CCAF6AF3]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:35351
   [junit4]   2> 38237 INFO  (zkConnectionManagerCallback-61-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 38241 INFO  (jetty-launcher-58-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T19:27:37-02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 38241 INFO  (jetty-launcher-58-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T19:27:37-02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 38245 INFO  (jetty-launcher-58-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T19:27:37-02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 38245 INFO  (jetty-launcher-58-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 38245 INFO  (jetty-launcher-58-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 38245 INFO  (jetty-launcher-58-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 38248 INFO  (jetty-launcher-58-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@c2c04e{/solr,null,AVAILABLE}
   [junit4]   2> 38253 INFO  (jetty-launcher-58-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 38253 INFO  (jetty-launcher-58-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 38253 INFO  (jetty-launcher-58-thread-3) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 38253 INFO  (jetty-launcher-58-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1c27cd8{/solr,null,AVAILABLE}
   [junit4]   2> 38253 INFO  (jetty-launcher-58-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@938463{HTTP/1.1,[http/1.1]}{127.0.0.1:34245}
   [junit4]   2> 38253 INFO  (jetty-launcher-58-thread-1) [    ] o.e.j.s.Server Started @39915ms
   [junit4]   2> 38253 INFO  (jetty-launcher-58-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34245}
   [junit4]   2> 38254 ERROR (jetty-launcher-58-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 38254 INFO  (jetty-launcher-58-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1c1480d{HTTP/1.1,[http/1.1]}{127.0.0.1:41827}
   [junit4]   2> 38254 INFO  (jetty-launcher-58-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 38254 INFO  (jetty-launcher-58-thread-3) [    ] o.e.j.s.Server Started @39916ms
   [junit4]   2> 38254 INFO  (jetty-launcher-58-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 38254 INFO  (jetty-launcher-58-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41827}
   [junit4]   2> 38254 INFO  (jetty-launcher-58-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 38254 INFO  (jetty-launcher-58-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-28T02:57:33.374Z
   [junit4]   2> 38254 ERROR (jetty-launcher-58-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 38254 INFO  (jetty-launcher-58-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 38254 INFO  (jetty-launcher-58-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 38254 INFO  (jetty-launcher-58-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 38254 INFO  (jetty-launcher-58-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-28T02:57:33.374Z
   [junit4]   2> 38255 INFO  (jetty-launcher-58-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 38255 INFO  (jetty-launcher-58-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 38255 INFO  (jetty-launcher-58-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 38259 INFO  (zkConnectionManagerCallback-63-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 38259 INFO  (jetty-launcher-58-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@180ef9c{/solr,null,AVAILABLE}
   [junit4]   2> 38260 INFO  (jetty-launcher-58-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@65f155{HTTP/1.1,[http/1.1]}{127.0.0.1:34381}
   [junit4]   2> 38260 INFO  (jetty-launcher-58-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 38260 INFO  (jetty-launcher-58-thread-2) [    ] o.e.j.s.Server Started @39922ms
   [junit4]   2> 38260 INFO  (jetty-launcher-58-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34381}
   [junit4]   2> 38260 ERROR (jetty-launcher-58-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 38260 INFO  (jetty-launcher-58-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 38260 INFO  (jetty-launcher-58-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 38260 INFO  (jetty-launcher-58-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 38260 INFO  (jetty-launcher-58-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-28T02:57:33.380Z
   [junit4]   2> 38263 INFO  (zkConnectionManagerCallback-65-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 38265 INFO  (jetty-launcher-58-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 38275 INFO  (zkConnectionManagerCallback-67-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 38275 INFO  (jetty-launcher-58-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 38296 INFO  (jetty-launcher-58-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35351/solr
   [junit4]   2> 38299 INFO  (jetty-launcher-58-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35351/solr
   [junit4]   2> 38305 INFO  (jetty-launcher-58-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35351/solr
   [junit4]   2> 38306 INFO  (zkConnectionManagerCallback-72-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 38306 INFO  (zkConnectionManagerCallback-75-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 38319 INFO  (zkConnectionManagerCallback-79-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 38323 INFO  (zkConnectionManagerCallback-81-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 38326 INFO  (zkConnectionManagerCallback-83-thread-1-processing-n:127.0.0.1:34381_solr) [n:127.0.0.1:34381_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 38343 INFO  (zkConnectionManagerCallback-85-thread-1-processing-n:127.0.0.1:34245_solr) [n:127.0.0.1:34245_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 38369 INFO  (jetty-launcher-58-thread-3) [n:127.0.0.1:41827_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 38369 INFO  (jetty-launcher-58-thread-3) [n:127.0.0.1:41827_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41827_solr
   [junit4]   2> 38370 INFO  (jetty-launcher-58-thread-3) [n:127.0.0.1:41827_solr    ] o.a.s.c.Overseer Overseer (id=99425206485385223-127.0.0.1:41827_solr-n_0000000000) starting
   [junit4]   2> 38388 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 38402 DEBUG (OverseerAutoScalingTriggerThread-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 38403 DEBUG (OverseerAutoScalingTriggerThread-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 38405 INFO  (jetty-launcher-58-thread-3) [n:127.0.0.1:41827_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41827_solr
   [junit4]   2> 38405 DEBUG (OverseerAutoScalingTriggerThread-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: []
   [junit4]   2> 38405 DEBUG (OverseerAutoScalingTriggerThread-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 38405 DEBUG (OverseerAutoScalingTriggerThread-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 38419 INFO  (zkCallback-80-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 38426 DEBUG (OverseerAutoScalingTriggerThread-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 38426 DEBUG (OverseerAutoScalingTriggerThread-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 38426 DEBUG (ScheduledTrigger-162-thread-1) [n:127.0.0.1:41827_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 38428 INFO  (jetty-launcher-58-thread-1) [n:127.0.0.1:34245_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 38430 INFO  (jetty-launcher-58-thread-1) [n:127.0.0.1:34245_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 38436 INFO  (jetty-launcher-58-thread-1) [n:127.0.0.1:34245_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34245_solr
   [junit4]   2> 38440 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:34245_solr"} current state version: 0
   [junit4]   2> 38440 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:34245_solr
   [junit4]   2> 38440 INFO  (zkCallback-80-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 38450 INFO  (jetty-launcher-58-thread-2) [n:127.0.0.1:34381_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 38452 INFO  (jetty-launcher-58-thread-2) [n:127.0.0.1:34381_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 38468 INFO  (jetty-launcher-58-thread-2) [n:127.0.0.1:34381_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34381_solr
   [junit4]   2> 38469 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:34381_solr"} current state version: 0
   [junit4]   2> 38469 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:34381_solr
   [junit4]   2> 38479 INFO  (zkCallback-84-thread-1-processing-n:127.0.0.1:34245_solr) [n:127.0.0.1:34245_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 38491 INFO  (zkCallback-80-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 38493 INFO  (zkCallback-84-thread-1-processing-n:127.0.0.1:34245_solr) [n:127.0.0.1:34245_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 38507 INFO  (zkCallback-82-thread-1-processing-n:127.0.0.1:34381_solr) [n:127.0.0.1:34381_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 38543 INFO  (jetty-launcher-58-thread-3) [n:127.0.0.1:41827_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41827.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a0c2c
   [junit4]   2> 38579 INFO  (jetty-launcher-58-thread-3) [n:127.0.0.1:41827_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41827.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a0c2c
   [junit4]   2> 38579 INFO  (jetty-launcher-58-thread-3) [n:127.0.0.1:41827_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41827.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a0c2c
   [junit4]   2> 38580 INFO  (jetty-launcher-58-thread-3) [n:127.0.0.1:41827_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/.
   [junit4]   2> 38625 INFO  (jetty-launcher-58-thread-1) [n:127.0.0.1:34245_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34245.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a0c2c
   [junit4]   2> 38633 INFO  (jetty-launcher-58-thread-1) [n:127.0.0.1:34245_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34245.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a0c2c
   [junit4]   2> 38633 INFO  (jetty-launcher-58-thread-1) [n:127.0.0.1:34245_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34245.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a0c2c
   [junit4]   2> 38635 INFO  (jetty-launcher-58-thread-1) [n:127.0.0.1:34245_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node1/.
   [junit4]   2> 38665 INFO  (jetty-launcher-58-thread-2) [n:127.0.0.1:34381_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34381.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a0c2c
   [junit4]   2> 38679 INFO  (jetty-launcher-58-thread-2) [n:127.0.0.1:34381_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34381.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a0c2c
   [junit4]   2> 38679 INFO  (jetty-launcher-58-thread-2) [n:127.0.0.1:34381_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34381.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a0c2c
   [junit4]   2> 38683 INFO  (jetty-launcher-58-thread-2) [n:127.0.0.1:34381_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node2/.
   [junit4]   2> 38775 INFO  (zkConnectionManagerCallback-93-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 38810 INFO  (zkConnectionManagerCallback-97-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 38812 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[9F4FE8CCAF6AF3]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 38812 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[9F4FE8CCAF6AF3]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35351/solr ready
   [junit4]   2> 38829 INFO  (qtp16736056-288) [n:127.0.0.1:34381_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=3&name=AutoscalingHistoryHandlerTest_collection&nrtReplicas=3&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 38838 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 38839 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/protwords.txt
   [junit4]   2> 38840 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2> 38841 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/solrconfig.xml
   [junit4]   2> 38842 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/synonyms.txt
   [junit4]   2> 38843 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/stopwords.txt
   [junit4]   2> 38845 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 38846 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 38847 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 38848 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 38849 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 38850 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 38851 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 38852 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 38854 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 38854 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 38855 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 38858 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 38861 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 38861 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 38863 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 38863 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 38865 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 38866 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 38872 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 38873 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 38874 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 38875 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 38876 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 38878 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 38879 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 38880 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 38881 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 38882 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 38882 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 38884 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 38885 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 38886 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 38887 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 38887 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 38888 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 38889 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 38890 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 38890 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 38891 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/params.json
   [junit4]   2> 38910 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 38910 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 38910 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2> 39017 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41827/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 39017 INFO  (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41827/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 39018 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 39018 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:41827/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 39019 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34381/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 39019 INFO  (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34381/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 39019 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:41827/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 39019 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:41827/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"http://127.0.0.1:34381/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 39020 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34245/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 39020 INFO  (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34245/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 39023 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:41827/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"http://127.0.0.1:34381/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 39023 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:41827/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"http://127.0.0.1:34381/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node6":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>       "base_url":"http://127.0.0.1:34245/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 39124 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json version: 0
   [junit4]   2> 39224 INFO  (qtp16736056-301) [n:127.0.0.1:34381_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 39224 INFO  (qtp856224-286) [n:127.0.0.1:34245_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n4&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 39224 INFO  (qtp16736056-301) [n:127.0.0.1:34381_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 39224 INFO  (qtp856224-286) [n:127.0.0.1:34245_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 39225 INFO  (qtp19402411-302) [n:127.0.0.1:41827_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 39226 INFO  (qtp19402411-302) [n:127.0.0.1:41827_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 39236 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34245/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34245_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 39236 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34245/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34245_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 39236 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node6:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4","base_url":"http://127.0.0.1:34245/solr","node_name":"127.0.0.1:34245_solr","state":"down","type":"NRT"}
   [junit4]   2> 39236 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:41827/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:34381/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:34245/solr",
   [junit4]   2>           "node_name":"127.0.0.1:34245_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 39239 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:41827/solr",
   [junit4]   2>   "node_name":"127.0.0.1:41827_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 39239 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:41827/solr",
   [junit4]   2>   "node_name":"127.0.0.1:41827_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 39240 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node3:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1","base_url":"http://127.0.0.1:41827/solr","node_name":"127.0.0.1:41827_solr","state":"down","type":"NRT"}
   [junit4]   2> 39240 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:41827/solr",
   [junit4]   2>           "node_name":"127.0.0.1:41827_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:34381/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:34245/solr",
   [junit4]   2>           "node_name":"127.0.0.1:34245_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 39240 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34381/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34381_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 39240 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34381/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34381_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 39240 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node5:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2","base_url":"http://127.0.0.1:34381/solr","node_name":"127.0.0.1:34381_solr","state":"down","type":"NRT"}
   [junit4]   2> 39240 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:41827/solr",
   [junit4]   2>           "node_name":"127.0.0.1:41827_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:34381/solr",
   [junit4]   2>           "node_name":"127.0.0.1:34381_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:34245/solr",
   [junit4]   2>           "node_name":"127.0.0.1:34245_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 39341 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json version: 1
   [junit4]   2> 39341 INFO  (zkCallback-84-thread-1-processing-n:127.0.0.1:34245_solr) [n:127.0.0.1:34245_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 39341 INFO  (zkCallback-82-thread-1-processing-n:127.0.0.1:34381_solr) [n:127.0.0.1:34381_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 39341 INFO  (zkCallback-80-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 39341 INFO  (zkCallback-84-thread-2-processing-n:127.0.0.1:34245_solr) [n:127.0.0.1:34245_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 39341 INFO  (zkCallback-80-thread-2-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 39341 INFO  (zkCallback-82-thread-2-processing-n:127.0.0.1:34381_solr) [n:127.0.0.1:34381_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 39430 DEBUG (ScheduledTrigger-162-thread-1) [n:127.0.0.1:41827_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 40251 INFO  (qtp19402411-302) [n:127.0.0.1:41827_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 40251 INFO  (qtp16736056-301) [n:127.0.0.1:34381_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 40252 INFO  (qtp856224-286) [n:127.0.0.1:34245_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 40253 INFO  (qtp19402411-302) [n:127.0.0.1:41827_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 40253 INFO  (qtp16736056-301) [n:127.0.0.1:34381_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 40253 INFO  (qtp856224-286) [n:127.0.0.1:34245_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 40254 WARN  (qtp19402411-302) [n:127.0.0.1:41827_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 40254 WARN  (qtp19402411-302) [n:127.0.0.1:41827_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 40254 WARN  (qtp19402411-302) [n:127.0.0.1:41827_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 40255 WARN  (qtp19402411-302) [n:127.0.0.1:41827_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 40255 WARN  (qtp19402411-302) [n:127.0.0.1:41827_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 40254 WARN  (qtp856224-286) [n:127.0.0.1:34245_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/extraction/lib
   [junit4]   2> 40255 WARN  (qtp19402411-302) [n:127.0.0.1:41827_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 40263 WARN  (qtp856224-286) [n:127.0.0.1:34245_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 40263 WARN  (qtp19402411-302) [n:127.0.0.1:41827_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 40264 WARN  (qtp19402411-302) [n:127.0.0.1:41827_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 40254 WARN  (qtp16736056-301) [n:127.0.0.1:34381_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.

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

,UNAVAILABLE}
   [junit4]   2> 3254669 INFO  (zkCallback-9486-thread-4-processing-n:127.0.0.1:40969_solr) [n:127.0.0.1:40969_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40969_solr
   [junit4]   2> 3254670 INFO  (jetty-closer-9401-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 3254670 INFO  (coreCloseExecutor-6696-thread-1) [n:127.0.0.1:36543_solr c:testMetricTrigger s:shard1 r:core_node6 x:testMetricTrigger_shard1_replica_n5] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testMetricTrigger.shard1.leader, tag=13602561
   [junit4]   2> 3254671 INFO  (jetty-closer-9401-thread-6) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@c174a0{/solr,null,UNAVAILABLE}
   [junit4]   2> 3254671 INFO  (jetty-closer-9401-thread-6) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 3254677 INFO  (coreCloseExecutor-6697-thread-1) [n:127.0.0.1:46333_solr c:testMetricTrigger s:shard1 r:core_node8 x:testMetricTrigger_shard1_replica_n7] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testMetricTrigger.shard1.leader, tag=110688
   [junit4]   2> 3254677 INFO  (coreCloseExecutor-6699-thread-2) [n:127.0.0.1:40969_solr c:collection1 s:shard1 r:core_node14 x:collection1_shard1_replica_n13] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=9582552
   [junit4]   2> 3254677 INFO  (coreCloseExecutor-6699-thread-1) [n:127.0.0.1:40969_solr c:collection1 s:shard1 r:core_node12 x:collection1_shard1_replica_n11] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n11, tag=8167752
   [junit4]   2> 3254677 INFO  (coreCloseExecutor-6699-thread-1) [n:127.0.0.1:40969_solr c:collection1 s:shard1 r:core_node12 x:collection1_shard1_replica_n11] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@19fbffc: rootName = solr_40969, domain = solr.core.collection1.shard1.replica_n11, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n11 / com.codahale.metrics.MetricRegistry@1e7ef3a
   [junit4]   2> 3254678 INFO  (jetty-closer-9401-thread-5) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@37e515{/solr,null,UNAVAILABLE}
   [junit4]   2> 3254678 INFO  (jetty-closer-9401-thread-5) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 3254683 INFO  (coreCloseExecutor-6699-thread-1) [n:127.0.0.1:40969_solr c:collection1 s:shard1 r:core_node12 x:collection1_shard1_replica_n11] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=8167752
   [junit4]   2> 3254684 INFO  (jetty-closer-9401-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1f8b6f0{/solr,null,UNAVAILABLE}
   [junit4]   2> 3254684 INFO  (jetty-closer-9401-thread-3) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 3254685 ERROR (SUITE-TriggerIntegrationTest-seed#[9F4FE8CCAF6AF3]-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> 3254685 INFO  (SUITE-TriggerIntegrationTest-seed#[9F4FE8CCAF6AF3]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37669 37669
   [junit4]   2> 3258887 INFO  (Thread-5362) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37669 37669
   [junit4]   2> 3258888 WARN  (Thread-5362) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/clusterprops.json
   [junit4]   2> 	21	/solr/aliases.json
   [junit4]   2> 	20	/solr/security.json
   [junit4]   2> 	8	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	131	/solr/collections/collection1/state.json
   [junit4]   2> 	34	/solr/collections/testMetricTrigger/state.json
   [junit4]   2> 	21	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/autoscaling.json
   [junit4]   2> 	4	/solr/overseer_elect/election/99425403632353325-127.0.0.1:40001_solr-n_0000000013
   [junit4]   2> 	3	/solr/overseer_elect/election/99425403632353315-127.0.0.1:36543_solr-n_0000000010
   [junit4]   2> 	2	/solr/overseer_elect/election/99425403632353306-127.0.0.1:40969_solr-n_0000000007
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/99425403632353297-core_node3-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/99425403632353300-127.0.0.1:39637_solr-n_0000000005
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/99425403632353300-core_node8-n_0000000003
   [junit4]   2> 	2	/solr/overseer_elect/election/99425403632353337-127.0.0.1:33247_solr-n_0000000017
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/live_nodes
   [junit4]   2> 	21	/solr/collections
   [junit4]   2> 	6	/solr/overseer/queue-work
   [junit4]   2> 	6	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	6	/solr/overseer/queue
   [junit4]   2> 	6	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/autoscaling/events/node_lost_triggerMR
   [junit4]   2> 	2	/solr/autoscaling/events/node_added_triggerCTOOR
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_9F4FE8CCAF6AF3-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {id=PostingsFormat(name=MockRandom), x_s=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{_version_=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1119, maxMBSortInHeap=5.8812571913473635, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@9c5b73), locale=it-CH, timezone=SystemV/PST8
   [junit4]   2> NOTE: Linux 4.13.0-31-generic i386/Oracle Corporation 1.8.0_144 (32-bit)/cpus=8,threads=1,free=173931888,total=429735936
   [junit4]   2> NOTE: All tests run in this JVM: [UpdateParamsTest, SolrIndexMetricsTest, PluginInfoTest, TestRandomFaceting, TestHashPartitioner, TestConfigReload, TestSolrFieldCacheBean, TestCopyFieldCollectionResource, MoveReplicaTest, UUIDFieldTest, TestShardHandlerFactory, FieldAnalysisRequestHandlerTest, TestConfigSetsAPIExclusivity, TestRawResponseWriter, TestImpersonationWithHadoopAuth, SolrIndexConfigTest, SolrCloudExampleTest, SortSpecParsingTest, LargeFieldTest, TestPseudoReturnFields, TestWordDelimiterFilterFactory, TestHashQParserPlugin, TestNestedDocsSort, TestLegacyFieldCache, TestBinaryField, TestDistributedSearch, CloudExitableDirectoryReaderTest, TestDeleteCollectionOnDownNodes, TestTolerantUpdateProcessorRandomCloud, HdfsAutoAddReplicasIntegrationTest, TestFileDictionaryLookup, TestStressLucene, TestFieldCollectionResource, DistribDocExpirationUpdateProcessorTest, TestFieldSortValues, AtomicUpdateProcessorFactoryTest, HdfsWriteToMultipleCollectionsTest, HighlighterConfigTest, EchoParamsTest, TestSimDistributedQueue, TestSort, TestWriterPerf, CoreAdminRequestStatusTest, CursorPagingTest, HLLSerializationTest, ZkSolrClientTest, TestLuceneMatchVersion, CreateCollectionCleanupTest, SaslZkACLProviderTest, HdfsBasicDistributedZk2Test, SuggestComponentTest, DistributedTermsComponentTest, TestSolrCloudWithSecureImpersonation, DistributedFacetExistsSmallTest, TestSQLHandler, RequestLoggingTest, RequestHandlersTest, OpenExchangeRatesOrgProviderTest, TestComponentsName, TestRequestStatusCollectionAPI, CheckHdfsIndexTest, TestStressLiveNodes, TestRemoteStreaming, JavabinLoaderTest, TestHighlightDedupGrouping, ChaosMonkeyNothingIsSafeTest, DeleteLastCustomShardedReplicaTest, IndexBasedSpellCheckerTest, FacetPivotSmallTest, SolrIndexSplitterTest, TestExtendedDismaxParser, TestNoOpRegenerator, TestIBSimilarityFactory, MetricUtilsTest, TestUninvertingReader, TestSubQueryTransformerCrossCore, TestPerFieldSimilarityWithDefaultOverride, TestComplexPhraseLeadingWildcard, TestConfig, SynonymTokenizerTest, TestFastOutputStream, ClassificationUpdateProcessorIntegrationTest, MetricsHandlerTest, JSONWriterTest, PKIAuthenticationIntegrationTest, LeaderFailoverAfterPartitionTest, AssignTest, TestGraphMLResponseWriter, OverseerModifyCollectionTest, TestPointFields, TestDocumentBuilder, TestJoin, BitVectorTest, TestCustomDocTransformer, TestClassicSimilarityFactory, TestSmileRequest, BJQParserTest, TestLegacyNumericUtils, StatsComponentTest, TestLuceneIndexBackCompat, ShufflingReplicaListTransformerTest, TestUniqueKeyFieldResource, XmlUpdateRequestHandlerTest, RemoteQueryErrorTest, TestSlowCompositeReaderWrapper, FullSolrCloudDistribCmdsTest, DefaultValueUpdateProcessorTest, ZkStateReaderTest, TestCollationField, CustomCollectionTest, CollectionsAPIAsyncDistributedZkTest, CoreSorterTest, SuggesterWFSTTest, SolrCoreMetricManagerTest, ChangedSchemaMergeTest, TestMergePolicyConfig, OverseerTaskQueueTest, HdfsThreadLeakTest, CdcrReplicationHandlerTest, TestNamedUpdateProcessors, HdfsDirectoryFactoryTest, SpellCheckCollatorTest, HealthCheckHandlerTest, SimpleFacetsTest, SpatialRPTFieldTypeTest, BasicDistributedZkTest, TestPullReplicaErrorHandling, TestRebalanceLeaders, TestSegmentSorting, TestSkipOverseerOperations, TestTolerantUpdateProcessorCloud, VMParamsZkACLAndCredentialsProvidersTest, SimpleCollectionCreateDeleteTest, TestHdfsCloudBackupRestore, TestLocalFSCloudBackupRestore, AutoAddReplicasIntegrationTest, AutoAddReplicasPlanActionTest, AutoScalingHandlerTest, HttpTriggerListenerTest, MetricTriggerTest, NodeAddedTriggerTest, SearchRateTriggerTest, SystemLogListenerTest, TestPolicyCloud, TriggerIntegrationTest]
   [junit4] Completed [617/770 (4!)] on J0 in 212.69s, 14 tests, 1 failure <<< FAILURES!

[...truncated 44426 lines...]

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-10-ea+41) - Build # 21360 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21360/
Java: 64bit/jdk-10-ea+41 -XX:-UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory

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

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
	at __randomizedtesting.SeedInfo.seed([E5BB6E796A0C8833:8847CA84D0447734]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:274)
	at 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 11991 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/init-core-data-001
   [junit4]   2> 381859 WARN  (SUITE-AutoscalingHistoryHandlerTest-seed#[E5BB6E796A0C8833]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=18 numCloses=18
   [junit4]   2> 381859 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[E5BB6E796A0C8833]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 381859 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[E5BB6E796A0C8833]-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> 381860 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[E5BB6E796A0C8833]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 381860 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[E5BB6E796A0C8833]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001
   [junit4]   2> 381860 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[E5BB6E796A0C8833]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 381860 INFO  (Thread-695) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 381860 INFO  (Thread-695) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 381861 ERROR (Thread-695) [    ] 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> 381960 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[E5BB6E796A0C8833]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:38673
   [junit4]   2> 381962 INFO  (zkConnectionManagerCallback-530-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 381967 INFO  (jetty-launcher-527-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 381967 INFO  (jetty-launcher-527-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 381967 INFO  (jetty-launcher-527-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 381968 INFO  (jetty-launcher-527-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 381968 INFO  (jetty-launcher-527-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 381968 INFO  (jetty-launcher-527-thread-3) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 381968 INFO  (jetty-launcher-527-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 381968 INFO  (jetty-launcher-527-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 381968 INFO  (jetty-launcher-527-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 381969 INFO  (jetty-launcher-527-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@584ca1e6{/solr,null,AVAILABLE}
   [junit4]   2> 381969 INFO  (jetty-launcher-527-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@99e47df{/solr,null,AVAILABLE}
   [junit4]   2> 381970 INFO  (jetty-launcher-527-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5372aff{SSL,[ssl, http/1.1]}{127.0.0.1:36619}
   [junit4]   2> 381970 INFO  (jetty-launcher-527-thread-1) [    ] o.e.j.s.Server Started @383693ms
   [junit4]   2> 381970 INFO  (jetty-launcher-527-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36619}
   [junit4]   2> 381970 ERROR (jetty-launcher-527-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 381970 INFO  (jetty-launcher-527-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3da99a1b{SSL,[ssl, http/1.1]}{127.0.0.1:45863}
   [junit4]   2> 381970 INFO  (jetty-launcher-527-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 381970 INFO  (jetty-launcher-527-thread-3) [    ] o.e.j.s.Server Started @383693ms
   [junit4]   2> 381970 INFO  (jetty-launcher-527-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 381970 INFO  (jetty-launcher-527-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45863}
   [junit4]   2> 381970 INFO  (jetty-launcher-527-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 381970 INFO  (jetty-launcher-527-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T23:59:10.831518Z
   [junit4]   2> 381970 ERROR (jetty-launcher-527-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 381970 INFO  (jetty-launcher-527-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 381970 INFO  (jetty-launcher-527-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 381970 INFO  (jetty-launcher-527-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 381970 INFO  (jetty-launcher-527-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T23:59:10.831786Z
   [junit4]   2> 381984 INFO  (jetty-launcher-527-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 381984 INFO  (jetty-launcher-527-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 381984 INFO  (jetty-launcher-527-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 381985 INFO  (zkConnectionManagerCallback-534-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 381986 INFO  (jetty-launcher-527-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3d7bf76c{/solr,null,AVAILABLE}
   [junit4]   2> 381986 INFO  (jetty-launcher-527-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 381986 INFO  (zkConnectionManagerCallback-532-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 381986 INFO  (jetty-launcher-527-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 381986 INFO  (jetty-launcher-527-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@16b32201{SSL,[ssl, http/1.1]}{127.0.0.1:43215}
   [junit4]   2> 381986 INFO  (jetty-launcher-527-thread-2) [    ] o.e.j.s.Server Started @383709ms
   [junit4]   2> 381986 INFO  (jetty-launcher-527-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43215}
   [junit4]   2> 381987 ERROR (jetty-launcher-527-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 381987 INFO  (jetty-launcher-527-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 381987 INFO  (jetty-launcher-527-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 381987 INFO  (jetty-launcher-527-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 381987 INFO  (jetty-launcher-527-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T23:59:10.848231Z
   [junit4]   2> 381996 INFO  (jetty-launcher-527-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38673/solr
   [junit4]   2> 381998 INFO  (zkConnectionManagerCallback-536-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 382001 INFO  (jetty-launcher-527-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 382001 INFO  (jetty-launcher-527-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38673/solr
   [junit4]   2> 382003 INFO  (zkConnectionManagerCallback-541-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 382003 INFO  (zkConnectionManagerCallback-544-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 382005 INFO  (zkConnectionManagerCallback-546-thread-1-processing-n:127.0.0.1:45863_solr) [n:127.0.0.1:45863_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 382005 INFO  (zkConnectionManagerCallback-548-thread-1-processing-n:127.0.0.1:36619_solr) [n:127.0.0.1:36619_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 382018 INFO  (jetty-launcher-527-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38673/solr
   [junit4]   2> 382022 INFO  (zkConnectionManagerCallback-554-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 382024 INFO  (zkConnectionManagerCallback-556-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 382029 INFO  (jetty-launcher-527-thread-2) [n:127.0.0.1:43215_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 382029 INFO  (jetty-launcher-527-thread-2) [n:127.0.0.1:43215_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43215_solr
   [junit4]   2> 382030 INFO  (jetty-launcher-527-thread-2) [n:127.0.0.1:43215_solr    ] o.a.s.c.Overseer Overseer (id=99424505084117001-127.0.0.1:43215_solr-n_0000000000) starting
   [junit4]   2> 382035 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 382043 INFO  (jetty-launcher-527-thread-2) [n:127.0.0.1:43215_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43215_solr
   [junit4]   2> 382043 DEBUG (OverseerAutoScalingTriggerThread-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 382045 INFO  (jetty-launcher-527-thread-3) [n:127.0.0.1:45863_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 382046 INFO  (jetty-launcher-527-thread-3) [n:127.0.0.1:45863_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 382046 DEBUG (OverseerAutoScalingTriggerThread-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 382047 DEBUG (OverseerAutoScalingTriggerThread-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: []
   [junit4]   2> 382047 DEBUG (OverseerAutoScalingTriggerThread-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 382047 DEBUG (OverseerAutoScalingTriggerThread-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 382047 INFO  (jetty-launcher-527-thread-3) [n:127.0.0.1:45863_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45863_solr
   [junit4]   2> 382047 INFO  (jetty-launcher-527-thread-1) [n:127.0.0.1:36619_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 382051 INFO  (jetty-launcher-527-thread-1) [n:127.0.0.1:36619_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 382052 INFO  (jetty-launcher-527-thread-1) [n:127.0.0.1:36619_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36619_solr
   [junit4]   2> 382058 INFO  (zkCallback-555-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 382063 DEBUG (OverseerAutoScalingTriggerThread-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 382077 INFO  (zkCallback-545-thread-1-processing-n:127.0.0.1:45863_solr) [n:127.0.0.1:45863_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 382077 DEBUG (OverseerAutoScalingTriggerThread-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 382077 INFO  (zkCallback-547-thread-1-processing-n:127.0.0.1:36619_solr) [n:127.0.0.1:36619_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 382078 DEBUG (ScheduledTrigger-1291-thread-1) [n:127.0.0.1:43215_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 382079 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:45863_solr"} current state version: 0
   [junit4]   2> 382079 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:45863_solr
   [junit4]   2> 382079 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:36619_solr"} current state version: 0
   [junit4]   2> 382079 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:36619_solr
   [junit4]   2> 382096 INFO  (jetty-launcher-527-thread-2) [n:127.0.0.1:43215_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43215.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a105acd
   [junit4]   2> 382098 INFO  (jetty-launcher-527-thread-3) [n:127.0.0.1:45863_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45863.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a105acd
   [junit4]   2> 382104 INFO  (jetty-launcher-527-thread-2) [n:127.0.0.1:43215_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43215.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a105acd
   [junit4]   2> 382104 INFO  (jetty-launcher-527-thread-2) [n:127.0.0.1:43215_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43215.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a105acd
   [junit4]   2> 382104 INFO  (jetty-launcher-527-thread-3) [n:127.0.0.1:45863_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45863.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a105acd
   [junit4]   2> 382104 INFO  (jetty-launcher-527-thread-3) [n:127.0.0.1:45863_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45863.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a105acd
   [junit4]   2> 382105 INFO  (jetty-launcher-527-thread-3) [n:127.0.0.1:45863_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/.
   [junit4]   2> 382105 INFO  (jetty-launcher-527-thread-2) [n:127.0.0.1:43215_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/.
   [junit4]   2> 382105 INFO  (jetty-launcher-527-thread-1) [n:127.0.0.1:36619_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36619.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a105acd
   [junit4]   2> 382114 INFO  (jetty-launcher-527-thread-1) [n:127.0.0.1:36619_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36619.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a105acd
   [junit4]   2> 382115 INFO  (jetty-launcher-527-thread-1) [n:127.0.0.1:36619_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36619.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a105acd
   [junit4]   2> 382116 INFO  (jetty-launcher-527-thread-1) [n:127.0.0.1:36619_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/.
   [junit4]   2> 382178 INFO  (zkConnectionManagerCallback-562-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 382180 INFO  (zkConnectionManagerCallback-566-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 382180 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[E5BB6E796A0C8833]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 382181 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[E5BB6E796A0C8833]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38673/solr ready
   [junit4]   2> 382190 INFO  (qtp19051702-3062) [n:127.0.0.1:36619_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=3&name=AutoscalingHistoryHandlerTest_collection&nrtReplicas=3&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 382191 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 382191 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/protwords.txt
   [junit4]   2> 382192 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2> 382192 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/solrconfig.xml
   [junit4]   2> 382193 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/synonyms.txt
   [junit4]   2> 382193 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/stopwords.txt
   [junit4]   2> 382194 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 382194 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 382195 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 382195 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 382196 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 382196 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 382197 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 382197 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 382198 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 382198 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 382199 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 382199 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 382200 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 382200 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 382201 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 382201 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 382202 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 382202 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 382202 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 382203 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 382203 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 382204 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 382204 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 382205 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 382205 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 382205 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 382206 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 382206 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 382207 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 382207 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 382208 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 382208 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 382209 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 382209 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 382210 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 382210 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 382211 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 382211 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 382211 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/params.json
   [junit4]   2> 382213 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 382213 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 382213 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2> 382315 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36619/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 382315 INFO  (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36619/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 382316 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 382316 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:36619/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 382316 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43215/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 382316 INFO  (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43215/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 382317 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:36619/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 382317 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:36619/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"https://127.0.0.1:43215/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 382317 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45863/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 382317 INFO  (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45863/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 382317 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:36619/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"https://127.0.0.1:43215/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 382317 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:36619/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"https://127.0.0.1:43215/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node6":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>       "base_url":"https://127.0.0.1:45863/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 382418 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json version: 0
   [junit4]   2> 382529 INFO  (qtp19051702-3045) [n:127.0.0.1:36619_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 382529 INFO  (qtp19051702-3045) [n:127.0.0.1:36619_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 382529 INFO  (qtp745855763-3072) [n:127.0.0.1:43215_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 382530 INFO  (qtp745855763-3072) [n:127.0.0.1:43215_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 382531 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:36619/solr",
   [junit4]   2>   "node_name":"127.0.0.1:36619_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 382531 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:36619/solr",
   [junit4]   2>   "node_name":"127.0.0.1:36619_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 382531 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node3:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1","base_url":"https://127.0.0.1:36619/solr","node_name":"127.0.0.1:36619_solr","state":"down","type":"NRT"}
   [junit4]   2> 382531 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:36619/solr",
   [junit4]   2>           "node_name":"127.0.0.1:36619_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:43215/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"https://127.0.0.1:45863/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 382532 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:43215/solr",
   [junit4]   2>   "node_name":"127.0.0.1:43215_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 382532 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:43215/solr",
   [junit4]   2>   "node_name":"127.0.0.1:43215_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 382532 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node5:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2","base_url":"https://127.0.0.1:43215/solr","node_name":"127.0.0.1:43215_solr","state":"down","type":"NRT"}
   [junit4]   2> 382532 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:36619/solr",
   [junit4]   2>           "node_name":"127.0.0.1:36619_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:43215/solr",
   [junit4]   2>           "node_name":"127.0.0.1:43215_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"https://127.0.0.1:45863/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 382536 INFO  (qtp2141151393-3058) [n:127.0.0.1:45863_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n4&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 382537 INFO  (qtp2141151393-3058) [n:127.0.0.1:45863_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 382538 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:45863/solr",
   [junit4]   2>   "node_name":"127.0.0.1:45863_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 382538 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:45863/solr",
   [junit4]   2>   "node_name":"127.0.0.1:45863_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 382538 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node6:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4","base_url":"https://127.0.0.1:45863/solr","node_name":"127.0.0.1:45863_solr","state":"down","type":"NRT"}
   [junit4]   2> 382538 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:36619/solr",
   [junit4]   2>           "node_name":"127.0.0.1:36619_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:43215/solr",
   [junit4]   2>           "node_name":"127.0.0.1:43215_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"https://127.0.0.1:45863/solr",
   [junit4]   2>           "node_name":"127.0.0.1:45863_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 382639 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json version: 1
   [junit4]   2> 382639 INFO  (zkCallback-555-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 382639 INFO  (zkCallback-547-thread-1-processing-n:127.0.0.1:36619_solr) [n:127.0.0.1:36619_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 382639 INFO  (zkCallback-545-thread-1-processing-n:127.0.0.1:45863_solr) [n:127.0.0.1:45863_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 382639 INFO  (zkCallback-545-thread-2-processing-n:127.0.0.1:45863_solr) [n:127.0.0.1:45863_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 382639 INFO  (zkCallback-555-thread-2-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 382639 INFO  (zkCallback-547-thread-2-processing-n:127.0.0.1:36619_solr) [n:127.0.0.1:36619_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 383079 DEBUG (ScheduledTrigger-1291-thread-1) [n:127.0.0.1:43215_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 383536 INFO  (qtp19051702-3045) [n:127.0.0.1:36619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 383536 INFO  (qtp19051702-3045) [n:127.0.0.1:36619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 383537 WARN  (qtp19051702-3045) [n:127.0.0.1:36619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 383537 WARN  (qtp19051702-3045) [n:127.0.0.1:36619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 383537 WARN  (qtp19051702-3045) [n:127.0.0.1:36619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 383537 WARN  (qtp19051702-3045) [n:127.0.0.1:36619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 383537 WARN  (qtp19051702-3045) [n:127.0.0.1:36619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 383538 WARN  (qtp19051702-3045) [n:127.0.0.1:36619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 383538 WARN  (qtp19051702-3045) [n:127.0.0.1:36619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 383538 WARN  (qtp19051702-3045) [n:127.0.0.1:36619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 383549 INFO  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 383549 INFO  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 383549 WARN  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/extraction/lib
   [junit4]   2> 383550 WARN  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 383551 WARN  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/clustering/lib
   [junit4]   2> 383551 WARN  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 383551 WARN  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/langid/lib
   [junit4]   2> 383551 WARN  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 383551 WARN  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/velocity/lib
   [junit4]   2> 383551 WARN  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 383553 INFO  (qtp19051702-3045) [n:127.0.0.1:36619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 383556 INFO  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 383556 INFO  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 383557 WARN  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/extraction/lib
   [junit4]   2> 383557 WARN  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 383557 WARN  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/clustering/lib
   [junit4]   2> 383557 WARN  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 383558 WARN  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/langid/lib
   [junit4]   2> 383558 WARN  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 383558 WARN  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/velocity/lib
   [junit4]   2> 383558 INFO  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 383558 WARN  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 383565 INFO  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 383574 INFO  (qtp19051702-3045) [n:127.0.0.1:36619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.s.IndexSchema [AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 383592 INFO  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.s.IndexSchema [AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] Schema name=default-config
   [junit4]   2> 383608 INFO  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.s.IndexSchema [AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] Schema name=default-config
   [junit4]   2> 383828 INFO  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 383828 INFO  (qtp19051702-3045) [n:127.0.0.1:36619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 383828 INFO  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 383856 INFO  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'AutoscalingHistoryHandlerTest_collection_shard1_replica_n2' using configuration from collection AutoscalingHistoryHandlerTest_collection, trusted=true
   [junit4]   2> 383856 INFO  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43215.solr.core.AutoscalingHistoryHandlerTest_collection.shard1.replica_n2' (registry 'solr.core.AutoscalingHistoryHandlerTest_collection.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a105acd
   [junit4]   2> 383857 INFO  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 383857 INFO  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrCore [[AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/./AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/data/]
   [junit4]   2> 383862 INFO  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'AutoscalingHistoryHandlerTest_collection_shard1_replica_n4' using configuration from collection AutoscalingHistoryHandlerTest_collection, trusted=true
   [junit4]   2> 383862 INFO  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45863.solr.core.AutoscalingHistoryHandlerTest_collection.shard1.replica_n4' (registry 'solr.core.AutoscalingHistoryHandlerTest_collection.shard1.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a105acd
   [junit4]   2> 383863 INFO  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 383863 INFO  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrCore [[AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/./AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/data/]
   [junit4]   2> 383863 INFO  (qtp19051702-3045) [n:127.0.0.1:36619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'AutoscalingHistoryHandlerTest_collection_shard1_replica_n1' using configuration from collection AutoscalingHistoryHandlerTest_collection, trusted

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

4]   2> 417768 INFO  (zkCallback-573-thread-4-processing-n:127.0.0.1:40773_solr) [n:127.0.0.1:40773_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 417768 INFO  (zkCallback-555-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 417775 INFO  (coreCloseExecutor-1355-thread-1) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.AutoscalingHistoryHandlerTest_collection.shard1.leader, tag=541900302
   [junit4]   2> 417775 INFO  (coreCloseExecutor-1355-thread-2) [n:127.0.0.1:45863_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core..system.shard1.replica_n4, tag=1934760117
   [junit4]   2> 417775 INFO  (coreCloseExecutor-1355-thread-2) [n:127.0.0.1:45863_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2086d5fc: rootName = solr_45863, domain = solr.core..system.shard1.replica_n4, service url = null, agent id = null] for registry solr.core..system.shard1.replica_n4 / com.codahale.metrics.MetricRegistry@56fa4fd2
   [junit4]   2> 417777 INFO  (coreCloseExecutor-1356-thread-2) [n:127.0.0.1:43215_solr c:.system s:shard1 r:core_node10 x:.system_shard1_replica_n9] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core..system.shard1.replica_n9, tag=1132381353
   [junit4]   2> 417777 INFO  (coreCloseExecutor-1356-thread-2) [n:127.0.0.1:43215_solr c:.system s:shard1 r:core_node10 x:.system_shard1_replica_n9] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1ece9e01: rootName = solr_43215, domain = solr.core..system.shard1.replica_n9, service url = null, agent id = null] for registry solr.core..system.shard1.replica_n9 / com.codahale.metrics.MetricRegistry@6d8f9f15
   [junit4]   2> 417777 INFO  (coreCloseExecutor-1357-thread-2) [n:127.0.0.1:40773_solr c:.system s:shard1 r:core_node8 x:.system_shard1_replica_n7] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core..system.shard1.replica_n7, tag=659009710
   [junit4]   2> 417777 INFO  (coreCloseExecutor-1357-thread-2) [n:127.0.0.1:40773_solr c:.system s:shard1 r:core_node8 x:.system_shard1_replica_n7] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@25378f6d: rootName = solr_40773, domain = solr.core..system.shard1.replica_n7, service url = null, agent id = null] for registry solr.core..system.shard1.replica_n7 / com.codahale.metrics.MetricRegistry@52e99ac0
   [junit4]   2> 417784 INFO  (coreCloseExecutor-1355-thread-2) [n:127.0.0.1:45863_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection..system.shard1.leader, tag=1934760117
   [junit4]   2> 417785 INFO  (coreCloseExecutor-1357-thread-1) [n:127.0.0.1:40773_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node8 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n7] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.AutoscalingHistoryHandlerTest_collection.shard1.leader, tag=1018998722
   [junit4]   2> 417785 INFO  (coreCloseExecutor-1357-thread-2) [n:127.0.0.1:40773_solr c:.system s:shard1 r:core_node8 x:.system_shard1_replica_n7] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection..system.shard1.leader, tag=659009710
   [junit4]   2> 417786 INFO  (coreCloseExecutor-1356-thread-1) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.AutoscalingHistoryHandlerTest_collection.shard1.leader, tag=556130808
   [junit4]   2> 417787 INFO  (coreCloseExecutor-1356-thread-2) [n:127.0.0.1:43215_solr c:.system s:shard1 r:core_node10 x:.system_shard1_replica_n9] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection..system.shard1.leader, tag=1132381353
   [junit4]   2> 417788 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1613a0f83820006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 417788 INFO  (jetty-closer-528-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@99e47df{/solr,null,UNAVAILABLE}
   [junit4]   2> 417788 INFO  (jetty-closer-528-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 417789 WARN  (zkCallback-555-thread-2-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.LeaderElector Our node is no longer in line to be leader
   [junit4]   2> 417789 INFO  (jetty-closer-528-thread-1) [    ] o.a.s.c.Overseer Overseer (id=99424505084117001-127.0.0.1:43215_solr-n_0000000000) closing
   [junit4]   2> 417790 INFO  (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43215_solr
   [junit4]   2> 417790 DEBUG (jetty-closer-528-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 417790 WARN  (OverseerAutoScalingTriggerThread-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 417791 INFO  (jetty-closer-528-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3d7bf76c{/solr,null,UNAVAILABLE}
   [junit4]   2> 417791 INFO  (jetty-closer-528-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 419289 INFO  (jetty-closer-528-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@39d076bb{/solr,null,UNAVAILABLE}
   [junit4]   2> 419289 INFO  (jetty-closer-528-thread-3) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 419290 ERROR (SUITE-AutoscalingHistoryHandlerTest-seed#[E5BB6E796A0C8833]-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> 419290 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[E5BB6E796A0C8833]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:38673 38673
   [junit4]   2> 425151 INFO  (Thread-695) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:38673 38673
   [junit4]   2> 425152 WARN  (Thread-695) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/aliases.json
   [junit4]   2> 	5	/solr/configs/.system
   [junit4]   2> 	5	/solr/configs/.system/managed-schema
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2> 	4	/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	56	/solr/collections/.system/state.json
   [junit4]   2> 	43	/solr/collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2> 	13	/solr/clusterprops.json
   [junit4]   2> 	13	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/99424505084116998-127.0.0.1:45863_solr-n_0000000001
   [junit4]   2> 	2	/solr/collections/AutoscalingHistoryHandlerTest_collection/leader_elect/shard1/election/99424505084117001-core_node5-n_0000000001
   [junit4]   2> 	2	/solr/collections/.system/leader_elect/shard1/election/99424505084116998-core_node6-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/live_nodes
   [junit4]   2> 	13	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3cbc58cc), locale=fr-CH, timezone=Jamaica
   [junit4]   2> NOTE: Linux 4.13.0-31-generic amd64/Oracle Corporation 10-ea (64-bit)/cpus=8,threads=1,free=79728496,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolr4Spatial, TestBM25SimilarityFactory, StatsReloadRaceTest, SolrXmlInZkTest, DistributedIntervalFacetingTest, TestLockTree, IndexSchemaTest, CollectionsAPIDistributedZkTest, GraphQueryTest, EnumFieldTest, MultiThreadedOCPTest, TestCloudInspectUtil, TestDistribDocBasedVersion, TestFilteredDocIdSet, TestSubQueryTransformerDistrib, TestFieldCacheReopen, TestTestInjection, TestDistributedStatsComponentCardinality, AtomicUpdatesTest, TestCloudPseudoReturnFields, TestTriggerIntegration, TestStressRecovery, TestDistributedGrouping, ResourceLoaderTest, DocValuesNotIndexedTest, TestJsonFacetRefinement, BlockJoinFacetDistribTest, AutoscalingHistoryHandlerTest]
   [junit4] Completed [103/770 (1!)] on J1 in 43.30s, 1 test, 1 failure <<< FAILURES!

[...truncated 43140 lines...]