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

5 tests failed.
FAILED:  org.apache.lucene.search.TestFuzzyQuery.testRandom

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
        at __randomizedtesting.SeedInfo.seed([B5889E1040D864B3]:0)


FAILED:  junit.framework.TestSuite.org.apache.lucene.search.TestFuzzyQuery

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
        at __randomizedtesting.SeedInfo.seed([B5889E1040D864B3]:0)


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

Error Message:
There are still nodes recoverying - waited for 320 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 320 
seconds
        at 
__randomizedtesting.SeedInfo.seed([CC4C7E9864714E50:44184142CA8D23A8]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:184)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:862)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForThingsToLevelOut(AbstractFullDistribZkTestBase.java:1418)
        at 
org.apache.solr.cloud.RestartWhileUpdatingTest.test(RestartWhileUpdatingTest.java:144)
        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 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        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([CC4C7E9864714E50:E13231C29355F45C]: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)


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/2)={
   "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/2)={
  "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([CC4C7E9864714E50:84390A2C624261C5]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:265)
        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)




Build Log:
[...truncated 1858 lines...]
   [junit4] Suite: org.apache.lucene.search.TestFuzzyQuery
   [junit4]   2> jan 02, 2017 8:26:30 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> WARNING: Suite execution timed out: 
org.apache.lucene.search.TestFuzzyQuery
   [junit4]   2>    1) Thread[id=2567, 
name=SUITE-TestFuzzyQuery-seed#[B5889E1040D864B3], state=RUNNABLE, 
group=TGRP-TestFuzzyQuery]
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1556)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:690)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:687)
   [junit4]   2>         at java.security.AccessController.doPrivileged(Native 
Method)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.getStackTrace(ThreadLeakControl.java:687)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.getThreadsWithTraces(ThreadLeakControl.java:703)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:683)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:64)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:415)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:678)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:140)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:598)
   [junit4]   2>    2) Thread[id=1, name=main, state=WAITING, group=main]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1249)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1323)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:608)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:457)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:243)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:354)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:10)
   [junit4]   2>    3) Thread[id=2568, 
name=TEST-TestFuzzyQuery.testRandom-seed#[B5889E1040D864B3], state=RUNNABLE, 
group=TGRP-TestFuzzyQuery]
   [junit4]   2>         at java.util.WeakHashMap.getTable(WeakHashMap.java:350)
   [junit4]   2>         at java.util.WeakHashMap.getEntry(WeakHashMap.java:427)
   [junit4]   2>         at 
java.util.WeakHashMap.containsKey(WeakHashMap.java:417)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedContext.context(RandomizedContext.java:258)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedContext.current(RandomizedContext.java:134)
   [junit4]   2>         at 
org.apache.lucene.util.LuceneTestCase.random(LuceneTestCase.java:747)
   [junit4]   2>         at 
org.apache.lucene.search.TestFuzzyQuery.randomSimpleString(TestFuzzyQuery.java:506)
   [junit4]   2>         at 
org.apache.lucene.search.TestFuzzyQuery.testRandom(TestFuzzyQuery.java:517)
   [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$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [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 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [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>    4) Thread[id=9, name=JUnit4-serializer-daemon, 
state=TIMED_WAITING, group=main]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestFuzzyQuery 
-Dtests.method=testRandom -Dtests.seed=B5889E1040D864B3 -Dtests.multiplier=2 
-Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=pt -Dtests.timezone=Etc/GMT-7 -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   7200s J0 | TestFuzzyQuery.testRandom <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because 
suite timeout was reached.
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B5889E1040D864B3]:0)
   [junit4]   2> jan 02, 2017 8:26:30 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> jan 02, 2017 8:26:50 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.lucene.search.TestFuzzyQuery: 
   [junit4]   2>    1) Thread[id=2568, 
name=TEST-TestFuzzyQuery.testRandom-seed#[B5889E1040D864B3], state=RUNNABLE, 
group=TGRP-TestFuzzyQuery]
   [junit4]   2>         at java.util.WeakHashMap.getTable(WeakHashMap.java:350)
   [junit4]   2>         at java.util.WeakHashMap.getEntry(WeakHashMap.java:427)
   [junit4]   2>         at 
java.util.WeakHashMap.containsKey(WeakHashMap.java:417)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedContext.context(RandomizedContext.java:258)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedContext.current(RandomizedContext.java:134)
   [junit4]   2>         at 
org.apache.lucene.util.LuceneTestCase.random(LuceneTestCase.java:747)
   [junit4]   2>         at 
org.apache.lucene.search.TestFuzzyQuery.randomSimpleString(TestFuzzyQuery.java:506)
   [junit4]   2>         at 
