Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1268/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseSerialGC

3 tests failed.
FAILED:  
org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest.testSimple

Error Message:
Waiting for collection testSimple1 null Live Nodes: [127.0.0.1:39407_solr, 
127.0.0.1:40487_solr] Last available state: 
DocCollection(testSimple1//collections/testSimple1/state.json/16)={   
"pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{      
 "range":"80000000-ffffffff",       "state":"active",       "replicas":{        
 "core_node3":{           
"dataDir":"hdfs://localhost.localdomain:37183/data/testSimple1/core_node3/data/",
           "base_url":"http://127.0.0.1:39407/solr";,           
"node_name":"127.0.0.1:39407_solr",           "type":"NRT",           
"ulogDir":"hdfs://localhost.localdomain:37183/data/testSimple1/core_node3/data/tlog",
           "core":"testSimple1_shard1_replica_n1",           
"shared_storage":"true",           "state":"active",           
"leader":"true"},         "core_node5":{           
"dataDir":"hdfs://localhost.localdomain:37183/data/testSimple1/core_node5/data/",
           "base_url":"http://127.0.0.1:39407/solr";,           
"node_name":"127.0.0.1:39407_solr",           "type":"NRT",           
"ulogDir":"hdfs://localhost.localdomain:37183/data/testSimple1/core_node5/data/tlog",
           "core":"testSimple1_shard1_replica_n2",           
"shared_storage":"true",           "state":"active"}}},     "shard2":{       
"range":"0-7fffffff",       "state":"active",       "replicas":{         
"core_node7":{           
"dataDir":"hdfs://localhost.localdomain:37183/data/testSimple1/core_node7/data/",
           "base_url":"http://127.0.0.1:39407/solr";,           
"node_name":"127.0.0.1:39407_solr",           "type":"NRT",           
"ulogDir":"hdfs://localhost.localdomain:37183/data/testSimple1/core_node7/data/tlog",
           "core":"testSimple1_shard2_replica_n4",           
"shared_storage":"true",           "state":"active",           
"leader":"true"},         "core_node8":{           
"dataDir":"hdfs://localhost.localdomain:37183/data/testSimple1/core_node8/data/",
           "base_url":"http://127.0.0.1:34223/solr";,           
"node_name":"127.0.0.1:34223_solr",           "type":"NRT",           
"ulogDir":"hdfs://localhost.localdomain:37183/data/testSimple1/core_node8/data/tlog",
           "core":"testSimple1_shard2_replica_n6",           
"shared_storage":"true",           "state":"down"}}}},   
"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:39407_solr, 127.0.0.1:40487_solr]
Last available state: 
DocCollection(testSimple1//collections/testSimple1/state.json/16)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          
"dataDir":"hdfs://localhost.localdomain:37183/data/testSimple1/core_node3/data/",
          "base_url":"http://127.0.0.1:39407/solr";,
          "node_name":"127.0.0.1:39407_solr",
          "type":"NRT",
          
"ulogDir":"hdfs://localhost.localdomain:37183/data/testSimple1/core_node3/data/tlog",
          "core":"testSimple1_shard1_replica_n1",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"},
        "core_node5":{
          
"dataDir":"hdfs://localhost.localdomain:37183/data/testSimple1/core_node5/data/",
          "base_url":"http://127.0.0.1:39407/solr";,
          "node_name":"127.0.0.1:39407_solr",
          "type":"NRT",
          
"ulogDir":"hdfs://localhost.localdomain:37183/data/testSimple1/core_node5/data/tlog",
          "core":"testSimple1_shard1_replica_n2",
          "shared_storage":"true",
          "state":"active"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          
"dataDir":"hdfs://localhost.localdomain:37183/data/testSimple1/core_node7/data/",
          "base_url":"http://127.0.0.1:39407/solr";,
          "node_name":"127.0.0.1:39407_solr",
          "type":"NRT",
          
"ulogDir":"hdfs://localhost.localdomain:37183/data/testSimple1/core_node7/data/tlog",
          "core":"testSimple1_shard2_replica_n4",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"},
        "core_node8":{
          
"dataDir":"hdfs://localhost.localdomain:37183/data/testSimple1/core_node8/data/",
          "base_url":"http://127.0.0.1:34223/solr";,
          "node_name":"127.0.0.1:34223_solr",
          "type":"NRT",
          
"ulogDir":"hdfs://localhost.localdomain:37183/data/testSimple1/core_node8/data/tlog",
          "core":"testSimple1_shard2_replica_n6",
          "shared_storage":"true",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([51DF323F969C62A8:696C16C1B16FB679]: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.testSearchRate

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
        at 
__randomizedtesting.SeedInfo.seed([51DF323F969C62A8:C972CB6595AC4E7]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testSearchRate(TriggerIntegrationTest.java:1438)
        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.testNodeLostTrigger

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([51DF323F969C62A8:55219B2DAC56E032]: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.testNodeLostTrigger(TriggerIntegrationTest.java:521)
        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 11952 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_51DF323F969C62A8-001/init-core-data-001
   [junit4]   2> 219301 WARN  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[51DF323F969C62A8]-worker) [    
] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=12 numCloses=12
   [junit4]   2> 219301 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[51DF323F969C62A8]-worker) [    
] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 219302 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[51DF323F969C62A8]-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> 219302 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[51DF323F969C62A8]-worker) [    
] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 219303 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[51DF323F969C62A8]-worker) [    
] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_51DF323F969C62A8-001/tempDir-001
   [junit4]   2> 219303 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[51DF323F969C62A8]-worker) [    
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 219303 INFO  (Thread-354) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 219303 INFO  (Thread-354) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 219309 ERROR (Thread-354) [    ] 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> 219403 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[51DF323F969C62A8]-worker) [    
] o.a.s.c.ZkTestServer start zk server on port:35579
   [junit4]   2> 219406 INFO  (zkConnectionManagerCallback-343-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 219410 INFO  (jetty-launcher-340-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T07:57:37+10:30, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 219411 INFO  (jetty-launcher-340-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T07:57:37+10:30, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 219411 INFO  (jetty-launcher-340-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T07:57:37+10:30, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 219411 INFO  (jetty-launcher-340-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 219411 INFO  (jetty-launcher-340-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 219411 INFO  (jetty-launcher-340-thread-1) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 219415 INFO  (jetty-launcher-340-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@117aa2b{/solr,null,AVAILABLE}
   [junit4]   2> 219416 INFO  (jetty-launcher-340-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 219416 INFO  (jetty-launcher-340-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 219416 INFO  (jetty-launcher-340-thread-3) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 219416 INFO  (jetty-launcher-340-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@161f89f{/solr,null,AVAILABLE}
   [junit4]   2> 219417 INFO  (jetty-launcher-340-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 219417 INFO  (jetty-launcher-340-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 219417 INFO  (jetty-launcher-340-thread-2) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 219418 INFO  (jetty-launcher-340-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1bf059b{/solr,null,AVAILABLE}
   [junit4]   2> 219419 INFO  (jetty-launcher-340-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6a40be{HTTP/1.1,[http/1.1]}{127.0.0.1:40487}
   [junit4]   2> 219419 INFO  (jetty-launcher-340-thread-1) [    ] 
o.e.j.s.Server Started @221096ms
   [junit4]   2> 219419 INFO  (jetty-launcher-340-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40487}
   [junit4]   2> 219419 ERROR (jetty-launcher-340-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 219419 INFO  (jetty-launcher-340-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 219419 INFO  (jetty-launcher-340-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 219419 INFO  (jetty-launcher-340-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 219419 INFO  (jetty-launcher-340-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-30T11:31:16.246Z
   [junit4]   2> 219422 INFO  (jetty-launcher-340-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1d8e722{HTTP/1.1,[http/1.1]}{127.0.0.1:34223}
   [junit4]   2> 219422 INFO  (jetty-launcher-340-thread-3) [    ] 
o.e.j.s.Server Started @221099ms
   [junit4]   2> 219422 INFO  (jetty-launcher-340-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34223}
   [junit4]   2> 219422 ERROR (jetty-launcher-340-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 219422 INFO  (jetty-launcher-340-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 219422 INFO  (jetty-launcher-340-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 219422 INFO  (jetty-launcher-340-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 219422 INFO  (jetty-launcher-340-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-30T11:31:16.249Z
   [junit4]   2> 219432 INFO  (jetty-launcher-340-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@145dc2{HTTP/1.1,[http/1.1]}{127.0.0.1:39407}
   [junit4]   2> 219432 INFO  (jetty-launcher-340-thread-2) [    ] 
o.e.j.s.Server Started @221109ms
   [junit4]   2> 219432 INFO  (jetty-launcher-340-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39407}
   [junit4]   2> 219432 ERROR (jetty-launcher-340-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 219432 INFO  (jetty-launcher-340-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 219432 INFO  (jetty-launcher-340-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 219432 INFO  (jetty-launcher-340-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 219432 INFO  (jetty-launcher-340-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-30T11:31:16.259Z
   [junit4]   2> 219439 INFO  (zkConnectionManagerCallback-345-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 219444 INFO  (jetty-launcher-340-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 219456 INFO  (zkConnectionManagerCallback-347-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 219459 INFO  (zkConnectionManagerCallback-349-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 219464 INFO  (jetty-launcher-340-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 219464 INFO  (jetty-launcher-340-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 219468 INFO  (jetty-launcher-340-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35579/solr
   [junit4]   2> 219487 INFO  (zkConnectionManagerCallback-353-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 219492 INFO  (jetty-launcher-340-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35579/solr
   [junit4]   2> 219496 INFO  (jetty-launcher-340-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35579/solr
   [junit4]   2> 219503 INFO  (zkConnectionManagerCallback-358-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 219504 INFO  
(zkConnectionManagerCallback-360-thread-1-processing-n:127.0.0.1:40487_solr) 
[n:127.0.0.1:40487_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 219505 INFO  (zkConnectionManagerCallback-363-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 219512 INFO  
(zkConnectionManagerCallback-367-thread-1-processing-n:127.0.0.1:34223_solr) 
[n:127.0.0.1:34223_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 219520 INFO  
(zkConnectionManagerCallback-365-thread-1-processing-n:127.0.0.1:39407_solr) 
[n:127.0.0.1:39407_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 219599 INFO  (jetty-launcher-340-thread-1) 
[n:127.0.0.1:40487_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 219600 INFO  (jetty-launcher-340-thread-3) 
[n:127.0.0.1:34223_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 219600 INFO  (jetty-launcher-340-thread-2) 
[n:127.0.0.1:39407_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 219601 INFO  (jetty-launcher-340-thread-1) 
[n:127.0.0.1:40487_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:40487_solr
   [junit4]   2> 219601 INFO  (jetty-launcher-340-thread-3) 
[n:127.0.0.1:34223_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34223_solr
   [junit4]   2> 219601 INFO  (jetty-launcher-340-thread-2) 
[n:127.0.0.1:39407_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39407_solr
   [junit4]   2> 219602 INFO  (jetty-launcher-340-thread-1) 
[n:127.0.0.1:40487_solr    ] o.a.s.c.Overseer Overseer 
(id=72062511634776070-127.0.0.1:40487_solr-n_0000000000) starting
   [junit4]   2> 219611 INFO  
(zkCallback-364-thread-1-processing-n:127.0.0.1:39407_solr) 
[n:127.0.0.1:39407_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 219611 INFO  
(zkCallback-359-thread-1-processing-n:127.0.0.1:40487_solr) 
[n:127.0.0.1:40487_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 219623 INFO  
(zkCallback-366-thread-1-processing-n:127.0.0.1:34223_solr) 
[n:127.0.0.1:34223_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 219624 DEBUG 
(OverseerAutoScalingTriggerThread-72062511634776070-127.0.0.1:40487_solr-n_0000000000)
 [n:127.0.0.1:40487_solr    ] o.a.s.c.a.OverseerTriggerThread Adding 
.autoAddReplicas trigger
   [junit4]   2> 219625 DEBUG 
(OverseerAutoScalingTriggerThread-72062511634776070-127.0.0.1:40487_solr-n_0000000000)
 [n:127.0.0.1:40487_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 1
   [junit4]   2> 219625 INFO  (jetty-launcher-340-thread-1) 
[n:127.0.0.1:40487_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40487_solr
   [junit4]   2> 219625 DEBUG 
(OverseerAutoScalingTriggerThread-72062511634776070-127.0.0.1:40487_solr-n_0000000000)
 [n:127.0.0.1:40487_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: 
[127.0.0.1:39407_solr, 127.0.0.1:34223_solr]
   [junit4]   2> 219625 DEBUG 
(OverseerAutoScalingTriggerThread-72062511634776070-127.0.0.1:40487_solr-n_0000000000)
 [n:127.0.0.1:40487_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 219625 DEBUG 
(OverseerAutoScalingTriggerThread-72062511634776070-127.0.0.1:40487_solr-n_0000000000)
 [n:127.0.0.1:40487_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 1
   [junit4]   2> 219627 INFO  
(zkCallback-364-thread-1-processing-n:127.0.0.1:39407_solr) 
[n:127.0.0.1:39407_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 219631 INFO  
(zkCallback-359-thread-1-processing-n:127.0.0.1:40487_solr) 
[n:127.0.0.1:40487_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 219632 INFO  
(zkCallback-366-thread-1-processing-n:127.0.0.1:34223_solr) 
[n:127.0.0.1:34223_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 219639 DEBUG 
(OverseerAutoScalingTriggerThread-72062511634776070-127.0.0.1:40487_solr-n_0000000000)
 [n:127.0.0.1:40487_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 219639 DEBUG 
(OverseerAutoScalingTriggerThread-72062511634776070-127.0.0.1:40487_solr-n_0000000000)
 [n:127.0.0.1:40487_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 219640 DEBUG (ScheduledTrigger-724-thread-1) 
[n:127.0.0.1:40487_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 219843 INFO  (jetty-launcher-340-thread-1) 
[n:127.0.0.1:40487_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40487.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1713c54
   [junit4]   2> 219866 INFO  (jetty-launcher-340-thread-2) 
[n:127.0.0.1:39407_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39407.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1713c54
   [junit4]   2> 219868 INFO  (jetty-launcher-340-thread-1) 
[n:127.0.0.1:40487_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40487.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1713c54
   [junit4]   2> 219868 INFO  (jetty-launcher-340-thread-1) 
[n:127.0.0.1:40487_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40487.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1713c54
   [junit4]   2> 219870 INFO  (jetty-launcher-340-thread-1) 
[n:127.0.0.1:40487_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_51DF323F969C62A8-001/tempDir-001/node1/.
   [junit4]   2> 219879 INFO  (jetty-launcher-340-thread-2) 
[n:127.0.0.1:39407_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39407.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1713c54
   [junit4]   2> 219879 INFO  (jetty-launcher-340-thread-2) 
[n:127.0.0.1:39407_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39407.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1713c54
   [junit4]   2> 219881 INFO  (jetty-launcher-340-thread-2) 
[n:127.0.0.1:39407_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_51DF323F969C62A8-001/tempDir-001/node2/.
   [junit4]   2> 219894 INFO  (jetty-launcher-340-thread-3) 
[n:127.0.0.1:34223_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34223.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1713c54
   [junit4]   2> 219914 INFO  (jetty-launcher-340-thread-3) 
[n:127.0.0.1:34223_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34223.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1713c54
   [junit4]   2> 219914 INFO  (jetty-launcher-340-thread-3) 
[n:127.0.0.1:34223_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34223.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1713c54
   [junit4]   2> 219916 INFO  (jetty-launcher-340-thread-3) 
[n:127.0.0.1:34223_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_51DF323F969C62A8-001/tempDir-001/node3/.
   [junit4]   2> 220016 INFO  (zkConnectionManagerCallback-375-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 220025 INFO  (zkConnectionManagerCallback-379-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 220026 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[51DF323F969C62A8]-worker) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 220027 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[51DF323F969C62A8]-worker) [    
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35579/solr ready
   [junit4]   2> 220478 WARN  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[51DF323F969C62A8]-worker) [    
] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your 
platform... using builtin-java classes where applicable
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 220640 DEBUG (ScheduledTrigger-724-thread-1) 
[n:127.0.0.1:40487_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 221100 WARN  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[51DF323F969C62A8]-worker) [    
] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 221242 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[51DF323F969C62A8]-worker) [    
] o.m.log Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via 
org.mortbay.log.Slf4jLog
   [junit4]   2> 221262 WARN  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[51DF323F969C62A8]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 221536 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[51DF323F969C62A8]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 221578 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[51DF323F969C62A8]-worker) [    
] o.m.log Extract 
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs
 to ./temp/Jetty_localhost_localdomain_35213_hdfs____.jnddkk/webapp
   [junit4]   2> 221641 DEBUG (ScheduledTrigger-724-thread-2) 
[n:127.0.0.1:40487_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 222419 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[51DF323F969C62A8]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:35213
   [junit4]   2> 222642 DEBUG (ScheduledTrigger-724-thread-1) 
[n:127.0.0.1:40487_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 223033 WARN  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[51DF323F969C62A8]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 223036 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[51DF323F969C62A8]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 223046 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[51DF323F969C62A8]-worker) [    
] o.m.log Extract 
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_45865_datanode____ox6d31/webapp
   [junit4]   2> 223533 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[51DF323F969C62A8]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:45865
   [junit4]   2> 223642 DEBUG (ScheduledTrigger-724-thread-1) 
[n:127.0.0.1:40487_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 223765 WARN  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[51DF323F969C62A8]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 223766 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[51DF323F969C62A8]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 223777 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[51DF323F969C62A8]-worker) [    
] o.m.log Extract 
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_44275_datanode____hh0po7/webapp
   [junit4]   2> 224366 ERROR (DataNode: 
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_51DF323F969C62A8-001/tempDir-002/hdfsBaseDir/data/data1/,
 
[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_51DF323F969C62A8-001/tempDir-002/hdfsBaseDir/data/data2/]]
  heartbeating to localhost.localdomain/127.0.0.1:37183) [    ] 
o.a.h.h.s.d.DirectoryScanner 
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 
ms/sec. Assuming default value of 1000
   [junit4]   2> 224408 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[51DF323F969C62A8]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:44275
   [junit4]   2> 224507 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x4440052ccf22: from storage 
DS-bea5d5be-4b3e-4754-aa00-c3705dfa58a2 node 
DatanodeRegistration(127.0.0.1:35875, 
datanodeUuid=9ddab75b-78be-4826-962a-62176c746c1e, infoPort=34273, 
infoSecurePort=0, ipcPort=37963, 
storageInfo=lv=-56;cid=testClusterID;nsid=650941891;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 2 msecs
   [junit4]   2> 224507 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x4440052ccf22: from storage 
DS-49d318c2-68d0-477e-ab81-d4a38155d5a7 node 
DatanodeRegistration(127.0.0.1:35875, 
datanodeUuid=9ddab75b-78be-4826-962a-62176c746c1e, infoPort=34273, 
infoSecurePort=0, ipcPort=37963, 
storageInfo=lv=-56;cid=testClusterID;nsid=650941891;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 224561 ERROR (DataNode: 
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_51DF323F969C62A8-001/tempDir-002/hdfsBaseDir/data/data3/,
 
[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_51DF323F969C62A8-001/tempDir-002/hdfsBaseDir/data/data4/]]
  heartbeating to localhost.localdomain/127.0.0.1:37183) [    ] 
o.a.h.h.s.d.DirectoryScanner 
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 
ms/sec. Assuming default value of 1000
   [junit4]   2> 224568 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x444009b8eabd: from storage 
DS-d232fbc1-e834-4589-908b-006d1a018686 node 
DatanodeRegistration(127.0.0.1:36525, 
datanodeUuid=d19a3b0b-aa31-428b-a175-ad1b75ce3e66, infoPort=35543, 
infoSecurePort=0, ipcPort=44601, 
storageInfo=lv=-56;cid=testClusterID;nsid=650941891;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 224568 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x444009b8eabd: from storage 
DS-670f8964-573f-4a5c-aed1-7066ee360bde node 
DatanodeRegistration(127.0.0.1:36525, 
datanodeUuid=d19a3b0b-aa31-428b-a175-ad1b75ce3e66, infoPort=35543, 
infoSecurePort=0, ipcPort=44601, 
storageInfo=lv=-56;cid=testClusterID;nsid=650941891;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 224642 DEBUG (ScheduledTrigger-724-thread-1) 
[n:127.0.0.1:40487_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 225122 INFO  
(TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[51DF323F969C62A8]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 225126 INFO  (qtp18668913-2102) [n:127.0.0.1:39407_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:40487_solr,127.0.0.1:39407_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 225128 INFO  
(OverseerThreadFactory-726-thread-1-processing-n:127.0.0.1:40487_solr) 
[n:127.0.0.1:40487_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testSimple1
   [junit4]   2> 225236 INFO  
(OverseerStateUpdate-72062511634776070-127.0.0.1:40487_solr-n_0000000000) 
[n:127.0.0.1:40487_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:39407/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 225238 INFO  
(OverseerStateUpdate-72062511634776070-127.0.0.1:40487_solr-n_0000000000) 
[n:127.0.0.1:40487_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:40487/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 225240 INFO  
(OverseerStateUpdate-72062511634776070-127.0.0.1:40487_solr-n_0000000000) 
[n:127.0.0.1:40487_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:39407/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 225242 INFO  
(OverseerStateUpdate-72062511634776070-127.0.0.1:40487_solr-n_0000000000) 
[n:127.0.0.1:40487_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:40487/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 225449 INFO  (qtp14043741-2093) [n:127.0.0.1:40487_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> 225449 INFO  (qtp18668913-2116) [n:127.0.0.1:39407_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> 225449 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_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> 225449 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_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> 225450 INFO  (qtp14043741-2093) [n:127.0.0.1:40487_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 225450 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 225555 INFO  
(zkCallback-359-thread-1-processing-n:127.0.0.1:40487_solr) 
[n:127.0.0.1:40487_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> 225555 INFO  
(zkCallback-364-thread-1-processing-n:127.0.0.1:39407_solr) 
[n:127.0.0.1:39407_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> 225555 INFO  
(zkCallback-359-thread-2-processing-n:127.0.0.1:40487_solr) 
[n:127.0.0.1:40487_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> 225555 INFO  
(zkCallback-364-thread-2-processing-n:127.0.0.1:39407_solr) 
[n:127.0.0.1:39407_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> 225643 DEBUG (ScheduledTrigger-724-thread-1) 
[n:127.0.0.1:40487_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 226480 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 226483 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 226483 INFO  (qtp18668913-2116) [n:127.0.0.1:39407_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 226483 INFO  (qtp14043741-2093) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 226504 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_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> 226513 INFO  (qtp18668913-2116) [n:127.0.0.1:39407_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> 226513 INFO  (qtp14043741-2093) [n:127.0.0.1:40487_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> 226515 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_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> 226515 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_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> 226515 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_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> 226516 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39407.solr.core.testSimple1.shard1.replica_n1' (registry 
'solr.core.testSimple1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1713c54
   [junit4]   2> 226518 INFO  (qtp18668913-2116) [n:127.0.0.1:39407_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> 226518 INFO  (qtp18668913-2116) [n:127.0.0.1:39407_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> 226518 INFO  (qtp14043741-2093) [n:127.0.0.1:40487_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> 226518 INFO  (qtp14043741-2093) [n:127.0.0.1:40487_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> 226518 INFO  (qtp18668913-2116) [n:127.0.0.1:39407_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39407.solr.core.testSimple1.shard2.replica_n4' (registry 
'solr.core.testSimple1.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1713c54
   [junit4]   2> 226519 INFO  (qtp14043741-2093) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40487.solr.core.testSimple1.shard1.replica_n2' (registry 
'solr.core.testSimple1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1713c54
   [junit4]   2> 226520 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_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> 226520 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_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> 226520 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40487.solr.core.testSimple1.shard2.replica_n6' (registry 
'solr.core.testSimple1.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1713c54
   [junit4]   2> 226529 INFO  (qtp18668913-2116) [n:127.0.0.1:39407_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost.localdomain:37183/data
   [junit4]   2> 226529 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost.localdomain:37183/data
   [junit4]   2> 226530 INFO  (qtp18668913-2116) [n:127.0.0.1:39407_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 226530 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 226530 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 226529 INFO  (qtp14043741-2093) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost.localdomain:37183/data
   [junit4]   2> 226529 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost.localdomain:37183/data
   [junit4]   2> 226530 INFO  (qtp14043741-2093) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 226530 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_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-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_51DF323F969C62A8-001/tempDir-001/node1/testSimple1_shard2_replica_n6],
 dataDir=[hdfs://localhost.localdomain:37183/data/testSimple1/core_node8/data/]
   [junit4]   2> 226530 INFO  (qtp14043741-2093) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 226530 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 226530 INFO  (qtp18668913-2116) [n:127.0.0.1:39407_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 226530 INFO  (qtp14043741-2093) [n:127.0.0.1:40487_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-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_51DF323F969C62A8-001/tempDir-001/node1/testSimple1_shard1_replica_n2],
 dataDir=[hdfs://localhost.localdomain:37183/data/testSimple1/core_node5/data/]
   [junit4]   2> 226530 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 226530 INFO  (qtp18668913-2116) [n:127.0.0.1:39407_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-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_51DF323F969C62A8-001/tempDir-001/node2/testSimple1_shard2_replica_n4],
 dataDir=[hdfs://localhost.localdomain:37183/data/testSimple1/core_node7/data/]
   [junit4]   2> 226530 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_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-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_51DF323F969C62A8-001/tempDir-001/node2/testSimple1_shard1_replica_n1],
 dataDir=[hdfs://localhost.localdomain:37183/data/testSimple1/core_node3/data/]
   [junit4]   2> 226536 INFO  (qtp14043741-2093) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:37183/data/testSimple1/core_node5/data/snapshot_metadata
   [junit4]   2> 226536 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:37183/data/testSimple1/core_node3/data/snapshot_metadata
   [junit4]   2> 226536 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:37183/data/testSimple1/core_node8/data/snapshot_metadata
   [junit4]   2> 226536 INFO  (qtp18668913-2116) [n:127.0.0.1:39407_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:37183/data/testSimple1/core_node7/data/snapshot_metadata
   [junit4]   2> 226593 INFO  (qtp14043741-2093) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:37183/data/testSimple1/core_node5/data
   [junit4]   2> 226593 INFO  (qtp18668913-2116) [n:127.0.0.1:39407_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:37183/data/testSimple1/core_node7/data
   [junit4]   2> 226593 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:37183/data/testSimple1/core_node3/data
   [junit4]   2> 226593 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:37183/data/testSimple1/core_node8/data
   [junit4]   2> 226627 INFO  (qtp18668913-2116) [n:127.0.0.1:39407_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:37183/data/testSimple1/core_node7/data/index
   [junit4]   2> 226627 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:37183/data/testSimple1/core_node8/data/index
   [junit4]   2> 226627 INFO  (qtp14043741-2093) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:37183/data/testSimple1/core_node5/data/index
   [junit4]   2> 226628 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:37183/data/testSimple1/core_node3/data/index
   [junit4]   2> 226643 DEBUG (ScheduledTrigger-724-thread-1) 
[n:127.0.0.1:40487_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 226887 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35875 is added to 
blk_1073741827_1003{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-670f8964-573f-4a5c-aed1-7066ee360bde:NORMAL:127.0.0.1:36525|RBW],
 
ReplicaUC[[DISK]DS-49d318c2-68d0-477e-ab81-d4a38155d5a7:NORMAL:127.0.0.1:35875|RBW]]}
 size 69
   [junit4]   2> 226887 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:36525 is added to 
blk_1073741826_1002{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-bea5d5be-4b3e-4754-aa00-c3705dfa58a2:NORMAL:127.0.0.1:35875|RBW],
 
ReplicaUC[[DISK]DS-d232fbc1-e834-4589-908b-006d1a018686:NORMAL:127.0.0.1:36525|RBW]]}
 size 69
   [junit4]   2> 226888 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35875 is added to 
blk_1073741826_1002 size 69
   [junit4]   2> 226888 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35875 is added to 
blk_1073741828_1004{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-d232fbc1-e834-4589-908b-006d1a018686:NORMAL:127.0.0.1:36525|RBW],
 
ReplicaUC[[DISK]DS-bea5d5be-4b3e-4754-aa00-c3705dfa58a2:NORMAL:127.0.0.1:35875|RBW]]}
 size 69
   [junit4]   2> 226888 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35875 is added to 
blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-d232fbc1-e834-4589-908b-006d1a018686:NORMAL:127.0.0.1:36525|RBW],
 
ReplicaUC[[DISK]DS-49d318c2-68d0-477e-ab81-d4a38155d5a7:NORMAL:127.0.0.1:35875|RBW]]}
 size 69
   [junit4]   2> 226888 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:36525 is added to 
blk_1073741825_1001 size 69
   [junit4]   2> 226888 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:36525 is added to 
blk_1073741828_1004 size 69
   [junit4]   2> 226888 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:36525 is added to 
blk_1073741827_1003 size 69
   [junit4]   2> 227396 INFO  (qtp18668913-2116) [n:127.0.0.1:39407_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.HdfsUpdateLog
   [junit4]   2> 227396 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_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.HdfsUpdateLog
   [junit4]   2> 227396 INFO  (qtp14043741-2093) [n:127.0.0.1:40487_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.HdfsUpdateLog
   [junit4]   2> 227396 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_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> 227396 INFO  (qtp18668913-2116) [n:127.0.0.1:39407_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> 227396 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 227396 INFO  (qtp14043741-2093) [n:127.0.0.1:40487_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> 227396 INFO  (qtp18668913-2116) [n:127.0.0.1:39407_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 227397 INFO  (qtp14043741-2093) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 227404 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_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.HdfsUpdateLog
   [junit4]   2> 227404 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_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> 227404 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 227414 INFO  (qtp14043741-2093) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 227414 INFO  (qtp14043741-2093) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 227415 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 227415 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 227415 INFO  (qtp18668913-2116) [n:127.0.0.1:39407_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 227415 INFO  (qtp18668913-2116) [n:127.0.0.1:39407_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 227420 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 227420 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 227494 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6bb4e3[testSimple1_shard2_replica_n6] main]
   [junit4]   2> 227494 INFO  (qtp14043741-2093) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@16b81c[testSimple1_shard1_replica_n2] main]
   [junit4]   2> 227496 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@16cb50e[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 227496 INFO  (qtp14043741-2093) [n:127.0.0.1:40487_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> 227496 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_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> 227497 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_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> 227497 INFO  (qtp14043741-2093) [n:127.0.0.1:40487_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> 227497 INFO  (qtp18668913-2116) [n:127.0.0.1:39407_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@105a44e[testSimple1_shard2_replica_n4] main]
   [junit4]   2> 227497 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_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> 227497 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_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> 227497 INFO  (qtp18668913-2116) [n:127.0.0.1:39407_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> 227498 INFO  (qtp18668913-2116) [n:127.0.0.1:39407_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> 227499 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_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> 227499 INFO  (qtp14043741-2093) [n:127.0.0.1:40487_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> 227499 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_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> 227499 INFO  (qtp18668913-2116) [n:127.0.0.1:39407_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> 227502 INFO  
(searcherExecutor-733-thread-1-processing-n:127.0.0.1:39407_solr 
x:testSimple1_shard1_replica_n1 s:shard1 c:testSimple1 r:core_node3) 
[n:127.0.0.1:39407_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@16cb50e[testSimple1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 227502 INFO  
(searcherExecutor-735-thread-1-processing-n:127.0.0.1:40487_solr 
x:testSimple1_shard1_replica_n2 s:shard1 c:testSimple1 r:core_node5) 
[n:127.0.0.1:40487_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@16b81c[testSimple1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 227502 INFO  
(searcherExecutor-736-thread-1-processing-n:127.0.0.1:40487_solr 
x:testSimple1_shard2_replica_n6 s:shard2 c:testSimple1 r:core_node8) 
[n:127.0.0.1:40487_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@6bb4e3[testSimple1_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 227502 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_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 1591016826422165504
   [junit4]   2> 227502 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_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 1591016826422165504
   [junit4]   2> 227503 INFO  (qtp14043741-2093) [n:127.0.0.1:40487_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 1591016826423214080
   [junit4]   2> 227504 INFO  
(searcherExecutor-734-thread-1-processing-n:127.0.0.1:39407_solr 
x:testSimple1_shard2_replica_n4 s:shard2 c:testSimple1 r:core_node7) 
[n:127.0.0.1:39407_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@105a44e[testSimple1_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 227504 INFO  (qtp18668913-2116) [n:127.0.0.1:39407_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 1591016826424262656
   [junit4]   2> 227515 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_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> 227515 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 227515 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_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> 227515 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 227515 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_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:39407/solr/testSimple1_shard1_replica_n1/
   [junit4]   2> 227516 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:40487/solr/testSimple1_shard2_replica_n6/
   [junit4]   2> 227516 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n6 
url=http://127.0.0.1:40487/solr START 
replicas=[http://127.0.0.1:39407/solr/testSimple1_shard2_replica_n4/] 
nUpdates=100
   [junit4]   2> 227516 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_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:39407/solr START 
replicas=[http://127.0.0.1:40487/solr/testSimple1_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 227520 INFO  (qtp18668913-2384) [n:127.0.0.1:39407_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.S.Request [testSimple1_shard2_replica_n4]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 227520 INFO  (qtp14043741-2099) [n:127.0.0.1:40487_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> 227617 INFO  
(zkCallback-359-thread-1-processing-n:127.0.0.1:40487_solr) 
[n:127.0.0.1:40487_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> 227617 INFO  
(zkCallback-364-thread-2-processing-n:127.0.0.1:39407_solr) 
[n:127.0.0.1:39407_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> 227617 INFO  
(zkCallback-359-thread-2-processing-n:127.0.0.1:40487_solr) 
[n:127.0.0.1:40487_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> 227617 INFO  
(zkCallback-364-thread-1-processing-n:127.0.0.1:39407_solr) 
[n:127.0.0.1:39407_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> 227643 DEBUG (ScheduledTrigger-724-thread-1) 
[n:127.0.0.1:40487_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 227816 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n6 
url=http://127.0.0.1:40487/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 227816 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_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:39407/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 227816 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 227817 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_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> 227817 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
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> 227817 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_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> 227817 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_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> 227817 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 227819 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:40487/solr/testSimple1_shard2_replica_n6/ shard2
   [junit4]   2> 227819 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_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:39407/solr/testSimple1_shard1_replica_n1/ shard1
   [junit4]   2> 227921 INFO  
(zkCallback-359-thread-2-processing-n:127.0.0.1:40487_solr) 
[n:127.0.0.1:40487_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> 227921 INFO  
(zkCallback-364-thread-1-processing-n:127.0.0.1:39407_solr) 
[n:127.0.0.1:39407_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> 227921 INFO  
(zkCallback-364-thread-2-processing-n:127.0.0.1:39407_solr) 
[n:127.0.0.1:39407_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> 227921 INFO  
(zkCallback-359-thread-1-processing-n:127.0.0.1:40487_solr) 
[n:127.0.0.1:40487_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> 227970 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_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> 227970 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 227999 INFO  (qtp14043741-2094) [n:127.0.0.1:40487_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=2550
   [junit4]   2> 227999 INFO  (qtp18668913-2117) [n:127.0.0.1:39407_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=2550
   [junit4]   2> 228073 INFO  
(zkCallback-359-thread-2-processing-n:127.0.0.1:40487_solr) 
[n:127.0.0.1:40487_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> 228073 INFO  
(zkCallback-359-thread-1-processing-n:127.0.0.1:40487_solr) 
[n:127.0.0.1:40487_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> 228073 INFO  
(zkCallback-364-thread-2-processing-n:127.0.0.1:39407_solr) 
[n:127.0.0.1:39407_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> 228073 INFO  
(zkCallback-364-thread-1-processing-n:127.0.0.1:39407_solr) 
[n:127.0.0.1:39407_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> 228539 INFO  (qtp14043741-2093) [n:127.0.0.1:40487_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=3090
   [junit4]   2> 228539 INFO  (qtp18668913-2116) [n:127.0.0.1:39407_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=3090
   [junit4]   2> 228542 INFO  (qtp18668913-2102) [n:127.0.0.1:39407_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> 228618 INFO  
(zkCallback-359-thread-1-processing-n:127.0.0.1:40487_solr) 
[n:127.0.0.1:40487_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> 228618 INFO  
(zkCallback-359-thread-2-processing-n:127.0.0.1:40487_solr) 
[n:127.0.0.1:40487_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> 228618 INFO  
(zkCallback-364-thread-1-processing-n:127.0.0.1:39407_solr) 
[n:127.0.0.1:39407_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> 228618 INFO  
(zkCallback-364-thread-2-processing-n:127.0.0.1:39407_solr) 
[n:127.0.0.1:39407_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> 228644 DEBUG (ScheduledTrigger-724-thread-1) 
[n:127.0.0.1:40487_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 229131 INFO  
(OverseerCollectionConfigSetProcessor-72062511634776070-127.0.0.1:40487_solr-n_0000000000)
 [n:127.0.0.1:40487_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> 229542 INFO  (qtp18668913-2102) [n:127.0.0.1:39407_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:40487_solr,127.0.0.1:39407_solr&wt=javabin&version=2}
 status=0 QTime=4417
   [junit4]   2> 229544 INFO  (qtp18668913-2113) [n:127.0.0.1:39407_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFacto

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

_nodes]
   [junit4]   2> 2737384 INFO  (jetty-closer-7681-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@186d8cb{/solr,null,UNAVAILABLE}
   [junit4]   2> 2737385 INFO  (jetty-closer-7681-thread-2) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 2737388 WARN  
(zkCallback-7840-thread-2-processing-n:127.0.0.1:36917_solr) 
[n:127.0.0.1:36917_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2737389 INFO  (jetty-closer-7681-thread-8) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1f0c733{/solr,null,UNAVAILABLE}
   [junit4]   2> 2737389 INFO  (jetty-closer-7681-thread-8) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 2737389 INFO  (jetty-closer-7681-thread-9) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1c27143{/solr,null,UNAVAILABLE}
   [junit4]   2> 2737389 INFO  (jetty-closer-7681-thread-9) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 2737415 INFO  (jetty-closer-7681-thread-5) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@a5508b{/solr,null,UNAVAILABLE}
   [junit4]   2> 2737416 INFO  (jetty-closer-7681-thread-5) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 2737416 INFO  (jetty-closer-7681-thread-6) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@388a33{/solr,null,UNAVAILABLE}
   [junit4]   2> 2737416 INFO  (jetty-closer-7681-thread-6) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 2737417 ERROR 
(SUITE-TriggerIntegrationTest-seed#[51DF323F969C62A8]-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> 2737417 INFO  
(SUITE-TriggerIntegrationTest-seed#[51DF323F969C62A8]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:36595 36595
   [junit4]   2> 2742549 INFO  (Thread-4285) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:36595 36595
   [junit4]   2> 2742550 WARN  (Thread-4285) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        22      /solr/aliases.json
   [junit4]   2>        21      /solr/security.json
   [junit4]   2>        18      /solr/collections/collection1/terms/shard1
   [junit4]   2>        9       /solr/collections/testMetricTrigger/terms/shard1
   [junit4]   2>        9       /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>        62      /solr/collections/collection1/state.json
   [junit4]   2>        40      /solr/collections/testMetricTrigger/state.json
   [junit4]   2>        22      /solr/clusterprops.json
   [junit4]   2>        22      /solr/clusterstate.json
   [junit4]   2>        6       /solr/autoscaling.json
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/72062662178177060-core_node6-n_0000000002
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/72062662178177063-core_node3-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/72062662178177051-127.0.0.1:35897_solr-n_0000000007
   [junit4]   2>        2       
/solr/overseer_elect/election/72062662178177054-127.0.0.1:36185_solr-n_0000000008
   [junit4]   2>        2       
/solr/overseer_elect/election/72062662178177072-127.0.0.1:36917_solr-n_0000000014
   [junit4]   2>        2       
/solr/overseer_elect/election/72062662178177078-127.0.0.1:33821_solr-n_0000000016
   [junit4]   2>        2       
/solr/overseer_elect/election/72062662178177066-127.0.0.1:40681_solr-n_0000000012
   [junit4]   2>        2       
/solr/overseer_elect/election/72062662178177035-127.0.0.1:42165_solr-n_0000000002
   [junit4]   2>        2       
/solr/overseer_elect/election/72062662178177044-127.0.0.1:43083_solr-n_0000000005
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        22      /solr/live_nodes
   [junit4]   2>        22      /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-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_51DF323F969C62A8-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=false): {}, locale=sr-ME, timezone=Pacific/Apia
   [junit4]   2> NOTE: Linux 4.13.0-32-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=1,free=152163960,total=449503232
   [junit4]   2> NOTE: All tests run in this JVM: [TestPolicyCloud, 
SolrIndexSplitterTest, DistributedTermsComponentTest, 
TestSchemaVersionResource, TestPhraseSuggestions, TestWriterPerf, 
CollectionTooManyReplicasTest, TestCollationField, TestHashPartitioner, 
TestDynamicFieldCollectionResource, CloudExitableDirectoryReaderTest, 
RemoteQueryErrorTest, DocumentAnalysisRequestHandlerTest, 
DirectUpdateHandlerTest, TestSort, TestInPlaceUpdatesDistrib, 
TestStandardQParsers, RestartWhileUpdatingTest, SearchRateTriggerTest, 
TestAuthorizationFramework, LeaderInitiatedRecoveryOnShardRestartTest, 
AutoscalingHistoryHandlerTest, TestExtendedDismaxParser, 
BigEndianAscendingWordDeserializerTest, TestObjectReleaseTracker, 
TimeRoutedAliasUpdateProcessorTest, TestSchemaNameResource, StressHdfsTest, 
OutputWriterTest, TestLegacyTerms, ZkShardTermsTest, 
TestDocBasedVersionConstraints, TestScoreJoinQPNoScore, 
TestFieldCacheVsDocValues, ExplicitHLLTest, TestSubQueryTransformerDistrib, 
TestReRankQParserPlugin, EchoParamsTest, 
ConcurrentDeleteAndCreateCollectionTest, TestJsonFacetRefinement, 
TestPivotHelperCode, UpdateParamsTest, TestCloudPivotFacet, 
CoreMergeIndexesAdminHandlerTest, TestSha256AuthenticationProvider, 
TestDistribStateManager, SearchHandlerTest, TestMissingGroups, TestConfig, 
TestDocSet, TestFieldCacheReopen, ShardSplitTest, BasicAuthIntegrationTest, 
BlockDirectoryTest, AddBlockUpdateTest, ShardRoutingTest, VersionInfoTest, 
TestGroupingSearch, SpellCheckCollatorTest, 
DistributedQueryElevationComponentTest, BadCopyFieldTest, 
TestPullReplicaErrorHandling, TestDocumentBuilder, 
OpenExchangeRatesOrgProviderTest, SuggesterWFSTTest, TestIndexSearcher, 
TestRandomFaceting, TestRestManager, TestAnalyzeInfixSuggestions, 
TestComplexPhraseQParserPlugin, RequestHandlersTest, TestSearcherReuse, 
MetricTriggerTest, StatsReloadRaceTest, TestQuerySenderNoQuery, 
TestFieldResource, TestCollationFieldDocValues, ExecutePlanActionTest, 
TestCloudSearcherWarming, TestUseDocValuesAsStored2, TestSolr4Spatial2, 
SolrGangliaReporterTest, CloudMLTQParserTest, TestComponentsName, 
GraphQueryTest, DataDrivenBlockJoinTest, UninvertDocValuesMergePolicyTest, 
SynonymTokenizerTest, TestTolerantUpdateProcessorRandomCloud, 
BinaryUpdateRequestHandlerTest, TestFilteredDocIdSet, TestRawTransformer, 
TestJoin, TestFastOutputStream, StatsComponentTest, MergeStrategyTest, 
SolrIndexConfigTest, TestCollectionsAPIViaSolrCloudCluster, 
TestStressLiveNodes, AutoAddReplicasPlanActionTest, BlockJoinFacetDistribTest, 
UUIDFieldTest, DefaultValueUpdateProcessorTest, TestCrossCoreJoin, 
SimpleFacetsTest, JvmMetricsTest, TestRebalanceLeaders, TestConfigsApi, 
TestRemoteStreaming, CachingDirectoryFactoryTest, PluginInfoTest, 
DistribDocExpirationUpdateProcessorTest, TestLargeCluster, TestCoreBackup, 
BaseCdcrDistributedZkTest, InfixSuggestersTest, SolrJmxReporterTest, 
SolrCloudExampleTest, TestEmbeddedSolrServerSchemaAPI, 
DistributedQueryComponentOptimizationTest, CurrencyRangeFacetCloudTest, 
TestCorePropertiesReload, IndexBasedSpellCheckerTest, TestBulkSchemaConcurrent, 
TestCSVResponseWriter, SolrCoreCheckLockOnStartupTest, TestZkChroot, ZkCLITest, 
TestReload, BadIndexSchemaTest, TestBadConfig, ShowFileRequestHandlerTest, 
SignatureUpdateProcessorFactoryTest, SolrRequestParserTest, 
TestFoldingMultitermQuery, SuggesterTSTTest, TestCSVLoader, 
WordBreakSolrSpellCheckerTest, TestAtomicUpdateErrorCases, 
DirectUpdateHandlerOptimizeTest, TestSolrDeletionPolicy1, 
XsltUpdateRequestHandlerTest, CacheHeaderTest, LukeRequestHandlerTest, 
XmlUpdateRequestHandlerTest, PathHierarchyTokenizerFactoryTest, 
MoreLikeThisHandlerTest, TestSolrQueryParser, SolrPluginUtilsTest, 
TestPHPSerializedResponseWriter, SearchHandlerTest, HighlighterConfigTest, 
TestSolrIndexConfig, BadComponentTest, TestMergePolicyConfig, SampleTest, 
NumericFieldsTest, TestFuzzyAnalyzedSuggestions, TestCharFilters, 
TestCodecSupport, TestFastLRUCache, PreAnalyzedFieldTest, TestSystemIdResolver, 
TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest, 
RAMDirectoryFactoryTest, ClusterStateTest, TestSolrJ, TestLRUCache, 
ZkNodePropsTest, SliceStateTest, CircularListTest, SolrTestCaseJ4Test, 
TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, 
TestSimpleTrackingShardHandler, TestJettySolrRunner, ConnectionReuseTest, 
AddReplicaTest, AssignBackwardCompatibilityTest, CleanupOldIndexTest, 
CollectionStateFormat2Test, CollectionsAPISolrJTest, DeleteStatusTest, 
DistributedQueueTest, LeaderElectionContextKeyTest, 
LeaderFailoverAfterPartitionTest, LegacyCloudClusterPropTest, 
MissingSegmentRecoveryTest, MultiThreadedOCPTest, OverseerTaskQueueTest, 
RecoveryAfterSoftCommitTest, SolrCLIZkUtilsTest, TestCloudRecovery, 
TestRandomFlRTGCloud, TestSolrCloudWithDelegationTokens, 
TestSolrCloudWithSecureImpersonation, TestTlogReplica, 
HdfsCollectionsAPIDistributedZkTest, SimpleCollectionCreateDeleteTest, 
TestLocalFSCloudBackupRestore, AutoScalingHandlerTest, TriggerIntegrationTest]
   [junit4] Completed [616/772 (2!)] on J0 in 225.77s, 14 tests, 2 failures <<< 
FAILURES!

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

Reply via email to