Build: https://builds.apache.org/job/Lucene-Solr-BadApples-NightlyTests-7.x/27/

2 tests failed.
FAILED:  
org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Error from server at http://127.0.0.1:36748/solr/awhollynewcollection_0: No 
registered leader was found after waiting for 4000ms , collection: 
awhollynewcollection_0 slice: shard1 saw 
state=DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/9)={
   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{   
    "range":"80000000-ffffffff",       "state":"active",       "replicas":{     
    "core_node3":{           "core":"awhollynewcollection_0_shard1_replica_n1", 
          "base_url":"http://127.0.0.1:42077/solr";,           
"node_name":"127.0.0.1:42077_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false"},         "core_node5":{      
     "core":"awhollynewcollection_0_shard1_replica_n2",           
"base_url":"http://127.0.0.1:41916/solr";,           
"node_name":"127.0.0.1:41916_solr",           "state":"down",           
"type":"NRT",           "force_set_state":"false"}}},     "shard2":{       
"range":"0-7fffffff",       "state":"active",       "replicas":{         
"core_node7":{           "core":"awhollynewcollection_0_shard2_replica_n4",     
      "base_url":"http://127.0.0.1:36748/solr";,           
"node_name":"127.0.0.1:36748_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false",           "leader":"true"},  
       "core_node8":{           
"core":"awhollynewcollection_0_shard2_replica_n6",           
"base_url":"http://127.0.0.1:39480/solr";,           
"node_name":"127.0.0.1:39480_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"2",   
"autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"} with 
live_nodes=[127.0.0.1:39480_solr, 127.0.0.1:36748_solr, 127.0.0.1:41916_solr, 
127.0.0.1:42077_solr]

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:36748/solr/awhollynewcollection_0: No 
registered leader was found after waiting for 4000ms , collection: 
awhollynewcollection_0 slice: shard1 saw 
state=DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/9)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"awhollynewcollection_0_shard1_replica_n1",
          "base_url":"http://127.0.0.1:42077/solr";,
          "node_name":"127.0.0.1:42077_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node5":{
          "core":"awhollynewcollection_0_shard1_replica_n2",
          "base_url":"http://127.0.0.1:41916/solr";,
          "node_name":"127.0.0.1:41916_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "core":"awhollynewcollection_0_shard2_replica_n4",
          "base_url":"http://127.0.0.1:36748/solr";,
          "node_name":"127.0.0.1:36748_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node8":{
          "core":"awhollynewcollection_0_shard2_replica_n6",
          "base_url":"http://127.0.0.1:39480/solr";,
          "node_name":"127.0.0.1:39480_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"} with live_nodes=[127.0.0.1:39480_solr, 
127.0.0.1:36748_solr, 127.0.0.1:41916_solr, 127.0.0.1:42077_solr]
        at 
__randomizedtesting.SeedInfo.seed([7AFC356D37802C31:328941D931B303A4]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1107)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
        at 
org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:465)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.hdfs.HdfsUnloadDistributedZkTest.test

Error Message:
Error from server at http://127.0.0.1:36250/bh_qfb/u: ADDREPLICA failed to 
create replica

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:36250/bh_qfb/u: ADDREPLICA failed to create 
replica
        at 
__randomizedtesting.SeedInfo.seed([7AFC356D37802C31:F2A80AB7997C41C9]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1107)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:126)
        at 
org.apache.solr.cloud.UnloadDistributedZkTest.test(UnloadDistributedZkTest.java:73)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1008)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14082 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsUnloadDistributedZkTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_7AFC356D37802C31-001/init-core-data-001
   [junit4]   2> 2310800 WARN  
