Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2329/

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

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

Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple1
null
Live Nodes: [127.0.0.1:46343_solr, 127.0.0.1:58514_solr]
Last available state: 
DocCollection(testSimple1//collections/testSimple1/state.json/17)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "dataDir":"hdfs://localhost:44254/data/testSimple1/core_node3/data/",
          "base_url":"https://127.0.0.1:46343/solr";,
          "node_name":"127.0.0.1:46343_solr",
          "type":"NRT",
          
"ulogDir":"hdfs://localhost:44254/data/testSimple1/core_node3/data/tlog",
          "core":"testSimple1_shard1_replica_n1",
          "shared_storage":"true",
          "state":"active"},
        "core_node5":{
          "dataDir":"hdfs://localhost:44254/data/testSimple1/core_node5/data/",
          "base_url":"https://127.0.0.1:46343/solr";,
          "node_name":"127.0.0.1:46343_solr",
          "type":"NRT",
          
"ulogDir":"hdfs://localhost:44254/data/testSimple1/core_node5/data/tlog",
          "core":"testSimple1_shard1_replica_n2",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "dataDir":"hdfs://localhost:44254/data/testSimple1/core_node7/data/",
          "base_url":"https://127.0.0.1:59838/solr";,
          "node_name":"127.0.0.1:59838_solr",
          "type":"NRT",
          
"ulogDir":"hdfs://localhost:44254/data/testSimple1/core_node7/data/tlog",
          "core":"testSimple1_shard2_replica_n4",
          "shared_storage":"true",
          "state":"down"},
        "core_node8":{
          "dataDir":"hdfs://localhost:44254/data/testSimple1/core_node8/data/",
          "base_url":"https://127.0.0.1:46343/solr";,
          "node_name":"127.0.0.1:46343_solr",
          "type":"NRT",
          
"ulogDir":"hdfs://localhost:44254/data/testSimple1/core_node8/data/tlog",
          "core":"testSimple1_shard2_replica_n6",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([E7ED4D56E69B766A:DF5E69A8C168A2BB]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
        at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:103)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:


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




Build Log:
[...truncated 12538 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest
   [junit4]   2> 497545 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[E7ED4D56E69B766A]-worker) [    
] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_E7ED4D56E69B766A-001/init-core-data-001
   [junit4]   2> 497546 WARN  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[E7ED4D56E69B766A]-worker) [    
] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=26 numCloses=26
   [junit4]   2> 497546 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[E7ED4D56E69B766A]-worker) [    
] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 497548 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[E7ED4D56E69B766A]-worker) [    
] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 497549 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[E7ED4D56E69B766A]-worker) [    
] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_E7ED4D56E69B766A-001/tempDir-001
   [junit4]   2> 497549 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[E7ED4D56E69B766A]-worker) [    
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 497549 INFO  (Thread-970) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 497549 INFO  (Thread-970) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 497572 ERROR (Thread-970) [    ] 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> 497649 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[E7ED4D56E69B766A]-worker) [    
] o.a.s.c.ZkTestServer start zk server on port:46100
   [junit4]   2> 497655 INFO  (zkConnectionManagerCallback-1061-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 497668 INFO  (jetty-launcher-1058-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T12:27:37-09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 497668 INFO  (jetty-launcher-1058-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T12:27:37-09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 497669 INFO  (jetty-launcher-1058-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T12:27:37-09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 497670 INFO  (jetty-launcher-1058-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 497670 INFO  (jetty-launcher-1058-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 497670 INFO  (jetty-launcher-1058-thread-2) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 497670 INFO  (jetty-launcher-1058-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 497670 INFO  (jetty-launcher-1058-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 497670 INFO  (jetty-launcher-1058-thread-1) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 497670 INFO  (jetty-launcher-1058-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2809e086{/solr,null,AVAILABLE}
   [junit4]   2> 497670 INFO  (jetty-launcher-1058-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6e7ef2a5{/solr,null,AVAILABLE}
   [junit4]   2> 497672 INFO  (jetty-launcher-1058-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@146ef139{SSL,[ssl, 
http/1.1]}{127.0.0.1:58514}
   [junit4]   2> 497672 INFO  (jetty-launcher-1058-thread-1) [    ] 
o.e.j.s.Server Started @499697ms
   [junit4]   2> 497672 INFO  (jetty-launcher-1058-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=58514}
   [junit4]   2> 497672 ERROR (jetty-launcher-1058-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 497672 INFO  (jetty-launcher-1058-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 497672 INFO  (jetty-launcher-1058-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 497672 INFO  (jetty-launcher-1058-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 497672 INFO  (jetty-launcher-1058-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-15T06:40:20.794Z
   [junit4]   2> 497674 INFO  (jetty-launcher-1058-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@40e5cc8c{SSL,[ssl, 
http/1.1]}{127.0.0.1:59838}
   [junit4]   2> 497674 INFO  (jetty-launcher-1058-thread-2) [    ] 
o.e.j.s.Server Started @499699ms
   [junit4]   2> 497674 INFO  (jetty-launcher-1058-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=59838}
   [junit4]   2> 497674 ERROR (jetty-launcher-1058-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 497674 INFO  (jetty-launcher-1058-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 497674 INFO  (jetty-launcher-1058-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 497674 INFO  (jetty-launcher-1058-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 497674 INFO  (jetty-launcher-1058-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-15T06:40:20.796Z
   [junit4]   2> 497675 INFO  (jetty-launcher-1058-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 497675 INFO  (jetty-launcher-1058-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 497675 INFO  (jetty-launcher-1058-thread-3) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 497675 INFO  (jetty-launcher-1058-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6db6a1e6{/solr,null,AVAILABLE}
   [junit4]   2> 497675 INFO  (jetty-launcher-1058-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5bf1c7ec{SSL,[ssl, 
http/1.1]}{127.0.0.1:46343}
   [junit4]   2> 497675 INFO  (jetty-launcher-1058-thread-3) [    ] 
o.e.j.s.Server Started @499701ms
   [junit4]   2> 497676 INFO  (jetty-launcher-1058-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46343}
   [junit4]   2> 497676 ERROR (jetty-launcher-1058-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 497676 INFO  (jetty-launcher-1058-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 497676 INFO  (jetty-launcher-1058-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 497676 INFO  (jetty-launcher-1058-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 497676 INFO  (jetty-launcher-1058-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-15T06:40:20.798Z
   [junit4]   2> 497680 INFO  (zkConnectionManagerCallback-1063-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 497680 INFO  (zkConnectionManagerCallback-1065-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 497680 INFO  (jetty-launcher-1058-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 497680 INFO  (jetty-launcher-1058-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 497689 INFO  (zkConnectionManagerCallback-1067-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 497689 INFO  (jetty-launcher-1058-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46100/solr
   [junit4]   2> 497690 INFO  (jetty-launcher-1058-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 497693 INFO  (zkConnectionManagerCallback-1071-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 497697 INFO  (jetty-launcher-1058-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46100/solr
   [junit4]   2> 497698 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x104683d7ada0004, likely client has closed socket
   [junit4]   2> 497701 INFO  (zkConnectionManagerCallback-1075-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 497702 INFO  
(zkConnectionManagerCallback-1077-thread-1-processing-n:127.0.0.1:58514_solr) 
[n:127.0.0.1:58514_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 497702 INFO  (jetty-launcher-1058-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46100/solr
   [junit4]   2> 497704 INFO  (zkConnectionManagerCallback-1081-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 497706 INFO  
(zkConnectionManagerCallback-1083-thread-1-processing-n:127.0.0.1:59838_solr) 
[n:127.0.0.1:59838_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 497709 INFO  
(zkConnectionManagerCallback-1085-thread-1-processing-n:127.0.0.1:46343_solr) 
[n:127.0.0.1:46343_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 497790 INFO  (jetty-launcher-1058-thread-2) 
[n:127.0.0.1:59838_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 497791 INFO  (jetty-launcher-1058-thread-2) 
[n:127.0.0.1:59838_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:59838_solr
   [junit4]   2> 497792 INFO  (jetty-launcher-1058-thread-2) 
[n:127.0.0.1:59838_solr    ] o.a.s.c.Overseer Overseer 
(id=73298107208171528-127.0.0.1:59838_solr-n_0000000000) starting
   [junit4]   2> 497795 INFO  (jetty-launcher-1058-thread-1) 
[n:127.0.0.1:58514_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 497796 INFO  (jetty-launcher-1058-thread-1) 
[n:127.0.0.1:58514_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58514_solr
   [junit4]   2> 497800 INFO  (jetty-launcher-1058-thread-3) 
[n:127.0.0.1:46343_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 497803 INFO  (jetty-launcher-1058-thread-3) 
[n:127.0.0.1:46343_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46343_solr
   [junit4]   2> 497833 INFO  
(zkCallback-1084-thread-1-processing-n:127.0.0.1:46343_solr) 
[n:127.0.0.1:46343_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 497835 INFO  
(zkCallback-1082-thread-1-processing-n:127.0.0.1:59838_solr) 
[n:127.0.0.1:59838_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 497835 DEBUG 
(OverseerAutoScalingTriggerThread-73298107208171528-127.0.0.1:59838_solr-n_0000000000)
 [n:127.0.0.1:59838_solr    ] o.a.s.c.a.OverseerTriggerThread Adding 
.autoAddReplicas trigger
   [junit4]   2> 497836 INFO  
(zkCallback-1084-thread-2-processing-n:127.0.0.1:46343_solr) 
[n:127.0.0.1:46343_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 497837 INFO  (jetty-launcher-1058-thread-2) 
[n:127.0.0.1:59838_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59838_solr
   [junit4]   2> 497839 INFO  
(zkCallback-1076-thread-1-processing-n:127.0.0.1:58514_solr) 
[n:127.0.0.1:58514_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 497844 INFO  
(zkCallback-1082-thread-1-processing-n:127.0.0.1:59838_solr) 
[n:127.0.0.1:59838_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 497850 INFO  
(zkCallback-1084-thread-2-processing-n:127.0.0.1:46343_solr) 
[n:127.0.0.1:46343_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 497852 INFO  
(zkCallback-1076-thread-1-processing-n:127.0.0.1:58514_solr) 
[n:127.0.0.1:58514_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 497864 DEBUG 
(OverseerAutoScalingTriggerThread-73298107208171528-127.0.0.1:59838_solr-n_0000000000)
 [n:127.0.0.1:59838_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 1
   [junit4]   2> 497866 DEBUG 
(OverseerAutoScalingTriggerThread-73298107208171528-127.0.0.1:59838_solr-n_0000000000)
 [n:127.0.0.1:59838_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: 
[127.0.0.1:46343_solr, 127.0.0.1:58514_solr, 127.0.0.1:59838_solr]
   [junit4]   2> 497866 DEBUG 
(OverseerAutoScalingTriggerThread-73298107208171528-127.0.0.1:59838_solr-n_0000000000)
 [n:127.0.0.1:59838_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 497866 DEBUG 
(OverseerAutoScalingTriggerThread-73298107208171528-127.0.0.1:59838_solr-n_0000000000)
 [n:127.0.0.1:59838_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 1
   [junit4]   2> 497874 DEBUG 
(OverseerAutoScalingTriggerThread-73298107208171528-127.0.0.1:59838_solr-n_0000000000)
 [n:127.0.0.1:59838_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 497875 DEBUG 
(OverseerAutoScalingTriggerThread-73298107208171528-127.0.0.1:59838_solr-n_0000000000)
 [n:127.0.0.1:59838_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 497875 DEBUG (ScheduledTrigger-2092-thread-1) 
[n:127.0.0.1:59838_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 497883 INFO  (jetty-launcher-1058-thread-1) 
[n:127.0.0.1:58514_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58514.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43fd4561
   [junit4]   2> 497902 INFO  (jetty-launcher-1058-thread-1) 
[n:127.0.0.1:58514_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58514.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43fd4561
   [junit4]   2> 497902 INFO  (jetty-launcher-1058-thread-1) 
[n:127.0.0.1:58514_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58514.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43fd4561
   [junit4]   2> 497903 INFO  (jetty-launcher-1058-thread-1) 
[n:127.0.0.1:58514_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_E7ED4D56E69B766A-001/tempDir-001/node1/.
   [junit4]   2> 497907 INFO  (jetty-launcher-1058-thread-3) 
[n:127.0.0.1:46343_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46343.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43fd4561
   [junit4]   2> 497915 INFO  (jetty-launcher-1058-thread-3) 
[n:127.0.0.1:46343_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46343.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43fd4561
   [junit4]   2> 497915 INFO  (jetty-launcher-1058-thread-3) 
[n:127.0.0.1:46343_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46343.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43fd4561
   [junit4]   2> 497916 INFO  (jetty-launcher-1058-thread-3) 
[n:127.0.0.1:46343_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_E7ED4D56E69B766A-001/tempDir-001/node3/.
   [junit4]   2> 497973 INFO  (jetty-launcher-1058-thread-2) 
[n:127.0.0.1:59838_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59838.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43fd4561
   [junit4]   2> 497981 INFO  (jetty-launcher-1058-thread-2) 
[n:127.0.0.1:59838_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59838.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43fd4561
   [junit4]   2> 497981 INFO  (jetty-launcher-1058-thread-2) 
[n:127.0.0.1:59838_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59838.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43fd4561
   [junit4]   2> 497982 INFO  (jetty-launcher-1058-thread-2) 
[n:127.0.0.1:59838_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_E7ED4D56E69B766A-001/tempDir-001/node2/.
   [junit4]   2> 498020 INFO  (zkConnectionManagerCallback-1093-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 498022 INFO  (zkConnectionManagerCallback-1097-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 498023 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[E7ED4D56E69B766A]-worker) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 498024 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[E7ED4D56E69B766A]-worker) [    
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46100/solr ready
   [junit4]   2> 498390 WARN  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[E7ED4D56E69B766A]-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> 498876 DEBUG (ScheduledTrigger-2092-thread-1) 
[n:127.0.0.1:59838_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 498930 WARN  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[E7ED4D56E69B766A]-worker) [    
] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 499081 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[E7ED4D56E69B766A]-worker) [    
] o.m.log Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via 
org.mortbay.log.Slf4jLog
   [junit4]   2> 499099 WARN  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[E7ED4D56E69B766A]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 499150 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[E7ED4D56E69B766A]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 499192 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[E7ED4D56E69B766A]-worker) [    
] o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs
 to ./temp/Jetty_localhost_39487_hdfs____.1dfz9l/webapp
   [junit4]   2> 499880 DEBUG (ScheduledTrigger-2092-thread-2) 
[n:127.0.0.1:59838_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 500031 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[E7ED4D56E69B766A]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:39487
   [junit4]   2> 500680 WARN  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[E7ED4D56E69B766A]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 500684 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[E7ED4D56E69B766A]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 500695 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[E7ED4D56E69B766A]-worker) [    
] o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_42453_datanode____.vet6kl/webapp
   [junit4]   2> 500880 DEBUG (ScheduledTrigger-2092-thread-1) 
[n:127.0.0.1:59838_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 501140 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[E7ED4D56E69B766A]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:42453
   [junit4]   2> 501560 WARN  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[E7ED4D56E69B766A]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 501561 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[E7ED4D56E69B766A]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 501584 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[E7ED4D56E69B766A]-worker) [    
] o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_48984_datanode____cnjrko/webapp
   [junit4]   2> 501880 DEBUG (ScheduledTrigger-2092-thread-1) 
[n:127.0.0.1:59838_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 502100 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[E7ED4D56E69B766A]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:48984
   [junit4]   2> 502269 ERROR (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_E7ED4D56E69B766A-001/tempDir-002/hdfsBaseDir/data/data1/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_E7ED4D56E69B766A-001/tempDir-002/hdfsBaseDir/data/data2/]]
  heartbeating to localhost/127.0.0.1:44254) [    ] 
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> 502381 ERROR (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_E7ED4D56E69B766A-001/tempDir-002/hdfsBaseDir/data/data3/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_E7ED4D56E69B766A-001/tempDir-002/hdfsBaseDir/data/data4/]]
  heartbeating to localhost/127.0.0.1:44254) [    ] 
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> 502484 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x433f95410d37d7: from storage 
DS-dc774437-0572-44ab-866a-b81c5976099a node 
DatanodeRegistration(127.0.0.1:47080, 
datanodeUuid=b1a305dc-ad9e-4bc2-8d6e-9088b7ecdf31, infoPort=53140, 
infoSecurePort=0, ipcPort=60489, 
storageInfo=lv=-56;cid=testClusterID;nsid=866474810;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 2 msecs
   [junit4]   2> 502484 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x433f95410d3749: from storage 
DS-fa43433c-029c-4e73-83ed-c954115726bd node 
DatanodeRegistration(127.0.0.1:35623, 
datanodeUuid=c4de37bd-f012-45cd-b43d-3973ac862b63, infoPort=46046, 
infoSecurePort=0, ipcPort=53221, 
storageInfo=lv=-56;cid=testClusterID;nsid=866474810;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 502484 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x433f95410d37d7: from storage 
DS-b351cd7a-37e9-4509-bba9-24bb5e53b31b node 
DatanodeRegistration(127.0.0.1:47080, 
datanodeUuid=b1a305dc-ad9e-4bc2-8d6e-9088b7ecdf31, infoPort=53140, 
infoSecurePort=0, ipcPort=60489, 
storageInfo=lv=-56;cid=testClusterID;nsid=866474810;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 502484 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x433f95410d3749: from storage 
DS-2036711e-9254-45d1-a12f-5bfcef3752f2 node 
DatanodeRegistration(127.0.0.1:35623, 
datanodeUuid=c4de37bd-f012-45cd-b43d-3973ac862b63, infoPort=46046, 
infoSecurePort=0, ipcPort=53221, 
storageInfo=lv=-56;cid=testClusterID;nsid=866474810;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 502880 DEBUG (ScheduledTrigger-2092-thread-1) 
[n:127.0.0.1:59838_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 503538 INFO  
(TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[E7ED4D56E69B766A]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 503577 INFO  (qtp1459247820-5885) [n:127.0.0.1:58514_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:58514_solr,127.0.0.1:46343_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 503580 INFO  
(OverseerThreadFactory-2095-thread-1-processing-n:127.0.0.1:59838_solr) 
[n:127.0.0.1:59838_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testSimple1
   [junit4]   2> 503689 INFO  
(OverseerStateUpdate-73298107208171528-127.0.0.1:59838_solr-n_0000000000) 
[n:127.0.0.1:59838_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":"https://127.0.0.1:58514/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 503690 INFO  
(OverseerStateUpdate-73298107208171528-127.0.0.1:59838_solr-n_0000000000) 
[n:127.0.0.1:59838_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":"https://127.0.0.1:46343/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 503692 INFO  
(OverseerStateUpdate-73298107208171528-127.0.0.1:59838_solr-n_0000000000) 
[n:127.0.0.1:59838_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":"https://127.0.0.1:58514/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 503694 INFO  
(OverseerStateUpdate-73298107208171528-127.0.0.1:59838_solr-n_0000000000) 
[n:127.0.0.1:59838_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":"https://127.0.0.1:46343/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 503881 DEBUG (ScheduledTrigger-2092-thread-1) 
[n:127.0.0.1:59838_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 503915 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_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> 503916 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 503917 INFO  (qtp1459247820-5890) [n:127.0.0.1:58514_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> 503956 INFO  (qtp1449337615-5899) [n:127.0.0.1:46343_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> 503962 INFO  (qtp1449337615-5899) [n:127.0.0.1:46343_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 503967 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_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> 504069 INFO  
(zkCallback-1084-thread-2-processing-n:127.0.0.1:46343_solr) 
[n:127.0.0.1:46343_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> 504069 INFO  
(zkCallback-1084-thread-1-processing-n:127.0.0.1:46343_solr) 
[n:127.0.0.1:46343_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> 504069 INFO  
(zkCallback-1076-thread-1-processing-n:127.0.0.1:58514_solr) 
[n:127.0.0.1:58514_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> 504881 DEBUG (ScheduledTrigger-2092-thread-1) 
[n:127.0.0.1:59838_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 504936 INFO  (qtp1459247820-5890) [n:127.0.0.1:58514_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 504941 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 504947 INFO  (qtp1459247820-5890) [n:127.0.0.1:58514_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> 504947 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_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> 504950 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_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> 504950 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_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> 504950 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58514.solr.core.testSimple1.shard2.replica_n4' (registry 
'solr.core.testSimple1.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43fd4561
   [junit4]   2> 504950 INFO  (qtp1459247820-5890) [n:127.0.0.1:58514_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> 504951 INFO  (qtp1459247820-5890) [n:127.0.0.1:58514_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> 504951 INFO  (qtp1459247820-5890) [n:127.0.0.1:58514_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58514.solr.core.testSimple1.shard1.replica_n1' (registry 
'solr.core.testSimple1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43fd4561
   [junit4]   2> 504984 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 504984 INFO  (qtp1449337615-5899) [n:127.0.0.1:46343_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 504996 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_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> 505004 INFO  (qtp1449337615-5899) [n:127.0.0.1:46343_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> 505005 INFO  (qtp1459247820-5890) [n:127.0.0.1:58514_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:44254/data
   [junit4]   2> 505005 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:44254/data
   [junit4]   2> 505005 INFO  (qtp1459247820-5890) [n:127.0.0.1:58514_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 505005 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 505005 INFO  (qtp1459247820-5890) [n:127.0.0.1:58514_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 505005 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 505005 INFO  (qtp1459247820-5890) [n:127.0.0.1:58514_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 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_E7ED4D56E69B766A-001/tempDir-001/node1/testSimple1_shard1_replica_n1],
 dataDir=[hdfs://localhost:44254/data/testSimple1/core_node3/data/]
   [junit4]   2> 505005 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_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 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_E7ED4D56E69B766A-001/tempDir-001/node1/testSimple1_shard2_replica_n4],
 dataDir=[hdfs://localhost:44254/data/testSimple1/core_node7/data/]
   [junit4]   2> 505006 INFO  (qtp1449337615-5899) [n:127.0.0.1:46343_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> 505006 INFO  (qtp1449337615-5899) [n:127.0.0.1:46343_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> 505009 INFO  (qtp1449337615-5899) [n:127.0.0.1:46343_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46343.solr.core.testSimple1.shard2.replica_n6' (registry 
'solr.core.testSimple1.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43fd4561
   [junit4]   2> 505009 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_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> 505009 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_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> 505009 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46343.solr.core.testSimple1.shard1.replica_n2' (registry 
'solr.core.testSimple1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43fd4561
   [junit4]   2> 505010 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:44254/data
   [junit4]   2> 505010 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 505010 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 505010 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_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 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_E7ED4D56E69B766A-001/tempDir-001/node3/testSimple1_shard1_replica_n2],
 dataDir=[hdfs://localhost:44254/data/testSimple1/core_node5/data/]
   [junit4]   2> 505012 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_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:44254/data/testSimple1/core_node7/data/snapshot_metadata
   [junit4]   2> 505012 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_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:44254/data/testSimple1/core_node5/data/snapshot_metadata
   [junit4]   2> 505012 INFO  (qtp1449337615-5899) [n:127.0.0.1:46343_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:44254/data
   [junit4]   2> 505012 INFO  (qtp1449337615-5899) [n:127.0.0.1:46343_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 505012 INFO  (qtp1449337615-5899) [n:127.0.0.1:46343_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 505012 INFO  (qtp1449337615-5899) [n:127.0.0.1:46343_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 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_E7ED4D56E69B766A-001/tempDir-001/node3/testSimple1_shard2_replica_n6],
 dataDir=[hdfs://localhost:44254/data/testSimple1/core_node8/data/]
   [junit4]   2> 505021 INFO  (qtp1459247820-5890) [n:127.0.0.1:58514_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:44254/data/testSimple1/core_node3/data/snapshot_metadata
   [junit4]   2> 505027 INFO  (qtp1449337615-5899) [n:127.0.0.1:46343_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:44254/data/testSimple1/core_node8/data/snapshot_metadata
   [junit4]   2> 505158 INFO  (qtp1459247820-5890) [n:127.0.0.1:58514_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:44254/data/testSimple1/core_node3/data
   [junit4]   2> 505158 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_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:44254/data/testSimple1/core_node5/data
   [junit4]   2> 505167 INFO  (qtp1449337615-5899) [n:127.0.0.1:46343_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:44254/data/testSimple1/core_node8/data
   [junit4]   2> 505171 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_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:44254/data/testSimple1/core_node7/data
   [junit4]   2> 505251 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_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:44254/data/testSimple1/core_node7/data/index
   [junit4]   2> 505260 INFO  (qtp1449337615-5899) [n:127.0.0.1:46343_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:44254/data/testSimple1/core_node8/data/index
   [junit4]   2> 505261 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_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:44254/data/testSimple1/core_node5/data/index
   [junit4]   2> 505264 INFO  (qtp1459247820-5890) [n:127.0.0.1:58514_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:44254/data/testSimple1/core_node3/data/index
   [junit4]   2> 505628 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:47080 is added to 
blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-fa43433c-029c-4e73-83ed-c954115726bd:NORMAL:127.0.0.1:35623|RBW],
 
ReplicaUC[[DISK]DS-dc774437-0572-44ab-866a-b81c5976099a:NORMAL:127.0.0.1:47080|RBW]]}
 size 69
   [junit4]   2> 505628 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35623 is added to 
blk_1073741826_1002{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-2036711e-9254-45d1-a12f-5bfcef3752f2:NORMAL:127.0.0.1:35623|RBW],
 
ReplicaUC[[DISK]DS-dc774437-0572-44ab-866a-b81c5976099a:NORMAL:127.0.0.1:47080|RBW]]}
 size 69
   [junit4]   2> 505628 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:47080 is added to 
blk_1073741826_1002 size 69
   [junit4]   2> 505629 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:47080 is added to 
blk_1073741827_1003{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-b351cd7a-37e9-4509-bba9-24bb5e53b31b:NORMAL:127.0.0.1:47080|RBW],
 
ReplicaUC[[DISK]DS-fa43433c-029c-4e73-83ed-c954115726bd:NORMAL:127.0.0.1:35623|RBW]]}
 size 69
   [junit4]   2> 505629 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:47080 is added to 
blk_1073741828_1004{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-2036711e-9254-45d1-a12f-5bfcef3752f2:NORMAL:127.0.0.1:35623|RBW],
 
ReplicaUC[[DISK]DS-b351cd7a-37e9-4509-bba9-24bb5e53b31b:NORMAL:127.0.0.1:47080|RBW]]}
 size 69
   [junit4]   2> 505629 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35623 is added to 
blk_1073741825_1001 size 69
   [junit4]   2> 505629 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35623 is added to 
blk_1073741827_1003 size 69
   [junit4]   2> 505629 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35623 is added to 
blk_1073741828_1004 size 69
   [junit4]   2> 505881 DEBUG (ScheduledTrigger-2092-thread-1) 
[n:127.0.0.1:59838_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 506143 INFO  (qtp1449337615-5899) [n:127.0.0.1:46343_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> 506143 INFO  (qtp1449337615-5899) [n:127.0.0.1:46343_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> 506144 INFO  (qtp1449337615-5899) [n:127.0.0.1:46343_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 506163 INFO  (qtp1459247820-5890) [n:127.0.0.1:58514_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> 506163 INFO  (qtp1459247820-5890) [n:127.0.0.1:58514_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> 506164 INFO  (qtp1459247820-5890) [n:127.0.0.1:58514_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 506167 INFO  (qtp1449337615-5899) [n:127.0.0.1:46343_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 506167 INFO  (qtp1449337615-5899) [n:127.0.0.1:46343_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 506173 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_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> 506173 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_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> 506173 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 506181 INFO  (qtp1459247820-5890) [n:127.0.0.1:58514_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 506182 INFO  (qtp1459247820-5890) [n:127.0.0.1:58514_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 506186 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_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> 506186 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_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> 506186 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 506193 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 506193 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 506207 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 506207 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 506328 INFO  (qtp1449337615-5899) [n:127.0.0.1:46343_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1882ee87[testSimple1_shard2_replica_n6] main]
   [junit4]   2> 506329 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2076bc20[testSimple1_shard1_replica_n2] main]
   [junit4]   2> 506330 INFO  (qtp1459247820-5890) [n:127.0.0.1:58514_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1b68e0a3[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 506330 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_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> 506334 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_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> 506335 INFO  (qtp1459247820-5890) [n:127.0.0.1:58514_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> 506336 INFO  (qtp1459247820-5890) [n:127.0.0.1:58514_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> 506336 INFO  (qtp1449337615-5899) [n:127.0.0.1:46343_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> 506337 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_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> 506338 INFO  
(searcherExecutor-2104-thread-1-processing-n:127.0.0.1:46343_solr 
x:testSimple1_shard1_replica_n2 s:shard1 c:testSimple1 r:core_node5) 
[n:127.0.0.1:46343_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@2076bc20[testSimple1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 506339 INFO  (qtp1459247820-5890) [n:127.0.0.1:58514_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> 506339 INFO  (qtp1449337615-5899) [n:127.0.0.1:46343_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> 506340 INFO  
(searcherExecutor-2102-thread-1-processing-n:127.0.0.1:58514_solr 
x:testSimple1_shard1_replica_n1 s:shard1 c:testSimple1 r:core_node3) 
[n:127.0.0.1:58514_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@1b68e0a3[testSimple1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 506340 INFO  (qtp1449337615-5899) [n:127.0.0.1:46343_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> 506344 INFO  (qtp1459247820-5890) [n:127.0.0.1:58514_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 1592448075134140416
   [junit4]   2> 506344 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_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 1592448075134140416
   [junit4]   2> 506344 INFO  
(searcherExecutor-2103-thread-1-processing-n:127.0.0.1:46343_solr 
x:testSimple1_shard2_replica_n6 s:shard2 c:testSimple1 r:core_node8) 
[n:127.0.0.1:46343_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@1882ee87[testSimple1_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 506344 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@c84d2a4[testSimple1_shard2_replica_n4] main]
   [junit4]   2> 506345 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_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> 506345 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_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> 506346 INFO  (qtp1449337615-5899) [n:127.0.0.1:46343_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 1592448075136237568
   [junit4]   2> 506346 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_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> 506347 INFO  
(searcherExecutor-2101-thread-1-processing-n:127.0.0.1:58514_solr 
x:testSimple1_shard2_replica_n4 s:shard2 c:testSimple1 r:core_node7) 
[n:127.0.0.1:58514_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@c84d2a4[testSimple1_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 506347 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_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 1592448075137286144
   [junit4]   2> 506353 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 506353 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 506354 INFO  
(zkCallback-1076-thread-1-processing-n:127.0.0.1:58514_solr) 
[n:127.0.0.1:58514_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> 506353 INFO  
(zkCallback-1084-thread-1-processing-n:127.0.0.1:46343_solr) 
[n:127.0.0.1:46343_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> 506353 INFO  
(zkCallback-1084-thread-2-processing-n:127.0.0.1:46343_solr) 
[n:127.0.0.1:46343_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> 506354 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:46343/solr/testSimple1_shard1_replica_n2/
   [junit4]   2> 506354 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 
url=https://127.0.0.1:46343/solr START 
replicas=[https://127.0.0.1:58514/solr/testSimple1_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 506358 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.ZkShardTerms Failed to save terms, version is not match, retrying
   [junit4]   2> 506365 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 506365 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 506365 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:58514/solr/testSimple1_shard2_replica_n4/
   [junit4]   2> 506368 INFO  (qtp1459247820-5888) [n:127.0.0.1:58514_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.S.Request [testSimple1_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 506368 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4 
url=https://127.0.0.1:58514/solr START 
replicas=[https://127.0.0.1:46343/solr/testSimple1_shard2_replica_n6/] 
nUpdates=100
   [junit4]   2> 506378 INFO  (qtp1449337615-5900) [n:127.0.0.1:46343_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.S.Request [testSimple1_shard2_replica_n6]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 506470 INFO  
(zkCallback-1076-thread-1-processing-n:127.0.0.1:58514_solr) 
[n:127.0.0.1:58514_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> 506470 INFO  
(zkCallback-1084-thread-1-processing-n:127.0.0.1:46343_solr) 
[n:127.0.0.1:46343_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> 506470 INFO  
(zkCallback-1084-thread-2-processing-n:127.0.0.1:46343_solr) 
[n:127.0.0.1:46343_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> 506655 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 
url=https://127.0.0.1:46343/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 506655 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 506655 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 506655 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 506658 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:46343/solr/testSimple1_shard1_replica_n2/ shard1
   [junit4]   2> 506668 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4 
url=https://127.0.0.1:58514/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 506668 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 506668 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 506668 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 506671 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:58514/solr/testSimple1_shard2_replica_n4/ shard2
   [junit4]   2> 506772 INFO  
(zkCallback-1084-thread-1-processing-n:127.0.0.1:46343_solr) 
[n:127.0.0.1:46343_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> 506772 INFO  
(zkCallback-1076-thread-1-processing-n:127.0.0.1:58514_solr) 
[n:127.0.0.1:58514_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> 506772 INFO  
(zkCallback-1084-thread-2-processing-n:127.0.0.1:46343_solr) 
[n:127.0.0.1:46343_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> 506809 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 506811 INFO  (qtp1449337615-5895) [n:127.0.0.1:46343_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=2844
   [junit4]   2> 506821 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 506825 INFO  (qtp1459247820-5891) [n:127.0.0.1:58514_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=2909
   [junit4]   2> 506882 DEBUG (ScheduledTrigger-2092-thread-4) 
[n:127.0.0.1:59838_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 506926 INFO  
(zkCallback-1076-thread-1-processing-n:127.0.0.1:58514_solr) 
[n:127.0.0.1:58514_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> 506926 INFO  
(zkCallback-1084-thread-1-processing-n:127.0.0.1:46343_solr) 
[n:127.0.0.1:46343_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> 506926 INFO  
(zkCallback-1084-thread-2-processing-n:127.0.0.1:46343_solr) 
[n:127.0.0.1:46343_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> 507354 INFO  (qtp1459247820-5890) [n:127.0.0.1:58514_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=3437
   [junit4]   2> 507366 INFO  (qtp1449337615-5899) [n:127.0.0.1:46343_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=3409
   [junit4]   2> 507369 INFO  (qtp1459247820-5885) [n:127.0.0.1:58514_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> 507467 INFO  
(zkCallback-1076-thread-1-processing-n:127.0.0.1:58514_solr) 
[n:127.0.0.1:58514_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> 507467 INFO  
(zkCallback-1084-thread-1-processing-n:127.0.0.1:46343_solr) 
[n:127.0.0.1:46343_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> 507467 INFO  
(zkCallback-1084-thread-2-processing-n:127.0.0.1:46343_solr) 
[n:127.0.0.1:46343_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> 507584 INFO  
(OverseerCollectionConfigSetProcessor-73298107208171528-127.0.0.1:59838_solr-n_0000000000)
 [n:127.0.0.1:59838_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> 507882 DEBUG (ScheduledTrigger-2092-thread-4) 
[n:127.0.0.1:59838_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 508370 INFO  (qtp1459247820-5885) [n:127.0.0.1:58514_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:58514_solr,127.0.0.1:46343_solr&wt=javabin&version=2}
 status=0 QTime=4792
   [junit4]   2> 508371 INFO  (qtp1459247820-5889) [n:127.0.0.1:58514_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=false&name=testSimple2&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:46343_solr,127.0.0.1:59838_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 508374 INFO  
(OverseerThreadFactory-2095-thread-2-processing-n:127.0.0.1:59838_solr) 
[n:127.0.0.1:59838_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testSimple2
   [junit4]   2> 508584 INFO  
(OverseerStateUpdate-73298107208171528-127.0.0.1:59838_solr-n_0000000000) 
[n:127.0.0.1:59838_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46343/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 508588 INFO  
(OverseerStateUpdate-73298107208171528-127.0.0.1:59838_solr-n_0000000000) 
[n:127.0.0.1:59838_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple2_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:59838/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 508591 INFO  
(OverseerStateUpdate-73298107208171528-127.0.0.1:59838_solr-n_0000000000) 
[n:127.0.0.1:59838_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple2_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46343/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 508595 INFO  
(OverseerStateUpdate-73298107208171528-127.0.0.1:59838_solr-n_0000000000) 
[n:127.0.0.1:59838_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple2_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:59838/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 508803 INFO  (qtp1449337615-5901) [n:127.0.0.1:46343_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 508806 INFO  (qtp1449337615-5897) [n:127.0.0.1:46343_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple2_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple2&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 508836 INFO  (qtp1708405548-5883) [n:127.0.0.1:59838_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 508836 INFO  (qtp1708405548-5883) [n:127.0.0.1:59838_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 508848 INFO  (qtp1708405548-5884) [n:127.0.0.1:59838_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSim

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

ef47a8{/solr,null,UNAVAILABLE}
   [junit4]   2> 2467808 INFO  (jetty-closer-5207-thread-7) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 2467808 ERROR 
(SUITE-TriggerIntegrationTest-seed#[E7ED4D56E69B766A]-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> 2467809 INFO  
(SUITE-TriggerIntegrationTest-seed#[E7ED4D56E69B766A]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:39267 39267
   [junit4]   2> 2467907 INFO  (Thread-8901) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:39267 39267
   [junit4]   2> 2467908 WARN  (Thread-8901) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        43      /solr/collections/collection1/terms/shard1
   [junit4]   2>        23      /solr/clusterprops.json
   [junit4]   2>        23      /solr/aliases.json
   [junit4]   2>        22      /solr/security.json
   [junit4]   2>        10      /solr/configs/conf
   [junit4]   2>        9       /solr/collections/testMetricTrigger/terms/shard1
   [junit4]   2>        2       /solr/collections/testMetricTrigger/terms/shard2
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        140     /solr/collections/collection1/state.json
   [junit4]   2>        35      /solr/collections/testMetricTrigger/state.json
   [junit4]   2>        23      /solr/clusterstate.json
   [junit4]   2>        6       /solr/autoscaling.json
   [junit4]   2>        4       
/solr/collections/collection1/leader_elect/shard1/election/73298223041216542-core_node3-n_0000000001
   [junit4]   2>        3       
/solr/overseer_elect/election/73298223041216557-127.0.0.1:41230_solr-n_0000000013
   [junit4]   2>        3       
/solr/overseer_elect/election/73298223041216554-127.0.0.1:59163_solr-n_0000000012
   [junit4]   2>        2       
/solr/overseer_elect/election/73298223041216523-127.0.0.1:45226_solr-n_0000000002
   [junit4]   2>        2       
/solr/overseer_elect/election/73298223041216548-127.0.0.1:40582_solr-n_0000000010
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/73298223041216539-core_node12-n_0000000005
   [junit4]   2>        2       
/solr/overseer_elect/election/73298223041216542-127.0.0.1:49252_solr-n_0000000008
   [junit4]   2>        2       
/solr/overseer_elect/election/73298223041216575-127.0.0.1:44570_solr-n_0000000019
   [junit4]   2>        2       
/solr/overseer_elect/election/73298223041216563-127.0.0.1:38607_solr-n_0000000015
   [junit4]   2>        2       
/solr/overseer_elect/election/73298223041216517-127.0.0.1:51506_solr-n_0000000000
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/73298223041216548-core_node10-n_0000000004
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        23      /solr/live_nodes
   [junit4]   2>        23      /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: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_E7ED4D56E69B766A-001
   [junit4]   2> Feb 15, 2018 7:13:13 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{_version_=PostingsFormat(name=LuceneFixedGap), id=PostingsFormat(name=Memory), 
x_s=PostingsFormat(name=LuceneFixedGap)}, docValues:{}, maxPointsInLeafNode=29, 
maxMBSortInHeap=5.9597130946124075, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@47e5cf03),
 locale=en-NZ, timezone=America/Pangnirtung
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=252411048,total=484442112
   [junit4]   2> NOTE: All tests run in this JVM: [TestXmlQParser, 
TestBinaryResponseWriter, HdfsRecoveryZkTest, TestGeoJSONResponseWriter, 
TestMacros, CollectionsAPIDistributedZkTest, SyncSliceTest, 
DistributedIntervalFacetingTest, TestBlobHandler, TestRetrieveFieldsOptimizer, 
TestRTGBase, TestAuthorizationFramework, TestDFISimilarityFactory, 
TestSolrCloudWithKerberosAlt, TestSolrCloudWithHadoopAuthPlugin, 
OutOfBoxZkACLAndCredentialsProvidersTest, AlternateDirectoryTest, TestTrie, 
MergeStrategyTest, TestReplicationHandler, TestSerializedLuceneMatchVersion, 
TestEmbeddedSolrServerAdminHandler, GraphQueryTest, 
TestTolerantUpdateProcessorCloud, CreateRoutedAliasTest, 
TestObjectReleaseTracker, TestFieldTypeCollectionResource, RuleEngineTest, 
TestDistributedGrouping, TestFoldingMultitermQuery, 
TestOverriddenPrefixQueryForCustomFieldType, BasicZkTest, 
TestTriggerIntegration, SecurityConfHandlerTest, BlockDirectoryTest, 
SolrMetricReporterTest, MissingSegmentRecoveryTest, 
TestLocalFSCloudBackupRestore, RemoteQueryErrorTest, DeleteStatusTest, 
HdfsWriteToMultipleCollectionsTest, ShardRoutingCustomTest, 
DistributedSuggestComponentTest, TestPostingsSolrHighlighter, 
TestFieldCacheVsDocValues, TestRestoreCore, HdfsLockFactoryTest, 
BadComponentTest, TestNumericTerms32, TestSha256AuthenticationProvider, 
NodeLostTriggerTest, BlockJoinFacetDistribTest, 
BigEndianAscendingWordDeserializerTest, BooleanFieldTest, TestConfigSetsAPI, 
HighlighterTest, SolrGraphiteReporterTest, WrapperMergePolicyFactoryTest, 
TestPartialUpdateDeduplication, SchemaVersionSpecificBehaviorTest, 
TestOrdValues, PeerSyncTest, DistributedExpandComponentTest, 
TestIntervalFaceting, FileUtilsTest, DistributedFacetPivotWhiteBoxTest, 
TestConfigSets, QueryElevationComponentTest, DocumentBuilderTest, TestZkChroot, 
ReplicationFactorTest, TestLegacyFieldReuse, TestNodeLostTrigger, 
PrimUtilsTest, ClassificationUpdateProcessorTest, BasicAuthIntegrationTest, 
TestPerFieldSimilarity, DistributedMLTComponentTest, OverseerTest, 
SolrSlf4jReporterTest, DistanceUnitsTest, TestInPlaceUpdatesDistrib, 
SOLR749Test, TestMissingGroups, JsonLoaderTest, DataDrivenBlockJoinTest, 
TestAddFieldRealTimeGet, HttpPartitionOnCommitTest, TestSolrJ, 
RegexBytesRefFilterTest, ZkControllerTest, SliceStateTest, ZkFailoverTest, 
FieldMutatingUpdateProcessorTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, SoftAutoCommitTest, 
SuggestComponentContextFilterQueryTest, TestAnalyzeInfixSuggestions, 
TestBulkSchemaAPI, HdfsDirectoryFactoryTest, IndexSchemaTest, 
SolrCLIZkUtilsTest, TestCursorMarkWithoutUniqueKey, 
TestSimpleTrackingShardHandler, TestExactSharedStatsCache, TestManagedResource, 
DirectUpdateHandlerOptimizeTest, TestTestInjection, TestSchemaResource, 
TestLRUCache, TestFastLRUCache, UpdateRequestProcessorFactoryTest, 
TestPushWriter, TestRecovery, VersionInfoTest, TestNumericTokenStream, 
TestComputePlanAction, ChaosMonkeySafeLeaderTest, PrimitiveFieldTypeTest, 
DistribJoinFromCollectionTest, CurrencyRangeFacetCloudTest, 
TestSSLRandomization, DateRangeFieldTest, TestTrackingShardHandlerFactory, 
QueryEqualityTest, MoveReplicaTest, TestHalfAndHalfDocValues, SuggesterTest, 
BasicDistributedZk2Test, UnloadDistributedZkTest, ClusterStateUpdateTest, 
TestRandomFaceting, LeaderElectionTest, TestRandomDVFaceting, TestRealTimeGet, 
TestJoin, TestStressVersions, TestRangeQuery, SolrCoreTest, TestFunctionQuery, 
BasicFunctionalityTest, TestIndexSearcher, SimplePostToolTest, 
TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, 
SuggesterFSTTest, TestCSVLoader, TestPseudoReturnFields, 
StatelessScriptUpdateProcessorFactoryTest, SolrInfoBeanTest, CacheHeaderTest, 
TestSurroundQueryParser, TestQueryUtils, DirectSolrSpellCheckerTest, 
TestReversedWildcardFilterFactory, FileBasedSpellCheckerTest, 
XmlUpdateRequestHandlerTest, RequestHandlersTest, 
PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, 
FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, TestJmxIntegration, 
QueryParsingTest, PingRequestHandlerTest, TestLFUCache, 
TestSolrDeletionPolicy2, SampleTest, TestBinaryField, TestSearchPerf, 
TestElisionMultitermQuery, OutputWriterTest, DirectSolrConnectionTest, 
TestCharFilters, TestXIncludeConfig, TestSweetSpotSimilarityFactory, 
TestDFRSimilarityFactory, TestLMJelinekMercerSimilarityFactory, 
TimeZoneUtilsTest, TestFastOutputStream, URLClassifyProcessorTest, 
PreAnalyzedFieldTest, TestSystemIdResolver, RAMDirectoryFactoryTest, 
TestCrossCoreJoin, TestDistributedMissingSort, TestEmbeddedSolrServerSchemaAPI, 
TestJettySolrRunner, ConnectionReuseTest, AliasIntegrationTest, 
DeleteInactiveReplicaTest, DeleteReplicaTest, DocValuesNotIndexedTest, 
HealthCheckHandlerTest, LeaderElectionContextKeyTest, 
LeaderInitiatedRecoveryOnShardRestartTest, LegacyCloudClusterPropTest, 
MoveReplicaHDFSTest, OverseerTaskQueueTest, ReplaceNodeTest, SSLMigrationTest, 
SaslZkACLProviderTest, SolrCloudExampleTest, TestCloudInspectUtil, 
TestCloudJSONFacetJoinDomain, TestCloudPseudoReturnFields, TestCloudRecovery, 
TestDistribDocBasedVersion, TestLeaderElectionWithEmptyReplica, TestLockTree, 
TestMiniSolrCloudClusterSSL, TestPullReplica, TestShortCircuitedRequests, 
TestSizeLimitedDistributedMap, TestSolrCloudWithSecureImpersonation, 
TestStressCloudBlindAtomicUpdates, TestTolerantUpdateProcessorRandomCloud, 
TlogReplayBufferedWhileIndexingTest, VMParamsZkACLAndCredentialsProvidersTest, 
CollectionReloadTest, CollectionsAPIAsyncDistributedZkTest, 
HdfsCollectionsAPIDistributedZkTest, TestCollectionAPI, 
TestHdfsCloudBackupRestore, TestRequestStatusCollectionAPI, 
AutoScalingHandlerTest, ComputePlanActionTest, ExecutePlanActionTest, 
HttpTriggerListenerTest, NodeAddedTriggerTest, TestPolicyCloud, 
TriggerIntegrationTest]
   [junit4] Completed [613/776 (2!)] on J1 in 205.77s, 14 tests, 1 failure <<< 
FAILURES!

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

Reply via email to