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

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

Error Message:
Waiting for collection testSimple1 null Live Nodes: [127.0.0.1:39829_solr, 
127.0.0.1:41877_solr] Last available state: 
DocCollection(testSimple1//collections/testSimple1/state.json/19)={   
"pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{      
 "range":"80000000-ffffffff",       "state":"active",       "replicas":{        
 "core_node5":{           "core":"testSimple1_shard1_replica_n2",           
"base_url":"http://127.0.0.1:41877/solr";,           
"node_name":"127.0.0.1:41877_solr",           "state":"active",           
"type":"NRT",           "leader":"true"},         "core_node12":{           
"core":"testSimple1_shard1_replica_n11",           
"base_url":"http://127.0.0.1:41877/solr";,           
"node_name":"127.0.0.1:41877_solr",           "state":"active",           
"type":"NRT"}}},     "shard2":{       "range":"0-7fffffff",       
"state":"active",       "replicas":{         "core_node8":{           
"core":"testSimple1_shard2_replica_n6",           
"base_url":"http://127.0.0.1:41877/solr";,           
"node_name":"127.0.0.1:41877_solr",           "state":"active",           
"type":"NRT",           "leader":"true"},         "core_node10":{           
"core":"testSimple1_shard2_replica_n9",           
"base_url":"http://127.0.0.1:43243/solr";,           
"node_name":"127.0.0.1:43243_solr",           "state":"down",           
"type":"NRT"}}}},   "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:39829_solr, 127.0.0.1:41877_solr]
Last available state: 
DocCollection(testSimple1//collections/testSimple1/state.json/19)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node5":{
          "core":"testSimple1_shard1_replica_n2",
          "base_url":"http://127.0.0.1:41877/solr";,
          "node_name":"127.0.0.1:41877_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node12":{
          "core":"testSimple1_shard1_replica_n11",
          "base_url":"http://127.0.0.1:41877/solr";,
          "node_name":"127.0.0.1:41877_solr",
          "state":"active",
          "type":"NRT"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node8":{
          "core":"testSimple1_shard2_replica_n6",
          "base_url":"http://127.0.0.1:41877/solr";,
          "node_name":"127.0.0.1:41877_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node10":{
          "core":"testSimple1_shard2_replica_n9",
          "base_url":"http://127.0.0.1:43243/solr";,
          "node_name":"127.0.0.1:43243_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([B3AAACAC1048F065:8B19885237BB24B4]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
        at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:103)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:


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




Build Log:
[...truncated 12053 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest
   [junit4]   2> 402089 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[B3AAACAC1048F065]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_B3AAACAC1048F065-001/init-core-data-001
   [junit4]   2> 402091 WARN  
(SUITE-AutoAddReplicasIntegrationTest-seed#[B3AAACAC1048F065]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=38 numCloses=38
   [junit4]   2> 402091 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[B3AAACAC1048F065]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 402093 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[B3AAACAC1048F065]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 402093 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[B3AAACAC1048F065]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_B3AAACAC1048F065-001/tempDir-001
   [junit4]   2> 402094 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[B3AAACAC1048F065]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 402095 INFO  (Thread-807) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 402095 INFO  (Thread-807) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 402098 ERROR (Thread-807) [    ] 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> 402195 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[B3AAACAC1048F065]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:34153
   [junit4]   2> 402200 INFO  (zkConnectionManagerCallback-758-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 402209 INFO  (jetty-launcher-755-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 402209 INFO  (jetty-launcher-755-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 402213 INFO  (jetty-launcher-755-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 402251 INFO  (jetty-launcher-755-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 402251 INFO  (jetty-launcher-755-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 402251 INFO  (jetty-launcher-755-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 402251 INFO  (jetty-launcher-755-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 402251 INFO  (jetty-launcher-755-thread-1) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 402252 INFO  (jetty-launcher-755-thread-2) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 402259 INFO  (jetty-launcher-755-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 402259 INFO  (jetty-launcher-755-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 402260 INFO  (jetty-launcher-755-thread-3) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 402260 INFO  (jetty-launcher-755-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6c955b7d{/solr,null,AVAILABLE}
   [junit4]   2> 402260 INFO  (jetty-launcher-755-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@22dc4efa{/solr,null,AVAILABLE}
   [junit4]   2> 402260 INFO  (jetty-launcher-755-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5b3cdead{/solr,null,AVAILABLE}
   [junit4]   2> 402261 INFO  (jetty-launcher-755-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2467b683{HTTP/1.1,[http/1.1]}{127.0.0.1:39829}
   [junit4]   2> 402262 INFO  (jetty-launcher-755-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6dd634f3{HTTP/1.1,[http/1.1]}{127.0.0.1:41877}
   [junit4]   2> 402262 INFO  (jetty-launcher-755-thread-2) [    ] 
o.e.j.s.Server Started @403626ms
   [junit4]   2> 402262 INFO  (jetty-launcher-755-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@70b5d9f4{HTTP/1.1,[http/1.1]}{127.0.0.1:43243}
   [junit4]   2> 402262 INFO  (jetty-launcher-755-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39829}
   [junit4]   2> 402262 INFO  (jetty-launcher-755-thread-3) [    ] 
o.e.j.s.Server Started @403626ms
   [junit4]   2> 402262 INFO  (jetty-launcher-755-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43243}
   [junit4]   2> 402262 ERROR (jetty-launcher-755-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 402262 INFO  (jetty-launcher-755-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 402262 INFO  (jetty-launcher-755-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 402262 INFO  (jetty-launcher-755-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 402262 INFO  (jetty-launcher-755-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-30T02:01:43.053Z
   [junit4]   2> 402262 INFO  (jetty-launcher-755-thread-1) [    ] 
o.e.j.s.Server Started @403626ms
   [junit4]   2> 402262 ERROR (jetty-launcher-755-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 402263 INFO  (jetty-launcher-755-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41877}
   [junit4]   2> 402263 INFO  (jetty-launcher-755-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 402263 INFO  (jetty-launcher-755-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 402263 INFO  (jetty-launcher-755-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 402263 INFO  (jetty-launcher-755-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-30T02:01:43.054Z
   [junit4]   2> 402263 ERROR (jetty-launcher-755-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 402263 INFO  (jetty-launcher-755-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 402263 INFO  (jetty-launcher-755-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 402264 INFO  (jetty-launcher-755-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 402264 INFO  (jetty-launcher-755-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-30T02:01:43.055Z
   [junit4]   2> 402265 INFO  (zkConnectionManagerCallback-760-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 402265 INFO  (jetty-launcher-755-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 402267 INFO  (zkConnectionManagerCallback-762-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 402268 INFO  (jetty-launcher-755-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 402283 INFO  (zkConnectionManagerCallback-764-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 402283 INFO  (jetty-launcher-755-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 402304 INFO  (jetty-launcher-755-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34153/solr
   [junit4]   2> 402339 INFO  (jetty-launcher-755-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34153/solr
   [junit4]   2> 402346 INFO  (jetty-launcher-755-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34153/solr
   [junit4]   2> 402351 INFO  (zkConnectionManagerCallback-768-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 402383 INFO  (zkConnectionManagerCallback-776-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 402395 INFO  (zkConnectionManagerCallback-774-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 402408 INFO  
(zkConnectionManagerCallback-778-thread-1-processing-n:127.0.0.1:39829_solr) 
[n:127.0.0.1:39829_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 402439 INFO  
(zkConnectionManagerCallback-780-thread-1-processing-n:127.0.0.1:41877_solr) 
[n:127.0.0.1:41877_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 402444 INFO  (jetty-launcher-755-thread-1) 
[n:127.0.0.1:41877_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 402444 INFO  (jetty-launcher-755-thread-1) 
[n:127.0.0.1:41877_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:41877_solr
   [junit4]   2> 402445 INFO  (jetty-launcher-755-thread-2) 
[n:127.0.0.1:39829_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 402445 INFO  (jetty-launcher-755-thread-1) 
[n:127.0.0.1:41877_solr    ] o.a.s.c.Overseer Overseer 
(id=72060272056860680-127.0.0.1:41877_solr-n_0000000000) starting
   [junit4]   2> 402446 INFO  (jetty-launcher-755-thread-2) 
[n:127.0.0.1:39829_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39829_solr
   [junit4]   2> 402447 INFO  
(zkConnectionManagerCallback-783-thread-1-processing-n:127.0.0.1:43243_solr) 
[n:127.0.0.1:43243_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 402450 INFO  (jetty-launcher-755-thread-3) 
[n:127.0.0.1:43243_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 402452 INFO  (jetty-launcher-755-thread-3) 
[n:127.0.0.1:43243_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 402453 INFO  (jetty-launcher-755-thread-3) 
[n:127.0.0.1:43243_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43243_solr
   [junit4]   2> 402483 INFO  
(zkCallback-782-thread-1-processing-n:127.0.0.1:43243_solr) 
[n:127.0.0.1:43243_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 402483 INFO  
(zkCallback-777-thread-1-processing-n:127.0.0.1:39829_solr) 
[n:127.0.0.1:39829_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 402483 INFO  
(zkCallback-779-thread-1-processing-n:127.0.0.1:41877_solr) 
[n:127.0.0.1:41877_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 402512 DEBUG 
(OverseerAutoScalingTriggerThread-72060272056860680-127.0.0.1:41877_solr-n_0000000000)
 [n:127.0.0.1:41877_solr    ] o.a.s.c.a.OverseerTriggerThread Adding 
.autoAddReplicas trigger
   [junit4]   2> 402512 INFO  (jetty-launcher-755-thread-1) 
[n:127.0.0.1:41877_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41877_solr
   [junit4]   2> 402512 DEBUG 
(OverseerAutoScalingTriggerThread-72060272056860680-127.0.0.1:41877_solr-n_0000000000)
 [n:127.0.0.1:41877_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 1
   [junit4]   2> 402513 INFO  
(zkCallback-782-thread-1-processing-n:127.0.0.1:43243_solr) 
[n:127.0.0.1:43243_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 402520 INFO  
(zkCallback-779-thread-1-processing-n:127.0.0.1:41877_solr) 
[n:127.0.0.1:41877_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 402520 DEBUG 
(OverseerAutoScalingTriggerThread-72060272056860680-127.0.0.1:41877_solr-n_0000000000)
 [n:127.0.0.1:41877_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: 
[127.0.0.1:39829_solr, 127.0.0.1:43243_solr, 127.0.0.1:41877_solr]
   [junit4]   2> 402520 DEBUG 
(OverseerAutoScalingTriggerThread-72060272056860680-127.0.0.1:41877_solr-n_0000000000)
 [n:127.0.0.1:41877_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 402520 DEBUG 
(OverseerAutoScalingTriggerThread-72060272056860680-127.0.0.1:41877_solr-n_0000000000)
 [n:127.0.0.1:41877_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 1
   [junit4]   2> 402527 INFO  
(zkCallback-777-thread-1-processing-n:127.0.0.1:39829_solr) 
[n:127.0.0.1:39829_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 402547 DEBUG 
(OverseerAutoScalingTriggerThread-72060272056860680-127.0.0.1:41877_solr-n_0000000000)
 [n:127.0.0.1:41877_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 402548 DEBUG (ScheduledTrigger-1741-thread-1) 
[n:127.0.0.1:41877_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 402550 DEBUG 
(OverseerAutoScalingTriggerThread-72060272056860680-127.0.0.1:41877_solr-n_0000000000)
 [n:127.0.0.1:41877_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 402562 INFO  (jetty-launcher-755-thread-1) 
[n:127.0.0.1:41877_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41877.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69fd8c35
   [junit4]   2> 402564 INFO  (jetty-launcher-755-thread-2) 
[n:127.0.0.1:39829_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39829.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69fd8c35
   [junit4]   2> 402571 INFO  (jetty-launcher-755-thread-2) 
[n:127.0.0.1:39829_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39829.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69fd8c35
   [junit4]   2> 402572 INFO  (jetty-launcher-755-thread-2) 
[n:127.0.0.1:39829_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39829.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69fd8c35
   [junit4]   2> 402573 INFO  (jetty-launcher-755-thread-2) 
[n:127.0.0.1:39829_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_B3AAACAC1048F065-001/tempDir-001/node2/.
   [junit4]   2> 402575 INFO  (jetty-launcher-755-thread-1) 
[n:127.0.0.1:41877_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41877.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69fd8c35
   [junit4]   2> 402575 INFO  (jetty-launcher-755-thread-1) 
[n:127.0.0.1:41877_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41877.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69fd8c35
   [junit4]   2> 402576 INFO  (jetty-launcher-755-thread-1) 
[n:127.0.0.1:41877_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_B3AAACAC1048F065-001/tempDir-001/node1/.
   [junit4]   2> 402591 INFO  (jetty-launcher-755-thread-3) 
[n:127.0.0.1:43243_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43243.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69fd8c35
   [junit4]   2> 402598 INFO  (jetty-launcher-755-thread-3) 
[n:127.0.0.1:43243_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43243.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69fd8c35
   [junit4]   2> 402598 INFO  (jetty-launcher-755-thread-3) 
[n:127.0.0.1:43243_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43243.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69fd8c35
   [junit4]   2> 402599 INFO  (jetty-launcher-755-thread-3) 
[n:127.0.0.1:43243_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_B3AAACAC1048F065-001/tempDir-001/node3/.
   [junit4]   2> 402715 INFO  (zkConnectionManagerCallback-790-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 402718 INFO  (zkConnectionManagerCallback-794-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 402719 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[B3AAACAC1048F065]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 402719 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[B3AAACAC1048F065]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34153/solr ready
   [junit4]   2> 402733 INFO  
(TEST-AutoAddReplicasIntegrationTest.testSimple-seed#[B3AAACAC1048F065]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 402739 INFO  (qtp1969482743-3676) [n:127.0.0.1:41877_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:39829_solr,127.0.0.1:41877_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 402740 INFO  
(OverseerThreadFactory-1743-thread-1-processing-n:127.0.0.1:41877_solr) 
[n:127.0.0.1:41877_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testSimple1
   [junit4]   2> 402846 INFO  
(OverseerStateUpdate-72060272056860680-127.0.0.1:41877_solr-n_0000000000) 
[n:127.0.0.1:41877_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:39829/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 402847 INFO  
(OverseerStateUpdate-72060272056860680-127.0.0.1:41877_solr-n_0000000000) 
[n:127.0.0.1:41877_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:41877/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 402847 INFO  
(OverseerStateUpdate-72060272056860680-127.0.0.1:41877_solr-n_0000000000) 
[n:127.0.0.1:41877_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:39829/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 402848 INFO  
(OverseerStateUpdate-72060272056860680-127.0.0.1:41877_solr-n_0000000000) 
[n:127.0.0.1:41877_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:41877/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 403060 INFO  (qtp150884408-3677) [n:127.0.0.1:39829_solr    ] 
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> 403061 INFO  (qtp150884408-3677) [n:127.0.0.1:39829_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 403062 INFO  (qtp1969482743-3678) [n:127.0.0.1:41877_solr    ] 
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> 403062 INFO  (qtp1969482743-3678) [n:127.0.0.1:41877_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 403076 INFO  (qtp150884408-3680) [n:127.0.0.1:39829_solr    ] 
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> 403087 INFO  (qtp1969482743-3771) [n:127.0.0.1:41877_solr    ] 
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> 403190 INFO  
(zkCallback-777-thread-1-processing-n:127.0.0.1:39829_solr) 
[n:127.0.0.1:39829_solr    ] 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> 403190 INFO  
(zkCallback-779-thread-1-processing-n:127.0.0.1:41877_solr) 
[n:127.0.0.1:41877_solr    ] 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> 403191 INFO  
(zkCallback-777-thread-2-processing-n:127.0.0.1:39829_solr) 
[n:127.0.0.1:39829_solr    ] 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> 403195 INFO  
(zkCallback-779-thread-2-processing-n:127.0.0.1:41877_solr) 
[n:127.0.0.1:41877_solr    ] 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> 403550 DEBUG (ScheduledTrigger-1741-thread-1) 
[n:127.0.0.1:41877_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 404082 INFO  (qtp1969482743-3678) [n:127.0.0.1:41877_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 404082 INFO  (qtp150884408-3680) [n:127.0.0.1:39829_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 404082 INFO  (qtp150884408-3677) [n:127.0.0.1:39829_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 404087 INFO  (qtp1969482743-3678) [n:127.0.0.1:41877_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> 404088 INFO  (qtp1969482743-3678) [n:127.0.0.1:41877_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> 404088 INFO  (qtp1969482743-3678) [n:127.0.0.1:41877_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> 404088 INFO  (qtp150884408-3680) [n:127.0.0.1:39829_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> 404088 INFO  (qtp150884408-3677) [n:127.0.0.1:39829_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> 404088 INFO  (qtp1969482743-3678) [n:127.0.0.1:41877_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41877.solr.core.testSimple1.shard2.replica_n6' (registry 
'solr.core.testSimple1.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69fd8c35
   [junit4]   2> 404089 INFO  (qtp1969482743-3678) [n:127.0.0.1:41877_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 404089 INFO  (qtp1969482743-3678) [n:127.0.0.1:41877_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 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_B3AAACAC1048F065-001/tempDir-001/node1/testSimple1_shard2_replica_n6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_B3AAACAC1048F065-001/tempDir-001/node1/./testSimple1_shard2_replica_n6/data/]
   [junit4]   2> 404090 INFO  (qtp150884408-3680) [n:127.0.0.1:39829_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> 404090 INFO  (qtp150884408-3677) [n:127.0.0.1:39829_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> 404090 INFO  (qtp150884408-3680) [n:127.0.0.1:39829_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> 404090 INFO  (qtp150884408-3677) [n:127.0.0.1:39829_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> 404090 INFO  (qtp150884408-3680) [n:127.0.0.1:39829_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39829.solr.core.testSimple1.shard2.replica_n4' (registry 
'solr.core.testSimple1.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69fd8c35
   [junit4]   2> 404090 INFO  (qtp150884408-3677) [n:127.0.0.1:39829_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39829.solr.core.testSimple1.shard1.replica_n1' (registry 
'solr.core.testSimple1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69fd8c35
   [junit4]   2> 404090 INFO  (qtp150884408-3680) [n:127.0.0.1:39829_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 404090 INFO  (qtp150884408-3677) [n:127.0.0.1:39829_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 404090 INFO  (qtp150884408-3680) [n:127.0.0.1:39829_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 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_B3AAACAC1048F065-001/tempDir-001/node2/testSimple1_shard2_replica_n4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_B3AAACAC1048F065-001/tempDir-001/node2/./testSimple1_shard2_replica_n4/data/]
   [junit4]   2> 404090 INFO  (qtp150884408-3677) [n:127.0.0.1:39829_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 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_B3AAACAC1048F065-001/tempDir-001/node2/testSimple1_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_B3AAACAC1048F065-001/tempDir-001/node2/./testSimple1_shard1_replica_n1/data/]
   [junit4]   2> 404096 INFO  (qtp1969482743-3771) [n:127.0.0.1:41877_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 404109 INFO  (qtp1969482743-3771) [n:127.0.0.1:41877_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> 404111 INFO  (qtp1969482743-3771) [n:127.0.0.1:41877_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> 404111 INFO  (qtp1969482743-3771) [n:127.0.0.1:41877_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> 404111 INFO  (qtp1969482743-3771) [n:127.0.0.1:41877_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41877.solr.core.testSimple1.shard1.replica_n2' (registry 
'solr.core.testSimple1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69fd8c35
   [junit4]   2> 404111 INFO  (qtp1969482743-3771) [n:127.0.0.1:41877_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 404111 INFO  (qtp1969482743-3771) [n:127.0.0.1:41877_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 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_B3AAACAC1048F065-001/tempDir-001/node1/testSimple1_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_B3AAACAC1048F065-001/tempDir-001/node1/./testSimple1_shard1_replica_n2/data/]
   [junit4]   2> 404139 INFO  (qtp150884408-3680) [n:127.0.0.1:39829_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> 404139 INFO  (qtp150884408-3680) [n:127.0.0.1:39829_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> 404141 INFO  (qtp150884408-3680) [n:127.0.0.1:39829_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 404141 INFO  (qtp150884408-3680) [n:127.0.0.1:39829_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 404142 INFO  (qtp150884408-3680) [n:127.0.0.1:39829_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@151ae167[testSimple1_shard2_replica_n4] main]
   [junit4]   2> 404143 INFO  (qtp150884408-3677) [n:127.0.0.1:39829_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> 404143 INFO  (qtp1969482743-3678) [n:127.0.0.1:41877_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> 404143 INFO  (qtp150884408-3677) [n:127.0.0.1:39829_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> 404143 INFO  (qtp1969482743-3678) [n:127.0.0.1:41877_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> 404143 INFO  (qtp150884408-3680) [n:127.0.0.1:39829_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> 404143 INFO  (qtp150884408-3680) [n:127.0.0.1:39829_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> 404144 INFO  (qtp150884408-3680) [n:127.0.0.1:39829_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> 404144 INFO  (qtp150884408-3677) [n:127.0.0.1:39829_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 404144 INFO  (qtp1969482743-3678) [n:127.0.0.1:41877_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 404144 INFO  (qtp150884408-3677) [n:127.0.0.1:39829_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 404144 INFO  (qtp1969482743-3678) [n:127.0.0.1:41877_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 404145 INFO  
(searcherExecutor-1751-thread-1-processing-n:127.0.0.1:39829_solr 
x:testSimple1_shard2_replica_n4 s:shard2 c:testSimple1 r:core_node7) 
[n:127.0.0.1:39829_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@151ae167[testSimple1_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 404145 INFO  (qtp1969482743-3678) [n:127.0.0.1:41877_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7b65c454[testSimple1_shard2_replica_n6] main]
   [junit4]   2> 404145 INFO  (qtp150884408-3677) [n:127.0.0.1:39829_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@578f13de[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 404144 INFO  (qtp150884408-3680) [n:127.0.0.1:39829_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 1590980986729922560
   [junit4]   2> 404146 INFO  (qtp1969482743-3678) [n:127.0.0.1:41877_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> 404146 INFO  (qtp1969482743-3678) [n:127.0.0.1:41877_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> 404147 INFO  (qtp1969482743-3678) [n:127.0.0.1:41877_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> 404147 INFO  (qtp150884408-3677) [n:127.0.0.1:39829_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> 404147 INFO  (qtp150884408-3677) [n:127.0.0.1:39829_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> 404147 INFO  
(searcherExecutor-1750-thread-1-processing-n:127.0.0.1:41877_solr 
x:testSimple1_shard2_replica_n6 s:shard2 c:testSimple1 r:core_node8) 
[n:127.0.0.1:41877_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@7b65c454[testSimple1_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 404148 INFO  (qtp1969482743-3678) [n:127.0.0.1:41877_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 1590980986734116864
   [junit4]   2> 404148 INFO  (qtp150884408-3677) [n:127.0.0.1:39829_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> 404149 INFO  
(searcherExecutor-1752-thread-1-processing-n:127.0.0.1:39829_solr 
x:testSimple1_shard1_replica_n1 s:shard1 c:testSimple1 r:core_node3) 
[n:127.0.0.1:39829_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@578f13de[testSimple1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 404149 INFO  (qtp150884408-3677) [n:127.0.0.1:39829_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 1590980986735165440
   [junit4]   2> 404150 INFO  (qtp1969482743-3771) [n:127.0.0.1:41877_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> 404150 INFO  (qtp1969482743-3771) [n:127.0.0.1:41877_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> 404152 INFO  (qtp150884408-3680) [n:127.0.0.1:39829_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> 404152 INFO  (qtp150884408-3680) [n:127.0.0.1:39829_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> 404152 INFO  (qtp150884408-3680) [n:127.0.0.1:39829_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:39829/solr/testSimple1_shard2_replica_n4/
   [junit4]   2> 404152 INFO  (qtp1969482743-3771) [n:127.0.0.1:41877_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 404152 INFO  (qtp1969482743-3771) [n:127.0.0.1:41877_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 404152 INFO  (qtp150884408-3680) [n:127.0.0.1:39829_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:39829/solr START 
replicas=[http://127.0.0.1:41877/solr/testSimple1_shard2_replica_n6/] 
nUpdates=100
   [junit4]   2> 404153 INFO  (qtp1969482743-3768) [n:127.0.0.1:41877_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=0
   [junit4]   2> 404153 INFO  (qtp1969482743-3771) [n:127.0.0.1:41877_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@267b8bde[testSimple1_shard1_replica_n2] main]
   [junit4]   2> 404153 INFO  (qtp150884408-3677) [n:127.0.0.1:39829_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 404154 INFO  (qtp1969482743-3771) [n:127.0.0.1:41877_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> 404154 INFO  (qtp1969482743-3771) [n:127.0.0.1:41877_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> 404155 INFO  (qtp1969482743-3771) [n:127.0.0.1:41877_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> 404155 INFO  (qtp1969482743-3771) [n:127.0.0.1:41877_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 1590980986741456896
   [junit4]   2> 404155 INFO  
(searcherExecutor-1753-thread-1-processing-n:127.0.0.1:41877_solr 
x:testSimple1_shard1_replica_n2 s:shard1 c:testSimple1 r:core_node5) 
[n:127.0.0.1:41877_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@267b8bde[testSimple1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 404255 INFO  
(zkCallback-777-thread-2-processing-n:127.0.0.1:39829_solr) 
[n:127.0.0.1:39829_solr    ] 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> 404255 INFO  
(zkCallback-777-thread-1-processing-n:127.0.0.1:39829_solr) 
[n:127.0.0.1:39829_solr    ] 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> 404255 INFO  
(zkCallback-779-thread-2-processing-n:127.0.0.1:41877_solr) 
[n:127.0.0.1:41877_solr    ] 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> 404255 INFO  
(zkCallback-779-thread-1-processing-n:127.0.0.1:41877_solr) 
[n:127.0.0.1:41877_solr    ] 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> 404452 INFO  (qtp150884408-3680) [n:127.0.0.1:39829_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:39829/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 404452 INFO  (qtp150884408-3680) [n:127.0.0.1:39829_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> 404453 INFO  (qtp150884408-3680) [n:127.0.0.1:39829_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> 404453 INFO  (qtp150884408-3680) [n:127.0.0.1:39829_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> 404454 INFO  (qtp150884408-3680) [n:127.0.0.1:39829_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:39829/solr/testSimple1_shard2_replica_n4/ shard2
   [junit4]   2> 404551 DEBUG (ScheduledTrigger-1741-thread-2) 
[n:127.0.0.1:41877_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 404555 INFO  
(zkCallback-777-thread-2-processing-n:127.0.0.1:39829_solr) 
[n:127.0.0.1:39829_solr    ] 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> 404555 INFO  
(zkCallback-779-thread-1-processing-n:127.0.0.1:41877_solr) 
[n:127.0.0.1:41877_solr    ] 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> 404555 INFO  
(zkCallback-777-thread-1-processing-n:127.0.0.1:39829_solr) 
[n:127.0.0.1:39829_solr    ] 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> 404555 INFO  
(zkCallback-779-thread-2-processing-n:127.0.0.1:41877_solr) 
[n:127.0.0.1:41877_solr    ] 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> 404605 INFO  (qtp150884408-3680) [n:127.0.0.1:39829_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> 404642 INFO  (qtp150884408-3680) [n:127.0.0.1:39829_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=1566
   [junit4]   2> 404654 INFO  (qtp150884408-3677) [n:127.0.0.1:39829_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 404654 INFO  (qtp150884408-3677) [n:127.0.0.1:39829_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 404654 INFO  (qtp150884408-3677) [n:127.0.0.1:39829_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:39829/solr/testSimple1_shard1_replica_n1/
   [junit4]   2> 404654 INFO  (qtp150884408-3677) [n:127.0.0.1:39829_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1 
url=http://127.0.0.1:39829/solr START 
replicas=[http://127.0.0.1:41877/solr/testSimple1_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 404655 INFO  (qtp1969482743-3690) [n:127.0.0.1:41877_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.S.Request [testSimple1_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 404707 INFO  
(zkCallback-779-thread-2-processing-n:127.0.0.1:41877_solr) 
[n:127.0.0.1:41877_solr    ] 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> 404707 INFO  
(zkCallback-777-thread-1-processing-n:127.0.0.1:39829_solr) 
[n:127.0.0.1:39829_solr    ] 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> 404707 INFO  
(zkCallback-779-thread-1-processing-n:127.0.0.1:41877_solr) 
[n:127.0.0.1:41877_solr    ] 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> 404707 INFO  
(zkCallback-777-thread-2-processing-n:127.0.0.1:39829_solr) 
[n:127.0.0.1:39829_solr    ] 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> 404954 INFO  (qtp150884408-3677) [n:127.0.0.1:39829_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1 
url=http://127.0.0.1:39829/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 404954 INFO  (qtp150884408-3677) [n:127.0.0.1:39829_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 404954 INFO  (qtp150884408-3677) [n:127.0.0.1:39829_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
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> 404954 INFO  (qtp150884408-3677) [n:127.0.0.1:39829_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 404956 INFO  (qtp150884408-3677) [n:127.0.0.1:39829_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:39829/solr/testSimple1_shard1_replica_n1/ shard1
   [junit4]   2> 405057 INFO  
(zkCallback-779-thread-1-processing-n:127.0.0.1:41877_solr) 
[n:127.0.0.1:41877_solr    ] 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> 405057 INFO  
(zkCallback-777-thread-1-processing-n:127.0.0.1:39829_solr) 
[n:127.0.0.1:39829_solr    ] 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> 405057 INFO  
(zkCallback-777-thread-2-processing-n:127.0.0.1:39829_solr) 
[n:127.0.0.1:39829_solr    ] 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> 405057 INFO  
(zkCallback-779-thread-2-processing-n:127.0.0.1:41877_solr) 
[n:127.0.0.1:41877_solr    ] 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> 405107 INFO  (qtp150884408-3677) [n:127.0.0.1:39829_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 405138 INFO  (qtp150884408-3677) [n:127.0.0.1:39829_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=2078
   [junit4]   2> 405158 INFO  (qtp1969482743-3678) [n:127.0.0.1:41877_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=2096
   [junit4]   2> 405160 INFO  (qtp1969482743-3771) [n:127.0.0.1:41877_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=2072
   [junit4]   2> 405161 INFO  (qtp1969482743-3676) [n:127.0.0.1:41877_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> 405260 INFO  
(zkCallback-779-thread-2-processing-n:127.0.0.1:41877_solr) 
[n:127.0.0.1:41877_solr    ] 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> 405260 INFO  
(zkCallback-779-thread-1-processing-n:127.0.0.1:41877_solr) 
[n:127.0.0.1:41877_solr    ] 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> 405260 INFO  
(zkCallback-777-thread-1-processing-n:127.0.0.1:39829_solr) 
[n:127.0.0.1:39829_solr    ] 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> 405260 INFO  
(zkCallback-777-thread-2-processing-n:127.0.0.1:39829_solr) 
[n:127.0.0.1:39829_solr    ] 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> 405551 DEBUG (ScheduledTrigger-1741-thread-1) 
[n:127.0.0.1:41877_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 406162 INFO  (qtp1969482743-3676) [n:127.0.0.1:41877_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:39829_solr,127.0.0.1:41877_solr&wt=javabin&version=2}
 status=0 QTime=3422
   [junit4]   2> 406162 INFO  (qtp1969482743-3688) [n:127.0.0.1:41877_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=false&name=testSimple2&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:41877_solr,127.0.0.1:43243_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 406164 INFO  
(OverseerThreadFactory-1743-thread-2-processing-n:127.0.0.1:41877_solr) 
[n:127.0.0.1:41877_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testSimple2
   [junit4]   2> 406164 INFO  
(OverseerCollectionConfigSetProcessor-72060272056860680-127.0.0.1:41877_solr-n_0000000000)
 [n:127.0.0.1:41877_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> 406369 INFO  
(OverseerStateUpdate-72060272056860680-127.0.0.1:41877_solr-n_0000000000) 
[n:127.0.0.1:41877_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:43243/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 406370 INFO  
(OverseerStateUpdate-72060272056860680-127.0.0.1:41877_solr-n_0000000000) 
[n:127.0.0.1:41877_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:41877/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 406370 INFO  
(OverseerStateUpdate-72060272056860680-127.0.0.1:41877_solr-n_0000000000) 
[n:127.0.0.1:41877_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:43243/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 406371 INFO  
(OverseerStateUpdate-72060272056860680-127.0.0.1:41877_solr-n_0000000000) 
[n:127.0.0.1:41877_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:41877/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 406552 DEBUG (ScheduledTrigger-1741-thread-1) 
[n:127.0.0.1:41877_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 406573 INFO  (qtp1969482743-3681) [n:127.0.0.1:41877_solr    ] 
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> 406573 INFO  (qtp1969482743-3692) [n:127.0.0.1:41877_solr    ] 
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> 406573 INFO  (qtp1137776595-3679) [n:127.0.0.1:43243_solr    ] 
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> 406573 INFO  (qtp1137776595-3679) [n:127.0.0.1:43243_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 406573 INFO  (qtp1137776595-3694) [n:127.0.0.1:43243_solr    ] 
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> 406675 INFO  
(zkCallback-779-thread-2-processing-n:127.0.0.1:41877_solr) 
[n:127.0.0.1:41877_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 406675 INFO  
(zkCallback-779-thread-1-processing-n:127.0.0.1:41877_solr) 
[n:127.0.0.1:41877_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 406675 INFO  
(zkCallback-782-thread-1-processing-n:127.0.0.1:43243_solr) 
[n:127.0.0.1:43243_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 406676 INFO  
(zkCallback-782-thread-2-processing-n:127.0.0.1:43243_solr) 
[n:127.0.0.1:43243_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 407552 DEBUG (ScheduledTrigger-1741-thread-1) 
[n:127.0.0.1:41877_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 407580 INFO  (qtp1969482743-3692) [n:127.0.0.1:41877_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 407580 INFO  (qtp1137776595-3679) [n:127.0.0.1:43243_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 407581 INFO  (qtp1137776595-3694) [n:127.0.0.1:43243_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 407581 INFO  (qtp1969482743-3681) [n:127.0.0.1:41877_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 407594 INFO  (qtp1137776595-3679) [n:127.0.0.1:43243_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> 407594 INFO  (qtp1969482743-3692) [n:127.0.0.1:41877_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> 407595 INFO  (qtp1137776595-3694) [n:127.0.0.1:43243_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> 407595 INFO  (qtp1969482743-3681) [n:127.0.0.1:41877_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> 407595 INFO  (qtp1969482743-3692) [n:127.0.0.1:41877_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> 407595 INFO  (qtp1137776595-3679) [n:127.0.0.1:43243_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> 407595 INFO  (qtp1969482743-3692) [n:127.0.0.1:41877_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> 407595 INFO  (qtp1137776595-3679) [n:127.0.0.1:43243_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> 407596 INFO  (qtp1137776595-3679) [n:127.0.0.1:43243_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43243.solr.core.testSimple2.shard1.replica_n1' (registry 
'solr.core.testSimple2.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69fd8c35
   [junit4]   2> 407596 INFO  (qtp1969482743-3692) [n:127.0.0.1:41877_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41877.solr.core.testSimple2.shard1.replica_n2' (registry 
'solr.core.testSimple2.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69fd8c35
   [junit4]   2> 407596 INFO  (qtp1137776595-3679) [n:127.0.0.1:43243_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 407596 INFO  (qtp1969482743-3692) [n:127.0.0.1:41877_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 407596 INFO  (qtp1137776595-3679) [n:127.0.0.1:43243_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 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_B3AAACAC1048F065-001/tempDir-001/node3/testSimple2_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_B3AAACAC1048F065-001/tempDir-001/node3/./testSimple2_shard1_replica_n1/data/]
   [junit4]   2> 407596 INFO  (qtp1969482743-3692) [n:127.0.0.1:41877_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 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_B3AAACAC1048F065-001/tempDir-001/node1/testSimple2_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_B3AAACAC1048F065-001/tempDir-001/node1/./testSimple2_shard1_replica_n2/data/]
   [junit4]   2> 407597 INFO  (qtp1137776595-3694) [n:127.0.0.1:43243_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> 407597 INFO  (qtp1969482743-3681) [n:127.0.0.1:41877_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> 407597 INFO  (qtp1137776595-3694) [n:127.0.0.1:43243_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> 407597 INFO  (qtp1969482743-3681) [n:127.0.0.1:41877_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> 407597 INFO  (qtp1969482743-3681) [n:127.0.0.1:41877_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41877.solr.core.testSimple2.shard2.replica_n6' (registry 
'solr.core.testSimple2.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69fd8c35
   [junit4]   2> 407597 INFO  (qtp1137776595-3694) [n:127.0.0.1:43243_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43243.solr.core.testSimple2.shard2.replica_n4' (registry 
'solr.core.testSimple2.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69fd8c35
   [junit4]   2> 407597 INFO  (qtp1969482743-3681) [n:127.0.0.1:41877_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 407597 INFO  (qtp1137776595-3694) [n:127.0.0.1:43243_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 407597 INFO  (qtp1969482743-3681) [n:127.0.0.1:41877_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 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_B3AAACAC1048F065-001/tempDir-001/node1/testSimple2_shard2_replica_n6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_B3AAACAC1048F065-001/tempDir-001/node1/./testSimple2_shard2_replica_n6/data/]
   [junit4]   2> 407597 INFO  (qtp1137776595-3694) [n:127.0.0.1:43243_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 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_B3AAACAC1048F065-001/tempDir-001/node3/testSimple2_shard2_replica_n4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_B3AAACAC1048F065-001/tempDir-001/node3/./testSimple2_shard2_replica_n4/data/]
   [junit4]   2> 407651 INFO  (qtp1969482743-3692) [n:127.0.0.1:41877_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> 407651 INFO  (qtp1137776595-3694) [n:127.0.0.1:43243_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> 407651 INFO  (qtp1969482743-3692) [n:127.0.0.1:41877_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> 407651 INFO  (qtp1137776595-3694) [n:127.0.0.1:43243_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> 407651 INFO  (qtp1969482743-3681) [n:127.0.0.1:41877_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> 407651 INFO  (qtp1137776595-3679) [n:127.0.0.1:43243_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> 407651 INFO  (qtp1969482743-3681) [n:127.0.0.1:41877_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> 407652 INFO  (qtp1137776595-3679) [n:127.0.0.1:43243_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> 407653 INFO  (qtp1969482743-3692) [n:127.0.0.1:41877_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 407653 INFO  (qtp1137776595-3694) [n:127.0.0.1:43243_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 407653 INFO  (qtp1969482743-3692) [n:127.0.0.1:41877_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 407653 INFO  (qtp1137776595-3694) [n:127.0.0.1:43243_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 407653 INFO  (qtp1137776595-3679) [n:127.0.0.1:43243_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 407653 INFO  (qtp1969482743-3681) [n:127.0.0.1:41877_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 407653 INFO  (qtp1137776595-3679) [n:127.0.0.1:43243_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 407653 INFO  (qtp1969482743-3681) [n:127.0.0.1:41877_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 407654 INFO  (qtp1137776595-3694) [n:127.0.0.1:43243_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@15640a2f[testSimple2_shard2_replica_n4] main]
   [junit4]   2> 407654 INFO  (qtp1969482743-3692) [n:127.0.0.1:41877_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2a060f8a[testSimple2_shard1_replica_n2] main]
   [junit4]   2> 407654 INFO  (qtp1969482743-3681) [n:127.0.0.1:41877_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@640a3e0b[testSimple2_shard2_replica_n6] main]
   [junit4]   2> 407654 INFO  (qtp1137776595-3679) [n:127.0.0.1:43243_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@54e97562[testSimple2_shard1_replica_n1] main]
   [junit4]   2> 407655 INFO  (qtp1137776595-3679) [n:127.0.0.1:43243_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> 407655 INFO  (qtp1969482743-3692) [n:127.0.0.1:41877_solr 
c:testSimple2 s:shard1 r:core_n

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

t4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2992361 WARN  
(zkCallback-3053-thread-1-processing-n:127.0.0.1:43641_solr) 
[n:127.0.0.1:43641_solr    ] o.a.s.c.ZkController Unable to register nodeLost 
path for 127.0.0.1:44399_solr
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:44399_solr
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:786)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:364)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:364)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.lambda$registerLiveNodesListener$2(ZkController.java:882)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$1(ZkStateReader.java:704)
   [junit4]   2>        at 
java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4649)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:703)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.access$900(ZkStateReader.java:72)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1090)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1085)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$1(SolrZkClient.java:268)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2992362 INFO  (jetty-closer-2868-thread-9) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@442694b3{/solr,null,UNAVAILABLE}
   [junit4]   2> 2992362 INFO  (jetty-closer-2868-thread-9) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 2992362 ERROR 
(SUITE-TriggerIntegrationTest-seed#[B3AAACAC1048F065]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2992362 INFO  
(SUITE-TriggerIntegrationTest-seed#[B3AAACAC1048F065]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:33287 33287
   [junit4]   2> 2992470 INFO  (Thread-6753) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:33287 33287
   [junit4]   2> 2992471 WARN  (Thread-6753) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        35      /solr/collections/collection1/terms/shard1
   [junit4]   2>        19      /solr/clusterprops.json
   [junit4]   2>        19      /solr/aliases.json
   [junit4]   2>        18      /solr/security.json
   [junit4]   2>        10      /solr/collections/testMetricTrigger/terms/shard1
   [junit4]   2>        7       /solr/configs/conf
   [junit4]   2>        2       /solr/collections/testMetricTrigger/terms/shard2
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        101     /solr/collections/collection1/state.json
   [junit4]   2>        37      /solr/collections/testMetricTrigger/state.json
   [junit4]   2>        19      /solr/clusterstate.json
   [junit4]   2>        6       /solr/autoscaling.json
   [junit4]   2>        4       
/solr/overseer_elect/election/72060428903841831-127.0.0.1:42147_solr-n_0000000011
   [junit4]   2>        2       
/solr/overseer_elect/election/72060428903841824-127.0.0.1:44819_solr-n_0000000009
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/72060428903841809-core_node3-n_0000000001
   [junit4]   2>        2       
/solr/overseer_elect/election/72060428903841798-127.0.0.1:32963_solr-n_0000000001
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/72060428903841806-core_node6-n_0000000002
   [junit4]   2>        2       
/solr/overseer_elect/election/72060428903841815-127.0.0.1:38197_solr-n_0000000006
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/72060428903841812-core_node4-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        19      /solr/live_nodes
   [junit4]   2>        19      /solr/collections
   [junit4]   2>        6       /solr/overseer/queue-work
   [junit4]   2>        6       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        6       /solr/overseer/queue
   [junit4]   2>        6       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/autoscaling/events/node_lost_triggerMR
   [junit4]   2>        2       /solr/autoscaling/events/node_added_triggerCTOOR
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_B3AAACAC1048F065-001
   [junit4]   2> Jan 30, 2018 2:44:53 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{id=PostingsFormat(name=Memory), x_s=FSTOrd50}, 
docValues:{_version_=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1142, 
maxMBSortInHeap=6.298381979963923, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@553d2104),
 locale=el-GR, timezone=America/St_Barthelemy
   [junit4]   2> NOTE: Linux 4.13.0-32-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=8,threads=1,free=158487128,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: 
[CloudExitableDirectoryReaderTest, TestWriterPerf, SynonymTokenizerTest, 
TestXmlQParser, TestPullReplica, BlockDirectoryTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, ClassificationUpdateProcessorTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestConfigSetImmutable, 
TestDistributedStatsComponentCardinality, TestSolr4Spatial2, 
DistributedQueryComponentOptimizationTest, PropertiesRequestHandlerTest, 
EchoParamsTest, TestSQLHandlerNonCloud, TestSolrDeletionPolicy1, 
TestSystemCollAutoCreate, SolrIndexConfigTest, DataDrivenBlockJoinTest, 
TestIndexingPerformance, TestMacroExpander, CreateCollectionCleanupTest, 
SolrCoreCheckLockOnStartupTest, FullSolrCloudDistribCmdsTest, UpdateParamsTest, 
CdcrRequestHandlerTest, DirectoryFactoryTest, BasicAuthIntegrationTest, 
TestJavabinTupleStreamParser, TestPseudoReturnFields, TestRemoteStreaming, 
TestFilteredDocIdSet, AtomicUpdatesTest, SchemaApiFailureTest, EnumFieldTest, 
TestLuceneIndexBackCompat, LeaderFailureAfterFreshStartTest, 
TestDownShardTolerantSearch, DeleteShardTest, OpenCloseCoreStressTest, 
OverseerStatusTest, TestExportWriter, AutoAddReplicasIntegrationTest, 
DeleteLastCustomShardedReplicaTest, DefaultValueUpdateProcessorTest, 
TestInitQParser, AssignBackwardCompatibilityTest, TestSchemaNameResource, 
MergeStrategyTest, DocumentAnalysisRequestHandlerTest, TestRawTransformer, 
TestHashPartitioner, RecoveryAfterSoftCommitTest, TestSolrQueryParser, 
TestNumericTerms32, TestSizeLimitedDistributedMap, NodeMutatorTest, 
TestSolrCloudWithHadoopAuthPlugin, GraphQueryTest, TestFieldCacheReopen, 
CdcrBootstrapTest, TestPolicyCloud, TestDFISimilarityFactory, 
DistributedFacetPivotSmallTest, TestSha256AuthenticationProvider, 
DirectUpdateHandlerTest, TestAuthorizationFramework, 
DistributedDebugComponentTest, TestConfig, 
DistribDocExpirationUpdateProcessorTest, VersionInfoTest, TestSearcherReuse, 
HLLUtilTest, TestReqParamsAPI, TestGenericDistributedQueue, 
TestComputePlanAction, TestComponentsName, TestDocSet, SolrShardReporterTest, 
SolrGangliaReporterTest, BadCopyFieldTest, TestLegacyField, 
DistributedTermsComponentTest, CollectionReloadTest, TestJoin, 
TestDocumentBuilder, HealthCheckHandlerTest, TestNumericRangeQuery64, 
StatsComponentTest, TestEmbeddedSolrServerSchemaAPI, 
DistributedVersionInfoTest, SolrMetricManagerTest, OutputWriterTest, 
HdfsNNFailoverTest, ExplicitHLLTest, TestMiniSolrCloudClusterSSL, 
TestTolerantUpdateProcessorCloud, ZkSolrClientTest, TestCSVLoader, 
TestOmitPositions, TestObjectReleaseTracker, TestCollationField, 
InfixSuggestersTest, SolrPluginUtilsTest, SmileWriterTest, StressHdfsTest, 
RAMDirectoryFactoryTest, RulesTest, TestRandomRequestDistribution, 
TestSolrCloudSnapshots, SpellingQueryConverterTest, 
DistributedQueryElevationComponentTest, ShardRoutingTest, MigrateRouteKeyTest, 
TestCloudJSONFacetJoinDomain, TestCSVResponseWriter, CursorPagingTest, 
ExternalFileFieldSortTest, ZkNodePropsTest, ZkStateWriterTest, 
TestUseDocValuesAsStored2, StatsReloadRaceTest, TestAddFieldRealTimeGet, 
TlogReplayBufferedWhileIndexingTest, BasicDistributedZkTest, ZkFailoverTest, 
TestLocalFSCloudBackupRestore, AutoScalingHandlerTest, ExecutePlanActionTest, 
HttpTriggerListenerTest, NodeAddedTriggerTest, SearchRateTriggerTest, 
TriggerIntegrationTest]
   [junit4] Completed [648/772 (2!)] on J0 in 197.64s, 14 tests, 1 failure <<< 
FAILURES!

[...truncated 48578 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to