(SUITE-HdfsUnloadDistributedZkTest-seed#[7AFC356D37802C31]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 2310801 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[7AFC356D37802C31]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2310803 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[7AFC356D37802C31]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 2310803 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[7AFC356D37802C31]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2310803 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[7AFC356D37802C31]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: 
/bh_qfb/u
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 2310840 WARN  
(SUITE-HdfsUnloadDistributedZkTest-seed#[7AFC356D37802C31]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 2310844 WARN  
(SUITE-HdfsUnloadDistributedZkTest-seed#[7AFC356D37802C31]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2310846 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[7AFC356D37802C31]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 2310865 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[7AFC356D37802C31]-worker) [    ] 
o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs
 to ./temp/Jetty_localhost_42889_hdfs____d9l1np/webapp
   [junit4]   2> 2311224 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[7AFC356D37802C31]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:42889
   [junit4]   2> 2311296 WARN  
(SUITE-HdfsUnloadDistributedZkTest-seed#[7AFC356D37802C31]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2311296 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[7AFC356D37802C31]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 2311309 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[7AFC356D37802C31]-worker) [    ] 
o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_43978_datanode____.r7ie8u/webapp
   [junit4]   2> 2311653 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[7AFC356D37802C31]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:43978
   [junit4]   2> 2311699 WARN  
(SUITE-HdfsUnloadDistributedZkTest-seed#[7AFC356D37802C31]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2311700 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[7AFC356D37802C31]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 2311732 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[7AFC356D37802C31]-worker) [    ] 
o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_33218_datanode____.vvxmhs/webapp
   [junit4]   2> 2311779 ERROR (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_7AFC356D37802C31-001/tempDir-001/hdfsBaseDir/data/data1/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_7AFC356D37802C31-001/tempDir-001/hdfsBaseDir/data/data2/]]
  heartbeating to localhost/127.0.0.1:37387) [    ] 
o.a.h.h.s.d.DirectoryScanner 
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 
ms/sec. Assuming default value of 1000
   [junit4]   2> 2311789 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x106ab15fb59d97: from storage 
DS-3e0fd49b-115c-4066-8df8-c87f57b68997 node 
DatanodeRegistration(127.0.0.1:39846, 
datanodeUuid=052dcef4-a439-4061-af42-695fd7ace021, infoPort=34118, 
infoSecurePort=0, ipcPort=46623, 
storageInfo=lv=-56;cid=testClusterID;nsid=344574547;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 2311789 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x106ab15fb59d97: from storage 
DS-ed4a734b-1f08-40ff-99dd-fd5a559746b4 node 
DatanodeRegistration(127.0.0.1:39846, 
datanodeUuid=052dcef4-a439-4061-af42-695fd7ace021, infoPort=34118, 
infoSecurePort=0, ipcPort=46623, 
storageInfo=lv=-56;cid=testClusterID;nsid=344574547;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 2312075 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[7AFC356D37802C31]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:33218
   [junit4]   2> 2312149 ERROR (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_7AFC356D37802C31-001/tempDir-001/hdfsBaseDir/data/data3/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_7AFC356D37802C31-001/tempDir-001/hdfsBaseDir/data/data4/]]
  heartbeating to localhost/127.0.0.1:37387) [    ] 
o.a.h.h.s.d.DirectoryScanner 
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 
ms/sec. Assuming default value of 1000
   [junit4]   2> 2312152 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x106ab175561ff3: from storage 
DS-7316ba41-783b-4437-85f7-2950ffc16f2f node 
DatanodeRegistration(127.0.0.1:36477, 
datanodeUuid=9da763d2-4faf-4b15-bd14-ade21ee3d760, infoPort=44059, 
infoSecurePort=0, ipcPort=46757, 
storageInfo=lv=-56;cid=testClusterID;nsid=344574547;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 2312152 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x106ab175561ff3: from storage 
DS-a65b8922-39d0-47b0-b43d-744370a81972 node 
DatanodeRegistration(127.0.0.1:36477, 
datanodeUuid=9da763d2-4faf-4b15-bd14-ade21ee3d760, infoPort=44059, 
infoSecurePort=0, ipcPort=46757, 
storageInfo=lv=-56;cid=testClusterID;nsid=344574547;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 2312226 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2312226 INFO  (Thread-12224) [    ] o.a.s.c.ZkTestServer 
client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2312226 INFO  (Thread-12224) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2312227 ERROR (Thread-12224) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2312326 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:33053
   [junit4]   2> 2312334 INFO  (zkConnectionManagerCallback-6971-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2312340 INFO  (zkConnectionManagerCallback-6973-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2312343 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2312344 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2312346 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2312347 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 2312348 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 2312349 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 2312350 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2312351 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2312352 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2312352 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2312353 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 2312355 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly 
asked otherwise
   [junit4]   2> 2312460 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 2312460 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2312460 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2312460 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2312462 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5426666b{/bh_qfb/u,null,AVAILABLE}
   [junit4]   2> 2312462 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@75bd030c{HTTP/1.1,[http/1.1]}{127.0.0.1:40627}
   [junit4]   2> 2312462 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.e.j.s.Server Started @2312510ms
   [junit4]   2> 2312463 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:37387/hdfs__localhost_37387__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-BadApples-NightlyTests-7.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsUnloadDistributedZkTest_7AFC356D37802C31-001_tempDir-002_control_data,
 hostContext=/bh_qfb/u, hostPort=40627, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_7AFC356D37802C31-001/control-001/cores}
   [junit4]   2> 2312463 ERROR 
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2312463 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2312463 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.6.0
   [junit4]   2> 2312463 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2312463 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2312463 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-09-19T04:42:32.277Z
   [junit4]   2> 2312464 INFO  (zkConnectionManagerCallback-6975-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2312465 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2312465 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_7AFC356D37802C31-001/control-001/solr.xml
   [junit4]   2> 2312468 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2312468 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2312483 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f1aad40, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2312560 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33053/solr
   [junit4]   2> 2312561 INFO  (zkConnectionManagerCallback-6979-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2312562 INFO  (zkConnectionManagerCallback-6981-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2312629 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) 
[n:127.0.0.1:40627_bh_qfb%2Fu    ] o.a.s.c.OverseerElectionContext I am going 
to be the leader 127.0.0.1:40627_bh_qfb%2Fu
   [junit4]   2> 2312630 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) 
[n:127.0.0.1:40627_bh_qfb%2Fu    ] o.a.s.c.Overseer Overseer 
(id=72360430003093508-127.0.0.1:40627_bh_qfb%2Fu-n_0000000000) starting
   [junit4]   2> 2312636 INFO  (zkConnectionManagerCallback-6988-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2312639 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) 
[n:127.0.0.1:40627_bh_qfb%2Fu    ] o.a.s.c.s.i.ZkClientClusterStateProvider 
Cluster at 127.0.0.1:33053/solr ready
   [junit4]   2> 2312639 INFO  
(OverseerStateUpdate-72360430003093508-127.0.0.1:40627_bh_qfb%2Fu-n_0000000000) 
[n:127.0.0.1:40627_bh_qfb%2Fu    ] o.a.s.c.Overseer Starting to work on the 
main queue : 127.0.0.1:40627_bh_qfb%2Fu
   [junit4]   2> 2312640 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) 
[n:127.0.0.1:40627_bh_qfb%2Fu    ] o.a.s.c.ZkController Register node as live 
in ZooKeeper:/live_nodes/127.0.0.1:40627_bh_qfb%2Fu
   [junit4]   2> 2312641 INFO  (zkCallback-6980-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2312645 INFO  (zkCallback-6987-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2312657 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) 
[n:127.0.0.1:40627_bh_qfb%2Fu    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2312672 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) 
[n:127.0.0.1:40627_bh_qfb%2Fu    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f1aad40
   [junit4]   2> 2312680 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) 
[n:127.0.0.1:40627_bh_qfb%2Fu    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f1aad40
   [junit4]   2> 2312680 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) 
[n:127.0.0.1:40627_bh_qfb%2Fu    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f1aad40
   [junit4]   2> 2312682 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) 
[n:127.0.0.1:40627_bh_qfb%2Fu    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_7AFC356D37802C31-001/control-001/cores
   [junit4]   2> 2312701 INFO  (zkConnectionManagerCallback-6994-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2312701 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2312702 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33053/solr ready
   [junit4]   2> 2312703 INFO  (qtp1406801028-27594) 
[n:127.0.0.1:40627_bh_qfb%2Fu    ] 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:40627_bh_qfb%252Fu&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2312705 INFO  
(OverseerThreadFactory-6583-thread-1-processing-n:127.0.0.1:40627_bh_qfb%2Fu) 
[n:127.0.0.1:40627_bh_qfb%2Fu    ] o.a.s.c.a.c.CreateCollectionCmd Create 
collection control_collection
   [junit4]   2> 2312814 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu    x:control_collection_shard1_replica_n1] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&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> 2312814 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu    x:control_collection_shard1_replica_n1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2313831 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.6.0
   [junit4]   2> 2313846 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema 
[control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 2313960 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
test/1.0 with uniqueid field id
   [junit4]   2> 2313972 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 
'control_collection_shard1_replica_n1' using configuration from collection 
control_collection, trusted=true
   [junit4]   2> 2313972 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
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@f1aad40
   [junit4]   2> 2313972 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:37387/solr_hdfs_home
   [junit4]   2> 2313972 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Solr 
Kerberos Authentication disabled
   [junit4]   2> 2313972 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[[control_collection_shard1_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_7AFC356D37802C31-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[hdfs://localhost:37387/solr_hdfs_home/control_collection/core_node2/data/]
   [junit4]   2> 2313974 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost:37387/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 2313980 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
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> 2313980 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Block 
cache target memory usage, slab size of [8388608] will allocate [1] slabs and 
use ~[8388608] bytes
   [junit4]   2> 2313980 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Creating 
new single instance HDFS BlockCache
   [junit4]   2> 2313990 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.s.b.BlockDirectory Block cache on 
write is disabled
   [junit4]   2> 2313990 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost:37387/solr_hdfs_home/control_collection/core_node2/data
   [junit4]   2> 2314006 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost:37387/solr_hdfs_home/control_collection/core_node2/data/index
   [junit4]   2> 2314012 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
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> 2314012 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Block 
cache target memory usage, slab size of [8388608] will allocate [1] slabs and 
use ~[8388608] bytes
   [junit4]   2> 2314012 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Creating 
new single instance HDFS BlockCache
   [junit4]   2> 2314019 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.s.b.BlockDirectory Block cache on 
write is disabled
   [junit4]   2> 2314020 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.13073589739570882]
   [junit4]   2> 2314030 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:39846 is added to 
blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-7316ba41-783b-4437-85f7-2950ffc16f2f:NORMAL:127.0.0.1:36477|RBW],
 
ReplicaUC[[DISK]DS-3e0fd49b-115c-4066-8df8-c87f57b68997:NORMAL:127.0.0.1:39846|FINALIZED]]}
 size 0
   [junit4]   2> 2314031 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:36477 is added to 
blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-3e0fd49b-115c-4066-8df8-c87f57b68997:NORMAL:127.0.0.1:39846|FINALIZED],
 
ReplicaUC[[DISK]DS-a65b8922-39d0-47b0-b43d-744370a81972:NORMAL:127.0.0.1:36477|FINALIZED]]}
 size 0
   [junit4]   2> 2314036 WARN  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
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> 2314082 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 2314082 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2314082 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.u.HdfsUpdateLog Initializing 
HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 2314092 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 2314092 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 2314094 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@5285f7af
   [junit4]   2> 2314105 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@31cf2db5[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2314106 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2314107 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
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> 2314107 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will 
be reserved for 10000ms.
   [junit4]   2> 2314108 INFO  
(searcherExecutor-6588-thread-1-processing-n:127.0.0.1:40627_bh_qfb%2Fu 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@31cf2db5[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2314108 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1612009600630915072
   [junit4]   2> 2314140 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
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> 2314142 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 2314142 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 2314142 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:40627/bh_qfb/u/control_collection_shard1_replica_n1/
   [junit4]   2> 2314142 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now 
sync replicas to me
   [junit4]   2> 2314143 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:40627/bh_qfb/u/control_collection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 2314143 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 2314145 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: 
http://127.0.0.1:40627/bh_qfb/u/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2314300 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 2314302 INFO  (qtp1406801028-27589) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&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=1487
   [junit4]   2> 2314304 INFO  (qtp1406801028-27594) 
[n:127.0.0.1:40627_bh_qfb%2Fu    ] o.a.s.h.a.CollectionsHandler Wait for new 
collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2314402 INFO  (zkCallback-6980-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> 2314707 INFO  
(OverseerCollectionConfigSetProcessor-72360430003093508-127.0.0.1:40627_bh_qfb%2Fu-n_0000000000)
 [n:127.0.0.1:40627_bh_qfb%2Fu    ] 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> 2315304 INFO  (qtp1406801028-27594) 
[n:127.0.0.1:40627_bh_qfb%2Fu    ] 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:40627_bh_qfb%252Fu&wt=javabin&version=2}
 status=0 QTime=2601
   [junit4]   2> 2315309 INFO  (zkConnectionManagerCallback-6999-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2315310 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2315310 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33053/solr ready
   [junit4]   2> 2315310 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 2315311 INFO  (qtp1406801028-27590) 
[n:127.0.0.1:40627_bh_qfb%2Fu    ] o.a.s.h.a.CollectionsHandler Invoked 
Collection Action :create with params 
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2315313 INFO  
(OverseerThreadFactory-6583-thread-2-processing-n:127.0.0.1:40627_bh_qfb%2Fu) 
[n:127.0.0.1:40627_bh_qfb%2Fu    ] o.a.s.c.a.c.CreateCollectionCmd Create 
collection collection1
   [junit4]   2> 2315516 WARN  
(OverseerThreadFactory-6583-thread-2-processing-n:127.0.0.1:40627_bh_qfb%2Fu) 
[n:127.0.0.1:40627_bh_qfb%2Fu    ] o.a.s.c.a.c.CreateCollectionCmd It is 
unusual to create a collection (collection1) without cores.
   [junit4]   2> 2315517 INFO  (qtp1406801028-27590) 
[n:127.0.0.1:40627_bh_qfb%2Fu    ] o.a.s.h.a.CollectionsHandler Wait for new 
collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2315517 INFO  (qtp1406801028-27590) 
[n:127.0.0.1:40627_bh_qfb%2Fu    ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=206
   [junit4]   2> 2315627 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_7AFC356D37802C31-001/shard-1-001
 of type TLOG
   [junit4]   2> 2315628 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 2315629 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2315629 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2315629 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2315629 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@31d17255{/bh_qfb/u,null,AVAILABLE}
   [junit4]   2> 2315630 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@12f4a1b6{HTTP/1.1,[http/1.1]}{127.0.0.1:36250}
   [junit4]   2> 2315630 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.e.j.s.Server Started @2315677ms
   [junit4]   2> 2315630 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:37387/hdfs__localhost_37387__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-BadApples-NightlyTests-7.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsUnloadDistributedZkTest_7AFC356D37802C31-001_tempDir-002_jetty1,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/bh_qfb/u, 
hostPort=36250, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_7AFC356D37802C31-001/shard-1-001/cores}
   [junit4]   2> 2315630 ERROR 
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2315630 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2315630 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.6.0
   [junit4]   2> 2315631 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2315631 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2315631 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-09-19T04:42:35.445Z
   [junit4]   2> 2315632 INFO  (zkConnectionManagerCallback-7001-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2315633 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2315633 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_7AFC356D37802C31-001/shard-1-001/solr.xml
   [junit4]   2> 2315636 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2315636 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2315638 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f1aad40, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2315714 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33053/solr
   [junit4]   2> 2315715 INFO  (zkConnectionManagerCallback-7005-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2315717 INFO  (zkConnectionManagerCallback-7007-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2315722 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2315725 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2315725 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36250_bh_qfb%2Fu
   [junit4]   2> 2315726 INFO  (zkCallback-6987-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2315726 INFO  (zkCallback-6980-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2315726 INFO  (zkCallback-6998-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2315726 INFO  (zkCallback-7006-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2315744 INFO  (zkConnectionManagerCallback-7014-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2315744 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2315745 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33053/solr ready
   [junit4]   2> 2315746 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 2315762 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f1aad40
   [junit4]   2> 2315772 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f1aad40
   [junit4]   2> 2315772 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f1aad40
   [junit4]   2> 2315773 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_7AFC356D37802C31-001/shard-1-001/cores
   [junit4]   2> 2315798 INFO  (qtp1225744782-27657) 
[n:127.0.0.1:36250_bh_qfb%2Fu    ] o.a.s.h.a.CollectionsHandler Invoked 
Collection Action :addreplica with params 
node=127.0.0.1:36250_bh_qfb%252Fu&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2315800 INFO  
(OverseerCollectionConfigSetProcessor-72360430003093508-127.0.0.1:40627_bh_qfb%2Fu-n_0000000000)
 [n:127.0.0.1:40627_bh_qfb%2Fu    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2315800 INFO  
(OverseerThreadFactory-6583-thread-3-processing-n:127.0.0.1:40627_bh_qfb%2Fu) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:collection1 s:shard2  ] 
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:36250_bh_qfb%2Fu for 
creating new replica of shard shard2
   [junit4]   2> 2315803 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu    x:collection1_shard2_replica_t41] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 2316816 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
7.6.0
   [junit4]   2> 2316829 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t41] Schema name=test
   [junit4]   2> 2316942 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema Loaded schema test/1.0 
with uniqueid field id
   [junit4]   2> 2316953 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.c.CoreContainer Creating SolrCore 
'collection1_shard2_replica_t41' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 2316954 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_t41' (registry 
'solr.core.collection1.shard2.replica_t41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f1aad40
   [junit4]   2> 2316954 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:37387/solr_hdfs_home
   [junit4]   2> 2316954 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.c.HdfsDirectoryFactory Solr Kerberos 
Authentication disabled
   [junit4]   2> 2316954 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_t41] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_7AFC356D37802C31-001/shard-1-001/cores/collection1_shard2_replica_t41],
 dataDir=[hdfs://localhost:37387/solr_hdfs_home/collection1/core_node42/data/]
   [junit4]   2> 2316955 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost:37387/solr_hdfs_home/collection1/core_node42/data/snapshot_metadata
   [junit4]   2> 2316962 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.c.HdfsDirectoryFactory Number of slabs 
of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 2316962 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.c.HdfsDirectoryFactory Block cache 
target memory usage, slab size of [8388608] will allocate [1] slabs and use 
~[8388608] bytes
   [junit4]   2> 2316962 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.c.HdfsDirectoryFactory Creating new 
single instance HDFS BlockCache
   [junit4]   2> 2316969 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.s.b.BlockDirectory Block cache on write 
is disabled
   [junit4]   2> 2316970 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost:37387/solr_hdfs_home/collection1/core_node42/data
   [junit4]   2> 2316983 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost:37387/solr_hdfs_home/collection1/core_node42/data/index
   [junit4]   2> 2316989 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.c.HdfsDirectoryFactory Number of slabs 
of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 2316989 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.c.HdfsDirectoryFactory Block cache 
target memory usage, slab size of [8388608] will allocate [1] slabs and use 
~[8388608] bytes
   [junit4]   2> 2316989 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.c.HdfsDirectoryFactory Creating new 
single instance HDFS BlockCache
   [junit4]   2> 2316995 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.s.b.BlockDirectory Block cache on write 
is disabled
   [junit4]   2> 2316995 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.u.RandomMergePolicy RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.13073589739570882]
   [junit4]   2> 2317009 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:36477 is added to 
blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-ed4a734b-1f08-40ff-99dd-fd5a559746b4:NORMAL:127.0.0.1:39846|RBW],
 
ReplicaUC[[DISK]DS-7316ba41-783b-4437-85f7-2950ffc16f2f:NORMAL:127.0.0.1:36477|RBW]]}
 size 0
   [junit4]   2> 2317014 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:39846 is added to 
blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-ed4a734b-1f08-40ff-99dd-fd5a559746b4:NORMAL:127.0.0.1:39846|RBW],
 
ReplicaUC[[DISK]DS-7316ba41-783b-4437-85f7-2950ffc16f2f:NORMAL:127.0.0.1:36477|RBW]]}
 size 0
   [junit4]   2> 2317018 WARN  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] 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> 2317071 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 2317071 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog Initializing UpdateLog: 
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 2317071 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.u.HdfsUpdateLog Initializing 
HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 2317080 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 2317080 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 2317082 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.u.RandomMergePolicy RandomMergePolicy 
wrapping class org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@2a1f2298
   [junit4]   2> 2317086 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@75f9dda5[collection1_shard2_replica_t41] main]
   [junit4]   2> 2317087 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2317088 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.r.ManagedResourceStorage Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2317088 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.h.ReplicationHandler Commits will be 
reserved for 10000ms.
   [junit4]   2> 2317090 INFO  
(searcherExecutor-6602-thread-1-processing-n:127.0.0.1:36250_bh_qfb%2Fu 
x:collection1_shard2_replica_t41 c:collection1 s:shard2) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
[collection1_shard2_replica_t41] Registered new searcher 
Searcher@75f9dda5[collection1_shard2_replica_t41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2317090 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog Could not find max version 
in index or recent updates, using new clock 1612009603757768704
   [junit4]   2> 2317096 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/collection1/terms/shard2 to Terms{values={core_node42=0}, 
version=0}
   [junit4]   2> 2317098 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 2317098 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext I may be 
the new leader - try and sync
   [junit4]   2> 2317098 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:36250/bh_qfb/u/collection1_shard2_replica_t41/
   [junit4]   2> 2317099 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 2317099 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
http://127.0.0.1:36250/bh_qfb/u/collection1_shard2_replica_t41/ has no replicas
   [junit4]   2> 2317099 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 2317099 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.c.ZkController 
collection1_shard2_replica_t41 stopping background replication from leader
   [junit4]   2> 2317102 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext I am the 
new leader: http://127.0.0.1:36250/bh_qfb/u/collection1_shard2_replica_t41/ 
shard2
   [junit4]   2> 2317253 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 2317255 INFO  (qtp1225744782-27652) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1452
   [junit4]   2> 2317257 INFO  (qtp1225744782-27657) 
[n:127.0.0.1:36250_bh_qfb%2Fu c:collection1   ] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/collections 
params={node=127.0.0.1:36250_bh_qfb%252Fu&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1459
   [junit4]   2> 2317367 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_7AFC356D37802C31-001/shard-2-001
 of type TLOG
   [junit4]   2> 2317368 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 2317369 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2317369 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2317369 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2317369 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@70e5854b{/bh_qfb/u,null,AVAILABLE}
   [junit4]   2> 2317369 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2e563b8c{HTTP/1.1,[http/1.1]}{127.0.0.1:43223}
   [junit4]   2> 2317369 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.e.j.s.Server Started @2317417ms
   [junit4]   2> 2317369 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:37387/hdfs__localhost_37387__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-BadApples-NightlyTests-7.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsUnloadDistributedZkTest_7AFC356D37802C31-001_tempDir-002_jetty2,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/bh_qfb/u, 
hostPort=43223, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_7AFC356D37802C31-001/shard-2-001/cores}
   [junit4]   2> 2317370 ERROR 
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2317371 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2317371 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.6.0
   [junit4]   2> 2317371 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2317371 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2317371 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-09-19T04:42:37.185Z
   [junit4]   2> 2317372 INFO  (zkConnectionManagerCallback-7017-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2317373 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2317374 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_7AFC356D37802C31-001/shard-2-001/solr.xml
   [junit4]   2> 2317378 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2317378 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2317379 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f1aad40, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2317646 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33053/solr
   [junit4]   2> 2317648 INFO  (zkConnectionManagerCallback-7021-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2317649 INFO  (zkConnectionManagerCallback-7023-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2317657 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2317662 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2317662 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43223_bh_qfb%2Fu
   [junit4]   2> 2317669 INFO  (zkCallback-6998-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2317669 INFO  (zkCallback-6987-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2317669 INFO  (zkCallback-7006-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2317669 INFO  (zkCallback-7013-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2317669 INFO  (zkCallback-6980-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2317669 INFO  (zkCallback-7022-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2317689 INFO  (zkConnectionManagerCallback-7030-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2317690 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2317690 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33053/solr ready
   [junit4]   2> 2317691 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 2317707 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f1aad40
   [junit4]   2> 2317717 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f1aad40
   [junit4]   2> 2317717 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f1aad40
   [junit4]   2> 2317718 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[7AFC356D37802C31]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_7AFC356D37802C31-001/shard-2-001/cores
   [junit4]   2> 2317753 INFO  (qtp1225744782-27653) 
[n:127.0.0.1:36250_bh_qfb%2Fu    ] o.a.s.h.a.CollectionsHandler Invoked 
Collection Action :addreplica with params 
node=127.0.0.1:43223_bh_qfb%252Fu&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2317755 INFO  
(OverseerCollectionConfigSetProcessor-72360430003093508-127.0.0.1:40627_bh_qfb%2Fu-n_0000000000)
 [n:127.0.0.1:40627_bh_qfb%2Fu    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2317756 INFO  
(OverseerThreadFactory-6583-thread-4-processing-n:127.0.0.1:40627_bh_qfb%2Fu) 
[n:127.0.0.1:40627_bh_qfb%2Fu c:collection1 s:shard1  ] 
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:43223_bh_qfb%2Fu for 
creating new replica of shard shard1
   [junit4]   2> 2317758 INFO  (qtp1617229673-27703) 
[n:127.0.0.1:43223_bh_qfb%2Fu    x:collection1_shard1_replica_t43] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 2318772 INFO  (qtp1617229673-27703) 
[n:127.0.0.1:43223_bh_qfb%2Fu c:collection1 s:shard1  
x:collection1_shard1_replica_t43] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
7.6.0
   [junit4]   2> 2318797 INFO  (qtp1617229673-27703) 
[n:127.0.0.1:43223_bh_qfb%2Fu c:collection1 s:shard1  
x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_t43] Schema name=test
   [junit4]   2> 2318913 INFO  (qtp1617229673-27703) 
[n:127.0.0.1:43223_bh_qfb%2Fu c:collection1 s:shard1  
x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema Loaded schema test/1.0 
with uniqueid field id
   [junit4]   2> 2318924 INFO  (qtp1617229673-27703) 
[n:127.0.0.1:43223_bh_qfb%2Fu c:collection1 s:shard1  
x:collection1_shard1_replica_t43] o.a.s.c.CoreContainer Creating SolrCore 
'collection1_shard1_replica_t43' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 2318924 INFO  (qtp1617229673-27703) 
[n:127.0.0.1:43223_bh_qfb%2Fu c:collection1 s:shard1  
x:collection1_shard1_replica_t43] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_t43' (registry 
'solr.core.collection1.shard1.replica_t43') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f1aad40
   [junit4]   2> 2318924 INFO  (qtp1617229673-27703) 
[n:127.0.0.1:43223_bh_qfb%2Fu c:collection1 s:shard1  
x:collection1_shard1_replica_t43] o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:37387/solr_hdfs_home
   [junit4]   2> 2318925 INFO  (qtp1617229673-27703) 
[n:127.0.0.1:43223_bh_qfb%2Fu c:collection1 s:shard1  
x:collection1_shard1_replica_t43] o.a.s.c.HdfsDirectoryFactory Solr Kerberos 
Authentication disabled
   [junit4]   2> 2318925 INFO  (qtp1617229673-27703) 
[n:127.0.0.1:43223_bh_qfb%2Fu c:collection1 s:shard1  
x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
[[collection1_shard1_replica_t43] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_7AFC356D37802C31-001/shard-2-001/cores/collection1_shard1_replica_t43],
 dataDir=[hdfs://localhost:37387/solr_hdfs_home/collection1/core_node44/data/]
   [junit4]   2> 2318926 INFO  (qtp1617229673-27703) 
[n:127.0.0.1:43223_bh_qfb%2Fu c:collection1 s:shard1  
x:collection1_shard1_replica_t43] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost:37387/solr_hdfs_home/collection1/core_node44/data/snapshot_metadata
   [junit4]   2> 2318933 INFO  (qtp1617229673-27703) 
[n:127.0.0.1:43223_bh_qfb%2Fu c:collection1 s:shard1  
x:collection1_shard1_replica_t43] o.a.s.c.HdfsDirectoryFactory Number of slabs 
of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 2318933 INFO  (qtp1617229673-27703) 
[n:127.0.0.1:43223_bh_qfb%2Fu c:collection1 s:shard1  
x:collection1_shard1_replica_t43] o.a.s.c.HdfsDirectoryFactory Block cache 
target memory usage, slab size of [8388608] will allocate [1] slabs and use 
~[8388608] bytes
   [junit4]   2> 2318933 INFO  (qtp1617229673-27703) 
[n:127.0.0.1:43223_bh_qfb%2Fu c:collection1 s:shard1  
x:collection1_shard1_replica_t43] o.a.s.c.HdfsDirectoryFactory Creating new 
single instance HDFS BlockCache
   [junit4]   2> 2318939 INFO  (qtp1617229673-27703) 
[n:127.0.0.1:43223_bh_qfb%2Fu c:collection1 s:shard1  
x:collection1_shard1_replica_t43] o.a.s.s.b.BlockDirectory Block cache on write 
is disabled
   [junit4]   2> 2318939 INFO  (qtp1617229673-27703) 
[n:127.0.0.1:43223_bh_qfb%2Fu c:collection1 s:shard1  
x:collection1_shard1_replica_t43] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost:37387/solr_hdfs_home/collection1/core_node44/data
   [junit4]   2> 2318952 INFO  (qtp1617229673-27703) 
[n:127.0.0.1:43223_bh_qfb%2Fu c:collection1 s:shard1  
x:collection1_shard1_replica_t43] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost:37387/solr_hdfs_home/collection1/core_node44/data/index
   [junit4]   2> 2318957 INFO  (qtp1617229673-27703) 
[n:127.0.0.1:43223_bh_qfb%2Fu c:collection1 s:shard1  
x:collection1_shard1_replica_t43] o.a.s.c.HdfsDirectoryFactory Number of slabs 
of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 2318957 INFO  (qtp1617229673-27703) 
[n:127.0.0.1:43223_bh_qfb%2Fu c:collection1 s:shard1  
x:collection1_shard1_replica_t43] o.a.s.c.HdfsDirectoryFactory Block cache 
target memory usage, slab size of [8388608] will allocate [1] slabs and use 
~[8388608] bytes
   [junit4]   2> 2318957 INFO  (qtp1617229673-27703) 
[n:127.0.0.1:43223_bh_qfb%2Fu c:collection1 s:shard1  
x:collection1_shard1_replica_t43] o.a.s.c.HdfsDirectoryFactory Creating new 
single instance HDFS BlockCache
   [junit4]   2> 2318963 INFO  (qtp1617229673-27703) 
[n:127.0.0.1:43223_bh_qfb%2Fu c:collection1 s:shard1  
x:collection1_shard1_replica_t43] o.a.s.s.b.BlockDirectory Block cache on write 
is disabled
   [junit4]   2> 2318963 INFO  (qtp1617229673-27703) 
[n:127.0.0.1:43223_bh_qfb%2Fu c:collection1 s:shard1  
x:collection1_shard1_replica_t43] o.a.s.u.RandomMergePolicy RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.13073589739570882]
   [junit4]   2> 2318969 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:39846 is added to 
blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-a65b8922-39d0-47b0-b43d-744370a81972:NORMAL:127.0.0.1:36477|RBW],
 
ReplicaUC[[DISK]DS-3e0fd49b-115c-4066-8df8-c87f57b68997:NORMAL:127.0.0.1:39846|FINALIZED]]}
 size 0
   [junit4]   2> 2318970 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:36477 is added to 
blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-a65b8922-39d0-47b0-b43d-744370a81972:NORMAL:127.0.0.1:36477|RBW],
 
ReplicaUC[[DISK]DS-3e0fd49b-115c-4066-8df8-c87f57b68997:NORMAL:127.0.0.1:39846|FINALIZED]]}
 size 0
   [junit4]   2> 2318972 WARN  (qtp1

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

vy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/null547201865
     [copy] Copying 239 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/null547201865
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/null547201865

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6 in 
public
[ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 75ms :: artifacts dl 5ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 286 minutes 25 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$34.hasMatch(FilePath.java:2678)
        at hudson.FilePath$34.invoke(FilePath.java:2557)
        at hudson.FilePath$34.invoke(FilePath.java:2547)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at hudson.FilePath.act(FilePath.java:1036)
                at hudson.FilePath.act(FilePath.java:1025)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1819)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1038)
        at hudson.FilePath.act(FilePath.java:1025)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1819)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to