Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/197/

2 tests failed.
FAILED:  
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Expected to see collection awhollynewcollection_0 null Last available state: 
DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/9)={
   "replicationFactor":"2",   "shards":{     "shard1":{       
"range":"80000000-bfffffff",       "state":"active",       "replicas":{}},     
"shard2":{       "range":"c0000000-ffffffff",       "state":"active",       
"replicas":{}},     "shard3":{       "range":"0-3fffffff",       
"state":"active",       "replicas":{}},     "shard4":{       
"range":"40000000-7fffffff",       "state":"active",       "replicas":{}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"3",   
"autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected to see collection awhollynewcollection_0
null
Last available state: 
DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/9)={
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-bfffffff",
      "state":"active",
      "replicas":{}},
    "shard2":{
      "range":"c0000000-ffffffff",
      "state":"active",
      "replicas":{}},
    "shard3":{
      "range":"0-3fffffff",
      "state":"active",
      "replicas":{}},
    "shard4":{
      "range":"40000000-7fffffff",
      "state":"active",
      "replicas":{}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"3",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([F271390D7968BA19:BA044DB97F5B958C]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:236)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:496)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.testSpecificConfigsets

Error Message:
KeeperErrorCode = NoNode for /collections/withconfigset2

Stack Trace:
org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode 
for /collections/withconfigset2
        at 
__randomizedtesting.SeedInfo.seed([F271390D7968BA19:DF0F76578E4C0015]:0)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:356)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:353)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:353)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testSpecificConfigsets(CollectionsAPIDistributedZkTest.java:425)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12882 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F271390D7968BA19-001/init-core-data-001
   [junit4]   2> 5101576 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F271390D7968BA19]-worker) [    
] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 5101578 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F271390D7968BA19]-worker) [    
] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F271390D7968BA19-001/tempDir-001
   [junit4]   2> 5101578 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F271390D7968BA19]-worker) [    
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 5101578 INFO  (Thread-65840) [    ] o.a.s.c.ZkTestServer 
client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 5101578 INFO  (Thread-65840) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 5101678 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F271390D7968BA19]-worker) [    
] o.a.s.c.ZkTestServer start zk server on port:59209
   [junit4]   2> 5101687 INFO  (jetty-launcher-4801-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 5101688 INFO  (jetty-launcher-4801-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 5101690 INFO  (jetty-launcher-4801-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 5101702 INFO  (jetty-launcher-4801-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 5101706 INFO  (jetty-launcher-4801-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6500f29e{/solr,null,AVAILABLE}
   [junit4]   2> 5101712 INFO  (jetty-launcher-4801-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2f4f4639{/solr,null,AVAILABLE}
   [junit4]   2> 5101714 INFO  (jetty-launcher-4801-thread-1) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@3a19ead3{SSL,[ssl, 
http/1.1]}{127.0.0.1:51302}
   [junit4]   2> 5101714 INFO  (jetty-launcher-4801-thread-1) [    ] 
o.e.j.s.Server Started @5108842ms
   [junit4]   2> 5101714 INFO  (jetty-launcher-4801-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51302}
   [junit4]   2> 5101714 ERROR (jetty-launcher-4801-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 5101714 INFO  (jetty-launcher-4801-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.4.0
   [junit4]   2> 5101714 INFO  (jetty-launcher-4801-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5101715 INFO  (jetty-launcher-4801-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 5101715 INFO  (jetty-launcher-4801-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-11-12T21:21:45.876Z
   [junit4]   2> 5101718 INFO  (jetty-launcher-4801-thread-3) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@50a67e8{SSL,[ssl, 
http/1.1]}{127.0.0.1:46043}
   [junit4]   2> 5101718 INFO  (jetty-launcher-4801-thread-3) [    ] 
o.e.j.s.Server Started @5108846ms
   [junit4]   2> 5101718 INFO  (jetty-launcher-4801-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46043}
   [junit4]   2> 5101718 ERROR (jetty-launcher-4801-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 5101718 INFO  (jetty-launcher-4801-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.4.0
   [junit4]   2> 5101718 INFO  (jetty-launcher-4801-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5101718 INFO  (jetty-launcher-4801-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 5101718 INFO  (jetty-launcher-4801-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-11-12T21:21:45.879Z
   [junit4]   2> 5101724 INFO  (jetty-launcher-4801-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6d9a3fae{/solr,null,AVAILABLE}
   [junit4]   2> 5101726 INFO  (jetty-launcher-4801-thread-2) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@6ed80bb8{SSL,[ssl, 
http/1.1]}{127.0.0.1:32880}
   [junit4]   2> 5101726 INFO  (jetty-launcher-4801-thread-2) [    ] 
o.e.j.s.Server Started @5108854ms
   [junit4]   2> 5101726 INFO  (jetty-launcher-4801-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=32880}
   [junit4]   2> 5101726 ERROR (jetty-launcher-4801-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 5101726 INFO  (jetty-launcher-4801-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.4.0
   [junit4]   2> 5101726 INFO  (jetty-launcher-4801-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5101726 INFO  (jetty-launcher-4801-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 5101726 INFO  (jetty-launcher-4801-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-11-12T21:21:45.887Z
   [junit4]   2> 5101728 INFO  (jetty-launcher-4801-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2a771bc1{/solr,null,AVAILABLE}
   [junit4]   2> 5101729 INFO  (jetty-launcher-4801-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 5101730 INFO  (jetty-launcher-4801-thread-4) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@7fbd0882{SSL,[ssl, 
http/1.1]}{127.0.0.1:50382}
   [junit4]   2> 5101730 INFO  (jetty-launcher-4801-thread-4) [    ] 
o.e.j.s.Server Started @5108858ms
   [junit4]   2> 5101730 INFO  (jetty-launcher-4801-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=50382}
   [junit4]   2> 5101730 ERROR (jetty-launcher-4801-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 5101730 INFO  (jetty-launcher-4801-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.4.0
   [junit4]   2> 5101730 INFO  (jetty-launcher-4801-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5101730 INFO  (jetty-launcher-4801-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 5101730 INFO  (jetty-launcher-4801-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-11-12T21:21:45.891Z
   [junit4]   2> 5101741 INFO  (jetty-launcher-4801-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 5101742 INFO  (jetty-launcher-4801-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 5101747 INFO  (jetty-launcher-4801-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 5101748 INFO  (jetty-launcher-4801-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5101749 INFO  (jetty-launcher-4801-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5101751 INFO  (jetty-launcher-4801-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59209/solr
   [junit4]   2> 5101752 INFO  (jetty-launcher-4801-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59209/solr
   [junit4]   2> 5101753 INFO  (jetty-launcher-4801-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5101754 INFO  (jetty-launcher-4801-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5101754 INFO  (jetty-launcher-4801-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59209/solr
   [junit4]   2> 5101755 INFO  (jetty-launcher-4801-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59209/solr
   [junit4]   2> 5101758 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x1585a6ae90c0009, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 5101759 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x1585a6ae90c0007, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 5101778 INFO  (jetty-launcher-4801-thread-2) 
[n:127.0.0.1:32880_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:32880_solr
   [junit4]   2> 5101781 INFO  (jetty-launcher-4801-thread-2) 
[n:127.0.0.1:32880_solr    ] o.a.s.c.Overseer Overseer 
(id=96926807211376648-127.0.0.1:32880_solr-n_0000000000) starting
   [junit4]   2> 5101797 INFO  (jetty-launcher-4801-thread-3) 
[n:127.0.0.1:46043_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46043_solr
   [junit4]   2> 5101797 INFO  (jetty-launcher-4801-thread-1) 
[n:127.0.0.1:51302_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51302_solr
   [junit4]   2> 5101805 INFO  
(zkCallback-4821-thread-1-processing-n:127.0.0.1:50382_solr) 
[n:127.0.0.1:50382_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 5101805 INFO  
(zkCallback-4822-thread-1-processing-n:127.0.0.1:51302_solr) 
[n:127.0.0.1:51302_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 5101805 INFO  
(zkCallback-4820-thread-1-processing-n:127.0.0.1:46043_solr) 
[n:127.0.0.1:46043_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 5101806 INFO  (jetty-launcher-4801-thread-4) 
[n:127.0.0.1:50382_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50382_solr
   [junit4]   2> 5101808 INFO  
(zkCallback-4820-thread-1-processing-n:127.0.0.1:46043_solr) 
[n:127.0.0.1:46043_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 5101809 INFO  
(OverseerStateUpdate-96926807211376648-127.0.0.1:32880_solr-n_0000000000) 
[n:127.0.0.1:32880_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 5101811 INFO  (jetty-launcher-4801-thread-2) 
[n:127.0.0.1:32880_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:32880_solr
   [junit4]   2> 5101812 INFO  (jetty-launcher-4801-thread-3) 
[n:127.0.0.1:46043_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F271390D7968BA19-001/tempDir-001/node3/.
   [junit4]   2> 5101812 INFO  
(zkCallback-4820-thread-1-processing-n:127.0.0.1:46043_solr) 
[n:127.0.0.1:46043_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 5101813 INFO  
(zkCallback-4821-thread-1-processing-n:127.0.0.1:50382_solr) 
[n:127.0.0.1:50382_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 5101813 INFO  
(zkCallback-4819-thread-2-processing-n:127.0.0.1:32880_solr) 
[n:127.0.0.1:32880_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 5101813 INFO  
(zkCallback-4822-thread-1-processing-n:127.0.0.1:51302_solr) 
[n:127.0.0.1:51302_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 5101814 INFO  
(zkCallback-4819-thread-1-processing-n:127.0.0.1:32880_solr) 
[n:127.0.0.1:32880_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 5101815 INFO  
(zkCallback-4821-thread-1-processing-n:127.0.0.1:50382_solr) 
[n:127.0.0.1:50382_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 5101815 INFO  
(zkCallback-4820-thread-1-processing-n:127.0.0.1:46043_solr) 
[n:127.0.0.1:46043_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 5101821 INFO  (jetty-launcher-4801-thread-4) 
[n:127.0.0.1:50382_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F271390D7968BA19-001/tempDir-001/node4/.
   [junit4]   2> 5101822 INFO  
(zkCallback-4822-thread-1-processing-n:127.0.0.1:51302_solr) 
[n:127.0.0.1:51302_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 5101828 INFO  (jetty-launcher-4801-thread-2) 
[n:127.0.0.1:32880_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F271390D7968BA19-001/tempDir-001/node2/.
   [junit4]   2> 5101837 INFO  (jetty-launcher-4801-thread-1) 
[n:127.0.0.1:51302_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F271390D7968BA19-001/tempDir-001/node1/.
   [junit4]   2> 5101843 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F271390D7968BA19]-worker) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 5101899 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F271390D7968BA19]-worker) [    
] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 5101904 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F271390D7968BA19]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 5101906 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F271390D7968BA19]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 5101919 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F271390D7968BA19]-worker) [    
] o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/hdfs
 to ./temp/Jetty_localhost_38756_hdfs____i0cldp/webapp
   [junit4]   2> 5102279 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F271390D7968BA19]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:38756
   [junit4]   2> 5102333 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F271390D7968BA19]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 5102334 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F271390D7968BA19]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 5102348 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F271390D7968BA19]-worker) [    
] o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_49498_datanode____.65pfmz/webapp
   [junit4]   2> 5102762 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F271390D7968BA19]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:49498
   [junit4]   2> 5102844 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F271390D7968BA19]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 5102846 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F271390D7968BA19]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 5102862 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F271390D7968BA19]-worker) [    
] o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_33153_datanode____5122za/webapp
   [junit4]   2> 5102952 INFO  (IPC Server handler 3 on 45374) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-1016e7ff-ca5b-4bc5-a254-e62816ae9993 node 
DatanodeRegistration(127.0.0.1:40559, 
datanodeUuid=4dbe593a-b7bb-4a45-9565-5734b076e4d6, infoPort=51325, 
infoSecurePort=0, ipcPort=35591, 
storageInfo=lv=-56;cid=testClusterID;nsid=1705878909;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 5102952 INFO  (IPC Server handler 3 on 45374) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-bc3221f5-a4c1-48ad-8fb7-0e99d2db95b3 node 
DatanodeRegistration(127.0.0.1:40559, 
datanodeUuid=4dbe593a-b7bb-4a45-9565-5734b076e4d6, infoPort=51325, 
infoSecurePort=0, ipcPort=35591, 
storageInfo=lv=-56;cid=testClusterID;nsid=1705878909;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 5103256 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F271390D7968BA19]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:33153
   [junit4]   2> 5103408 INFO  (IPC Server handler 3 on 45374) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-2de90e67-b58c-488a-88cf-519b872ff0cb node 
DatanodeRegistration(127.0.0.1:43585, 
datanodeUuid=382b1db1-0ad9-4e4b-ae0a-4957faf49078, infoPort=38492, 
infoSecurePort=0, ipcPort=55996, 
storageInfo=lv=-56;cid=testClusterID;nsid=1705878909;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 5103408 INFO  (IPC Server handler 3 on 45374) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-a1bb6490-d10f-40bb-8c4e-1cacfe927458 node 
DatanodeRegistration(127.0.0.1:43585, 
datanodeUuid=382b1db1-0ad9-4e4b-ae0a-4957faf49078, infoPort=38492, 
infoSecurePort=0, ipcPort=55996, 
storageInfo=lv=-56;cid=testClusterID;nsid=1705878909;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 5103587 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testBadActionNames-seed#[F271390D7968BA19])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadActionNames
   [junit4]   2> 5103588 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testBadActionNames-seed#[F271390D7968BA19])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 5103655 ERROR (qtp606807415-85466) [n:127.0.0.1:50382_solr    
] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Unknown 
action: BADACTION
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:203)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:153)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:660)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:441)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:303)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:254)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:110)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1160)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1092)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:518)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:186)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 5103656 INFO  (qtp606807415-85466) [n:127.0.0.1:50382_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=badactioncollection&action=BADACTION&numShards=2&wt=javabin&version=2}
 status=400 QTime=0
   [junit4]   2> 5103656 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testBadActionNames-seed#[F271390D7968BA19])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testBadActionNames
   [junit4]   2> 5103728 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[F271390D7968BA19])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting deletePartiallyCreatedCollection
   [junit4]   2> 5103729 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[F271390D7968BA19])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 5103734 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F271390D7968BA19-001/tempDir-003&collection.configName=conf&name=halfdeletedcollection_shard1_replica1&action=CREATE&numShards=2&collection=halfdeletedcollection&wt=javabin&version=2
   [junit4]   2> 5103735 INFO  
(OverseerStateUpdate-96926807211376648-127.0.0.1:32880_solr-n_0000000000) 
[n:127.0.0.1:32880_solr    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard2
   [junit4]   2> 5104746 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 5104754 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.s.IndexSchema [halfdeletedcollection_shard1_replica1] Schema name=minimal
   [junit4]   2> 5104757 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 5104758 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'halfdeletedcollection_shard1_replica1' 
using configuration from collection halfdeletedcollection
   [junit4]   2> 5104758 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:45374/data
   [junit4]   2> 5104759 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Solr 
Kerberos Authentication disabled
   [junit4]   2> 5104759 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.SolrCore 
[[halfdeletedcollection_shard1_replica1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F271390D7968BA19-001/tempDir-001/node4/halfdeletedcollection_shard1_replica1],
 
dataDir=[hdfs://localhost:45374/data/halfdeletedcollection/core_node1//x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F271390D7968BA19-001/tempDir-003/]
   [junit4]   2> 5104759 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost:45374/data/halfdeletedcollection/core_node1//x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F271390D7968BA19-001/tempDir-003/snapshot_metadata
   [junit4]   2> 5104766 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Number of 
slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 5104766 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Block 
cache target memory usage, slab size of [16777216] will allocate [1] slabs and 
use ~[16777216] bytes
   [junit4]   2> 5104766 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Creating 
new single instance HDFS BlockCache
   [junit4]   2> 5104771 WARN  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.s.h.HdfsDirectory The NameNode 
is in SafeMode - Solr will wait 5 seconds and try again.
   [junit4]   2> 5109775 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.s.b.BlockDirectory Block cache 
on write is disabled
   [junit4]   2> 5109776 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost:45374/data/halfdeletedcollection/core_node1//x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F271390D7968BA19-001/tempDir-003
   [junit4]   2> 5109796 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost:45374/data/halfdeletedcollection/core_node1//x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F271390D7968BA19-001/tempDir-003/index
   [junit4]   2> 5109803 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Number of 
slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 5109803 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Block 
cache target memory usage, slab size of [16777216] will allocate [1] slabs and 
use ~[16777216] bytes
   [junit4]   2> 5109803 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Creating 
new single instance HDFS BlockCache
   [junit4]   2> 5109811 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.s.b.BlockDirectory Block cache 
on write is disabled
   [junit4]   2> 5109841 INFO  (IPC Server handler 6 on 45374) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43585 is 
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-bc3221f5-a4c1-48ad-8fb7-0e99d2db95b3:NORMAL:127.0.0.1:40559|RBW],
 
ReplicaUC[[DISK]DS-a1bb6490-d10f-40bb-8c4e-1cacfe927458:NORMAL:127.0.0.1:43585|RBW]]}
 size 0
   [junit4]   2> 5109841 INFO  (IPC Server handler 0 on 45374) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:40559 is 
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-bc3221f5-a4c1-48ad-8fb7-0e99d2db95b3:NORMAL:127.0.0.1:40559|RBW],
 
ReplicaUC[[DISK]DS-a1bb6490-d10f-40bb-8c4e-1cacfe927458:NORMAL:127.0.0.1:43585|RBW]]}
 size 0
   [junit4]   2> 5109862 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 5109862 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 5109862 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.u.HdfsUpdateLog Initializing 
HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 5109875 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 5109875 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 5109883 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7ca61d0b[halfdeletedcollection_shard1_replica1] main]
   [junit4]   2> 5109884 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 5109885 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 5109885 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 5109885 INFO  
(searcherExecutor-10345-thread-1-processing-n:127.0.0.1:50382_solr 
x:halfdeletedcollection_shard1_replica1 s:shard2 c:halfdeletedcollection 
r:core_node1) [n:127.0.0.1:50382_solr c:halfdeletedcollection s:shard2 
r:core_node1 x:halfdeletedcollection_shard1_replica1] o.a.s.c.SolrCore 
[halfdeletedcollection_shard1_replica1] Registered new searcher 
Searcher@7ca61d0b[halfdeletedcollection_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5109885 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1550828924091498496
   [junit4]   2> 5109893 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 5109893 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 5109893 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:50382/solr/halfdeletedcollection_shard1_replica1/
   [junit4]   2> 5109896 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.SyncStrategy Sync Success - 
now sync replicas to me
   [junit4]   2> 5109896 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.SyncStrategy 
https://127.0.0.1:50382/solr/halfdeletedcollection_shard1_replica1/ has no 
replicas
   [junit4]   2> 5109902 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
https://127.0.0.1:50382/solr/halfdeletedcollection_shard1_replica1/ shard2
   [junit4]   2> 5110053 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 5110057 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard2 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F271390D7968BA19-001/tempDir-003&collection.configName=conf&name=halfdeletedcollection_shard1_replica1&action=CREATE&numShards=2&collection=halfdeletedcollection&wt=javabin&version=2}
 status=0 QTime=6324
   [junit4]   2> 5110059 INFO  (qtp606807415-85458) [n:127.0.0.1:50382_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=halfdeletedcollection&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 5110076 INFO  
(OverseerThreadFactory-10336-thread-1-processing-n:127.0.0.1:32880_solr) 
[n:127.0.0.1:32880_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 5110085 INFO  (qtp606807415-85465) [n:127.0.0.1:50382_solr    
] o.a.s.c.SolrCore [halfdeletedcollection_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@27f2cf1d
   [junit4]   2> 5110090 INFO  (qtp606807415-85465) [n:127.0.0.1:50382_solr    
] o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost:45374/data/halfdeletedcollection/core_node1/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F271390D7968BA19-001/tempDir-003/index
   [junit4]   2> 5110090 INFO  (qtp606807415-85465) [n:127.0.0.1:50382_solr    
] o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost:45374/data/halfdeletedcollection/core_node1/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F271390D7968BA19-001/tempDir-003/snapshot_metadata
   [junit4]   2> 5110091 INFO  (qtp606807415-85465) [n:127.0.0.1:50382_solr    
] o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost:45374/data/halfdeletedcollection/core_node1/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F271390D7968BA19-001/tempDir-003
   [junit4]   2> 5110099 INFO  (IPC Server handler 1 on 45374) [    ] 
BlockStateChange BLOCK* addToInvalidates: blk_1073741825_1001 127.0.0.1:40559 
127.0.0.1:43585 
   [junit4]   2> 5110101 INFO  (qtp606807415-85465) [n:127.0.0.1:50382_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=halfdeletedcollection_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=17
   [junit4]   2> 5110807 INFO  (qtp606807415-85458) [n:127.0.0.1:50382_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=halfdeletedcollection&action=DELETE&wt=javabin&version=2} status=0 
QTime=748
   [junit4]   2> 5110809 INFO  (qtp606807415-85464) [n:127.0.0.1:50382_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 5110809 INFO  (qtp606807415-85464) [n:127.0.0.1:50382_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 5110811 INFO  (qtp606807415-85464) [n:127.0.0.1:50382_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf&name=halfdeletedcollection&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 5110816 INFO  
(OverseerThreadFactory-10336-thread-2-processing-n:127.0.0.1:32880_solr) 
[n:127.0.0.1:32880_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
halfdeletedcollection
   [junit4]   2> 5110816 INFO  
(OverseerCollectionConfigSetProcessor-96926807211376648-127.0.0.1:32880_solr-n_0000000000)
 [n:127.0.0.1:32880_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 5111026 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection_shard1_replica1&action=CREATE&numShards=2&collection=halfdeletedcollection&shard=shard1&wt=javabin&version=2
   [junit4]   2> 5111079 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection_shard2_replica1&action=CREATE&numShards=2&collection=halfdeletedcollection&shard=shard2&wt=javabin&version=2
   [junit4]   2> 5111184 INFO  
(zkCallback-4820-thread-1-processing-n:127.0.0.1:46043_solr) 
[n:127.0.0.1:46043_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection/state.json] for collection 
[halfdeletedcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5111185 INFO  
(zkCallback-4821-thread-1-processing-n:127.0.0.1:50382_solr) 
[n:127.0.0.1:50382_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection/state.json] for collection 
[halfdeletedcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5111320 INFO  
(org.apache.hadoop.hdfs.server.blockmanagement.BlockManager$ReplicationMonitor@5b2a5718)
 [    ] BlockStateChange BLOCK* BlockManager: ask 127.0.0.1:40559 to delete 
[blk_1073741825_1001]
   [junit4]   2> 5112042 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 5112052 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.s.IndexSchema [halfdeletedcollection_shard1_replica1] Schema name=minimal
   [junit4]   2> 5112059 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 5112061 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'halfdeletedcollection_shard1_replica1' 
using configuration from collection halfdeletedcollection
   [junit4]   2> 5112061 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:45374/data
   [junit4]   2> 5112062 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Solr 
Kerberos Authentication disabled
   [junit4]   2> 5112062 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.SolrCore 
[[halfdeletedcollection_shard1_replica1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F271390D7968BA19-001/tempDir-001/node4/halfdeletedcollection_shard1_replica1],
 dataDir=[hdfs://localhost:45374/data/halfdeletedcollection/core_node1/data/]
   [junit4]   2> 5112062 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost:45374/data/halfdeletedcollection/core_node1/data/snapshot_metadata
   [junit4]   2> 5112074 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Number of 
slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 5112074 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Block 
cache target memory usage, slab size of [16777216] will allocate [1] slabs and 
use ~[16777216] bytes
   [junit4]   2> 5112074 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Creating 
new single instance HDFS BlockCache
   [junit4]   2> 5112088 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.s.b.BlockDirectory Block cache 
on write is disabled
   [junit4]   2> 5112089 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost:45374/data/halfdeletedcollection/core_node1/data
   [junit4]   2> 5112090 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 5112099 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.s.IndexSchema [halfdeletedcollection_shard2_replica1] Schema name=minimal
   [junit4]   2> 5112102 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 5112103 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'halfdeletedcollection_shard2_replica1' 
using configuration from collection halfdeletedcollection
   [junit4]   2> 5112103 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:45374/data
   [junit4]   2> 5112103 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.c.HdfsDirectoryFactory Solr 
Kerberos Authentication disabled
   [junit4]   2> 5112103 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.c.SolrCore 
[[halfdeletedcollection_shard2_replica1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F271390D7968BA19-001/tempDir-001/node3/halfdeletedcollection_shard2_replica1],
 dataDir=[hdfs://localhost:45374/data/halfdeletedcollection/core_node2/data/]
   [junit4]   2> 5112103 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost:45374/data/halfdeletedcollection/core_node2/data/snapshot_metadata
   [junit4]   2> 5112127 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost:45374/data/halfdeletedcollection/core_node1/data/index
   [junit4]   2> 5112131 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.c.HdfsDirectoryFactory Number of 
slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 5112131 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.c.HdfsDirectoryFactory Block 
cache target memory usage, slab size of [16777216] will allocate [1] slabs and 
use ~[16777216] bytes
   [junit4]   2> 5112131 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.c.HdfsDirectoryFactory Creating 
new single instance HDFS BlockCache
   [junit4]   2> 5112139 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Number of 
slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 5112140 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Block 
cache target memory usage, slab size of [16777216] will allocate [1] slabs and 
use ~[16777216] bytes
   [junit4]   2> 5112140 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Creating 
new single instance HDFS BlockCache
   [junit4]   2> 5112145 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.s.b.BlockDirectory Block cache 
on write is disabled
   [junit4]   2> 5112149 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost:45374/data/halfdeletedcollection/core_node2/data
   [junit4]   2> 5112152 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.s.b.BlockDirectory Block cache 
on write is disabled
   [junit4]   2> 5112176 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.c.HdfsDirectoryFactory creating 
directory factory for path 
hdfs://localhost:45374/data/halfdeletedcollection/core_node2/data/index
   [junit4]   2> 5112179 INFO  (IPC Server handler 2 on 45374) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:40559 is 
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-2de90e67-b58c-488a-88cf-519b872ff0cb:NORMAL:127.0.0.1:43585|RBW],
 
ReplicaUC[[DISK]DS-1016e7ff-ca5b-4bc5-a254-e62816ae9993:NORMAL:127.0.0.1:40559|RBW]]}
 size 0
   [junit4]   2> 5112180 INFO  (IPC Server handler 0 on 45374) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43585 is 
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-2de90e67-b58c-488a-88cf-519b872ff0cb:NORMAL:127.0.0.1:43585|RBW],
 
ReplicaUC[[DISK]DS-1016e7ff-ca5b-4bc5-a254-e62816ae9993:NORMAL:127.0.0.1:40559|RBW]]}
 size 0
   [junit4]   2> 5112186 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.c.HdfsDirectoryFactory Number of 
slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 5112186 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.c.HdfsDirectoryFactory Block 
cache target memory usage, slab size of [16777216] will allocate [1] slabs and 
use ~[16777216] bytes
   [junit4]   2> 5112186 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.c.HdfsDirectoryFactory Creating 
new single instance HDFS BlockCache
   [junit4]   2> 5112197 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 5112197 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 5112197 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.u.HdfsUpdateLog Initializing 
HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 5112200 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.s.b.BlockDirectory Block cache 
on write is disabled
   [junit4]   2> 5112208 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 5112208 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 5112216 INFO  (IPC Server handler 0 on 45374) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43585 is 
added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-1016e7ff-ca5b-4bc5-a254-e62816ae9993:NORMAL:127.0.0.1:40559|RBW],
 
ReplicaUC[[DISK]DS-a1bb6490-d10f-40bb-8c4e-1cacfe927458:NORMAL:127.0.0.1:43585|FINALIZED]]}
 size 0
   [junit4]   2> 5112216 INFO  (IPC Server handler 6 on 45374) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:40559 is 
added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-a1bb6490-d10f-40bb-8c4e-1cacfe927458:NORMAL:127.0.0.1:43585|FINALIZED],
 
ReplicaUC[[DISK]DS-bc3221f5-a4c1-48ad-8fb7-0e99d2db95b3:NORMAL:127.0.0.1:40559|FINALIZED]]}
 size 0
   [junit4]   2> 5112218 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@742bb306[halfdeletedcollection_shard1_replica1] main]
   [junit4]   2> 5112219 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 5112220 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 5112220 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 5112220 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1550828926539923456
   [junit4]   2> 5112222 INFO  
(searcherExecutor-10350-thread-1-processing-n:127.0.0.1:50382_solr 
x:halfdeletedcollection_shard1_replica1 s:shard1 c:halfdeletedcollection 
r:core_node1) [n:127.0.0.1:50382_solr c:halfdeletedcollection s:shard1 
r:core_node1 x:halfdeletedcollection_shard1_replica1] o.a.s.c.SolrCore 
[halfdeletedcollection_shard1_replica1] Registered new searcher 
Searcher@742bb306[halfdeletedcollection_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5112229 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 5112230 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 5112230 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:50382/solr/halfdeletedcollection_shard1_replica1/
   [junit4]   2> 5112230 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.SyncStrategy Sync Success - 
now sync replicas to me
   [junit4]   2> 5112230 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.SyncStrategy 
https://127.0.0.1:50382/solr/halfdeletedcollection_shard1_replica1/ has no 
replicas
   [junit4]   2> 5112230 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 5112230 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 5112230 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.u.HdfsUpdateLog Initializing 
HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 5112235 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
https://127.0.0.1:50382/solr/halfdeletedcollection_shard1_replica1/ shard1
   [junit4]   2> 5112242 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 5112242 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 5112249 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@44137b59[halfdeletedcollection_shard2_replica1] main]
   [junit4]   2> 5112250 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 5112251 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 5112251 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 5112251 INFO  
(searcherExecutor-10351-thread-1-processing-n:127.0.0.1:46043_solr 
x:halfdeletedcollection_shard2_replica1 s:shard2 c:halfdeletedcollection 
r:core_node2) [n:127.0.0.1:46043_solr c:halfdeletedcollection s:shard2 
r:core_node2 x:halfdeletedcollection_shard2_replica1] o.a.s.c.SolrCore 
[halfdeletedcollection_shard2_replica1] Registered new searcher 
Searcher@44137b59[halfdeletedcollection_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5112251 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1550828926572429312
   [junit4]   2> 5112258 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 5112258 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 5112258 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:46043/solr/halfdeletedcollection_shard2_replica1/
   [junit4]   2> 5112258 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.c.SyncStrategy Sync Success - 
now sync replicas to me
   [junit4]   2> 5112258 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.c.SyncStrategy 
https://127.0.0.1:46043/solr/halfdeletedcollection_shard2_replica1/ has no 
replicas
   [junit4]   2> 5112262 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
https://127.0.0.1:46043/solr/halfdeletedcollection_shard2_replica1/ shard2
   [junit4]   2> 5112366 INFO  
(zkCallback-4820-thread-1-processing-n:127.0.0.1:46043_solr) 
[n:127.0.0.1:46043_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection/state.json] for collection 
[halfdeletedcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5112366 INFO  
(zkCallback-4821-thread-1-processing-n:127.0.0.1:50382_solr) 
[n:127.0.0.1:50382_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection/state.json] for collection 
[halfdeletedcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5112386 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 5112387 INFO  (qtp606807415-85463) [n:127.0.0.1:50382_solr 
c:halfdeletedcollection s:shard1 r:core_node1 
x:halfdeletedcollection_shard1_replica1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection_shard1_replica1&action=CREATE&numShards=2&collection=halfdeletedcollection&shard=shard1&wt=javabin&version=2}
 status=0 QTime=1361
   [junit4]   2> 5112415 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 5112418 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfdeletedcollection s:shard2 r:core_node2 
x:halfdeletedcollection_shard2_replica1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection_shard2_replica1&action=CREATE&numShards=2&collection=halfdeletedcollection&shard=shard2&wt=javabin&version=2}
 status=0 QTime=1338
   [junit4]   2> 5112420 INFO  (qtp606807415-85464) [n:127.0.0.1:50382_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 5112519 INFO  
(zkCallback-4821-thread-1-processing-n:127.0.0.1:50382_solr) 
[n:127.0.0.1:50382_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection/state.json] for collection 
[halfdeletedcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5112519 INFO  
(zkCallback-4820-thread-1-processing-n:127.0.0.1:46043_solr) 
[n:127.0.0.1:46043_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection/state.json] for collection 
[halfdeletedcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5112818 INFO  
(OverseerCollectionConfigSetProcessor-96926807211376648-127.0.0.1:32880_solr-n_0000000000)
 [n:127.0.0.1:32880_solr    ] 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> 5113420 INFO  (qtp606807415-85464) [n:127.0.0.1:50382_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf&name=halfdeletedcollection&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=2609
   [junit4]   2> 5113422 INFO  (qtp606807415-85466) [n:127.0.0.1:50382_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 5113423 INFO  (qtp606807415-85466) [n:127.0.0.1:50382_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 5113423 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[F271390D7968BA19])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending deletePartiallyCreatedCollection
   [junit4]   2> 5113516 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testCreateShouldFailOnExistingCore-seed#[F271390D7968BA19])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateShouldFailOnExistingCore
   [junit4]   2> 5113517 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.testCreateShouldFailOnExistingCore-seed#[F271390D7968BA19])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 5113521 INFO  (qtp606807415-85465) [n:127.0.0.1:50382_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=halfdeletedcollection&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 5113524 INFO  
(OverseerThreadFactory-10336-thread-3-processing-n:127.0.0.1:32880_solr) 
[n:127.0.0.1:32880_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 5113527 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr    
] o.a.s.c.SolrCore [halfdeletedcollection_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@71ce9bd5
   [junit4]   2> 5113529 INFO  (qtp1409536826-85447) [n:127.0.0.1:46043_solr    
] o.a.s.c.SolrCore [halfdeletedcollection_shard2_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3f4b06ef
   [junit4]   2> 5113534 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr    
] o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost:45374/data/halfdeletedcollection/core_node1/data/index
   [junit4]   2> 5113535 INFO  (qtp1409536826-85447) [n:127.0.0.1:46043_solr    
] o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost:45374/data/halfdeletedcollection/core_node2/data/snapshot_metadata
   [junit4]   2> 5113535 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr    
] o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost:45374/data/halfdeletedcollection/core_node1/data/snapshot_metadata
   [junit4]   2> 5113535 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr    
] o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost:45374/data/halfdeletedcollection/core_node1/data
   [junit4]   2> 5113540 INFO  (qtp1409536826-85447) [n:127.0.0.1:46043_solr    
] o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost:45374/data/halfdeletedcollection/core_node2/data/index
   [junit4]   2> 5113540 INFO  (qtp1409536826-85447) [n:127.0.0.1:46043_solr    
] o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost:45374/data/halfdeletedcollection/core_node2/data
   [junit4]   2> 5113543 INFO  (IPC Server handler 5 on 45374) [    ] 
BlockStateChange BLOCK* addToInvalidates: blk_1073741826_1002 127.0.0.1:43585 
127.0.0.1:40559 
   [junit4]   2> 5113547 INFO  (qtp606807415-85467) [n:127.0.0.1:50382_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=halfdeletedcollection_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=21
   [junit4]   2> 5113553 INFO  (IPC Server handler 9 on 45374) [    ] 
BlockStateChange BLOCK* addToInvalidates: blk_1073741827_1003 127.0.0.1:40559 
127.0.0.1:43585 
   [junit4]   2> 5113557 INFO  (qtp1409536826-85447) [n:127.0.0.1:46043_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=halfdeletedcollection_shard2_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=29
   [junit4]   2> 5114265 INFO  (qtp606807415-85465) [n:127.0.0.1:50382_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=halfdeletedcollection&action=DELETE&wt=javabin&version=2} status=0 
QTime=743
   [junit4]   2> 5114273 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F271390D7968BA19-001/tempDir-004&collection.configName=conf&name=halfcollection_shard1_replica1&action=CREATE&numShards=1&collection=halfcollectionblocker&wt=javabin&version=2
   [junit4]   2> 5114275 INFO  
(OverseerStateUpdate-96926807211376648-127.0.0.1:32880_solr-n_0000000000) 
[n:127.0.0.1:32880_solr    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 5114320 INFO  
(org.apache.hadoop.hdfs.server.blockmanagement.BlockManager$ReplicationMonitor@5b2a5718)
 [    ] BlockStateChange BLOCK* BlockManager: ask 127.0.0.1:43585 to delete 
[blk_1073741825_1001, blk_1073741826_1002, blk_1073741827_1003]
   [junit4]   2> 5115295 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 5115319 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.s.IndexSchema 
[halfcollection_shard1_replica1] Schema name=minimal
   [junit4]   2> 5115327 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 5115328 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'halfcollection_shard1_replica1' using 
configuration from collection halfcollectionblocker
   [junit4]   2> 5115329 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfcollectionblocker s:shard1 r:core_node1 x:halfcollection_shard1_replica1] 
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:45374/data
   [junit4]   2> 5115329 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfcollectionblocker s:shard1 r:core_node1 x:halfcollection_shard1_replica1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 5115329 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfcollectionblocker s:shard1 r:core_node1 x:halfcollection_shard1_replica1] 
o.a.s.c.SolrCore [[halfcollection_shard1_replica1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F271390D7968BA19-001/tempDir-001/node3/halfcollection_shard1_replica1],
 
dataDir=[hdfs://localhost:45374/data/halfcollectionblocker/core_node1//x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F271390D7968BA19-001/tempDir-004/]
   [junit4]   2> 5115329 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfcollectionblocker s:shard1 r:core_node1 x:halfcollection_shard1_replica1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:45374/data/halfcollectionblocker/core_node1//x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F271390D7968BA19-001/tempDir-004/snapshot_metadata
   [junit4]   2> 5115337 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfcollectionblocker s:shard1 r:core_node1 x:halfcollection_shard1_replica1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 5115338 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfcollectionblocker s:shard1 r:core_node1 x:halfcollection_shard1_replica1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[16777216] will allocate [1] slabs and use ~[16777216] bytes
   [junit4]   2> 5115338 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfcollectionblocker s:shard1 r:core_node1 x:halfcollection_shard1_replica1] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 5115349 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfcollectionblocker s:shard1 r:core_node1 x:halfcollection_shard1_replica1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 5115350 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfcollectionblocker s:shard1 r:core_node1 x:halfcollection_shard1_replica1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:45374/data/halfcollectionblocker/core_node1//x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F271390D7968BA19-001/tempDir-004
   [junit4]   2> 5115370 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfcollectionblocker s:shard1 r:core_node1 x:halfcollection_shard1_replica1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:45374/data/halfcollectionblocker/core_node1//x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F271390D7968BA19-001/tempDir-004/index
   [junit4]   2> 5115377 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfcollectionblocker s:shard1 r:core_node1 x:halfcollection_shard1_replica1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 5115377 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfcollectionblocker s:shard1 r:core_node1 x:halfcollection_shard1_replica1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[16777216] will allocate [1] slabs and use ~[16777216] bytes
   [junit4]   2> 5115377 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfcollectionblocker s:shard1 r:core_node1 x:halfcollection_shard1_replica1] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 5115389 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfcollectionblocker s:shard1 r:core_node1 x:halfcollection_shard1_replica1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 5115416 INFO  (IPC Server handler 1 on 45374) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43585 is 
added to blk_1073741828_1004{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-1016e7ff-ca5b-4bc5-a254-e62816ae9993:NORMAL:127.0.0.1:40559|RBW],
 
ReplicaUC[[DISK]DS-2de90e67-b58c-488a-88cf-519b872ff0cb:NORMAL:127.0.0.1:43585|RBW]]}
 size 0
   [junit4]   2> 5115417 INFO  (IPC Server handler 4 on 45374) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:40559 is 
added to blk_1073741828_1004{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-1016e7ff-ca5b-4bc5-a254-e62816ae9993:NORMAL:127.0.0.1:40559|RBW],
 
ReplicaUC[[DISK]DS-2de90e67-b58c-488a-88cf-519b872ff0cb:NORMAL:127.0.0.1:43585|RBW]]}
 size 0
   [junit4]   2> 5115435 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfcollectionblocker s:shard1 r:core_node1 x:halfcollection_shard1_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 5115435 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfcollectionblocker s:shard1 r:core_node1 x:halfcollection_shard1_replica1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 5115436 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfcollectionblocker s:shard1 r:core_node1 x:halfcollection_shard1_replica1] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 5115445 INFO  (qtp1409536826-85446) [n:127.0.0.1:46043_solr 
c:halfcollectionblocker s:shard1 r:core_node1 x:halfcollection_shard1_replica1] 
o.a.s.u.CommitTracke

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

ans.java:81)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.stopMBeans(MetricsSourceAdapter.java:226)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.stop(MetricsSourceAdapter.java:211)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stopSources(MetricsSystemImpl.java:463)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stop(MetricsSystemImpl.java:213)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.shutdown(MetricsSystemImpl.java:594)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdownInstance(DefaultMetricsSystem.java:72)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdown(DefaultMetricsSystem.java:68)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics.shutdown(NameNodeMetrics.java:171)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.NameNode.stop(NameNode.java:872)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1726)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1705)
   [junit4]   2>        at 
org.apache.solr.cloud.hdfs.HdfsTestUtil.teardownClass(HdfsTestUtil.java:198)
   [junit4]   2>        at 
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.teardownClass(HdfsCollectionsAPIDistributedZkTest.java:52)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: java.lang.NullPointerException
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:203)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3370)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:5729)
   [junit4]   2>        ... 54 more
   [junit4]   2> 5265249 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F271390D7968BA19]-worker) [    
] o.a.s.c.ZkTestServer connecting to 127.0.0.1:59209 59209
   [junit4]   2> 5265249 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[F271390D7968BA19]-worker) [    
] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_F271390D7968BA19-001
   [junit4]   2> Nov 12, 2016 9:24:29 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 35 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, 
docValues:{}, maxPointsInLeafNode=142, maxMBSortInHeap=6.165065154352495, 
sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=cs, 
timezone=US/East-Indiana
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_102 (64-bit)/cpus=4,threads=2,free=311192608,total=516423680
   [junit4]   2> NOTE: All tests run in this JVM: [BlockCacheTest, 
LeaderElectionContextKeyTest, CdcrVersionReplicationTest, TestBlobHandler, 
PKIAuthenticationIntegrationTest, TestQuerySenderNoQuery, 
TestChildDocTransformer, TestMacros, PeerSyncTest, ReplicationFactorTest, 
CreateCollectionCleanupTest, AnalysisErrorHandlingTest, DateRangeFieldTest, 
TestEmbeddedSolrServerConstructors, TestBadConfig, 
TestSerializedLuceneMatchVersion, TestComponentsName, ActionThrottleTest, 
TestFileDictionaryLookup, TestRandomRequestDistribution, BasicZkTest, 
DistributedQueryElevationComponentTest, TestReplicationHandler, 
SynonymTokenizerTest, CacheHeaderTest, NotRequiredUniqueKeyTest, 
SpatialRPTFieldTypeTest, SyncSliceTest, DistributedSpellCheckComponentTest, 
TestSolrCloudWithKerberosAlt, DisMaxRequestHandlerTest, HdfsRecoveryZkTest, 
ResourceLoaderTest, TestComplexPhraseQParserPlugin, SolrRequestParserTest, 
AnalyticsMergeStrategyTest, UniqFieldsUpdateProcessorFactoryTest, 
CursorPagingTest, TestPerFieldSimilarity, LeaderInitiatedRecoveryOnCommitTest, 
MergeStrategyTest, TestExactStatsCache, TestFieldCacheSort, TestFunctionQuery, 
BasicDistributedZkTest, TestAuthenticationFramework, TestOrdValues, 
SolrCLIZkUtilsTest, AtomicUpdatesTest, CloudExitableDirectoryReaderTest, 
HdfsThreadLeakTest, TestBinaryResponseWriter, TestJsonRequest, 
LeaderElectionIntegrationTest, TestFilteredDocIdSet, TestLockTree, 
TestIBSimilarityFactory, HdfsDirectoryTest, TestNoOpRegenerator, 
AnalysisAfterCoreReloadTest, DistributedFacetPivotWhiteBoxTest, TestJoin, 
TestJsonFacetRefinement, PathHierarchyTokenizerFactoryTest, 
DefaultValueUpdateProcessorTest, TestRequestForwarding, 
TestRandomCollapseQParserPlugin, TestClassicSimilarityFactory, 
SegmentsInfoRequestHandlerTest, SparseHLLTest, BadCopyFieldTest, 
TestMiniSolrCloudClusterSSL, PolyFieldTest, TriLevelCompositeIdRoutingTest, 
ExternalFileFieldSortTest, TestSchemaResource, TestSimpleQParserPlugin, 
TestSQLHandler, CheckHdfsIndexTest, TestRealTimeGet, TestJmxIntegration, 
TestCloudPivotFacet, TestCorePropertiesReload, 
DistribDocExpirationUpdateProcessorTest, TestFastLRUCache, TestRangeQuery, 
TestDeleteCollectionOnDownNodes, TestRandomDVFaceting, NumericFieldsTest, 
TestDynamicFieldResource, ShufflingReplicaListTransformerTest, 
TestImplicitCoreProperties, TestClusterProperties, TestFaceting, 
OutputWriterTest, HighlighterConfigTest, TestTrieFacet, TestManagedSchema, 
TestSolrCloudSnapshots, SharedFSAutoReplicaFailoverTest, 
TolerantUpdateProcessorTest, PeerSyncWithIndexFingerprintCachingTest, 
TestHdfsUpdateLog, DateFieldTest, TestOmitPositions, 
StandardRequestHandlerTest, UnloadDistributedZkTest, 
CollectionsAPIDistributedZkTest, OverseerTest, RecoveryZkTest, 
TestRandomFaceting, LeaderElectionTest, TestZkChroot, TestDistributedSearch, 
TestGroupingSearch, ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, 
SignatureUpdateProcessorFactoryTest, SuggesterFSTTest, DocValuesTest, 
DebugComponentTest, DirectSolrSpellCheckerTest, 
TestReversedWildcardFilterFactory, PrimitiveFieldTypeTest, TermsComponentTest, 
RequestHandlersTest, TermVectorComponentTest, TestIndexingPerformance, 
RequiredFieldsTest, FastVectorHighlighterTest, RegexBoostProcessorTest, 
TestCollationField, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, 
TestPartialUpdateDeduplication, PingRequestHandlerTest, TestLFUCache, 
CdcrReplicationHandlerTest, CollectionReloadTest, 
CollectionTooManyReplicasTest, CollectionsAPIAsyncDistributedZkTest, 
ConcurrentDeleteAndCreateCollectionTest, ConnectionManagerTest, 
CustomCollectionTest, DeleteInactiveReplicaTest, 
DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteShardTest, 
DeleteStatusTest, DistribCursorPagingTest, DistributedQueueTest, 
DistributedVersionInfoTest, LeaderFailoverAfterPartitionTest, 
LeaderFailureAfterFreshStartTest, LeaderInitiatedRecoveryOnShardRestartTest, 
TestConfigSetsAPI, TestConfigSetsAPIExclusivity, TestCryptoKeys, 
TestDistribDocBasedVersion, TestDownShardTolerantSearch, 
TestLeaderElectionZkExpiry, TestLocalFSCloudBackupRestore, 
TestOnReconnectListenerSupport, TestRebalanceLeaders, 
TestShortCircuitedRequests, TestTolerantUpdateProcessorCloud, 
TestTolerantUpdateProcessorRandomCloud, 
VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test, 
HdfsChaosMonkeyNothingIsSafeTest, HdfsCollectionsAPIDistributedZkTest]
   [junit4] Completed [512/651 (1!)] on J0 in 173.61s, 20 tests, 1 failure, 1 
error <<< FAILURES!

[...truncated 61066 lines...]


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to