Build: 
https://builds.apache.org/job/Lucene-Solr-BadApples-NightlyTests-master/119/

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

Error Message:
Expected numSlices=2 numReplicas=2 but found 
DocCollection(solrj_collection/12)={   "pullReplicas":"0",   
"replicationFactor":"2",   "shards":{     "shard1":{       
"range":"80000000-ffffffff",       "state":"active",       "replicas":{         
"core_node3":{           
"dataDir":"hdfs://localhost.localdomain:36025/solr_hdfs_home/solrj_collection/core_node3/data/",
           "base_url":"http://127.0.0.1:42995/mn_";,           
"node_name":"127.0.0.1:42995_mn_",           "type":"NRT",           
"force_set_state":"false",           
"ulogDir":"hdfs://localhost.localdomain:36025/solr_hdfs_home/solrj_collection/core_node3/data/tlog",
           "core":"solrj_collection_shard1_replica_n1",           
"shared_storage":"true",           "state":"active"},         "core_node5":{    
       
"dataDir":"hdfs://localhost.localdomain:36025/solr_hdfs_home/solrj_collection/core_node5/data/",
           "base_url":"http://127.0.0.1:35767/mn_";,           
"node_name":"127.0.0.1:35767_mn_",           "type":"NRT",           
"force_set_state":"false",           
"ulogDir":"hdfs://localhost.localdomain:36025/solr_hdfs_home/solrj_collection/core_node5/data/tlog",
           "core":"solrj_collection_shard1_replica_n2",           
"shared_storage":"true",           "state":"active",           
"leader":"true"}}},     "shard2":{       "range":"0-7fffffff",       
"state":"active",       "replicas":{         "core_node7":{           
"dataDir":"hdfs://localhost.localdomain:36025/solr_hdfs_home/solrj_collection/core_node7/data/",
           "base_url":"http://127.0.0.1:43389/mn_";,           
"node_name":"127.0.0.1:43389_mn_",           "type":"NRT",           
"force_set_state":"false",           
"ulogDir":"hdfs://localhost.localdomain:36025/solr_hdfs_home/solrj_collection/core_node7/data/tlog",
           "core":"solrj_collection_shard2_replica_n4",           
"shared_storage":"true",           "state":"down"},         "core_node8":{      
     "core":"solrj_collection_shard2_replica_n6",           
"base_url":"http://127.0.0.1:39049/mn_";,           
"node_name":"127.0.0.1:39049_mn_",           "state":"down",           
"type":"NRT",           "force_set_state":"false"}}}},   "router":{     
"field":"myOwnField",     "name":"compositeId"},   "maxShardsPerNode":"2",   
"autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"} with 
/live_nodes: [127.0.0.1:35767_mn_, 127.0.0.1:39049_mn_, 127.0.0.1:42995_mn_]

