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

2 tests failed.
FAILED:  
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple

Error Message:
Waiting for collection testSimple1 null Live Nodes: [127.0.0.1:61242_solr, 
127.0.0.1:61245_solr] Last available state: 
DocCollection(testSimple1//collections/testSimple1/state.json/20)={   
"pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{      
 "range":"80000000-ffffffff",       "state":"active",       "replicas":{        
 "core_node3":{           "core":"testSimple1_shard1_replica_n1",           
"base_url":"http://127.0.0.1:61242/solr";,           
"node_name":"127.0.0.1:61242_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false",           "leader":"true"},  
       "core_node12":{           "core":"testSimple1_shard1_replica_n11",       
    "base_url":"http://127.0.0.1:61242/solr";,           
"node_name":"127.0.0.1:61242_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false"}}},     "shard2":{       
"range":"0-7fffffff",       "state":"active",       "replicas":{         
"core_node8":{           "core":"testSimple1_shard2_replica_n6",           
"base_url":"http://127.0.0.1:61242/solr";,           
"node_name":"127.0.0.1:61242_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false",           "leader":"true"},  
       "core_node10":{           "core":"testSimple1_shard2_replica_n9",        
   "base_url":"http://127.0.0.1:61244/solr";,           
"node_name":"127.0.0.1:61244_solr",           "state":"down",           
"type":"NRT",           "force_set_state":"false"}}}},   
"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:61242_solr, 127.0.0.1:61245_solr]
Last available state: 
DocCollection(testSimple1//collections/testSimple1/state.json/20)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"testSimple1_shard1_replica_n1",
          "base_url":"http://127.0.0.1:61242/solr";,
          "node_name":"127.0.0.1:61242_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node12":{
          "core":"testSimple1_shard1_replica_n11",
          "base_url":"http://127.0.0.1:61242/solr";,
          "node_name":"127.0.0.1:61242_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node8":{
          "core":"testSimple1_shard2_replica_n6",
          "base_url":"http://127.0.0.1:61242/solr";,
          "node_name":"127.0.0.1:61242_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node10":{
          "core":"testSimple1_shard2_replica_n9",
          "base_url":"http://127.0.0.1:61244/solr";,
          "node_name":"127.0.0.1:61244_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([EE09D63ABEE1B3CF:D6BAF2C49912671E]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:280)
        at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:107)
        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:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testNonRetryableRequests

Error Message:
expected:<33> but was:<34>

Stack Trace:
java.lang.AssertionError: expected:<33> but was:<34>
        at 
__randomizedtesting.SeedInfo.seed([B89C8AB9AFFA4549:10724D2A51B33145]: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.client.solrj.impl.CloudSolrClientTest.testNonRetryableRequests(CloudSolrClientTest.java:550)
        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:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        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 14147 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_EE09D63ABEE1B3CF-001/init-core-data-001
   [junit4]   2> 3124886 WARN  
(SUITE-AutoAddReplicasIntegrationTest-seed#[EE09D63ABEE1B3CF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=13 numCloses=13
   [junit4]   2> 3124887 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[EE09D63ABEE1B3CF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3124898 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[EE09D63ABEE1B3CF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 3124898 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[EE09D63ABEE1B3CF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3124901 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[EE09D63ABEE1B3CF]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_EE09D63ABEE1B3CF-001/tempDir-001
   [junit4]   2> 3124902 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[EE09D63ABEE1B3CF]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3124902 INFO  (Thread-5632) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3124902 INFO  (Thread-5632) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 3124908 ERROR (Thread-5632) [    ] 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> 3125004 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[EE09D63ABEE1B3CF]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:61240
   [junit4]   2> 3125023 INFO  (zkConnectionManagerCallback-8609-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3125032 INFO  (jetty-launcher-8606-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 3125033 INFO  (jetty-launcher-8606-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 3125033 INFO  (jetty-launcher-8606-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 3125034 INFO  (jetty-launcher-8606-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3125034 INFO  (jetty-launcher-8606-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3125035 INFO  (jetty-launcher-8606-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3125035 INFO  (jetty-launcher-8606-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@43fb6d66{/solr,null,AVAILABLE}
   [junit4]   2> 3125038 INFO  (jetty-launcher-8606-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7d8002d9{HTTP/1.1,[http/1.1]}{127.0.0.1:61242}
   [junit4]   2> 3125038 INFO  (jetty-launcher-8606-thread-3) [    ] 
o.e.j.s.Server Started @3125173ms
   [junit4]   2> 3125038 INFO  (jetty-launcher-8606-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=61242}
   [junit4]   2> 3125040 ERROR (jetty-launcher-8606-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3125040 INFO  (jetty-launcher-8606-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3125040 INFO  (jetty-launcher-8606-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 3125040 INFO  (jetty-launcher-8606-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3125040 INFO  (jetty-launcher-8606-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3125040 INFO  (jetty-launcher-8606-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-09T13:03:48.071Z
   [junit4]   2> 3125047 INFO  (jetty-launcher-8606-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3125047 INFO  (jetty-launcher-8606-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3125047 INFO  (jetty-launcher-8606-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3125047 INFO  (jetty-launcher-8606-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3125047 INFO  (jetty-launcher-8606-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3125047 INFO  (jetty-launcher-8606-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3125047 INFO  (jetty-launcher-8606-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@52ca9afb{/solr,null,AVAILABLE}
   [junit4]   2> 3125052 INFO  (jetty-launcher-8606-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4693dfa6{/solr,null,AVAILABLE}
   [junit4]   2> 3125052 INFO  (jetty-launcher-8606-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4707a5b3{HTTP/1.1,[http/1.1]}{127.0.0.1:61244}
   [junit4]   2> 3125052 INFO  (jetty-launcher-8606-thread-2) [    ] 
o.e.j.s.Server Started @3125187ms
   [junit4]   2> 3125052 INFO  (jetty-launcher-8606-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=61244}
   [junit4]   2> 3125052 INFO  (jetty-launcher-8606-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@49711bc7{HTTP/1.1,[http/1.1]}{127.0.0.1:61245}
   [junit4]   2> 3125052 INFO  (jetty-launcher-8606-thread-1) [    ] 
o.e.j.s.Server Started @3125187ms
   [junit4]   2> 3125052 INFO  (jetty-launcher-8606-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=61245}
   [junit4]   2> 3125052 ERROR (jetty-launcher-8606-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3125052 INFO  (jetty-launcher-8606-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3125052 ERROR (jetty-launcher-8606-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3125052 INFO  (jetty-launcher-8606-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3125052 INFO  (jetty-launcher-8606-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 3125052 INFO  (jetty-launcher-8606-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 3125052 INFO  (jetty-launcher-8606-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3125052 INFO  (jetty-launcher-8606-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3125052 INFO  (jetty-launcher-8606-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3125052 INFO  (jetty-launcher-8606-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3125052 INFO  (jetty-launcher-8606-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-09T13:03:48.083Z
   [junit4]   2> 3125052 INFO  (jetty-launcher-8606-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-09T13:03:48.083Z
   [junit4]   2> 3125053 INFO  (zkConnectionManagerCallback-8611-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3125054 INFO  (jetty-launcher-8606-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3125055 INFO  (zkConnectionManagerCallback-8615-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3125055 INFO  (zkConnectionManagerCallback-8614-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3125056 INFO  (jetty-launcher-8606-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3125056 INFO  (jetty-launcher-8606-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3125066 INFO  (jetty-launcher-8606-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 3125066 INFO  (jetty-launcher-8606-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 3125067 INFO  (jetty-launcher-8606-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 3125067 INFO  (jetty-launcher-8606-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 3125067 INFO  (jetty-launcher-8606-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 3125067 INFO  (jetty-launcher-8606-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 3125131 INFO  (jetty-launcher-8606-thread-2) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3b6fea64, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 3125131 INFO  (jetty-launcher-8606-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3b6fea64, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 3125133 INFO  (jetty-launcher-8606-thread-3) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3b6fea64, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 3125312 INFO  (jetty-launcher-8606-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61240/solr
   [junit4]   2> 3125314 INFO  (zkConnectionManagerCallback-8619-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3125317 INFO  (zkConnectionManagerCallback-8621-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3125320 INFO  (jetty-launcher-8606-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61240/solr
   [junit4]   2> 3125322 INFO  (zkConnectionManagerCallback-8625-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3125326 INFO  (zkConnectionManagerCallback-8627-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3125411 INFO  (jetty-launcher-8606-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61240/solr
   [junit4]   2> 3125413 INFO  (zkConnectionManagerCallback-8635-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3125416 INFO  (zkConnectionManagerCallback-8637-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3125445 INFO  (jetty-launcher-8606-thread-3) 
[n:127.0.0.1:61242_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:61242_solr
   [junit4]   2> 3125447 INFO  (jetty-launcher-8606-thread-3) 
[n:127.0.0.1:61242_solr    ] o.a.s.c.Overseer Overseer 
(id=72146977423032329-127.0.0.1:61242_solr-n_0000000000) starting
   [junit4]   2> 3125461 INFO  (zkConnectionManagerCallback-8644-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3125466 INFO  (jetty-launcher-8606-thread-3) 
[n:127.0.0.1:61242_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:61240/solr ready
   [junit4]   2> 3125468 INFO  
(OverseerStateUpdate-72146977423032329-127.0.0.1:61242_solr-n_0000000000) 
[n:127.0.0.1:61242_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:61242_solr
   [junit4]   2> 3125470 DEBUG 
(OverseerAutoScalingTriggerThread-72146977423032329-127.0.0.1:61242_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and 
.scheduled_maintenance triggers
   [junit4]   2> 3125472 DEBUG 
(OverseerAutoScalingTriggerThread-72146977423032329-127.0.0.1:61242_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode 
version 1
   [junit4]   2> 3125473 DEBUG 
(OverseerAutoScalingTriggerThread-72146977423032329-127.0.0.1:61242_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion -1
   [junit4]   2> 3125473 DEBUG 
(OverseerAutoScalingTriggerThread-72146977423032329-127.0.0.1:61242_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 1
   [junit4]   2> 3125474 INFO  (jetty-launcher-8606-thread-3) 
[n:127.0.0.1:61242_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:61242_solr
   [junit4]   2> 3125477 INFO  (zkCallback-8643-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3125477 INFO  (zkCallback-8636-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3125479 DEBUG 
(OverseerAutoScalingTriggerThread-72146977423032329-127.0.0.1:61242_solr-n_0000000000)
 [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: [127.0.0.1:61242_solr]
   [junit4]   2> 3125479 DEBUG 
(OverseerAutoScalingTriggerThread-72146977423032329-127.0.0.1:61242_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 3125484 DEBUG 
(OverseerAutoScalingTriggerThread-72146977423032329-127.0.0.1:61242_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 1
   [junit4]   2> 3125484 DEBUG (ScheduledTrigger-13982-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1
   [junit4]   2> 3125487 INFO  (jetty-launcher-8606-thread-2) 
[n:127.0.0.1:61244_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3125493 INFO  (jetty-launcher-8606-thread-2) 
[n:127.0.0.1:61244_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 3125493 INFO  (jetty-launcher-8606-thread-2) 
[n:127.0.0.1:61244_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:61244_solr
   [junit4]   2> 3125495 INFO  (zkCallback-8643-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3125495 INFO  (zkCallback-8636-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3125495 INFO  (zkCallback-8620-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3125533 INFO  (jetty-launcher-8606-thread-1) 
[n:127.0.0.1:61245_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 3125539 INFO  (jetty-launcher-8606-thread-1) 
[n:127.0.0.1:61245_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 3125539 INFO  (jetty-launcher-8606-thread-1) 
[n:127.0.0.1:61245_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:61245_solr
   [junit4]   2> 3125539 INFO  (zkCallback-8643-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3125539 INFO  (zkCallback-8636-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3125539 INFO  (zkCallback-8620-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3125539 INFO  (zkCallback-8626-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3125544 INFO  (zkConnectionManagerCallback-8649-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3125546 INFO  (jetty-launcher-8606-thread-2) 
[n:127.0.0.1:61244_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 3125547 INFO  (jetty-launcher-8606-thread-2) 
[n:127.0.0.1:61244_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:61240/solr ready
   [junit4]   2> 3125548 INFO  (jetty-launcher-8606-thread-2) 
[n:127.0.0.1:61244_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 3125557 INFO  (jetty-launcher-8606-thread-3) 
[n:127.0.0.1:61242_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 3125561 INFO  (zkConnectionManagerCallback-8656-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3125563 INFO  (jetty-launcher-8606-thread-1) 
[n:127.0.0.1:61245_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 3125563 INFO  (jetty-launcher-8606-thread-1) 
[n:127.0.0.1:61245_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:61240/solr ready
   [junit4]   2> 3125563 INFO  (jetty-launcher-8606-thread-1) 
[n:127.0.0.1:61245_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 3125633 INFO  (jetty-launcher-8606-thread-1) 
[n:127.0.0.1:61245_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3b6fea64
   [junit4]   2> 3125656 INFO  (jetty-launcher-8606-thread-3) 
[n:127.0.0.1:61242_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3b6fea64
   [junit4]   2> 3125658 INFO  (jetty-launcher-8606-thread-2) 
[n:127.0.0.1:61244_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3b6fea64
   [junit4]   2> 3125673 INFO  (jetty-launcher-8606-thread-1) 
[n:127.0.0.1:61245_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3b6fea64
   [junit4]   2> 3125673 INFO  (jetty-launcher-8606-thread-1) 
[n:127.0.0.1:61245_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3b6fea64
   [junit4]   2> 3125677 INFO  (jetty-launcher-8606-thread-1) 
[n:127.0.0.1:61245_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_EE09D63ABEE1B3CF-001/tempDir-001/node1/.
   [junit4]   2> 3125707 INFO  (jetty-launcher-8606-thread-2) 
[n:127.0.0.1:61244_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3b6fea64
   [junit4]   2> 3125707 INFO  (jetty-launcher-8606-thread-2) 
[n:127.0.0.1:61244_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3b6fea64
   [junit4]   2> 3125709 INFO  (jetty-launcher-8606-thread-2) 
[n:127.0.0.1:61244_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_EE09D63ABEE1B3CF-001/tempDir-001/node2/.
   [junit4]   2> 3125714 INFO  (jetty-launcher-8606-thread-3) 
[n:127.0.0.1:61242_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3b6fea64
   [junit4]   2> 3125714 INFO  (jetty-launcher-8606-thread-3) 
[n:127.0.0.1:61242_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3b6fea64
   [junit4]   2> 3125716 INFO  (jetty-launcher-8606-thread-3) 
[n:127.0.0.1:61242_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_EE09D63ABEE1B3CF-001/tempDir-001/node3/.
   [junit4]   2> 3125895 INFO  (zkConnectionManagerCallback-8659-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3125902 INFO  (zkConnectionManagerCallback-8664-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3125904 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[EE09D63ABEE1B3CF]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3125905 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[EE09D63ABEE1B3CF]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:61240/solr ready
   [junit4]   2> 3125937 INFO  
(TEST-AutoAddReplicasIntegrationTest.testSimple-seed#[EE09D63ABEE1B3CF]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 3125941 INFO  (qtp570167712-30671) [n:127.0.0.1:61245_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:61245_solr,127.0.0.1:61242_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 3125945 INFO  
(OverseerThreadFactory-13984-thread-1-processing-n:127.0.0.1:61242_solr) 
[n:127.0.0.1:61242_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testSimple1
   [junit4]   2> 3126069 INFO  (qtp570167712-30651) [n:127.0.0.1:61245_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=2
   [junit4]   2> 3126072 INFO  (qtp1328414255-30655) [n:127.0.0.1:61242_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 3126074 INFO  (qtp1702978251-30664) [n:127.0.0.1:61244_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 3126086 INFO  
(OverseerStateUpdate-72146977423032329-127.0.0.1:61242_solr-n_0000000000) 
[n:127.0.0.1:61242_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:61242/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3126091 INFO  
(OverseerStateUpdate-72146977423032329-127.0.0.1:61242_solr-n_0000000000) 
[n:127.0.0.1:61242_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:61245/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3126095 INFO  
(OverseerStateUpdate-72146977423032329-127.0.0.1:61242_solr-n_0000000000) 
[n:127.0.0.1:61242_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:61245/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3126100 INFO  
(OverseerStateUpdate-72146977423032329-127.0.0.1:61242_solr-n_0000000000) 
[n:127.0.0.1:61242_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:61242/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3126306 INFO  (qtp570167712-30670) [n:127.0.0.1:61245_solr    
x:testSimple1_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3126306 INFO  (qtp1328414255-30650) [n:127.0.0.1:61242_solr    
x:testSimple1_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3126306 INFO  (qtp570167712-30674) [n:127.0.0.1:61245_solr    
x:testSimple1_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3126308 INFO  (qtp1328414255-30650) [n:127.0.0.1:61242_solr    
x:testSimple1_shard2_replica_n6] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 3126308 INFO  (qtp1328414255-30654) [n:127.0.0.1:61242_solr    
x:testSimple1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3126490 DEBUG (ScheduledTrigger-13982-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 3
   [junit4]   2> 3127359 INFO  (qtp570167712-30670) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 3127360 INFO  (qtp1328414255-30650) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 3127360 INFO  (qtp570167712-30674) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 3127364 INFO  (qtp1328414255-30654) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 3127393 INFO  (qtp570167712-30670) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 3127393 INFO  (qtp570167712-30674) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 3127395 INFO  (qtp1328414255-30650) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 3127398 INFO  (qtp570167712-30670) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3127398 INFO  (qtp1328414255-30650) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3127398 INFO  (qtp570167712-30670) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using 
configuration from collection testSimple1, trusted=true
   [junit4]   2> 3127398 INFO  (qtp1328414255-30650) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using 
configuration from collection testSimple1, trusted=true
   [junit4]   2> 3127399 INFO  (qtp570167712-30670) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.testSimple1.shard2.replica_n4' (registry 
'solr.core.testSimple1.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3b6fea64
   [junit4]   2> 3127399 INFO  (qtp1328414255-30650) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.testSimple1.shard2.replica_n6' (registry 
'solr.core.testSimple1.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3b6fea64
   [junit4]   2> 3127399 INFO  (qtp570167712-30670) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_EE09D63ABEE1B3CF-001/tempDir-001/node1/testSimple1_shard2_replica_n4],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_EE09D63ABEE1B3CF-001/tempDir-001/node1/./testSimple1_shard2_replica_n4/data/]
   [junit4]   2> 3127399 INFO  (qtp1328414255-30650) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_EE09D63ABEE1B3CF-001/tempDir-001/node3/testSimple1_shard2_replica_n6],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_EE09D63ABEE1B3CF-001/tempDir-001/node3/./testSimple1_shard2_replica_n6/data/]
   [junit4]   2> 3127401 INFO  (qtp570167712-30674) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3127401 INFO  (qtp570167712-30674) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using 
configuration from collection testSimple1, trusted=true
   [junit4]   2> 3127401 INFO  (qtp570167712-30674) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.testSimple1.shard1.replica_n2' (registry 
'solr.core.testSimple1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3b6fea64
   [junit4]   2> 3127402 INFO  (qtp570167712-30674) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_EE09D63ABEE1B3CF-001/tempDir-001/node1/testSimple1_shard1_replica_n2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_EE09D63ABEE1B3CF-001/tempDir-001/node1/./testSimple1_shard1_replica_n2/data/]
   [junit4]   2> 3127404 INFO  (qtp1328414255-30654) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 3127405 INFO  (qtp1328414255-30654) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3127405 INFO  (qtp1328414255-30654) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using 
configuration from collection testSimple1, trusted=true
   [junit4]   2> 3127406 INFO  (qtp1328414255-30654) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.testSimple1.shard1.replica_n1' (registry 
'solr.core.testSimple1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3b6fea64
   [junit4]   2> 3127406 INFO  (qtp1328414255-30654) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_EE09D63ABEE1B3CF-001/tempDir-001/node3/testSimple1_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_EE09D63ABEE1B3CF-001/tempDir-001/node3/./testSimple1_shard1_replica_n1/data/]
   [junit4]   2> 3127500 DEBUG (ScheduledTrigger-13982-thread-4) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 3
   [junit4]   2> 3127510 INFO  (qtp570167712-30674) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 3127511 INFO  (qtp570167712-30674) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3127512 INFO  (qtp570167712-30674) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3127512 INFO  (qtp570167712-30674) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3127522 INFO  (qtp570167712-30670) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 3127522 INFO  (qtp570167712-30670) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3127524 INFO  (qtp570167712-30670) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3127524 INFO  (qtp570167712-30670) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3127529 INFO  (qtp1328414255-30650) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 3127529 INFO  (qtp1328414255-30650) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3127539 INFO  (qtp1328414255-30654) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 3127540 INFO  (qtp1328414255-30654) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3127541 INFO  (qtp1328414255-30654) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3127541 INFO  (qtp1328414255-30654) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3127541 INFO  (qtp1328414255-30650) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3127542 INFO  (qtp1328414255-30650) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3127543 INFO  (qtp570167712-30674) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@422296e[testSimple1_shard1_replica_n2] main]
   [junit4]   2> 3127545 INFO  (qtp570167712-30674) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 3127545 INFO  (qtp570167712-30674) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3127546 INFO  (qtp570167712-30674) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3127547 INFO  (qtp570167712-30674) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1613853077618556928
   [junit4]   2> 3127547 INFO  
(searcherExecutor-13999-thread-1-processing-n:127.0.0.1:61245_solr 
x:testSimple1_shard1_replica_n2 c:testSimple1 s:shard1 r:core_node5) 
[n:127.0.0.1:61245_solr c:testSimple1 s:shard1 r:core_node5 
x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore 
[testSimple1_shard1_replica_n2] Registered new searcher 
Searcher@422296e[testSimple1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3127552 INFO  (qtp570167712-30670) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@457d51d[testSimple1_shard2_replica_n4] main]
   [junit4]   2> 3127554 INFO  (qtp570167712-30670) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 3127554 INFO  (qtp570167712-30670) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3127554 INFO  (qtp570167712-30670) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3127555 INFO  (qtp570167712-30670) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1613853077626945536
   [junit4]   2> 3127555 INFO  (qtp570167712-30674) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/testSimple1/terms/shard1 to Terms{values={core_node5=0}, version=0}
   [junit4]   2> 3127555 INFO  
(searcherExecutor-13997-thread-1-processing-n:127.0.0.1:61245_solr 
x:testSimple1_shard2_replica_n4 c:testSimple1 s:shard2 r:core_node7) 
[n:127.0.0.1:61245_solr c:testSimple1 s:shard2 r:core_node7 
x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore 
[testSimple1_shard2_replica_n4] Registered new searcher 
Searcher@457d51d[testSimple1_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3127561 INFO  (qtp570167712-30670) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/testSimple1/terms/shard2 to Terms{values={core_node7=0}, version=0}
   [junit4]   2> 3127563 INFO  (qtp570167712-30674) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9998ms
   [junit4]   2> 3127563 INFO  (qtp1328414255-30654) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2ec0a948[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 3127565 INFO  (qtp1328414255-30654) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 3127565 INFO  (qtp1328414255-30654) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3127566 INFO  (qtp1328414255-30654) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3127566 INFO  (qtp1328414255-30654) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1613853077638479872
   [junit4]   2> 3127566 INFO  
(searcherExecutor-14000-thread-1-processing-n:127.0.0.1:61242_solr 
x:testSimple1_shard1_replica_n1 c:testSimple1 s:shard1 r:core_node3) 
[n:127.0.0.1:61242_solr c:testSimple1 s:shard1 r:core_node3 
x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore 
[testSimple1_shard1_replica_n1] Registered new searcher 
Searcher@2ec0a948[testSimple1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3127569 INFO  (qtp570167712-30670) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9998ms
   [junit4]   2> 3127570 INFO  (qtp1328414255-30650) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4ce07681[testSimple1_shard2_replica_n6] main]
   [junit4]   2> 3127571 INFO  (qtp1328414255-30650) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 3127572 INFO  (qtp1328414255-30650) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3127572 INFO  (qtp1328414255-30654) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/testSimple1/terms/shard1 to Terms{values={core_node3=0, 
core_node5=0}, version=1}
   [junit4]   2> 3127573 INFO  (qtp1328414255-30650) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3127573 INFO  (qtp1328414255-30650) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1613853077645819904
   [junit4]   2> 3127574 INFO  
(searcherExecutor-13998-thread-1-processing-n:127.0.0.1:61242_solr 
x:testSimple1_shard2_replica_n6 c:testSimple1 s:shard2 r:core_node8) 
[n:127.0.0.1:61242_solr c:testSimple1 s:shard2 r:core_node8 
x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore 
[testSimple1_shard2_replica_n6] Registered new searcher 
Searcher@4ce07681[testSimple1_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3127578 INFO  (qtp1328414255-30650) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/testSimple1/terms/shard2 to Terms{values={core_node7=0, 
core_node8=0}, version=1}
   [junit4]   2> 3128064 INFO  (qtp570167712-30674) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3128064 INFO  (qtp570167712-30674) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3128064 INFO  (qtp570167712-30674) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:61245/solr/testSimple1_shard1_replica_n2/
   [junit4]   2> 3128065 INFO  (qtp570167712-30674) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 
url=http://127.0.0.1:61245/solr START 
replicas=[http://127.0.0.1:61242/solr/testSimple1_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 3128066 INFO  (qtp570167712-30674) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 
url=http://127.0.0.1:61245/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 3128068 INFO  (qtp1328414255-30658) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.S.Request [testSimple1_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 3128068 INFO  (qtp570167712-30674) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 3128069 INFO  (qtp570167712-30674) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
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> 3128069 INFO  (qtp570167712-30674) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 3128071 INFO  (qtp570167712-30670) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3128071 INFO  (qtp570167712-30670) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3128071 INFO  (qtp570167712-30670) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:61245/solr/testSimple1_shard2_replica_n4/
   [junit4]   2> 3128071 INFO  (qtp570167712-30670) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4 
url=http://127.0.0.1:61245/solr START 
replicas=[http://127.0.0.1:61242/solr/testSimple1_shard2_replica_n6/] 
nUpdates=100
   [junit4]   2> 3128071 INFO  (qtp570167712-30670) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4 
url=http://127.0.0.1:61245/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 3128073 INFO  (qtp1328414255-30653) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.S.Request [testSimple1_shard2_replica_n6]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 3128073 INFO  (qtp570167712-30670) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 3128074 INFO  (qtp570167712-30670) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
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> 3128074 INFO  (qtp570167712-30670) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 3128076 INFO  (qtp570167712-30674) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:61245/solr/testSimple1_shard1_replica_n2/ shard1
   [junit4]   2> 3128080 INFO  (qtp570167712-30670) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:61245/solr/testSimple1_shard2_replica_n4/ shard2
   [junit4]   2> 3128238 INFO  (qtp570167712-30674) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3128240 INFO  (qtp570167712-30670) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3128243 INFO  (qtp570167712-30674) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1936
   [junit4]   2> 3128245 INFO  (qtp570167712-30670) [n:127.0.0.1:61245_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1939
   [junit4]   2> 3128350 INFO  (zkCallback-8626-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 3128503 DEBUG (ScheduledTrigger-13982-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 3
   [junit4]   2> 3128592 INFO  (qtp1328414255-30654) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2284
   [junit4]   2> 3128593 INFO  (qtp1328414255-30650) [n:127.0.0.1:61242_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2287
   [junit4]   2> 3128597 INFO  (qtp570167712-30671) [n:127.0.0.1:61245_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> 3128701 INFO  (zkCallback-8636-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 3128701 INFO  (zkCallback-8626-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 3129507 DEBUG (ScheduledTrigger-13982-thread-4) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 3
   [junit4]   2> 3129603 INFO  (qtp570167712-30671) [n:127.0.0.1:61245_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:61245_solr,127.0.0.1:61242_solr&wt=javabin&version=2}
 status=0 QTime=3661
   [junit4]   2> 3129603 INFO  (qtp570167712-30668) [n:127.0.0.1:61245_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=false&name=testSimple2&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:61242_solr,127.0.0.1:61244_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 3129607 INFO  
(OverseerThreadFactory-13984-thread-2-processing-n:127.0.0.1:61242_solr) 
[n:127.0.0.1:61242_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testSimple2
   [junit4]   2> 3129608 INFO  
(OverseerCollectionConfigSetProcessor-72146977423032329-127.0.0.1:61242_solr-n_0000000000)
 [n:127.0.0.1:61242_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> 3129875 INFO  (qtp570167712-30670) [n:127.0.0.1:61245_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.testSimple1.shard2.replica_n4:INDEX.sizeInBytes&key=solr.core.testSimple1.shard1.replica_n2:INDEX.sizeInBytes}
 status=0 QTime=40
   [junit4]   2> 3129877 INFO  (qtp570167712-30674) [n:127.0.0.1:61245_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=1
   [junit4]   2> 3129922 INFO  (qtp1328414255-30658) [n:127.0.0.1:61242_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.testSimple1.shard2.replica_n6:INDEX.sizeInBytes&key=solr.core.testSimple1.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=42
   [junit4]   2> 3129923 INFO  (qtp1328414255-30654) [n:127.0.0.1:61242_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=1
   [junit4]   2> 3129929 INFO  (qtp1702978251-30660) [n:127.0.0.1:61244_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=2
   [junit4]   2> 3129937 INFO  
(OverseerStateUpdate-72146977423032329-127.0.0.1:61242_solr-n_0000000000) 
[n:127.0.0.1:61242_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:61244/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3129942 INFO  
(OverseerStateUpdate-72146977423032329-127.0.0.1:61242_solr-n_0000000000) 
[n:127.0.0.1:61242_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple2_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:61244/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3129946 INFO  
(OverseerStateUpdate-72146977423032329-127.0.0.1:61242_solr-n_0000000000) 
[n:127.0.0.1:61242_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple2_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:61244/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3129951 INFO  
(OverseerStateUpdate-72146977423032329-127.0.0.1:61242_solr-n_0000000000) 
[n:127.0.0.1:61242_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple2_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:61242/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3130165 INFO  (qtp1328414255-30658) [n:127.0.0.1:61242_solr    
x:testSimple2_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple2_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple2&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3130166 INFO  (qtp1702978251-30663) [n:127.0.0.1:61244_solr    
x:testSimple2_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3130167 INFO  (qtp1702978251-30676) [n:127.0.0.1:61244_solr    
x:testSimple2_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple2_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple2&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3130167 INFO  (qtp1702978251-30662) [n:127.0.0.1:61244_solr    
x:testSimple2_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3130514 DEBUG (ScheduledTrigger-13982-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 3
   [junit4]   2> 3131206 INFO  (qtp1702978251-30676) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 3131207 INFO  (qtp1702978251-30662) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 3131210 INFO  (qtp1702978251-30663) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 3131212 INFO  (qtp1328414255-30658) [n:127.0.0.1:61242_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 3131219 INFO  (qtp1702978251-30676) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.s.IndexSchema [testSimple2_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 3131219 INFO  (qtp1702978251-30663) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.s.IndexSchema [testSimple2_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 3131221 INFO  (qtp1328414255-30658) [n:127.0.0.1:61242_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.s.IndexSchema [testSimple2_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 3131257 INFO  (qtp1702978251-30663) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3131257 INFO  (qtp1328414255-30658) [n:127.0.0.1:61242_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3131257 INFO  (qtp1328414255-30658) [n:127.0.0.1:61242_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard2_replica_n6' using 
configuration from collection testSimple2, trusted=true
   [junit4]   2> 3131257 INFO  (qtp1702978251-30663) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n2' using 
configuration from collection testSimple2, trusted=true
   [junit4]   2> 3131257 INFO  (qtp1702978251-30663) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.testSimple2.shard1.replica_n2' (registry 
'solr.core.testSimple2.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3b6fea64
   [junit4]   2> 3131257 INFO  (qtp1328414255-30658) [n:127.0.0.1:61242_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.testSimple2.shard2.replica_n6' (registry 
'solr.core.testSimple2.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3b6fea64
   [junit4]   2> 3131257 INFO  (qtp1702978251-30662) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.s.IndexSchema [testSimple2_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 3131257 INFO  (qtp1702978251-30663) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.c.SolrCore [[testSimple2_shard1_replica_n2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_EE09D63ABEE1B3CF-001/tempDir-001/node2/testSimple2_shard1_replica_n2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_EE09D63ABEE1B3CF-001/tempDir-001/node2/./testSimple2_shard1_replica_n2/data/]
   [junit4]   2> 3131258 INFO  (qtp1702978251-30676) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3131258 INFO  (qtp1702978251-30676) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard2_replica_n4' using 
configuration from collection testSimple2, trusted=true
   [junit4]   2> 3131259 INFO  (qtp1702978251-30676) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.testSimple2.shard2.replica_n4' (registry 
'solr.core.testSimple2.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3b6fea64
   [junit4]   2> 3131259 INFO  (qtp1702978251-30662) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3131259 INFO  (qtp1328414255-30658) [n:127.0.0.1:61242_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.c.SolrCore [[testSimple2_shard2_replica_n6] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_EE09D63ABEE1B3CF-001/tempDir-001/node3/testSimple2_shard2_replica_n6],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_EE09D63ABEE1B3CF-001/tempDir-001/node3/./testSimple2_shard2_replica_n6/data/]
   [junit4]   2> 3131259 INFO  (qtp1702978251-30662) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n1' using 
configuration from collection testSimple2, trusted=true
   [junit4]   2> 3131259 INFO  (qtp1702978251-30662) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.testSimple2.shard1.replica_n1' (registry 
'solr.core.testSimple2.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3b6fea64
   [junit4]   2> 3131259 INFO  (qtp1702978251-30676) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.c.SolrCore [[testSimple2_shard2_replica_n4] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_EE09D63ABEE1B3CF-001/tempDir-001/node2/testSimple2_shard2_replica_n4],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_EE09D63ABEE1B3CF-001/tempDir-001/node2/./testSimple2_shard2_replica_n4/data/]
   [junit4]   2> 3131259 INFO  (qtp1702978251-30662) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.SolrCore [[testSimple2_shard1_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_EE09D63ABEE1B3CF-001/tempDir-001/node2/testSimple2_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_EE09D63ABEE1B3CF-001/tempDir-001/node2/./testSimple2_shard1_replica_n1/data/]
   [junit4]   2> 3131383 INFO  (qtp1702978251-30662) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 3131383 INFO  (qtp1702978251-30662) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3131383 INFO  (qtp1702978251-30662) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3131383 INFO  (qtp1702978251-30662) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3131398 INFO  (qtp1702978251-30676) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 3131398 INFO  (qtp1702978251-30676) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3131401 INFO  (qtp1702978251-30676) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3131401 INFO  (qtp1702978251-30676) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3131402 INFO  (qtp1328414255-30658) [n:127.0.0.1:61242_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 3131402 INFO  (qtp1328414255-30658) [n:127.0.0.1:61242_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3131403 INFO  (qtp1702978251-30663) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 3131403 INFO  (qtp1702978251-30663) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3131403 INFO  (qtp1328414255-30658) [n:127.0.0.1:61242_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3131403 INFO  (qtp1328414255-30658) [n:127.0.0.1:61242_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3131405 INFO  (qtp1702978251-30663) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3131405 INFO  (qtp1702978251-30663) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3131407 INFO  (qtp1702978251-30662) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7dbb922e[testSimple2_shard1_replica_n1] main]
   [junit4]   2> 3131409 INFO  (qtp1702978251-30662) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 3131409 INFO  (qtp1702978251-30676) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5654a86f[testSimple2_shard2_replica_n4] main]
   [junit4]   2> 3131410 INFO  (qtp1702978251-30662) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3131410 INFO  (qtp1702978251-30662) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3131411 INFO  
(searcherExecutor-14020-thread-1-processing-n:127.0.0.1:61244_solr 
x:testSimple2_shard1_replica_n1 c:testSimple2 s:shard1 r:core_node3) 
[n:127.0.0.1:61244_solr c:testSimple2 s:shard1 r:core_node3 
x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore 
[testSimple2_shard1_replica_n1] Registered new searcher 
Searcher@7dbb922e[testSimple2_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3131411 INFO  (qtp1702978251-30676) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 3131411 INFO  (qtp1702978251-30662) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1613853081670254592
   [junit4]   2> 3131412 INFO  (qtp1702978251-30676) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3131413 INFO  (qtp1702978251-30676) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3131414 INFO  
(searcherExecutor-14019-thread-1-processing-n:127.0.0.1:61244_solr 
x:testSimple2_shard2_replica_n4 c:testSimple2 s:shard2 r:core_node7) 
[n:127.0.0.1:61244_solr c:testSimple2 s:shard2 r:core_node7 
x:testSimple2_shard2_replica_n4] o.a.s.c.SolrCore 
[testSimple2_shard2_replica_n4] Registered new searcher 
Searcher@5654a86f[testSimple2_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3131414 INFO  (qtp1702978251-30676) [n:127.0.0.1:61244_solr 
c:testSimple2 s:shard2 r:core_node7 x

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


   [junit4]   1>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   1>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   1>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
   [junit4]   1>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1219)
   [junit4]   1>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   1>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:724)
   [junit4]   1>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   1>        at 
org.eclipse.jetty.server.Server.handle(Server.java:531)
   [junit4]   1>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352)
   [junit4]   1>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
   [junit4]   1>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
   [junit4]   1>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   1>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
   [junit4]   1>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
   [junit4]   1>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
   [junit4]   1>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
   [junit4]   1>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
   [junit4]   1>        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
   [junit4]   1>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
   [junit4]   1>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
   [junit4]   1>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CloudSolrClientTest 
-Dtests.method=testNonRetryableRequests -Dtests.seed=B89C8AB9AFFA4549 
-Dtests.slow=true -Dtests.locale=pl -Dtests.timezone=Asia/Srednekolymsk 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 4.19s J0 | CloudSolrClientTest.testNonRetryableRequests <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<33> but 
was:<34>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B89C8AB9AFFA4549:10724D2A51B33145]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testNonRetryableRequests(CloudSolrClientTest.java:550)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 13:23:17.104 
[TEST-CloudSolrClientTest.testShutdown-seed#[B89C8AB9AFFA4549]-SendThread(ff01::114:33332)]
 ERROR org.apache.zookeeper.ClientCnxnSocketNIO - Unable to open socket to 
ff01::114/ff01:0:0:0:0:0:0:114:33332
   [junit4]   1> 13:23:18.217 
[TEST-CloudSolrClientTest.testShutdown-seed#[B89C8AB9AFFA4549]-SendThread(ff01::114:33332)]
 ERROR org.apache.zookeeper.ClientCnxnSocketNIO - Unable to open socket to 
ff01::114/ff01:0:0:0:0:0:0:114:33332
   [junit4]   1> -
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   1> -
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node4 rstate:down live:true
   [junit4]   1> -
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node4 rstate:recovering live:true
   [junit4]   1> -
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node4 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   1> -
   [junit4]   1> replica:core_node4 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   1> 13:23:32.735 
[TEST-CloudSolrClientTest.testRetryUpdatesWhenClusterStateIsStale-seed#[B89C8AB9AFFA4549]]
 ERROR org.apache.solr.client.solrj.impl.CloudSolrClient - Request to 
collection [stale_state_test_col] failed due to (404) 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at 
http://127.0.0.1:49262/solr/stale_state_test_col_shard1_replica_n1: Expected 
mime type application/octet-stream but got text/html. <html>
   [junit4]   1> <head>
   [junit4]   1> <meta http-equiv="Content-Type" 
content="text/html;charset=utf-8"/>
   [junit4]   1> <title>Error 404 Can not find: 
/solr/stale_state_test_col_shard1_replica_n1/update</title>
   [junit4]   1> </head>
   [junit4]   1> <body><h2>HTTP ERROR 404</h2>
   [junit4]   1> <p>Problem accessing 
/solr/stale_state_test_col_shard1_replica_n1/update. Reason:
   [junit4]   1> <pre>    Can not find: 
/solr/stale_state_test_col_shard1_replica_n1/update</pre></p><hr><a 
href="http://eclipse.org/jetty";>Powered by Jetty:// 9.4.11.v20180605</a><hr/>
   [junit4]   1> 
   [junit4]   1> </body>
   [junit4]   1> </html>
   [junit4]   1> , retry? 0
   [junit4]   1> 13:23:42.633 
[SUITE-CloudSolrClientTest-seed#[B89C8AB9AFFA4549]-worker] ERROR 
org.apache.zookeeper.server.ZooKeeperServer - ZKShutdownHandler is not 
registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN 
server state changes
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_B89C8AB9AFFA4549-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{multiDefault=FSTOrd50, a_t=PostingsFormat(name=LuceneVarGapFixedInterval), 
title_s=FSTOrd50, 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 text=BlockTreeOrds(blocksize=128)}, 
docValues:{_version_=DocValuesFormat(name=Asserting), 
multiDefault=DocValuesFormat(name=Lucene70), 
a_t=DocValuesFormat(name=Asserting), title_s=DocValuesFormat(name=Lucene70), 
intDefault=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Memory), 
text=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Asserting)}, 
maxPointsInLeafNode=400, maxMBSortInHeap=7.796514885717848, 
sim=RandomSimilarity(queryNorm=false): {}, locale=pl, 
timezone=Asia/Srednekolymsk
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_172 
(64-bit)/cpus=3,threads=1,free=171094224,total=463470592
   [junit4]   2> NOTE: All tests run in this JVM: [AnlysisResponseBaseTest, 
JdbcTest, GraphTest, SineEvaluatorTest, LBHttpSolrClientBuilderTest, 
SolrQueryTest, LengthEvaluatorTest, AppendEvaluatorTest, 
SolrExampleStreamingTest, TestSolrJsonWriter, NoOpResponseParserTest, 
TestPolicy, TestHash, PowerEvaluatorTest, GetByIdTest, JsonValidatorTest, 
TestValidatingJsonMap, GreaterThanEvaluatorTest, StreamDecoratorTest, 
TermsResponseTest, CloudSolrClientBuilderTest, TestJsonRecordReader, 
JettyWebappTest, ConcurrentUpdateSolrClientMultiCollectionTest, 
UuidEvaluatorTest, SolrDocumentTest, TestDelegationTokenResponse, 
TestCollectionAdminRequest, CommonAdminParamsTest, MultiplyEvaluatorTest, 
StreamingTest, ArrayEvaluatorTest, MathExpressionTest, 
ModifiableSolrParamsTest, SolrParamTest, NotEvaluatorTest, 
StreamExpressionToExpessionTest, CosineEvaluatorTest, 
CloudSolrClientMultiConstructorTest, CloudSolrClientRetryTest, 
CloudSolrClientTest]
   [junit4] Completed [102/157 (1!)] on J0 in 41.78s, 16 tests, 1 failure <<< 
FAILURES!

[...truncated 25092 lines...]
-check-forbidden-all:
[forbidden-apis] Reading bundled API signatures: jdk-unsafe-1.8
[forbidden-apis] Reading bundled API signatures: jdk-deprecated-1.8
[forbidden-apis] Reading bundled API signatures: jdk-non-portable
[forbidden-apis] Reading bundled API signatures: jdk-reflection
[forbidden-apis] Reading bundled API signatures: commons-io-unsafe-2.5
[forbidden-apis] Reading API signatures: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/tools/forbiddenApis/base.txt
[forbidden-apis] Reading API signatures: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/tools/forbiddenApis/servlet-api.txt
[forbidden-apis] Reading API signatures: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/tools/forbiddenApis/solr.txt
[forbidden-apis] Loading classes to check...
[forbidden-apis] Scanning classes for violations...
[forbidden-apis] Forbidden method invocation: 
java.io.InputStreamReader#<init>(java.io.InputStream) [Uses default charset]
[forbidden-apis]   in 
org.apache.solr.client.solrj.request.MultiContentWriterRequest 
(MultiContentWriterRequest.java:95)
[forbidden-apis] Scanned 1374 class file(s) for forbidden API invocations (in 
1.50s), 1 error(s).

BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/build.xml:633: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/build.xml:117: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build.xml:381: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/common-build.xml:536: 
Check for forbidden API calls failed, see log.

Total time: 110 minutes 27 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to