org.apache.lucene.search.TestFuzzyQuery.testRandom(TestFuzzyQuery.java:517)
   [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$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [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 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [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> jan 02, 2017 8:26:50 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=2568, 
name=TEST-TestFuzzyQuery.testRandom-seed#[B5889E1040D864B3], state=RUNNABLE, 
group=TGRP-TestFuzzyQuery]
   [junit4]   2> jan 02, 2017 8:26:53 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=2568, 
name=TEST-TestFuzzyQuery.testRandom-seed#[B5889E1040D864B3], state=RUNNABLE, 
group=TGRP-TestFuzzyQuery]
   [junit4]   2>         at java.lang.Object.hashCode(Native Method)
   [junit4]   2>         at java.util.WeakHashMap.hash(WeakHashMap.java:298)
   [junit4]   2>         at java.util.WeakHashMap.getEntry(WeakHashMap.java:426)
   [junit4]   2>         at 
java.util.WeakHashMap.containsKey(WeakHashMap.java:417)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedContext.context(RandomizedContext.java:258)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedContext.current(RandomizedContext.java:134)
   [junit4]   2>         at 
org.apache.lucene.util.LuceneTestCase.random(LuceneTestCase.java:747)
   [junit4]   2>         at 
org.apache.lucene.search.TestFuzzyQuery.randomSimpleString(TestFuzzyQuery.java:503)
   [junit4]   2>         at 
org.apache.lucene.search.TestFuzzyQuery.testRandom(TestFuzzyQuery.java:517)
   [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$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [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 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [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> NOTE: test params are: codec=Asserting(Lucene62): {}, 
docValues:{}, maxPointsInLeafNode=1443, maxMBSortInHeap=5.837527894243069, 
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=pt, 
timezone=Etc/GMT-7
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_102 (64-bit)/cpus=4,threads=2,free=37389240,total=254279680
   [junit4]   2> NOTE: All tests run in this JVM: [TestConjunctionDISI, 
TestSleepingLockWrapper, TestIntArrayDocIdSet, TestLSBRadixSorter, 
TestAllFilesHaveCodecHeader, TestSearcherManager, 
TestUsageTrackingFilterCachingPolicy, TestLRUQueryCache, TestSearchAfter, 
TestPhraseQuery, TestConstantScoreQuery, TestNumericUtils, 
TestSimpleFSDirectory, TestMultiTermQueryRewrites, 
TestTragicIndexWriterDeadlock, Test2BNumericDocValues, Test2BTerms, 
TestParallelCompositeReader, TestFieldCacheRewriteMethod, 
TestTermVectorsReader, TestAutomatonQueryUnicode, TestPointValues, 
TestFilterIterator, TestTimSorterWorstCase, TestQueryRescorer, 
TestNearSpansOrdered, TestDeletionPolicy, TestIndexWriterWithThreads, 
TestSpanNearQuery, TestMutablePointsReaderUtils, TestDocValuesScoring, 
TestLevenshteinAutomata, TestThreadedForceMerge, TestSloppyMath, TestOmitNorms, 
TestSloppyPhraseQuery2, TestSimpleAttributeImpl, TestReaderClosed, 
TestSegmentInfos, TestSpanTermQuery, TestWildcardRandom, TestUnicodeUtil, 
TestDocCount, TestDocValuesIndexing, TestBytesRef, TestFilterDirectory, 
TestLucene50CompoundFormat, TestMathUtil, TestBooleanSimilarity, 
TestOmitPositions, TestMinShouldMatch2, TestMultiPhraseQuery, TestAutomaton, 
TestSortRescorer, TestPolygon, TestIndexWriterMergePolicy, TestDirectPacked, 
TestHugeRamFile, TestWordlistLoader, TestCrash, TestCodecs, TestCharFilter, 
TestTermRangeQuery, TestFieldValueQuery, TestBinaryTerms, TestStandardAnalyzer, 
TestIndexWriterOnVMError, TestLegacyNumericUtils, TestSimilarityProvider, 
TestIntBlockPool, FuzzyTermOnShortTermsTest, TestIndexWriterLockRelease, 
TestBooleanCoord, TestNumericRangeQuery32, TestMultiMMap, TestBoolean2, 
TestPersistentSnapshotDeletionPolicy, TestStressAdvance, 
TestConcurrentMergeScheduler, TestHighCompressionMode, 
TestDocumentsWriterStallControl, TestTransactions, TestMultiThreadTermVectors, 
TestSegmentTermDocs, TestMultiDocValues, TestToken, TestFieldsReader, 
TestSimpleSearchEquivalence, TestCustomSearcherSort, TestBooleanMinShouldMatch, 
TestIndexWriterOnDiskFull, TestLiveFieldValues, TestForTooMuchCloning, 
TestFuzzyQuery]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestFuzzyQuery 
-Dtests.seed=B5889E1040D864B3 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=pt -Dtests.timezone=Etc/GMT-7 -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | TestFuzzyQuery (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 
7200000 msec).
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B5889E1040D864B3]:0)
   [junit4] Completed [444/444 (1!)] on J0 in 7223.17s, 1 test, 2 errors <<< 
FAILURES!

[...truncated 10868 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_CC4C7E9864714E50-001/init-core-data-001
   [junit4]   2> 2353035 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC4C7E9864714E50]-worker) [    
] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2353035 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC4C7E9864714E50]-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_CC4C7E9864714E50-001/tempDir-001
   [junit4]   2> 2353035 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC4C7E9864714E50]-worker) [    
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2353040 INFO  (Thread-3631) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2353041 INFO  (Thread-3631) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2353141 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC4C7E9864714E50]-worker) [    
] o.a.s.c.ZkTestServer start zk server on port:38889
   [junit4]   2> 2353148 INFO  (jetty-launcher-1110-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2353148 INFO  (jetty-launcher-1110-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2353149 INFO  (jetty-launcher-1110-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2353150 INFO  (jetty-launcher-1110-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2353151 INFO  (jetty-launcher-1110-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@64575b6d{/solr,null,AVAILABLE}
   [junit4]   2> 2353154 INFO  (jetty-launcher-1110-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@30c4f3e6{/solr,null,AVAILABLE}
   [junit4]   2> 2353154 INFO  (jetty-launcher-1110-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@67d8c8dd{HTTP/1.1,[http/1.1]}{127.0.0.1:34368}
   [junit4]   2> 2353157 INFO  (jetty-launcher-1110-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3f5a3450{HTTP/1.1,[http/1.1]}{127.0.0.1:57391}
   [junit4]   2> 2353157 INFO  (jetty-launcher-1110-thread-4) [    ] 
o.e.j.s.Server Started @2357459ms
   [junit4]   2> 2353157 INFO  (jetty-launcher-1110-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=57391}
   [junit4]   2> 2353157 ERROR (jetty-launcher-1110-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2353157 INFO  (jetty-launcher-1110-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 2353157 INFO  (jetty-launcher-1110-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2353157 INFO  (jetty-launcher-1110-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2353157 INFO  (jetty-launcher-1110-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-01-02T15:54:14.159Z
   [junit4]   2> 2353157 INFO  (jetty-launcher-1110-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@24016e8a{/solr,null,AVAILABLE}
   [junit4]   2> 2353158 INFO  (jetty-launcher-1110-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@d45ca26{HTTP/1.1,[http/1.1]}{127.0.0.1:35406}
   [junit4]   2> 2353158 INFO  (jetty-launcher-1110-thread-3) [    ] 
o.e.j.s.Server Started @2357461ms
   [junit4]   2> 2353158 INFO  (jetty-launcher-1110-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35406}
   [junit4]   2> 2353158 ERROR (jetty-launcher-1110-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2353158 INFO  (jetty-launcher-1110-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 2353158 INFO  (jetty-launcher-1110-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2353158 INFO  (jetty-launcher-1110-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2353158 INFO  (jetty-launcher-1110-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-01-02T15:54:14.160Z
   [junit4]   2> 2353159 INFO  (jetty-launcher-1110-thread-1) [    ] 
o.e.j.s.Server Started @2357461ms
   [junit4]   2> 2353159 INFO  (jetty-launcher-1110-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34368}
   [junit4]   2> 2353159 INFO  (jetty-launcher-1110-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2ac02638{/solr,null,AVAILABLE}
   [junit4]   2> 2353160 INFO  (jetty-launcher-1110-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@24b0876c{HTTP/1.1,[http/1.1]}{127.0.0.1:42596}
   [junit4]   2> 2353160 INFO  (jetty-launcher-1110-thread-2) [    ] 
o.e.j.s.Server Started @2357462ms
   [junit4]   2> 2353160 INFO  (jetty-launcher-1110-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42596}
   [junit4]   2> 2353161 ERROR (jetty-launcher-1110-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2353161 INFO  (jetty-launcher-1110-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 2353161 INFO  (jetty-launcher-1110-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2353161 INFO  (jetty-launcher-1110-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2353161 INFO  (jetty-launcher-1110-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-01-02T15:54:14.163Z
   [junit4]   2> 2353162 INFO  (jetty-launcher-1110-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2353162 INFO  (jetty-launcher-1110-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2353162 ERROR (jetty-launcher-1110-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2353162 INFO  (jetty-launcher-1110-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 2353163 INFO  (jetty-launcher-1110-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2353163 INFO  (jetty-launcher-1110-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2353163 INFO  (jetty-launcher-1110-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-01-02T15:54:14.165Z
   [junit4]   2> 2353177 INFO  (jetty-launcher-1110-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2353178 INFO  (jetty-launcher-1110-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38889/solr
   [junit4]   2> 2353179 INFO  (jetty-launcher-1110-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2353181 INFO  (jetty-launcher-1110-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2353181 INFO  (jetty-launcher-1110-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38889/solr
   [junit4]   2> 2353182 INFO  (jetty-launcher-1110-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2353183 INFO  (jetty-launcher-1110-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2353184 INFO  (jetty-launcher-1110-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38889/solr
   [junit4]   2> 2353188 INFO  (jetty-launcher-1110-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2353188 INFO  (jetty-launcher-1110-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38889/solr
   [junit4]   2> 2353188 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 0x1595fe3609b0004, 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> 2353189 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 0x1595fe3609b0006, 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> 2353208 INFO  (jetty-launcher-1110-thread-4) 
[n:127.0.0.1:57391_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:57391_solr
   [junit4]   2> 2353208 INFO  (jetty-launcher-1110-thread-4) 
[n:127.0.0.1:57391_solr    ] o.a.s.c.Overseer Overseer 
(id=97214297148162056-127.0.0.1:57391_solr-n_0000000000) starting
   [junit4]   2> 2353218 INFO  (jetty-launcher-1110-thread-4) 
[n:127.0.0.1:57391_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57391_solr
   [junit4]   2> 2353229 INFO  
(zkCallback-1125-thread-1-processing-n:127.0.0.1:57391_solr) 
[n:127.0.0.1:57391_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2353236 INFO  (jetty-launcher-1110-thread-3) 
[n:127.0.0.1:35406_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2353237 INFO  (jetty-launcher-1110-thread-2) 
[n:127.0.0.1:42596_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2353240 INFO  (jetty-launcher-1110-thread-1) 
[n:127.0.0.1:34368_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2353242 INFO  (jetty-launcher-1110-thread-3) 
[n:127.0.0.1:35406_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35406_solr
   [junit4]   2> 2353243 INFO  (jetty-launcher-1110-thread-2) 
[n:127.0.0.1:42596_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42596_solr
   [junit4]   2> 2353243 INFO  
(zkCallback-1125-thread-1-processing-n:127.0.0.1:57391_solr) 
[n:127.0.0.1:57391_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2353250 INFO  
(zkCallback-1125-thread-1-processing-n:127.0.0.1:57391_solr) 
[n:127.0.0.1:57391_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 2353253 INFO  (jetty-launcher-1110-thread-1) 
[n:127.0.0.1:34368_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34368_solr
   [junit4]   2> 2353254 INFO  
(zkCallback-1125-thread-1-processing-n:127.0.0.1:57391_solr) 
[n:127.0.0.1:57391_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2353273 INFO  
(zkCallback-1129-thread-1-processing-n:127.0.0.1:35406_solr) 
[n:127.0.0.1:35406_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (4)
   [junit4]   2> 2353289 INFO  
(zkCallback-1130-thread-1-processing-n:127.0.0.1:42596_solr) 
[n:127.0.0.1:42596_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (4)
   [junit4]   2> 2353315 INFO  
(zkCallback-1132-thread-1-processing-n:127.0.0.1:34368_solr) 
[n:127.0.0.1:34368_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (4)
   [junit4]   2> 2353330 INFO  (jetty-launcher-1110-thread-1) 
[n:127.0.0.1:34368_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_CC4C7E9864714E50-001/tempDir-001/node1/.
   [junit4]   2> 2353333 INFO  (jetty-launcher-1110-thread-2) 
[n:127.0.0.1:42596_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_CC4C7E9864714E50-001/tempDir-001/node2/.
   [junit4]   2> 2353334 INFO  (jetty-launcher-1110-thread-3) 
[n:127.0.0.1:35406_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_CC4C7E9864714E50-001/tempDir-001/node3/.
   [junit4]   2> 2353379 INFO  (jetty-launcher-1110-thread-4) 
[n:127.0.0.1:57391_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_CC4C7E9864714E50-001/tempDir-001/node4/.
   [junit4]   2> 2353833 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC4C7E9864714E50]-worker) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2353834 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC4C7E9864714E50]-worker) [    
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38889/solr ready
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 2353876 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC4C7E9864714E50]-worker) [    
] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 2353886 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC4C7E9864714E50]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2353888 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC4C7E9864714E50]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 2353897 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC4C7E9864714E50]-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_58069_hdfs____.inkicm/webapp
   [junit4]   2> 2354217 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC4C7E9864714E50]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:58069
   [junit4]   2> 2354307 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC4C7E9864714E50]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2354308 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC4C7E9864714E50]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 2354318 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC4C7E9864714E50]-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_32776_datanode____.a9wsg2/webapp
   [junit4]   2> 2354729 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC4C7E9864714E50]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:32776
   [junit4]   2> 2354774 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC4C7E9864714E50]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2354775 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC4C7E9864714E50]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 2354784 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC4C7E9864714E50]-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_42002_datanode____.dg9det/webapp
   [junit4]   2> 2354895 INFO  (IPC Server handler 1 on 34763) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-453f9c52-a81a-4874-9520-d5448815f43d node 
DatanodeRegistration(127.0.0.1:52999, 
datanodeUuid=6b6bb6c0-d04e-4ea6-a8ff-bd71b26892fa, infoPort=57461, 
infoSecurePort=0, ipcPort=38944, 
storageInfo=lv=-56;cid=testClusterID;nsid=797743725;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 2354895 INFO  (IPC Server handler 1 on 34763) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-02cdced3-b7e8-4d9b-b40c-fb3355e980d4 node 
DatanodeRegistration(127.0.0.1:52999, 
datanodeUuid=6b6bb6c0-d04e-4ea6-a8ff-bd71b26892fa, infoPort=57461, 
infoSecurePort=0, ipcPort=38944, 
storageInfo=lv=-56;cid=testClusterID;nsid=797743725;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 2355197 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC4C7E9864714E50]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:42002
   [junit4]   2> 2355288 INFO  (IPC Server handler 3 on 34763) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-c2794eac-8899-4419-9f6d-9d52e5f99dd0 node 
DatanodeRegistration(127.0.0.1:38312, 
datanodeUuid=d4b3181f-daa3-4650-84d5-7d8426ce3a9b, infoPort=52779, 
infoSecurePort=0, ipcPort=40900, 
storageInfo=lv=-56;cid=testClusterID;nsid=797743725;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 1 msecs
   [junit4]   2> 2355288 INFO  (IPC Server handler 3 on 34763) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-5ee524c6-c2a5-4210-9b3f-7c192db3ebdf node 
DatanodeRegistration(127.0.0.1:38312, 
datanodeUuid=d4b3181f-daa3-4650-84d5-7d8426ce3a9b, infoPort=52779, 
infoSecurePort=0, ipcPort=40900, 
storageInfo=lv=-56;cid=testClusterID;nsid=797743725;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 2355388 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[CC4C7E9864714E50])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting deletePartiallyCreatedCollection
   [junit4]   2> 2355388 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[CC4C7E9864714E50])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2355392 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_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_CC4C7E9864714E50-001/tempDir-003&collection.configName=conf&name=halfdeletedcollection_shard1_replica1&action=CREATE&numShards=2&collection=halfdeletedcollection&wt=javabin&version=2
   [junit4]   2> 2355394 INFO  
(OverseerStateUpdate-97214297148162056-127.0.0.1:57391_solr-n_0000000000) 
[n:127.0.0.1:57391_solr    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard2
   [junit4]   2> 2355413 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 2355420 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.s.IndexSchema [halfdeletedcollection_shard1_replica1] Schema name=minimal
   [junit4]   2> 2355422 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2355423 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'halfdeletedcollection_shard1_replica1' 
using configuration from collection halfdeletedcollection
   [junit4]   2> 2355423 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:34763/data
   [junit4]   2> 2355423 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 2355423 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   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_CC4C7E9864714E50-001/tempDir-001/node4/halfdeletedcollection_shard1_replica1],
 
dataDir=[hdfs://localhost:34763/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_CC4C7E9864714E50-001/tempDir-003/]
   [junit4]   2> 2355423 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:34763/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_CC4C7E9864714E50-001/tempDir-003/snapshot_metadata
   [junit4]   2> 2355429 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   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> 2355429 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   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> 2355441 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 2355442 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:34763/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_CC4C7E9864714E50-001/tempDir-003
   [junit4]   2> 2355472 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:34763/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_CC4C7E9864714E50-001/tempDir-003/index
   [junit4]   2> 2355477 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   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> 2355477 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   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> 2355482 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 2355512 INFO  (IPC Server handler 8 on 34763) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:52999 is 
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-c2794eac-8899-4419-9f6d-9d52e5f99dd0:NORMAL:127.0.0.1:38312|RBW],
 
ReplicaUC[[DISK]DS-02cdced3-b7e8-4d9b-b40c-fb3355e980d4:NORMAL:127.0.0.1:52999|FINALIZED]]}
 size 0
   [junit4]   2> 2355513 INFO  (IPC Server handler 9 on 34763) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38312 is 
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-02cdced3-b7e8-4d9b-b40c-fb3355e980d4:NORMAL:127.0.0.1:52999|FINALIZED],
 
ReplicaUC[[DISK]DS-5ee524c6-c2a5-4210-9b3f-7c192db3ebdf:NORMAL:127.0.0.1:38312|FINALIZED]]}
 size 0
   [junit4]   2> 2355544 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 2355544 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2355544 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 2355562 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2355562 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2355592 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6aa4ecc5[halfdeletedcollection_shard1_replica1] main]
   [junit4]   2> 2355593 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2355593 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2355594 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2355594 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1555428757047607296
   [junit4]   2> 2355596 INFO  
(searcherExecutor-3975-thread-1-processing-n:127.0.0.1:57391_solr 
x:halfdeletedcollection_shard1_replica1 c:halfdeletedcollection) 
[n:127.0.0.1:57391_solr c:halfdeletedcollection   
x:halfdeletedcollection_shard1_replica1] o.a.s.c.SolrCore 
[halfdeletedcollection_shard1_replica1] Registered new searcher 
Searcher@6aa4ecc5[halfdeletedcollection_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2355601 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2355601 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2355601 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:57391/solr/halfdeletedcollection_shard1_replica1/
   [junit4]   2> 2355601 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2355601 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:57391/solr/halfdeletedcollection_shard1_replica1/ has no 
replicas
   [junit4]   2> 2355604 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:57391/solr/halfdeletedcollection_shard1_replica1/ shard2
   [junit4]   2> 2355755 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2355756 INFO  (qtp1117295499-9800) [n:127.0.0.1:57391_solr 
c:halfdeletedcollection   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_CC4C7E9864714E50-001/tempDir-003&collection.configName=conf&name=halfdeletedcollection_shard1_replica1&action=CREATE&numShards=2&collection=halfdeletedcollection&wt=javabin&version=2}
 status=0 QTime=364
   [junit4]   2> 2355761 INFO  (qtp1117295499-9801) [n:127.0.0.1:57391_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> 2355769 INFO  
(OverseerThreadFactory-3966-thread-1-processing-n:127.0.0.1:57391_solr) 
[n:127.0.0.1:57391_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 2355779 INFO  (qtp1117295499-9799) [n:127.0.0.1:57391_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.halfdeletedcollection_shard1_replica1
   [junit4]   2> 2355780 INFO  (qtp1117295499-9799) [n:127.0.0.1:57391_solr    
] o.a.s.c.SolrCore [halfdeletedcollection_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3683aaaa
   [junit4]   2> 2355785 INFO  (qtp1117295499-9799) [n:127.0.0.1:57391_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.halfdeletedcollection.shard1.replica1
   [junit4]   2> 2355786 INFO  (qtp1117295499-9799) [n:127.0.0.1:57391_solr    
] o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost:34763/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_CC4C7E9864714E50-001/tempDir-003/index
   [junit4]   2> 2355807 INFO  (qtp1117295499-9799) [n:127.0.0.1:57391_solr    
] o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost:34763/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_CC4C7E9864714E50-001/tempDir-003/snapshot_metadata
   [junit4]   2> 2355807 INFO  (qtp1117295499-9799) [n:127.0.0.1:57391_solr    
] o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost:34763/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_CC4C7E9864714E50-001/tempDir-003
   [junit4]   2> 2355818 INFO  (IPC Server handler 4 on 34763) [    ] 
BlockStateChange BLOCK* addToInvalidates: blk_1073741825_1001 127.0.0.1:38312 
127.0.0.1:52999 
   [junit4]   2> 2355823 INFO  (qtp1117295499-9799) [n:127.0.0.1:57391_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=43
   [junit4]   2> 2356528 INFO  (qtp1117295499-9801) [n:127.0.0.1:57391_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=halfdeletedcollection&action=DELETE&wt=javabin&version=2} status=0 
QTime=767
   [junit4]   2> 2356530 INFO  (qtp1117295499-9802) [n:127.0.0.1:57391_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2356530 INFO  (qtp1117295499-9802) [n:127.0.0.1:57391_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> 2356532 INFO  (qtp1117295499-9797) [n:127.0.0.1:57391_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> 2356533 INFO  
(OverseerThreadFactory-3966-thread-2-processing-n:127.0.0.1:57391_solr) 
[n:127.0.0.1:57391_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
halfdeletedcollection
   [junit4]   2> 2356533 INFO  
(OverseerCollectionConfigSetProcessor-97214297148162056-127.0.0.1:57391_solr-n_0000000000)
 [n:127.0.0.1:57391_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> 2356748 INFO  (qtp1375166315-9809) [n:127.0.0.1:34368_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> 2356748 INFO  (qtp2120012878-9819) [n:127.0.0.1:35406_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> 2356854 INFO  
(zkCallback-1132-thread-1-processing-n:127.0.0.1:34368_solr) 
[n:127.0.0.1:34368_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> 2356854 INFO  
(zkCallback-1129-thread-1-processing-n:127.0.0.1:35406_solr) 
[n:127.0.0.1:35406_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> 2357262 INFO  
(org.apache.hadoop.hdfs.server.blockmanagement.BlockManager$ReplicationMonitor@6b7af4c)
 [    ] BlockStateChange BLOCK* BlockManager: ask 127.0.0.1:52999 to delete 
[blk_1073741825_1001]
   [junit4]   2> 2357758 INFO  (qtp2120012878-9819) [n:127.0.0.1:35406_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 2357758 INFO  (qtp1375166315-9809) [n:127.0.0.1:34368_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 2357782 INFO  (qtp2120012878-9819) [n:127.0.0.1:35406_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.s.IndexSchema [halfdeletedcollection_shard2_replica1] Schema name=minimal
   [junit4]   2> 2357783 INFO  (qtp1375166315-9809) [n:127.0.0.1:34368_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.s.IndexSchema [halfdeletedcollection_shard1_replica1] Schema name=minimal
   [junit4]   2> 2357784 INFO  (qtp2120012878-9819) [n:127.0.0.1:35406_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> 2357785 INFO  (qtp2120012878-9819) [n:127.0.0.1:35406_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> 2357785 INFO  (qtp1375166315-9809) [n:127.0.0.1:34368_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> 2357786 INFO  (qtp1375166315-9809) [n:127.0.0.1:34368_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> 2357786 INFO  (qtp2120012878-9819) [n:127.0.0.1:35406_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:34763/data
   [junit4]   2> 2357786 INFO  (qtp2120012878-9819) [n:127.0.0.1:35406_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 2357786 INFO  (qtp2120012878-9819) [n:127.0.0.1:35406_solr 
c:halfdeletedcollection s:shard2  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_CC4C7E9864714E50-001/tempDir-001/node3/halfdeletedcollection_shard2_replica1],
 dataDir=[hdfs://localhost:34763/data/halfdeletedcollection/core_node1/data/]
   [junit4]   2> 2357786 INFO  (qtp1375166315-9809) [n:127.0.0.1:34368_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:34763/data
   [junit4]   2> 2357786 INFO  (qtp1375166315-9809) [n:127.0.0.1:34368_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 2357786 INFO  (qtp1375166315-9809) [n:127.0.0.1:34368_solr 
c:halfdeletedcollection s:shard1  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_CC4C7E9864714E50-001/tempDir-001/node1/halfdeletedcollection_shard1_replica1],
 dataDir=[hdfs://localhost:34763/data/halfdeletedcollection/core_node2/data/]
   [junit4]   2> 2357786 INFO  (qtp2120012878-9819) [n:127.0.0.1:35406_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:34763/data/halfdeletedcollection/core_node1/data/snapshot_metadata
   [junit4]   2> 2357786 INFO  (qtp1375166315-9809) [n:127.0.0.1:34368_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:34763/data/halfdeletedcollection/core_node2/data/snapshot_metadata
   [junit4]   2> 2357794 INFO  (qtp2120012878-9819) [n:127.0.0.1:35406_solr 
c:halfdeletedcollection s:shard2  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> 2357794 INFO  (qtp1375166315-9809) [n:127.0.0.1:34368_solr 
c:halfdeletedcollection s:shard1  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> 2357794 INFO  (qtp1375166315-9809) [n:127.0.0.1:34368_solr 
c:halfdeletedcollection s:shard1  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> 2357794 INFO  (qtp2120012878-9819) [n:127.0.0.1:35406_solr 
c:halfdeletedcollection s:shard2  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> 2357797 INFO  (qtp1375166315-9809) [n:127.0.0.1:34368_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 2357801 INFO  (qtp2120012878-9819) [n:127.0.0.1:35406_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 2357801 INFO  (qtp1375166315-9809) [n:127.0.0.1:34368_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:34763/data/halfdeletedcollection/core_node2/data
   [junit4]   2> 2357802 INFO  (qtp2120012878-9819) [n:127.0.0.1:35406_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:34763/data/halfdeletedcollection/core_node1/data
   [junit4]   2> 2357817 INFO  (qtp2120012878-9819) [n:127.0.0.1:35406_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:34763/data/halfdeletedcollection/core_node1/data/index
   [junit4]   2> 2357820 INFO  (qtp1375166315-9809) [n:127.0.0.1:34368_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:34763/data/halfdeletedcollection/core_node2/data/index
   [junit4]   2> 2357822 INFO  (qtp2120012878-9819) [n:127.0.0.1:35406_solr 
c:halfdeletedcollection s:shard2  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> 2357822 INFO  (qtp2120012878-9819) [n:127.0.0.1:35406_solr 
c:halfdeletedcollection s:shard2  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> 2357825 INFO  (qtp2120012878-9819) [n:127.0.0.1:35406_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 2357842 INFO  (qtp1375166315-9809) [n:127.0.0.1:34368_solr 
c:halfdeletedcollection s:shard1  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> 2357842 INFO  (qtp1375166315-9809) [n:127.0.0.1:34368_solr 
c:halfdeletedcollection s:shard1  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> 2357844 INFO  (qtp1375166315-9809) [n:127.0.0.1:34368_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 2357880 INFO  (IPC Server handler 5 on 34763) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:52999 is 
added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-5ee524c6-c2a5-4210-9b3f-7c192db3ebdf:NORMAL:127.0.0.1:38312|RBW],
 
ReplicaUC[[DISK]DS-02cdced3-b7e8-4d9b-b40c-fb3355e980d4:NORMAL:127.0.0.1:52999|RBW]]}
 size 0
   [junit4]   2> 2357880 INFO  (IPC Server handler 8 on 34763) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38312 is 
added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-5ee524c6-c2a5-4210-9b3f-7c192db3ebdf:NORMAL:127.0.0.1:38312|RBW],
 
ReplicaUC[[DISK]DS-02cdced3-b7e8-4d9b-b40c-fb3355e980d4:NORMAL:127.0.0.1:52999|RBW]]}
 size 0
   [junit4]   2> 2357883 INFO  (IPC Server handler 3 on 34763) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:52999 is 
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-c2794eac-8899-4419-9f6d-9d52e5f99dd0:NORMAL:127.0.0.1:38312|RBW],
 
ReplicaUC[[DISK]DS-453f9c52-a81a-4874-9520-d5448815f43d:NORMAL:127.0.0.1:52999|RBW]]}
 size 0
   [junit4]   2> 2357887 INFO  (IPC Server handler 7 on 34763) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38312 is 
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-c2794eac-8899-4419-9f6d-9d52e5f99dd0:NORMAL:127.0.0.1:38312|RBW],
 
ReplicaUC[[DISK]DS-453f9c52-a81a-4874-9520-d5448815f43d:NORMAL:127.0.0.1:52999|RBW]]}
 size 0
   [junit4]   2> 2357919 INFO  (qtp1375166315-9809) [n:127.0.0.1:34368_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 2357919 INFO  (qtp1375166315-9809) [n:127.0.0.1:34368_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2357919 INFO  (qtp1375166315-9809) [n:127.0.0.1:34368_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 2357925 INFO  (qtp2120012878-9819) [n:127.0.0.1:35406_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 2357925 INFO  (qtp2120012878-9819) [n:127.0.0.1:35406_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2357925 INFO  (qtp2120012878-9819) [n:127.0.0.1:35406_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 2357931 INFO  (qtp1375166315-9809) [n:127.0.0.1:34368_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2357931 INFO  (qtp1375166315-9809) [n:127.0.0.1:34368_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2357936 INFO  (qtp2120012878-9819) [n:127.0.0.1:35406_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2357936 INFO  (qtp2120012878-9819) [n:127.0.0.1:35406_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2357944 INFO  (qtp1375166315-9809) [n:127.0.0.1:34368_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@e348a35[halfdeletedcollection_shard1_replica1] main]
   [junit4]   2> 2357945 INFO  (qtp1375166315-9809) [n:127.0.0.1:34368_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2357945 INFO  (qtp1375166315-9809) [n:127.0.0.1:34368_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2357945 INFO  (qtp1375166315-9809) [n:127.0.0.1:34368_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcolle

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

p.metrics2.lib.MetricsSourceBuilder$1.getMetrics(MetricsSourceBuilder.java:79)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.getMetrics(MetricsSourceAdapter.java:194)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.updateJmxCache(MetricsSourceAdapter.java:172)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.getMBeanInfo(MetricsSourceAdapter.java:151)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getClassName(DefaultMBeanServerInterceptor.java:1804)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.safeGetClassName(DefaultMBeanServerInterceptor.java:1595)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.checkMBeanPermission(DefaultMBeanServerInterceptor.java:1813)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:430)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415)
   [junit4]   2>        at 
com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.util.MBeans.unregister(MBeans.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.HdfsRestartWhileUpdatingTest.teardownClass(HdfsRestartWhileUpdatingTest.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> 4567297 INFO  
(SUITE-HdfsRestartWhileUpdatingTest-seed#[CC4C7E9864714E50]-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.HdfsRestartWhileUpdatingTest_CC4C7E9864714E50-001
   [junit4]   2> Jan 02, 2017 4:31:08 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 33 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=es-CL, 
timezone=Egypt
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_102 (64-bit)/cpus=4,threads=1,free=194353800,total=529006592
   [junit4]   2> NOTE: All tests run in this JVM: 
[DistributedQueryElevationComponentTest, TestSolrCloudWithSecureImpersonation, 
BlockCacheTest, TestReplicationHandlerBackup, ActionThrottleTest, 
SimpleCollectionCreateDeleteTest, TestStandardQParsers, ReplaceNodeTest, 
SolrMetricManagerTest, AnalysisErrorHandlingTest, RequiredFieldsTest, 
BadCopyFieldTest, ClassificationUpdateProcessorTest, TestSSLRandomization, 
TestDownShardTolerantSearch, CacheHeaderTest, NumericFieldsTest, 
ShardSplitTest, BasicDistributedZkTest, ConjunctionSolrSpellCheckerTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
LeaderFailureAfterFreshStartTest, TestCrossCoreJoin, 
CreateCollectionCleanupTest, TestReloadDeadlock, 
TestSolrCloudWithHadoopAuthPlugin, AnalysisAfterCoreReloadTest, 
DeleteShardTest, TestQuerySenderNoQuery, HLLSerializationTest, TestCustomSort, 
SignatureUpdateProcessorFactoryTest, TestSlowCompositeReaderWrapper, 
SolrSlf4jReporterTest, CloudMLTQParserTest, AlternateDirectoryTest, 
TestJmxIntegration, LeaderElectionIntegrationTest, TestConfigSetImmutable, 
TestSchemaResource, TestRandomFlRTGCloud, UUIDUpdateProcessorFallbackTest, 
TestTolerantUpdateProcessorCloud, CursorPagingTest, ExternalFileFieldSortTest, 
TestUseDocValuesAsStored, BlockJoinFacetRandomTest, DisMaxRequestHandlerTest, 
DistributedFacetPivotSmallTest, TestFastWriter, 
SuggestComponentContextFilterQueryTest, TestPerFieldSimilarity, 
TestPseudoReturnFields, TestPerFieldSimilarityWithDefaultOverride, 
TestReplicationHandler, QueryElevationComponentTest, TestFieldCacheWithThreads, 
DirectoryFactoryTest, TestFieldCacheSort, TestSmileRequest, TestNumericTerms64, 
TestFieldCache, HdfsRecoveryZkTest, TestLocalFSCloudBackupRestore, 
SyncSliceTest, TestScoreJoinQPNoScore, AnalyticsQueryTest, ZkNodePropsTest, 
ChaosMonkeyNothingIsSafeTest, HdfsCollectionsAPIDistributedZkTest, 
TestDynamicFieldResource, TestFoldingMultitermQuery, TestNRTOpen, 
TestBadConfig, TestChildDocTransformer, PolyFieldTest, HighlighterConfigTest, 
UniqFieldsUpdateProcessorFactoryTest, PeerSyncReplicationTest, 
TestHdfsUpdateLog, TestStressRecovery, OverseerRolesTest, 
TestSortByMinMaxFunction, TestSha256AuthenticationProvider, ReturnFieldsTest, 
TestEmbeddedSolrServerConstructors, ReplicaListTransformerTest, UtilsToolTest, 
ManagedSchemaRoundRobinCloudTest, FileBasedSpellCheckerTest, TestDistribIDF, 
ResourceLoaderTest, TestSolrConfigHandler, TestAtomicUpdateErrorCases, 
DistribDocExpirationUpdateProcessorTest, CdcrVersionReplicationTest, 
TestDocSet, TestDistributedSearch, TestGraphTermsQParserPlugin, 
MigrateRouteKeyTest, DateFieldTest, TestRestManager, TestJoin, 
TestAuthorizationFramework, SolrXmlInZkTest, PeerSyncTest, 
SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest, 
SolrCloudExampleTest, TestCloudInspectUtil, TestCloudPivotFacet, 
TestCloudRecovery, TestClusterProperties, TestCollectionAPI, TestConfigSetsAPI, 
TestConfigSetsAPIExclusivity, TestCryptoKeys, TestDeleteCollectionOnDownNodes, 
TestHdfsCloudBackupRestore, TestLeaderElectionWithEmptyReplica, 
TestMiniSolrCloudClusterSSL, TestOnReconnectListenerSupport, 
TestRandomRequestDistribution, TestRequestStatusCollectionAPI, 
TestSolrCloudWithDelegationTokens, TestSolrCloudWithKerberosAlt, 
TestTolerantUpdateProcessorRandomCloud, TlogReplayBufferedWhileIndexingTest, 
HdfsRecoverLeaseTest, HdfsRestartWhileUpdatingTest]
   [junit4] Completed [554/675 (2!)] on J0 in 386.39s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 62816 lines...]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to