Stack Trace:
java.lang.AssertionError: Expected numSlices=2 numReplicas=2 but found 
DocCollection(solrj_collection/12)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          
"dataDir":"hdfs://localhost.localdomain:36025/solr_hdfs_home/solrj_collection/core_node3/data/",
          "base_url":"http://127.0.0.1:42995/mn_";,
          "node_name":"127.0.0.1:42995_mn_",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://localhost.localdomain:36025/solr_hdfs_home/solrj_collection/core_node3/data/tlog",
          "core":"solrj_collection_shard1_replica_n1",
          "shared_storage":"true",
          "state":"active"},
        "core_node5":{
          
"dataDir":"hdfs://localhost.localdomain:36025/solr_hdfs_home/solrj_collection/core_node5/data/",
          "base_url":"http://127.0.0.1:35767/mn_";,
          "node_name":"127.0.0.1:35767_mn_",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://localhost.localdomain:36025/solr_hdfs_home/solrj_collection/core_node5/data/tlog",
          "core":"solrj_collection_shard1_replica_n2",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          
"dataDir":"hdfs://localhost.localdomain:36025/solr_hdfs_home/solrj_collection/core_node7/data/",
          "base_url":"http://127.0.0.1:43389/mn_";,
          "node_name":"127.0.0.1:43389_mn_",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://localhost.localdomain:36025/solr_hdfs_home/solrj_collection/core_node7/data/tlog",
          "core":"solrj_collection_shard2_replica_n4",
          "shared_storage":"true",
          "state":"down"},
        "core_node8":{
          "core":"solrj_collection_shard2_replica_n6",
          "base_url":"http://127.0.0.1:39049/mn_";,
          "node_name":"127.0.0.1:39049_mn_",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{
    "field":"myOwnField",
    "name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"} with /live_nodes: [127.0.0.1:35767_mn_, 
127.0.0.1:39049_mn_, 127.0.0.1:42995_mn_]
        at 
__randomizedtesting.SeedInfo.seed([D303EFC70992B88B:5B57D01DA76ED573]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.assertSliceAndReplicaCount(SharedFSAutoReplicaFailoverTest.java:415)
        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.testBasics(SharedFSAutoReplicaFailoverTest.java:222)
        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.test(SharedFSAutoReplicaFailoverTest.java:145)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
        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:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
        at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 13993 lines...]
   [junit4] Suite: org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest
   [junit4]   2> 4327798 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 4327798 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 4327799 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_D303EFC70992B88B-001/data-dir-116-001
   [junit4]   2> 4327799 WARN  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 4327799 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 4327800 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
   [junit4]   2> 4327800 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /mn_/
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 4327872 WARN  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 4327874 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+8-LTS
   [junit4]   2> 4327874 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4327875 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4327875 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4327875 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@128aa8be{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 4327978 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.w.WebAppContext@4a5e24b4{hdfs,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/jetty-localhost_localdomain-33693-hadoop-hdfs-3_2_0-tests_jar-_-any-1326555044566668694.dir/webapp/,AVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/hdfs}
   [junit4]   2> 4327978 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@641ddfb0{HTTP/1.1, 
(http/1.1)}{localhost.localdomain:33693}
   [junit4]   2> 4327978 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.e.j.s.Server Started @4328024ms
   [junit4]   2> 4328028 WARN  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 4328029 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+8-LTS
   [junit4]   2> 4328029 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4328029 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4328029 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4328030 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@155e570{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 4328132 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.w.WebAppContext@fa252dd{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/jetty-localhost-44509-hadoop-hdfs-3_2_0-tests_jar-_-any-14664097013912999107.dir/webapp/,AVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/datanode}
   [junit4]   2> 4328132 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@21f3f83b{HTTP/1.1, 
(http/1.1)}{localhost:44509}
   [junit4]   2> 4328132 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.e.j.s.Server Started @4328178ms
   [junit4]   2> 4328260 INFO  (Block report processor) [     ] 
BlockStateChange BLOCK* processReport 0x8fad13518ac2aea9: Processing first 
storage report for DS-f58eed0c-6868-4623-af6c-e9453a6fbe4f from datanode 
8fa397f1-bace-40a6-8c7b-53c0b8c31d7b
   [junit4]   2> 4328260 INFO  (Block report processor) [     ] 
BlockStateChange BLOCK* processReport 0x8fad13518ac2aea9: from storage 
DS-f58eed0c-6868-4623-af6c-e9453a6fbe4f node 
DatanodeRegistration(127.0.0.1:42713, 
datanodeUuid=8fa397f1-bace-40a6-8c7b-53c0b8c31d7b, infoPort=40907, 
infoSecurePort=0, ipcPort=37345, 
storageInfo=lv=-57;cid=testClusterID;nsid=1944512388;c=1593200394521), blocks: 
0, hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 4328260 INFO  (Block report processor) [     ] 
BlockStateChange BLOCK* processReport 0x8fad13518ac2aea9: Processing first 
storage report for DS-f4b68e69-5b01-4f8a-98ed-78816b23eae4 from datanode 
8fa397f1-bace-40a6-8c7b-53c0b8c31d7b
   [junit4]   2> 4328260 INFO  (Block report processor) [     ] 
BlockStateChange BLOCK* processReport 0x8fad13518ac2aea9: from storage 
DS-f4b68e69-5b01-4f8a-98ed-78816b23eae4 node 
DatanodeRegistration(127.0.0.1:42713, 
datanodeUuid=8fa397f1-bace-40a6-8c7b-53c0b8c31d7b, infoPort=40907, 
infoSecurePort=0, ipcPort=37345, 
storageInfo=lv=-57;cid=testClusterID;nsid=1944512388;c=1593200394521), blocks: 
0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 4328359 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4328359 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 4328360 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4328459 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.ZkTestServer start zk server on port: 42567
   [junit4]   2> 4328460 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:42567
   [junit4]   2> 4328460 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42567
   [junit4]   2> 4328460 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 42567
   [junit4]   2> 4328461 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4328464 INFO  (zkConnectionManagerCallback-28254-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4328464 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4328466 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4328467 INFO  (zkConnectionManagerCallback-28256-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4328467 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4328468 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 4328469 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 4328470 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4328470 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 4328471 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 4328472 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 4328473 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 4328474 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4328474 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4328475 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 4328476 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 4328477 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 4328581 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4328581 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 4328581 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+8-LTS
   [junit4]   2> 4328582 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4328582 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4328582 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 4328583 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@78db0e22{/mn_,null,AVAILABLE}
   [junit4]   2> 4328583 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@559f1bc8{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:42995}
   [junit4]   2> 4328583 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.e.j.s.Server Started @4328628ms
   [junit4]   2> 4328583 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/mn_, 
hostPort=42995, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_D303EFC70992B88B-001/control-001/cores}
   [junit4]   2> 4328583 ERROR 
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 4328583 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4328583 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 4328583 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4328583 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr
   [junit4]   2> 4328583 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-06-26T19:39:55.291980Z
   [junit4]   2> 4328584 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4328585 INFO  (zkConnectionManagerCallback-28258-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4328585 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4328686 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 4328686 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_D303EFC70992B88B-001/control-001/solr.xml
   [junit4]   2> 4328690 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3deaec49, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 4329438 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 4329439 WARN  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2ebc45a9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4329439 WARN  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2ebc45a9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4329442 WARN  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1be90fc5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4329442 WARN  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1be90fc5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4329443 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42567/solr
   [junit4]   2> 4329444 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4329445 INFO  (zkConnectionManagerCallback-28269-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4329445 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4329546 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) 
[n:127.0.0.1:42995_mn_     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 4329547 INFO  (zkConnectionManagerCallback-28271-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4329547 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) 
[n:127.0.0.1:42995_mn_     ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 4329599 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) 
[n:127.0.0.1:42995_mn_     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:42995_mn_
   [junit4]   2> 4329599 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) 
[n:127.0.0.1:42995_mn_     ] o.a.s.c.Overseer Overseer 
(id=73998900664074244-127.0.0.1:42995_mn_-n_0000000000) starting
   [junit4]   2> 4329603 INFO  
(OverseerStateUpdate-73998900664074244-127.0.0.1:42995_mn_-n_0000000000) 
[n:127.0.0.1:42995_mn_     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:42995_mn_
   [junit4]   2> 4329603 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) 
[n:127.0.0.1:42995_mn_     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42995_mn_
   [junit4]   2> 4329603 DEBUG 
(OverseerAutoScalingTriggerThread-73998900664074244-127.0.0.1:42995_mn_-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and 
.scheduled_maintenance triggers
   [junit4]   2> 4329604 INFO  (zkCallback-28270-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4329604 DEBUG 
(OverseerAutoScalingTriggerThread-73998900664074244-127.0.0.1:42995_mn_-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with 
znode version 1
   [junit4]   2> 4329605 DEBUG 
(OverseerAutoScalingTriggerThread-73998900664074244-127.0.0.1:42995_mn_-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 0
   [junit4]   2> 4329605 DEBUG 
(OverseerAutoScalingTriggerThread-73998900664074244-127.0.0.1:42995_mn_-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 1
   [junit4]   2> 4329606 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) 
[n:127.0.0.1:42995_mn_     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 4329606 WARN  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) 
[n:127.0.0.1:42995_mn_     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 4329607 DEBUG 
(OverseerAutoScalingTriggerThread-73998900664074244-127.0.0.1:42995_mn_-n_0000000000)
 [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: [127.0.0.1:42995_mn_]
   [junit4]   2> 4329607 DEBUG (ScheduledTrigger-28276-thread-1) [     ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 4329611 DEBUG 
(OverseerAutoScalingTriggerThread-73998900664074244-127.0.0.1:42995_mn_-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / 
nodeAdded markers
   [junit4]   2> 4329611 DEBUG 
(OverseerAutoScalingTriggerThread-73998900664074244-127.0.0.1:42995_mn_-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 1
   [junit4]   2> 4329616 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) 
[n:127.0.0.1:42995_mn_     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 4329632 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) 
[n:127.0.0.1:42995_mn_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3deaec49
   [junit4]   2> 4329639 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) 
[n:127.0.0.1:42995_mn_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3deaec49
   [junit4]   2> 4329639 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) 
[n:127.0.0.1:42995_mn_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3deaec49
   [junit4]   2> 4329640 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) 
[n:127.0.0.1:42995_mn_     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_D303EFC70992B88B-001/control-001/cores
   [junit4]   2> 4329646 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4329647 INFO  (zkConnectionManagerCallback-28288-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4329647 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4329648 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4329648 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42567/solr ready
   [junit4]   2> 4329650 INFO  (qtp617014389-109924) [n:127.0.0.1:42995_mn_     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:42995_mn_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 4329652 INFO  
(OverseerThreadFactory-28278-thread-1-processing-n:127.0.0.1:42995_mn_) 
[n:127.0.0.1:42995_mn_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 4329757 INFO  (qtp617014389-109926) [n:127.0.0.1:42995_mn_     
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 4329757 INFO  (qtp617014389-109926) [n:127.0.0.1:42995_mn_     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node}
 status=0 QTime=0
   [junit4]   2> 4329761 INFO  
(OverseerStateUpdate-73998900664074244-127.0.0.1:42995_mn_-n_0000000000) 
[n:127.0.0.1:42995_mn_     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42995/mn_";,
   [junit4]   2>   "node_name":"127.0.0.1:42995_mn_",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4329963 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_    
x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4329972 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 9.0.0
   [junit4]   2> 4329986 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 4330066 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema 
test/1.6 with uniqueid field id
   [junit4]   2> 4330080 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating 
SolrCore 'control_collection_shard1_replica_n1' using configuration from 
configset conf1, trusted=true
   [junit4]   2> 4330080 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3deaec49
   [junit4]   2> 4330080 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost.localdomain:36025/solr_hdfs_home
   [junit4]   2> 4330081 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Solr 
Kerberos Authentication disabled
   [junit4]   2> 4330081 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore 
[[control_collection_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_D303EFC70992B88B-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[hdfs://localhost.localdomain:36025/solr_hdfs_home/control_collection/core_node2/data/]
   [junit4]   2> 4330081 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost.localdomain:36025/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 4330089 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Number of 
slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 4330089 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Block 
cache target memory usage, slab size of [4194304] will allocate [1] slabs and 
use ~[4194304] bytes
   [junit4]   2> 4330091 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.s.b.BlockDirectory Block cache 
on write is disabled
   [junit4]   2> 4330092 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost.localdomain:36025/solr_hdfs_home/control_collection/core_node2/data
   [junit4]   2> 4330106 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost.localdomain:36025/solr_hdfs_home/control_collection/core_node2/data/index
   [junit4]   2> 4330113 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Number of 
slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 4330113 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Block 
cache target memory usage, slab size of [4194304] will allocate [1] slabs and 
use ~[4194304] bytes
   [junit4]   2> 4330114 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.s.b.BlockDirectory Block cache 
on write is disabled
   [junit4]   2> 4330115 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@395a9031
   [junit4]   2> 4330136 WARN  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID 
paramSet a in requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A, b=B}}}
   [junit4]   2> 4330174 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 4330174 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4330174 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.u.HdfsUpdateLog Initializing 
HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 4330183 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 4330183 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 4330184 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=46, 
maxMergedSegmentMB=108.279296875, floorSegmentMB=1.4345703125, 
forceMergeDeletesPctAllowed=4.522576358919379, segmentsPerTier=23.0, 
maxCFSSegmentSizeMB=0.380859375, noCFSRatio=0.6903617765457517, 
deletesPctAllowed=46.32811334719504
   [junit4]   2> 4330188 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4330188 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4330189 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000 ms
   [junit4]   2> 4330189 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1670591699376668672
   [junit4]   2> 4330192 INFO  
(searcherExecutor-28290-thread-1-processing-n:127.0.0.1:42995_mn_ 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1 
r:core_node2) [n:127.0.0.1:42995_mn_ c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1]  Registered new searcher autowarm time: 
0 ms
   [junit4]   2> 4330194 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update 
of terms at /collections/control_collection/terms/shard1 to 
Terms{values={core_node2=0}, version=0}
   [junit4]   2> 4330194 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase 
make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 4330196 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 4330197 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 4330197 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:42995/mn_/control_collection_shard1_replica_n1/
   [junit4]   2> 4330197 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - 
now sync replicas to me
   [junit4]   2> 4330197 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy 
http://127.0.0.1:42995/mn_/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 4330197 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase 
Creating leader registration node 
/collections/control_collection/leaders/shard1/leader after winning as 
/collections/control_collection/leader_elect/shard1/election/73998900664074244-core_node2-n_0000000000
   [junit4]   2> 4330198 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
http://127.0.0.1:42995/mn_/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 4330300 INFO  (zkCallback-28270-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 4330300 INFO  (zkCallback-28270-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 4330300 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_ 
c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 4330302 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=339
   [junit4]   2> 4330304 INFO  (qtp617014389-109924) [n:127.0.0.1:42995_mn_     
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 4330402 INFO  (zkCallback-28270-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 4330402 INFO  (zkCallback-28270-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 4330402 INFO  (zkCallback-28270-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 4330403 INFO  (qtp617014389-109924) [n:127.0.0.1:42995_mn_     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:42995_mn_&wt=javabin&version=2}
 status=0 QTime=753
   [junit4]   2> 4330403 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in 
collection: control_collection
   [junit4]   2> 4330507 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4330508 INFO  (zkConnectionManagerCallback-28299-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4330508 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4330509 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4330510 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42567/solr ready
   [junit4]   2> 4330510 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 4330511 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 4330514 INFO  
(OverseerThreadFactory-28278-thread-2-processing-n:127.0.0.1:42995_mn_) 
[n:127.0.0.1:42995_mn_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 4330514 INFO  
(OverseerCollectionConfigSetProcessor-73998900664074244-127.0.0.1:42995_mn_-n_0000000000)
 [n:127.0.0.1:42995_mn_     ] 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> 4330608 DEBUG (ScheduledTrigger-28276-thread-1) [     ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 4330717 WARN  
(OverseerThreadFactory-28278-thread-2-processing-n:127.0.0.1:42995_mn_) 
[n:127.0.0.1:42995_mn_     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 4330718 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_     
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 4330719 INFO  (qtp617014389-109927) [n:127.0.0.1:42995_mn_     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&wt=javabin&version=2}
 status=0 QTime=208
   [junit4]   2> 4330720 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 4330720 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 4330720 INFO  (watches-28296-thread-1) [     ] 
o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 4330720 INFO  (watches-28296-thread-1) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 4330720 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 4330720 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 4330721 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 4330721 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 4330721 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances 
pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 4330821 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_D303EFC70992B88B-001/shard-1-001
 of type NRT for shard2
   [junit4]   2> 4330822 INFO  (closeThreadPool-28300-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4330822 INFO  (closeThreadPool-28300-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 4330822 INFO  (closeThreadPool-28300-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+8-LTS
   [junit4]   2> 4330827 INFO  (closeThreadPool-28300-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4330827 INFO  (closeThreadPool-28300-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4330827 INFO  (closeThreadPool-28300-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4330827 INFO  (closeThreadPool-28300-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3a4bbdb{/mn_,null,AVAILABLE}
   [junit4]   2> 4330828 INFO  (closeThreadPool-28300-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@17cb5483{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:44767}
   [junit4]   2> 4330828 INFO  (closeThreadPool-28300-thread-1) [     ] 
o.e.j.s.Server Started @4330873ms
   [junit4]   2> 4330828 INFO  (closeThreadPool-28300-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/mn_, 
solrconfig=solrconfig.xml, hostPort=44767, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_D303EFC70992B88B-001/shard-1-001/cores}
   [junit4]   2> 4330828 ERROR (closeThreadPool-28300-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 4330828 INFO  (closeThreadPool-28300-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4330828 INFO  (closeThreadPool-28300-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 4330828 INFO  (closeThreadPool-28300-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4330828 INFO  (closeThreadPool-28300-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr
   [junit4]   2> 4330828 INFO  (closeThreadPool-28300-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-06-26T19:39:57.536689Z
   [junit4]   2> 4330829 INFO  (closeThreadPool-28300-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4330830 INFO  (zkConnectionManagerCallback-28302-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4330830 INFO  (closeThreadPool-28300-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4330923 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_D303EFC70992B88B-001/shard-2-001
 of type NRT for shard1
   [junit4]   2> 4330924 INFO  (closeThreadPool-28300-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4330924 INFO  (closeThreadPool-28300-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 4330924 INFO  (closeThreadPool-28300-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+8-LTS
   [junit4]   2> 4330925 INFO  (closeThreadPool-28300-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4330925 INFO  (closeThreadPool-28300-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4330925 INFO  (closeThreadPool-28300-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4330927 INFO  (closeThreadPool-28300-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@68d47049{/mn_,null,AVAILABLE}
   [junit4]   2> 4330927 INFO  (closeThreadPool-28300-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@33ba8998{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:39049}
   [junit4]   2> 4330927 INFO  (closeThreadPool-28300-thread-2) [     ] 
o.e.j.s.Server Started @4330973ms
   [junit4]   2> 4330927 INFO  (closeThreadPool-28300-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/mn_, 
solrconfig=solrconfig.xml, hostPort=39049, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_D303EFC70992B88B-001/shard-2-001/cores}
   [junit4]   2> 4330928 ERROR (closeThreadPool-28300-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 4330928 INFO  (closeThreadPool-28300-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4330928 INFO  (closeThreadPool-28300-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 4330928 INFO  (closeThreadPool-28300-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4330928 INFO  (closeThreadPool-28300-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr
   [junit4]   2> 4330928 INFO  (closeThreadPool-28300-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-06-26T19:39:57.636400Z
   [junit4]   2> 4330929 INFO  (closeThreadPool-28300-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4330931 INFO  (closeThreadPool-28300-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 4330931 INFO  (closeThreadPool-28300-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_D303EFC70992B88B-001/shard-1-001/solr.xml
   [junit4]   2> 4330931 INFO  (zkConnectionManagerCallback-28304-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4330931 INFO  (closeThreadPool-28300-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4330935 INFO  (closeThreadPool-28300-thread-1) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3deaec49, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 4331029 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_D303EFC70992B88B-001/shard-3-001
 of type NRT for shard2
   [junit4]   2> 4331030 INFO  (closeThreadPool-28300-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4331030 INFO  (closeThreadPool-28300-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 4331030 INFO  (closeThreadPool-28300-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+8-LTS
   [junit4]   2> 4331031 INFO  (closeThreadPool-28300-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4331031 INFO  (closeThreadPool-28300-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4331031 INFO  (closeThreadPool-28300-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4331032 INFO  (closeThreadPool-28300-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 4331032 INFO  (closeThreadPool-28300-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_D303EFC70992B88B-001/shard-2-001/solr.xml
   [junit4]   2> 4331032 INFO  (closeThreadPool-28300-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1c387ebf{/mn_,null,AVAILABLE}
   [junit4]   2> 4331033 INFO  (closeThreadPool-28300-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@3104d38e{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:43389}
   [junit4]   2> 4331033 INFO  (closeThreadPool-28300-thread-3) [     ] 
o.e.j.s.Server Started @4331078ms
   [junit4]   2> 4331033 INFO  (closeThreadPool-28300-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/mn_, 
solrconfig=solrconfig.xml, hostPort=43389, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_D303EFC70992B88B-001/shard-3-001/cores}
   [junit4]   2> 4331033 ERROR (closeThreadPool-28300-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 4331033 INFO  (closeThreadPool-28300-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4331033 INFO  (closeThreadPool-28300-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 4331033 INFO  (closeThreadPool-28300-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4331033 INFO  (closeThreadPool-28300-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr
   [junit4]   2> 4331033 INFO  (closeThreadPool-28300-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-06-26T19:39:57.741842Z
   [junit4]   2> 4331034 INFO  (closeThreadPool-28300-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4331035 INFO  (zkConnectionManagerCallback-28309-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4331035 INFO  (closeThreadPool-28300-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4331037 INFO  (closeThreadPool-28300-thread-2) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3deaec49, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 4331136 INFO  (closeThreadPool-28300-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 4331136 INFO  (closeThreadPool-28300-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_D303EFC70992B88B-001/shard-3-001/solr.xml
   [junit4]   2> 4331140 INFO  (closeThreadPool-28300-thread-3) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3deaec49, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 4331145 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[D303EFC70992B88B]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_D303EFC70992B88B-001/shard-4-001
 of type NRT for shard1
   [junit4]   2> 4331159 INFO  (closeThreadPool-28300-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4331159 INFO  (closeThreadPool-28300-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 4331160 INFO  (closeThreadPool-28300-thread-4) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+8-LTS
   [junit4]   2> 4331172 INFO  (closeThreadPool-28300-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4331172 INFO  (closeThreadPool-28300-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4331172 INFO  (closeThreadPool-28300-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 4331173 INFO  (closeThreadPool-28300-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@d598706{/mn_,null,AVAILABLE}
   [junit4]   2> 4331173 INFO  (closeThreadPool-28300-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@4a9a57aa{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:35767}
   [junit4]   2> 4331173 INFO  (closeThreadPool-28300-thread-4) [     ] 
o.e.j.s.Server Started @4331218ms
   [junit4]   2> 4331173 INFO  (closeThreadPool-28300-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/mn_, 
solrconfig=solrconfig.xml, hostPort=35767, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_D303EFC70992B88B-001/shard-4-001/cores}
   [junit4]   2> 4331173 ERROR (closeThreadPool-28300-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 4331173 INFO  (closeThreadPool-28300-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4331173 INFO  (closeThreadPool-28300-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 4331173 INFO  (closeThreadPool-28300-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4331173 INFO  (closeThreadPool-28300-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr
   [junit4]   2> 4331173 INFO  (closeThreadPool-28300-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-06-26T19:39:57.881624Z
   [junit4]   2> 4331175 INFO  (closeThreadPool-28300-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4331179 INFO  (zkConnectionManagerCallback-28317-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4331179 INFO  (closeThreadPool-28300-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4331280 INFO  (closeThreadPool-28300-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 4331280 INFO  (closeThreadPool-28300-thread-4) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_D303EFC70992B88B-001/shard-4-001/solr.xml
   [junit4]   2> 4331284 INFO  (closeThreadPool-28300-thread-4) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3deaec49, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 4331552 INFO  (closeThreadPool-28300-thread-4) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 4331553 WARN  (closeThreadPool-28300-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@840be22[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4331553 WARN  (closeThreadPool-28300-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@840be22[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4331560 WARN  (closeThreadPool-28300-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@41f34300[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4331560 WARN  (closeThreadPool-28300-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@41f34300[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4331561 INFO  (closeThreadPool-28300-thread-4) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42567/solr
   [junit4]   2> 4331562 INFO  (closeThreadPool-28300-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4331562 INFO  (zkConnectionManagerCallback-28328-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4331562 INFO  (closeThreadPool-28300-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4331572 INFO  (closeThreadPool-28300-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 4331573 WARN  (closeThreadPool-28300-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7d004297[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4331573 WARN  (closeThreadPool-28300-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7d004297[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4331579 WARN  (closeThreadPool-28300-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@453d2064[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4331579 WARN  (closeThreadPool-28300-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@453d2064[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4331581 INFO  (closeThreadPool-28300-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42567/solr
   [junit4]   2> 4331581 INFO  (closeThreadPool-28300-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4331582 INFO  (zkConnectionManagerCallback-28336-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4331582 INFO  (closeThreadPool-28300-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4331612 DEBUG (ScheduledTrigger-28276-thread-4) [     ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 4331664 INFO  (closeThreadPool-28300-thread-4) 
[n:127.0.0.1:35767_mn_     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 4331665 INFO  (zkConnectionManagerCallback-28338-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4331665 INFO  (closeThreadPool-28300-thread-4) 
[n:127.0.0.1:35767_mn_     ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 4331668 INFO  (closeThreadPool-28300-thread-4) 
[n:127.0.0.1:35767_mn_     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 4331670 INFO  (closeThreadPool-28300-thread-4) 
[n:127.0.0.1:35767_mn_     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:35767_mn_ as DOWN
   [junit4]   2> 4331671 INFO  (closeThreadPool-28300-thread-4) 
[n:127.0.0.1:35767_mn_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 4331671 INFO  (closeThreadPool-28300-thread-4) 
[n:127.0.0.1:35767_mn_     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35767_mn_
   [junit4]   2> 4331672 INFO  (zkCallback-28270-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4331673 INFO  (closeThreadPool-28300-thread-4) 
[n:127.0.0.1:35767_mn_     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 4331673 WARN  (closeThreadPool-28300-thread-4) 
[n:127.0.0.1:35767_mn_     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 4331678 INFO  (zkCallback-28337-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4331678 INFO  (zkCallback-28298-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4331687 INFO  (closeThreadPool-28300-thread-4) 
[n:127.0.0.1:35767_mn_     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 4331696 INFO  (closeThreadPool-28300-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 4331696 WARN  (closeThreadPool-28300-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@774cb76d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4331697 WARN  (closeThreadPool-28300-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@774cb76d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4331700 WARN  (closeThreadPool-28300-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@23b0e628[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4331700 WARN  (closeThreadPool-28300-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@23b0e628[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4331701 INFO  (closeThreadPool-28300-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42567/solr
   [junit4]   2> 4331704 INFO  (closeThreadPool-28300-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4331705 INFO  (closeThreadPool-28300-thread-4) 
[n:127.0.0.1:35767_mn_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3deaec49
   [junit4]   2> 4331707 INFO  (zkConnectionManagerCallback-28353-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4331707 INFO  (closeThreadPool-28300-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4331714 INFO  (closeThreadPool-28300-thread-4) 
[n:127.0.0.1:35767_mn_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3deaec49
   [junit4]   2> 4331715 INFO  (closeThreadPool-28300-thread-4) 
[n:127.0.0.1:35767_mn_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3deaec49
   [junit4]   2> 4331716 INFO  (closeThreadPool-28300-thread-4) 
[n:127.0.0.1:35767_mn_     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_D303EFC70992B88B-001/shard-4-001/cores
   [junit4]   2> 4331723 INFO  (closeThreadPool-28300-thread-4) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:35767_mn_
   [junit4]   2> 4331764 INFO  (closeThreadPool-28300-thread-1) 
[n:127.0.0.1:44767_mn_     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 4331765 INFO  (zkConnectionManagerCallback-28356-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4331765 INFO  (closeThreadPool-28300-thread-1) 
[n:127.0.0.1:44767_mn_     ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 4331769 INFO  (closeThreadPool-28300-thread-1) 
[n:127.0.0.1:44767_mn_     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 4331771 INFO  (closeThreadPool-28300-thread-1) 
[n:127.0.0.1:44767_mn_     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:44767_mn_ as DOWN
   [junit4]   2> 4331772 INFO  (closeThreadPool-28300-thread-1) 
[n:127.0.0.1:44767_mn_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 4331772 INFO  (closeThreadPool-28300-thread-1) 
[n:127.0.0.1:44767_mn_     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44767_mn_
   [junit4]   2> 4331772 INFO  (zkCallback-28337-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4331772 INFO  (zkCallback-28270-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4331772 INFO  (zkCallback-28298-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4331774 INFO  (closeThreadPool-28300-thread-1) 
[n:127.0.0.1:44767_mn_     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 4331774 WARN  (closeThreadPool-28300-thread-1) 
[n:127.0.0.1:44767_mn_     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 4331781 INFO  (zkCallback-28355-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4331784 INFO  (closeThreadPool-28300-thread-1) 
[n:127.0.0.1:44767_mn_     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 4331800 INFO  (closeThreadPool-28300-thread-1) 
[n:127.0.0.1:44767_mn_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3deaec49
   [junit4]   2> 4331809 INFO  (closeThreadPool-28300-thread-1) 
[n:127.0.0.1:44767_mn_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3deaec49
   [junit4]   2> 4331810 INFO  (closeThreadPool-28300-thread-1) 
[n:127.0.0.1:44767_mn_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3deaec49
   [junit4]   2> 4331811 INFO  (closeThreadPool-28300-thread-1) 
[n:127.0.0.1:44767_mn_     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_D303EFC70992B88B-001/shard-1-001/cores
   [junit4]   2> 4331821 INFO  (closeThreadPool-28300-thread-1) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:44767_mn_
   [junit4]   2> 4331864 INFO  (closeThreadPool-28300-thread-3) 
[n:127.0.0.1:43389_mn_     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 4331867 INFO  (zkConnectionManagerCallback-28366-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4331867 INFO  (closeThreadPool-28300-thread-3) 
[n:127.0.0.1:43389_mn_     ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 4331870 INFO  (closeThreadPool-28300-thread-3) 
[n:127.0.0.1:43389_mn_     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 4331873 INFO  (closeThreadPool-28300-thread-3) 
[n:127.0.0.1:43389_mn_     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:43389_mn_ as DOWN
   [junit4]   2> 4331873 INFO  (closeThreadPool-28300-thread-3) 
[n:127.0.0.1:43389_mn_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 4331874 INFO  (closeThreadPool-28300-thread-3) 
[n:127.0.0.1:43389_mn_     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43389_mn_
   [junit4]   2> 4331874 INFO  (zkCallback-28298-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4331874 INFO  (zkCallback-28337-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4331874 INFO  (zkCallback-28355-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4331875 INFO  (zkCallback-28270-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4331876 INFO  (closeThreadPool-28300-thread-3) 
[n:127.0.0.1:43389_mn_     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 4331876 WARN  (closeThreadPool-28300-thread-3) 
[n:127.0.0.1:43389_mn_     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 4331883 INFO  (zkCallback-28365-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4331893 INFO  (closeThreadPool-28300-thread-3) 
[n:127.0.0.1:43389_mn_     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 4331909 INFO  (closeThreadPool-28300-thread-3) 
[n:127.0.0.1:43389_mn_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3deaec49
   [junit4]   2> 4331918 INFO  (closeThreadPool-28300-thread-3) 
[n:127.0.0.1:43389_mn_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3deaec49
   [junit4]   2> 4331918 INFO  (closeThreadPool-28300-thread-3) 
[n:127.0.0.1:43389_mn_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3deaec49
   [junit4]   2> 4331919 INFO  (closeThreadPool-28300-thread-3) 
[n:127.0.0.1:43389_mn_     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_D303EFC70992B88B-001/shard-3-001/cores
   [junit4]   2> 4331931 INFO  (closeThreadPool-283

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

 >           
 > "ulogDir":"hdfs://localhost.localdomain:36025/solr_hdfs_home/solrj_collection/core_node5/data/tlog",
   [junit4]    >           "core":"solrj_collection_shard1_replica_n2",
   [junit4]    >           "shared_storage":"true",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"}}},
   [junit4]    >     "shard2":{
   [junit4]    >       "range":"0-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node7":{
   [junit4]    >           
"dataDir":"hdfs://localhost.localdomain:36025/solr_hdfs_home/solrj_collection/core_node7/data/",
   [junit4]    >           "base_url":"http://127.0.0.1:43389/mn_";,
   [junit4]    >           "node_name":"127.0.0.1:43389_mn_",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "force_set_state":"false",
   [junit4]    >           
"ulogDir":"hdfs://localhost.localdomain:36025/solr_hdfs_home/solrj_collection/core_node7/data/tlog",
   [junit4]    >           "core":"solrj_collection_shard2_replica_n4",
   [junit4]    >           "shared_storage":"true",
   [junit4]    >           "state":"down"},
   [junit4]    >         "core_node8":{
   [junit4]    >           "core":"solrj_collection_shard2_replica_n6",
   [junit4]    >           "base_url":"http://127.0.0.1:39049/mn_";,
   [junit4]    >           "node_name":"127.0.0.1:39049_mn_",
   [junit4]    >           "state":"down",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "force_set_state":"false"}}}},
   [junit4]    >   "router":{
   [junit4]    >     "field":"myOwnField",
   [junit4]    >     "name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"2",
   [junit4]    >   "autoAddReplicas":"true",
   [junit4]    >   "nrtReplicas":"2",
   [junit4]    >   "tlogReplicas":"0"} with /live_nodes: [127.0.0.1:35767_mn_, 
127.0.0.1:39049_mn_, 127.0.0.1:42995_mn_]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D303EFC70992B88B:5B57D01DA76ED573]:0)
   [junit4]    >        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.assertSliceAndReplicaCount(SharedFSAutoReplicaFailoverTest.java:415)
   [junit4]    >        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.testBasics(SharedFSAutoReplicaFailoverTest.java:222)
   [junit4]    >        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.test(SharedFSAutoReplicaFailoverTest.java:145)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 4481341 WARN  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 4481360 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.w.WebAppContext@fa252dd{datanode,/,null,UNAVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/datanode}
   [junit4]   2> 4481360 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@21f3f83b{HTTP/1.1, 
(http/1.1)}{localhost:0}
   [junit4]   2> 4481360 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 4481360 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@155e570{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,UNAVAILABLE}
   [junit4]   2> 4481361 WARN  (BP-269056918-127.0.0.1-1593200394521 
heartbeating to localhost.localdomain/127.0.0.1:36025) [     ] 
o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager 
interrupted
   [junit4]   2> 4481361 WARN  (BP-269056918-127.0.0.1-1593200394521 
heartbeating to localhost.localdomain/127.0.0.1:36025) [     ] 
o.a.h.h.s.d.DataNode Ending block pool service for: Block pool 
BP-269056918-127.0.0.1-1593200394521 (Datanode Uuid 
8fa397f1-bace-40a6-8c7b-53c0b8c31d7b) service to 
localhost.localdomain/127.0.0.1:36025
   [junit4]   2> 4481383 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.w.WebAppContext@4a5e24b4{hdfs,/,null,UNAVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/hdfs}
   [junit4]   2> 4481383 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@641ddfb0{HTTP/1.1, 
(http/1.1)}{localhost.localdomain:0}
   [junit4]   2> 4481383 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 4481383 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[D303EFC70992B88B]-worker) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@128aa8be{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,UNAVAILABLE}
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_D303EFC70992B88B-001
   [junit4]   2> Jun 26, 2020 7:42:28 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 17 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): 
{_root_=Lucene84, id=PostingsFormat(name=LuceneVarGapFixedInterval), 
text=Lucene84}, docValues:{_version_=DocValuesFormat(name=Lucene80)}, 
maxPointsInLeafNode=832, maxMBSortInHeap=5.5618727973176085, 
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=th, 
timezone=Indian/Chagos
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 11.0.6 
(64-bit)/cpus=4,threads=6,free=208797200,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsNNFailoverTest, 
SyncSliceTest, TestPartialUpdateDeduplication, SolrSlf4jReporterTest, 
TestDeleteCollectionOnDownNodes, TestReplicationHandlerBackup, ReplaceNodeTest, 
ConvertedLegacyTest, DistributedFacetExistsSmallTest, 
AutoAddReplicasIntegrationTest, TestTolerantUpdateProcessorRandomCloud, 
ChangedSchemaMergeTest, TestJoin, TransactionLogTest, TestExactStatsCache, 
TestAuthorizationFramework, TestDistributedTracing, 
TestBackupRepositoryFactory, AliasIntegrationTest, PreAnalyzedFieldTest, 
ByteBuffersDirectoryFactoryTest, TestFuzzyAnalyzedSuggestions, 
DistributedUpdateProcessorTest, TestCSVLoader, JsonLoaderTest, 
PeerSyncWithLeaderAndIndexFingerprintCachingTest, TestSimLargeCluster, 
NodeLostTriggerTest, MoveReplicaHDFSFailoverTest, TestDefaultStatsCache, 
TestInPlaceUpdatesDistrib, HttpPartitionWithTlogReplicasTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, HdfsRestartWhileUpdatingTest, 
MBeansHandlerTest, TestSolrDeletionPolicy2, UpdateRequestProcessorFactoryTest, 
TestAddFieldRealTimeGet, TestSolrJ, TestMacroExpander, 
ConcurrentDeleteAndCreateCollectionTest, VersionInfoTest, 
CdcrBidirectionalTest, TestEmbeddedSolrServerConstructors, TestRTGBase, 
PropertiesRequestHandlerTest, OverseerSolrResponseTest, MergeStrategyTest, 
TestWithCollection, TemplateUpdateProcessorTest, NestedAtomicUpdateTest, 
TestSolrCachePerf, TestUseDocValuesAsStored2, HdfsBasicDistributedZkTest, 
TestRecoveryHdfs, TestCloudSchemaless, FastVectorHighlighterTest, 
TestFiltering, TokenizerChainTest, JvmMetricsTest, 
TestSolrCloudWithDelegationTokens, AuditLoggerPluginTest, HdfsDirectoryTest, 
AtomicUpdateRemovalJavabinTest, CdcrReplicationHandlerTest, DeleteNodeTest, 
TestConfigSetsAPIExclusivity, EmbeddedSolrNoSerializeTest, 
ScheduledMaintenanceTriggerTest, TestDynamicFieldCollectionResource, 
PeerSyncReplicationTest, ClassificationUpdateProcessorFactoryTest, 
TestRTimerTree, SimplePostToolTest, TestRequestForwarding, TestFieldCacheSort, 
CdcrWithNodesRestartsTest, TestSubQueryTransformerDistrib, TestSimUtils, 
TestQuerySenderNoQuery, TestTolerantSearch, TestRestoreCore, 
TestLRUStatsCacheCloud, ChaosMonkeySafeLeaderTest, DebugComponentTest, 
SortByFunctionTest, TestLegacyField, MoreLikeThisComponentTest, 
TestPolicyCloud, IndexSizeTriggerTest, DistributedFacetPivotSmallAdvancedTest, 
TestCollectionAPI, NodeMutatorTest, ResponseHeaderTest, 
TestCloudNestedDocsSort, ZkControllerTest, MultiDestinationAuditLoggerTest, 
TestHashQParserPlugin, TestNumericTerms64, TestXIncludeConfig, 
UnloadDistributedZkTest, TestRestManager, TestCustomDocTransformer, 
BadCopyFieldTest, AnalyticsQueryTest, RollingRestartTest, 
ResolveAnalyzerByNameTest, CloudMLTQParserTest, StatsReloadRaceTest, 
TestSolrCloudWithHadoopAuthPlugin, TestDirectoryFactory, 
TermVectorComponentTest, DirectSolrConnectionTest, 
TestOnReconnectListenerSupport, TestSystemCollAutoCreate, DocValuesMultiTest, 
TestDocumentBuilder, CollectionStateZnodeTest, TestBinaryField, 
SharedFSAutoReplicaFailoverTest]
   [junit4] Completed [542/913 (1!)] on J2 in 156.68s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 53267 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to